Summary

Comparing branches/commits:
Old: main (merge base) dc64c086
New: 20812/merge 39075a54
Lint Rule Removed Added Changed
Total 1174 13489 202
unresolved-attribute 0 5120 0
possibly-missing-attribute 8 3148 21
invalid-argument-type 5 1725 135
unused-ignore-comment 1052 0 0
unsupported-operator 2 929 7
invalid-assignment 6 427 15
invalid-super-argument 4 430 1
invalid-return-type 64 331 11
non-subscriptable 0 404 0
call-non-callable 0 204 0
missing-argument 0 192 0
too-many-positional-arguments 0 173 0
no-matching-overload 0 109 0
not-iterable 0 105 0
possibly-missing-implicit-call 4 85 11
deprecated 0 28 0
unknown-argument 0 25 0
parameter-already-assigned 4 17 0
possibly-unresolved-reference 18 0 0
redundant-cast 0 13 0
division-by-zero 4 6 0
index-out-of-bounds 0 4 0
invalid-await 0 3 1
invalid-context-manager 0 3 0
type-assertion-failure 3 0 0
invalid-key 0 2 0
missing-typed-dict-key 0 2 0
unsupported-base 0 2 0
invalid-parameter-default 0 1 0
invalid-type-form 0 1 0

Failed Projects

Project Old Status New Status Old Return Code New Return Code
zulip
https://github.com/zulip/zulip
success abnormal exit 1 101
setuptools
https://github.com/pypa/setuptools
success abnormal exit 1 101
pandas
https://github.com/pandas-dev/pandas
success abnormal exit 1 101
bokeh
https://github.com/bokeh/bokeh
success abnormal exit 1 101

AutoSplit (https://github.com/Toufool/AutoSplit)

src/AutoSplitImage.py

[warning] possibly-missing-attribute - :225:22 - Attribute `shape` on type `Unknown | None` may be missing

src/capture_method/VideoCaptureDeviceCaptureMethod.py

[warning] possibly-missing-attribute - :139:33 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :140:33 - Attribute `shape` on type `Unknown | None` may be missing
[error] non-subscriptable - :141:17 - Cannot subscript object of type `None` with no `__getitem__` method

Expression (https://github.com/cognitedata/Expression)

expression/effect/async_option.py

[error] invalid-super-argument - :130:16 - `Self@__call__` is not an instance or subclass of `<class 'AsyncOptionBuilder'>` in `super(<class 'AsyncOptionBuilder'>, Self@__call__)` call

expression/effect/option.py

[error] invalid-super-argument - :105:16 - `Self@__call__` is not an instance or subclass of `<class 'OptionBuilder'>` in `super(<class 'OptionBuilder'>, Self@__call__)` call

expression/effect/result.py

[error] invalid-super-argument - :96:16 - `Self@__call__` is not an instance or subclass of `<class 'ResultBuilder'>` in `super(<class 'ResultBuilder'>, Self@__call__)` call

expression/effect/seq.py

[error] invalid-super-argument - :108:16 - `Self@__call__` is not an instance or subclass of `<class 'SeqBuilder'>` in `super(<class 'SeqBuilder'>, Self@__call__)` call

expression/effect/async_result.py

[error] invalid-super-argument - :131:16 - `Self@__call__` is not an instance or subclass of `<class 'AsyncResultBuilder'>` in `super(<class 'AsyncResultBuilder'>, Self@__call__)` call

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

github/GithubObject.py

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

github/GithubRetry.py

[warning] unused-ignore-comment - :90:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :120:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :183:72 - Unused blanket `type: ignore` directive

github/PaginatedList.py

[error] invalid-super-argument - :219:9 - `Self@__init__` is not an instance or subclass of `<class 'PaginatedList'>` in `super(<class 'PaginatedList'>, Self@__init__)` call
[warning] unused-ignore-comment - :272:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :336:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :352:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :354:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :361:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :426:80 - Unused blanket `type: ignore` directive

github/Repository.py

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

github/Requester.py

[error] call-non-callable - :1012:13 - Object of type `object` is not callable
[error] call-non-callable - :1013:45 - Object of type `object` is not callable
[warning] unused-ignore-comment - :372:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :411:39 - Unused blanket `type: ignore` directive

tests/ApplicationOAuth.py

[warning] possibly-missing-attribute - :86:21 - Attribute `_Github__requester` on type `Unknown | Github` may be missing

tests/Authentication.py

[warning] possibly-missing-attribute - :78:31 - Attribute `token` on type `Unknown | Token | None` may be missing
[warning] possibly-missing-attribute - :87:35 - Attribute `token` on type `Unknown | AppAuthToken | None` may be missing
[warning] possibly-missing-attribute - :127:32 - Attribute `get_installation_auth` on type `Unknown | AppAuth | None` may be missing
[warning] possibly-missing-attribute - :149:18 - Attribute `get_installation_auth` on type `Unknown | AppAuth | None` may be missing
[error] invalid-argument-type - :182:61 - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
[error] invalid-argument-type - :219:61 - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `Unknown | AppAuth | None`
[error] unresolved-attribute - :349:13 - Unresolved attribute `modifiedHeaders` on type `Self@testAddingCustomHeaders`.
[error] unresolved-attribute - :356:42 - Type `Self@testAddingCustomHeaders` has no attribute `modifiedHeaders`

tests/Framework.py

[error] call-non-callable - :140:23 - Object of type `None` is not callable
[error] unresolved-attribute - :146:22 - Type `Self@__init__` has no attribute `_realConnection`
[error] call-non-callable - :223:23 - Object of type `None` is not callable
[error] unresolved-attribute - :230:22 - Type `Self@__init__` has no attribute `_realConnection`
[error] invalid-argument-type - :493:47 - Argument to function `open` is incorrect: Expected `str`, found `str | None`

tests/GithubIntegration.py

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

tests/Requester.py

[warning] possibly-missing-attribute - :216:9 - Attribute `info` on type `Unknown | None | MagicMock` may be missing
[warning] possibly-missing-attribute - :263:9 - Attribute `info` on type `Unknown | None | MagicMock` may be missing

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

tanjun/commands/message.py

[error] invalid-super-argument - :233:9 - `Self@__init__` is not an instance or subclass of `<class 'MessageCommand'>` in `super(<class 'MessageCommand'>, Self@__init__)` call
[error] invalid-super-argument - :283:9 - `Self@bind_client` is not an instance or subclass of `<class 'MessageCommand'>` in `super(<class 'MessageCommand'>, Self@bind_client)` call
[error] invalid-super-argument - :291:9 - `Self@bind_component` is not an instance or subclass of `<class 'MessageCommand'>` in `super(<class 'MessageCommand'>, Self@bind_component)` call
[error] invalid-super-argument - :299:16 - `Self@copy` is not an instance or subclass of `<class 'MessageCommand'>` in `super(<class 'MessageCommand'>, Self@copy)` call
[error] invalid-super-argument - :436:9 - `Self@__init__` is not an instance or subclass of `<class 'MessageCommandGroup'>` in `super(<class 'MessageCommandGroup'>, Self@__init__)` call
[error] invalid-super-argument - :453:16 - `Self@copy` is not an instance or subclass of `<class 'MessageCommandGroup'>` in `super(<class 'MessageCommandGroup'>, Self@copy)` call
[error] invalid-super-argument - :562:9 - `Self@bind_client` is not an instance or subclass of `<class 'MessageCommandGroup'>` in `super(<class 'MessageCommandGroup'>, Self@bind_client)` call
[error] invalid-super-argument - :570:9 - `Self@bind_component` is not an instance or subclass of `<class 'MessageCommandGroup'>` in `super(<class 'MessageCommandGroup'>, Self@bind_component)` call
[error] invalid-super-argument - :624:15 - `Self@execute` is not an instance or subclass of `<class 'MessageCommandGroup'>` in `super(<class 'MessageCommandGroup'>, Self@execute)` call

tanjun/context/message.py

[warning] deprecated - :115:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :115:70 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :188:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :188:76 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :194:22 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :194:74 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/annotations.py

[error] invalid-argument-type - :2520:30 - Argument is incorrect: Expected `typing.Self`, found `Self@add_to_slash_cmds`

tanjun/checks.py

[error] invalid-super-argument - :1130:9 - `Self@__init__` is not an instance or subclass of `<class '_AnyChecks'>` in `super(<class '_AnyChecks'>, Self@__init__)` call

tanjun/clients.py

[error] invalid-argument-type - :2659:39 - Argument to bound method `get` is incorrect: Expected `Path`, found `str | Path`
[error] invalid-argument-type - :2659:39 - Argument to bound method `get` is incorrect: Expected `str`, found `str | Path`
[error] invalid-argument-type - :2668:17 - Method `__getitem__` of type `bound method dict[Path, ModuleType].__getitem__(key: Path, /) -> ModuleType` cannot be called with key of type `str | Path` on object of type `dict[Path, ModuleType]`
[error] invalid-argument-type - :2668:17 - Method `__getitem__` of type `bound method dict[str, ModuleType].__getitem__(key: str, /) -> ModuleType` cannot be called with key of type `str | Path` on object of type `dict[str, ModuleType]`
[error] invalid-assignment - :2720:13 - Method `__setitem__` of type `(bound method dict[str, ModuleType].__setitem__(key: str, value: ModuleType, /) -> None) | (bound method dict[Path, ModuleType].__setitem__(key: Path, value: ModuleType, /) -> None)` cannot be called with a key of type `str | Path` and a value of type `@Todo` on object of type `dict[str, ModuleType] | dict[Path, ModuleType]`

tanjun/commands/menu.py

[error] invalid-super-argument - :513:9 - `Self@__init__` is not an instance or subclass of `<class 'MenuCommand'>` in `super(<class 'MenuCommand'>, Self@__init__)` call
[error] invalid-super-argument - :667:16 - `Self@copy` is not an instance or subclass of `<class 'MenuCommand'>` in `super(<class 'MenuCommand'>, Self@copy)` call

tanjun/commands/slash.py

[error] unknown-argument - :853:13 - Argument `name` does not match any known parameter
[error] unknown-argument - :854:13 - Argument `description` does not match any known parameter
[error] unknown-argument - :855:13 - Argument `description_localizations` does not match any known parameter
[error] unknown-argument - :856:13 - Argument `id` does not match any known parameter
[error] unknown-argument - :857:13 - Argument `name_localizations` does not match any known parameter
[error] unknown-argument - :858:13 - Argument `is_nsfw` does not match any known parameter
[error] invalid-return-type - :1065:16 - Return type does not match returned value: expected `Self@copy`, found `BaseSlashCommand`
[error] invalid-return-type - :1233:16 - Return type does not match returned value: expected `Self@copy`, found `SlashCommandGroup`
[error] invalid-super-argument - :1633:9 - `Self@__init__` is not an instance or subclass of `<class 'SlashCommand'>` in `super(<class 'SlashCommand'>, Self@__init__)` call
[error] invalid-super-argument - :1699:9 - `Self@bind_client` is not an instance or subclass of `<class 'SlashCommand'>` in `super(<class 'SlashCommand'>, Self@bind_client)` call
[warning] possibly-missing-attribute - :1716:13 - Attribute `set_is_dm_enabled` on type `Unknown | _SlashCommandBuilder` may be missing
[warning] possibly-missing-attribute - :1718:13 - Attribute `set_is_dm_enabled` on type `Unknown | _SlashCommandBuilder` may be missing
[error] invalid-super-argument - :1723:9 - `Self@load_into_component` is not an instance or subclass of `<class 'SlashCommand'>` in `super(<class 'SlashCommand'>, Self@load_into_component)` call
[error] invalid-super-argument - :3239:16 - `Self@copy` is not an instance or subclass of `<class 'SlashCommand'>` in `super(<class 'SlashCommand'>, Self@copy)` call

tanjun/context/autocomplete.py

[warning] deprecated - :98:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :98:68 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] possibly-missing-attribute - :204:22 - Attribute `fetch_channel` on type `Unknown | AutocompleteInteraction` may be missing
[warning] possibly-missing-attribute - :212:16 - Attribute `get_channel` on type `Unknown | AutocompleteInteraction` may be missing

tanjun/context/base.py

[warning] deprecated - :57:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :133:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :136:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/context/menu.py

[warning] deprecated - :99:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :99:63 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :156:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :159:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/context/slash.py

[warning] deprecated - :335:14 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1029:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1029:68 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1067:22 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1068:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1069:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1070:18 - The function `_set_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1075:22 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1076:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1077:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride
[warning] deprecated - :1078:18 - The function `_remove_type_special_case` is deprecated: Use ContextOverride

tanjun/dependencies/limiters.py

[error] invalid-super-argument - :592:9 - `Self@__init__` is not an instance or subclass of `<class '_FlatResource'>` in `super(<class '_FlatResource'>, Self@__init__)` call
[error] invalid-super-argument - :617:9 - `Self@__init__` is not an instance or subclass of `<class '_MemberResource'>` in `super(<class '_MemberResource'>, Self@__init__)` call
[error] invalid-super-argument - :667:9 - `Self@__init__` is not an instance or subclass of `<class '_GlobalResource'>` in `super(<class '_GlobalResource'>, Self@__init__)` call
[warning] possibly-missing-attribute - :839:17 - Attribute `check` on type `(_Cooldown & ~AlwaysFalsy) | (_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy)` may be missing

tanjun/parsing.py

[error] invalid-argument-type - :482:42 - Argument to bound method `append` is incorrect: Expected `tuple[str, str | None]`, found `str | tuple[str, str | None]`
[error] invalid-return-type - :484:16 - Return type does not match returned value: expected `str | None`, found `str | tuple[str, str | None] | None`
[error] invalid-argument-type - :491:38 - Argument to bound method `append` is incorrect: Expected `str`, found `str | tuple[str, str | None]`
[error] invalid-return-type - :493:16 - Return type does not match returned value: expected `tuple[str, str | None] | None`, found `str | tuple[str, str | None] | None`
[error] invalid-argument-type - :585:75 - Argument to bound method `convert` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | EllipsisType | (str & ~AlwaysFalsy)`

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

aiohttp/http_parser.py

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

aiohttp/streams.py

[warning] unused-ignore-comment - :73:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :77:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :81:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :89:53 - Unused blanket `type: ignore` directive

aiohttp/client.py

[error] invalid-return-type - :1378:16 - Return type does not match returned value: expected `_RetType@_BaseRequestContextManager`, found `ClientResponse`
[error] invalid-argument-type - :1378:22 - Argument to bound method `__aenter__` is incorrect: Expected `ClientResponse`, found `_RetType@_BaseRequestContextManager`
[error] invalid-argument-type - :1378:22 - Argument to bound method `__aenter__` is incorrect: Expected `ClientWebSocketResponse`, found `_RetType@_BaseRequestContextManager`
[error] invalid-argument-type - :1386:15 - Argument to bound method `__aexit__` is incorrect: Expected `ClientResponse`, found `_RetType@_BaseRequestContextManager`
[error] invalid-argument-type - :1386:15 - Argument to bound method `__aexit__` is incorrect: Expected `ClientWebSocketResponse`, found `_RetType@_BaseRequestContextManager`

aiohttp/client_reqrep.py

[warning] unused-ignore-comment - :457:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :657:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :685:52 - Unused blanket `type: ignore` directive

aiohttp/connector.py

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

aiohttp/formdata.py

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

aiohttp/multipart.py

[error] invalid-argument-type - :310:32 - Argument to bound method `decode` is incorrect: Expected `bytes`, found `bytearray`
[warning] unused-ignore-comment - :933:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1046:38 - Unused blanket `type: ignore` directive

aiohttp/resolver.py

[error] index-out-of-bounds - :55:20 - Index 3 is out of bounds for tuple `tuple[str, int]` with length 2
[warning] possibly-missing-attribute - :108:26 - Attribute `getaddrinfo` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :127:36 - Attribute `getnameinfo` on type `Unknown | None` may be missing
[warning] unused-ignore-comment - :67:48 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :102:26 - Attribute `get_resolver` on type `_DNSResolverManager | None` may be missing

aiohttp/web_fileresponse.py

[error] invalid-assignment - :322:17 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :358:21 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :378:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :379:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :389:9 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :394:13 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method

aiohttp/web_protocol.py

[error] invalid-super-argument - :205:9 - `Self@__init__` is not an instance or subclass of `<class 'RequestHandler'>` in `super(<class 'RequestHandler'>, Self@__init__)` call
[error] invalid-super-argument - :355:9 - `Self@connection_made` is not an instance or subclass of `<class 'RequestHandler'>` in `super(<class 'RequestHandler'>, Self@connection_made)` call
[error] invalid-super-argument - :380:9 - `Self@connection_lost` is not an instance or subclass of `<class 'RequestHandler'>` in `super(<class 'RequestHandler'>, Self@connection_lost)` call

aiohttp/web_response.py

[error] invalid-assignment - :320:9 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :326:9 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] unresolved-attribute - :332:9 - Type `MultiMapping[str]` has no attribute `popall`
[error] invalid-argument-type - :378:35 - Argument to function `populate_with_cookies` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :391:17 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :398:25 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] unresolved-attribute - :415:13 - Type `MultiMapping[str]` has no attribute `setdefault`
[error] unresolved-attribute - :416:9 - Type `MultiMapping[str]` has no attribute `setdefault`
[error] unresolved-attribute - :417:9 - Type `MultiMapping[str]` has no attribute `setdefault`
[error] invalid-assignment - :423:21 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :425:17 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-argument-type - :435:49 - Argument to bound method `write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :686:21 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :693:21 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :720:9 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method
[error] invalid-assignment - :721:9 - Cannot assign to object of type `MultiMapping[str]` with no `__setitem__` method

aiohttp/web_runner.py

[error] invalid-return-type - :410:16 - Return type does not match returned value: expected `Server[Request]`, found `Server[BaseRequest]`

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

aiohttp_devtools/runserver/utils.py

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

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

aioredis/lock.py

[error] call-non-callable - :251:19 - Object of type `None` is not callable
[error] call-non-callable - :279:19 - Object of type `None` is not callable
[error] unsupported-operator - :299:23 - Operator `*` is unsupported between objects of type `Unknown | int | float | None` and `Literal[1000]`
[error] call-non-callable - :301:19 - Object of type `None` is not callable

aioredis/connection.py

[error] invalid-return-type - :206:20 - Return type does not match returned value: expected `ResponseError`, found `Exception | @Todo`
[warning] unused-ignore-comment - :352:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :803:47 - Unused blanket `type: ignore` directive

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

src/aiortc/contrib/signaling.py

[error] invalid-argument-type - :81:50 - Argument to bound method `__init__` is incorrect: Expected `StreamReader`, found `StreamReader | None`
[warning] possibly-missing-attribute - :87:13 - Attribute `close` on type `ReadTransport | None` may be missing
[warning] possibly-missing-attribute - :92:22 - Attribute `readline` on type `StreamReader | None` may be missing
[warning] possibly-missing-attribute - :150:26 - Attribute `readuntil` on type `StreamReader | None` may be missing
[warning] possibly-missing-attribute - :158:9 - Attribute `write` on type `StreamWriter | None` may be missing
[warning] possibly-missing-attribute - :209:26 - Attribute `readuntil` on type `StreamReader | None` may be missing
[warning] possibly-missing-attribute - :217:9 - Attribute `write` on type `StreamWriter | None` may be missing

src/aiortc/rate.py

[error] invalid-argument-type - :117:61 - Argument to bound method `_additive_rate_increase` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :120:34 - Argument to bound method `_multiplicative_rate_increase` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :225:25 - Argument to function `uint32_add` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unsupported-operator - :226:25 - Unary operator `-` is unsupported for type `Unknown | int | None`
[error] unsupported-operator - :229:25 - Operator `-` is unsupported between objects of type `int | None` and `int | None`
[error] invalid-argument-type - :238:35 - Argument to function `uint32_gt` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unsupported-operator - :247:49 - Unary operator `-` is unsupported for type `Unknown | int | None`
[warning] possibly-missing-attribute - :247:50 - Attribute `last_timestamp` on type `TimestampGroup | None` may be missing
[error] unsupported-operator - :249:30 - Operator `-` is unsupported between objects of type `int` and `int | None`
[warning] possibly-missing-attribute - :249:45 - Attribute `arrival_time` on type `TimestampGroup | None` may be missing
[error] unsupported-operator - :259:53 - Unary operator `-` is unsupported for type `Unknown | int | None`
[warning] possibly-missing-attribute - :259:54 - Attribute `first_timestamp` on type `TimestampGroup | None` may be missing
[error] unsupported-operator - :263:49 - Unary operator `-` is unsupported for type `Unknown | int | None`
[warning] possibly-missing-attribute - :263:50 - Attribute `first_timestamp` on type `TimestampGroup | None` may be missing
[error] unsupported-operator - :498:15 - Operator `<` is not supported for types `None` and `int`, in comparing `int | None` with `Unknown | int`
[error] unsupported-operator - :506:13 - Operator `+=` is unsupported between objects of type `None` and `Literal[1]`

src/aiortc/contrib/media.py

[warning] possibly-missing-attribute - :392:13 - Attribute `set` on type `Event | None` may be missing
[warning] possibly-missing-attribute - :401:48 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :449:16 - Attribute `format` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :451:18 - Attribute `format` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :453:18 - Attribute `format` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :457:40 - Attribute `add_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :459:16 - Attribute `format` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :460:26 - Attribute `add_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :463:26 - Attribute `add_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :513:17 - Attribute `mux` on type `Unknown | None` may be missing

src/aiortc/jitterbuffer.py

[error] unsupported-operator - :71:20 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unsupported-operator - :103:19 - Operator `%` is unsupported between objects of type `int | None` and `Unknown | int`
[error] invalid-argument-type - :105:39 - Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - :114:19 - Operator `%` is unsupported between objects of type `int | None` and `Unknown | int`
[error] invalid-argument-type - :121:39 - Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`

src/aiortc/rtcdtlstransport.py

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

src/aiortc/rtcpeerconnection.py

[warning] possibly-missing-attribute - :437:17 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[warning] possibly-missing-attribute - :562:25 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[error] invalid-argument-type - :566:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :569:25 - Attribute `direction` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :569:48 - Argument to function `and_direction` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :569:48 - Attribute `_offerDirection` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :571:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :571:25 - Attribute `mid` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :573:33 - Attribute `receiver` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :666:33 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[error] invalid-argument-type - :667:34 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[warning] possibly-missing-attribute - :675:17 - Attribute `_set_mline_index` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :678:25 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :680:35 - Attribute `direction` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :809:17 - Attribute `_set_mid` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :839:50 - Attribute `receiver` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :1213:17 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[error] invalid-argument-type - :1213:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[Any, Any, Any], /) -> list[MediaDescription]]` cannot be called with key of type `int | None` on object of type `list[MediaDescription]`
[warning] possibly-missing-attribute - :1383:71 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[warning] possibly-missing-attribute - :825:21 - Attribute `receiver` on type `RTCRtpTransceiver | None | @Todo` may be missing

src/aiortc/rtcrtpreceiver.py

[error] unsupported-operator - :158:22 - Operator `-` is unsupported between objects of type `int` and `int | None`
[error] unsupported-operator - :159:24 - Operator `-` is unsupported between objects of type `Unknown | int` and `int | None`
[error] unsupported-operator - :222:14 - Operator `<` is not supported for types `int` and `None`, in comparing `int` with `int | None`
[error] invalid-assignment - :381:17 - Method `__setitem__` of type `bound method dict[int, RTCRtpCodecParameters].__setitem__(key: int, value: RTCRtpCodecParameters, /) -> None` cannot be called with a key of type `int | None` and a value of type `RTCRtpCodecParameters` on object of type `dict[int, RTCRtpCodecParameters]`
[warning] possibly-missing-attribute - :393:21 - Attribute `_queue` on type `RemoteStreamTrack | None` may be missing
[warning] possibly-missing-attribute - :415:13 - Attribute `cancel` on type `Future[None] | None` may be missing
[error] invalid-argument-type - :476:43 - Argument to function `pack_remb_fci` is incorrect: Expected `int`, found `Unknown | int | list[int]`
[error] invalid-argument-type - :476:43 - Argument to function `pack_remb_fci` is incorrect: Expected `list[int]`, found `Unknown | int | list[int]`
[error] invalid-argument-type - :569:29 - Argument is incorrect: Expected `int`, found `int | None`

src/aiortc/rtcrtpsender.py

[warning] possibly-missing-attribute - :239:13 - Attribute `cancel` on type `Future[None] | None` may be missing
[warning] possibly-missing-attribute - :240:13 - Attribute `cancel` on type `Future[None] | None` may be missing
[error] unsupported-operator - :248:27 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[error] invalid-argument-type - :269:25 - Argument is incorrect: Expected `int | float`, found `int | float | None | Unknown`
[error] invalid-assignment - :286:25 - Object of type `int` is not assignable to attribute `target_bitrate` on type `Encoder & <Protocol with members 'target_bitrate'> & ~AlwaysFalsy`
[warning] possibly-missing-attribute - :294:22 - Attribute `recv` on type `Unknown | MediaStreamTrack | None` may be missing

src/aiortc/rtcsctptransport.py

[error] invalid-argument-type - :1095:33 - Argument to bound method `_receive` is incorrect: Expected `bytes`, found `int | bytes | @Todo`
[error] invalid-argument-type - :1095:33 - Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
[error] invalid-argument-type - :1095:33 - Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
[error] invalid-argument-type - :1131:37 - Argument to bound method `_receive` is incorrect: Expected `bytes`, found `int | bytes | @Todo`
[error] invalid-argument-type - :1131:37 - Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`
[error] invalid-argument-type - :1131:37 - Argument to bound method `_receive` is incorrect: Expected `int`, found `int | bytes | @Todo`

src/aiortc/sdp.py

[warning] possibly-missing-attribute - :344:12 - Attribute `usernameFragment` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :345:41 - Attribute `usernameFragment` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :346:12 - Attribute `password` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :347:39 - Attribute `password` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :578:16 - Attribute `iceLite` on type `RTCIceParameters | None` may be missing

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

tests/test_heartbeats.py

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

alerta/database/base.py

[error] unresolved-attribute - :470:9 - Unresolved attribute `alerts` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :471:9 - Unresolved attribute `blackouts` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :472:9 - Unresolved attribute `heartbeats` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :473:9 - Unresolved attribute `keys` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :474:9 - Unresolved attribute `users` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :475:9 - Unresolved attribute `groups` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :476:9 - Unresolved attribute `perms` on type `type[QueryBuilder]`.
[error] unresolved-attribute - :477:9 - Unresolved attribute `customers` on type `type[QueryBuilder]`.

alerta/models/group.py

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

tests/test_blackouts.py

[warning] possibly-missing-attribute - :535:9 - Attribute `append` on type `Unknown | str | list[Unknown | str]` may be missing
[warning] possibly-missing-attribute - :565:9 - Attribute `append` on type `Unknown | str | list[Unknown | str]` may be missing
[warning] possibly-missing-attribute - :632:9 - Attribute `append` on type `Unknown | str | list[Unknown | str]` may be missing

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

altair/datasets/_cache.py

[error] invalid-argument-type - :167:48 - Argument to bound method `_convert_row` is incorrect: Expected `Iterable[str]`, found `tuple[object, ...]`

altair/datasets/_loader.py

[error] invalid-super-argument - :343:20 - `Self@__call__` is not an instance or subclass of `<class '_Load'>` in `super(<class '_Load'>, Self@__call__)` call

altair/datasets/_reader.py

[error] invalid-super-argument - :378:19 - `Self@__repr__` is not an instance or subclass of `<class '_NoParquetReader'>` in `super(<class '_NoParquetReader'>, Self@__repr__)` call

altair/datasets/_readimpl.py

[error] unresolved-attribute - :173:26 - Type `((...) -> R@BaseImpl) & ~Top[partial[Unknown]]` has no attribute `__name__`

altair/utils/schemapi.py

[error] invalid-return-type - :1138:16 - Return type does not match returned value: expected `Self@copy`, found `SchemaBase`
[error] unresolved-attribute - :1155:28 - Type `<super: <class 'SchemaBase'>, SchemaBase>` has no attribute `__getattr__`

altair/vegalite/v6/api.py

[error] invalid-assignment - :444:13 - Object of type `str` is not assignable to attribute `name` on type `(@Todo & ~None) | UndefinedType`
[error] call-non-callable - :460:30 - Object of type `object` is not callable
[error] invalid-return-type - :1200:16 - Return type does not match returned value: expected `Self@__deepcopy__`, found `Then[_C@Then]`
[error] invalid-argument-type - :4168:47 - Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4168:47 - Argument to bound method `to_dict` is incorrect: Expected `bool`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4168:47 - Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4168:47 - Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4169:32 - Argument to bound method `to_dict` is incorrect: Expected `Literal["vega-lite", "vega"]`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4169:32 - Argument to bound method `to_dict` is incorrect: Expected `bool`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4169:32 - Argument to bound method `to_dict` is incorrect: Expected `dict[str, Any] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :4169:32 - Argument to bound method `to_dict` is incorrect: Expected `list[str] | None`, found `Unknown | bool | str | ... omitted 4 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `Literal["vega-lite"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `Literal["vl-convert"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `bool`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `int | float`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 -
Old: Argument to function `save` is incorrect: Expected `str | Path | IO[Unknown]`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `Literal["vega-lite"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `Literal["vl-convert"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `bool`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `int | float`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2410:22 - Argument to function `save` is incorrect: Expected `str | Path | IO[Unknown]`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `Literal["vega-lite"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `Literal["vl-convert"] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `bool`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `int | float`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `str | None`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 -
Old: Argument to function `save` is incorrect: Expected `str | Path | IO[Unknown]`, found `Unknown | str | Path | ... omitted 5 union elements`
New: Argument to function `save` is incorrect: Expected `Literal["json", "html", "png", "svg", "pdf"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `Literal["vega-lite"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `Literal["vl-convert"] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `bool`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `int | float`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `str | None`, found `Self@save | str | Path | ... omitted 6 union elements`
[error] invalid-argument-type - :2412:18 - Argument to function `save` is incorrect: Expected `str | Path | IO[Unknown]`, found `Self@save | str | Path | ... omitted 6 union elements`

altair/vegalite/v6/schema/channels.py

[error] unresolved-attribute - :224:16 - Type `<super: <class 'FieldChannelMixin'>, FieldChannelMixin>` has no attribute `to_dict`
[warning] possibly-missing-attribute - :247:16 - Attribute `to_dict` on type `<super: <class 'ValueChannelMixin'>, ValueChannelMixin> | <super: <class 'ValueChannelMixin'>, Unknown>` may be missing
[error] unresolved-attribute - :265:16 - Type `<super: <class 'DatumChannelMixin'>, DatumChannelMixin>` has no attribute `to_dict`
[warning] unused-ignore-comment - :172:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :173:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :181:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :184:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :195:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :197:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :238:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :245:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :263:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :22303:46 - Unused blanket `type: ignore` directive

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

src/antidote/core/scope.py

[error] invalid-super-argument - :130:9 - `Self@__init__` is not an instance or subclass of `<class 'ScopeGlobalVar'>` in `super(<class 'ScopeGlobalVar'>, Self@__init__)` call
[error] invalid-super-argument - :133:58 - `Self@set` is not an instance or subclass of `<class 'ScopeGlobalVar'>` in `super(<class 'ScopeGlobalVar'>, Self@set)` call
[error] invalid-super-argument - :136:16 - `Self@reset` is not an instance or subclass of `<class 'ScopeGlobalVar'>` in `super(<class 'ScopeGlobalVar'>, Self@reset)` call

src/antidote/core/wiring.py

[error] invalid-assignment - :150:13 - Method `__setitem__` of type `bound method dict[str, Methods | frozenset[str] | Mapping[str, object] | bool].__setitem__(key: str, value: Methods | frozenset[str] | Mapping[str, object] | bool, /) -> None` cannot be called with a key of type `Literal["methods"]` and a value of type `Methods | Iterable[str]` on object of type `dict[str, Methods | frozenset[str] | Mapping[str, object] | bool]`
[error] invalid-argument-type - :158:23 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, object] | None`, found `Methods | frozenset[str] | Mapping[str, object] | bool`
[error] invalid-argument-type - :158:23 - Argument to bound method `__init__` is incorrect: Expected `Methods | Iterable[str]`, found `Methods | frozenset[str] | Mapping[str, object] | bool`
[error] invalid-argument-type - :158:23 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Methods | frozenset[str] | Mapping[str, object] | bool`
[error] invalid-argument-type - :158:23 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Methods | frozenset[str] | Mapping[str, object] | bool`

src/antidote/core/_catalog.py

[error] invalid-argument-type - :214:65 - Argument is incorrect: Expected `ReferenceType[CatalogImpl]`, found `ReferenceType[Self@__init__]`

src/antidote/core/_inject.py

[error] invalid-argument-type - :348:82 - Argument expression after ** must be a mapping type: Found `dict[str, Any] | None`

src/antidote/core/_raw/wrapper.py

[error] unresolved-attribute - :102:13 - Type `(...) -> object` has no attribute `__get__`
[error] unresolved-attribute - :136:13 - Type `(...) -> Awaitable[object]` has no attribute `__get__`

src/antidote/lib/interface_ext/_function.py

[error] invalid-return-type - :161:16 - Return type does not match returned value: expected `Dependency[Out@__call__]`, found `Dependency[typing.TypeVar]`

src/antidote/lib/interface_ext/_interface.py

[warning] unused-ignore-comment - :242:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :306:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :364:70 - Unused blanket `type: ignore` directive

src/antidote/lib/interface_ext/_internal.py

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

src/antidote/lib/lazy_ext/_provider.py

[error] invalid-argument-type - :106:13 -
Old: Argument to bound method `set_value` is incorrect: Expected `() -> Unknown`, found `(def callback() -> T@LazyCall) | None`
New: Argument to bound method `set_value` is incorrect: Expected `() -> T@LazyCall`, found `(def callback() -> T@LazyCall) | None`

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

src/anyio/_backends/_asyncio.py

[error] invalid-argument-type - :166:35 - Argument to function `_cancel_all_tasks` is incorrect: Expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[warning] possibly-missing-attribute - :167:17 - Attribute `run_until_complete` on type `AbstractEventLoop | None` may be missing
[warning] possibly-missing-attribute - :167:41 - Attribute `shutdown_asyncgens` on type `AbstractEventLoop | None` may be missing
[error] unresolved-attribute - :171:21 - Type `None` has no attribute `run_until_complete`
[error] invalid-argument-type - :171:72 - Argument to function `_shutdown_default_executor` is incorrect: Expected `AbstractEventLoop`, found `None`
[warning] possibly-missing-attribute - :175:17 - Attribute `close` on type `AbstractEventLoop | None` may be missing
[error] invalid-return-type - :182:20 - Return type does not match returned value: expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[warning] possibly-missing-attribute - :256:17 - Attribute `call_soon_threadsafe` on type `AbstractEventLoop | None` may be missing
[error] unresolved-attribute - :495:21 - Type `Task[Unknown]` has no attribute `uncancel`
[warning] unused-ignore-comment - :569:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :574:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2135:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2138:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2139:47 - Unused blanket `type: ignore` directive

src/anyio/_core/_fileio.py

[error] unknown-argument - :407:51 - Argument `case_sensitive` does not match any known parameter of bound method `match`
[error] unknown-argument - :617:57 - Argument `walk_up` does not match any known parameter of bound method `relative_to`

src/anyio/_core/_tempfile.py

[error] invalid-super-argument - :297:13 - `Self@__init__` is not an instance or subclass of `<class 'SpooledTemporaryFile'>` in `super(<class 'SpooledTemporaryFile'>, Self@__init__)` call
[error] invalid-super-argument - :312:15 - `Self@aclose` is not an instance or subclass of `<class 'SpooledTemporaryFile'>` in `super(<class 'SpooledTemporaryFile'>, Self@aclose)` call
[error] no-matching-overload - :330:15 - No overload of bound method `write` matches arguments
[error] invalid-super-argument - :384:22 - `Self@seek` is not an instance or subclass of `<class 'SpooledTemporaryFile'>` in `super(<class 'SpooledTemporaryFile'>, Self@seek)` call
[error] invalid-super-argument - :391:22 - `Self@tell` is not an instance or subclass of `<class 'SpooledTemporaryFile'>` in `super(<class 'SpooledTemporaryFile'>, Self@tell)` call
[error] invalid-super-argument - :398:22 - `Self@truncate` is not an instance or subclass of `<class 'SpooledTemporaryFile'>` in `super(<class 'SpooledTemporaryFile'>, Self@truncate)` call
[warning] unused-ignore-comment - :295:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :342:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :356:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :363:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :423:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :451:49 - Unused blanket `type: ignore` directive

src/anyio/streams/stapled.py

[error] invalid-argument-type - :115:34 - Argument to bound method `extend` is incorrect: Expected `Iterable[Listener[T_Stream@MultiListener]]`, found `Sequence[Listener[object]]`

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

apprise/attachment/base.py

[error] unsupported-operator - :288:20 - Operator `<=` is not supported for types `int` and `str`, in comparing `int | float` with `(Unknown & ~AlwaysFalsy & ~Literal[True]) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy & ~Literal[True])`

apprise/attachment/http.py

[error] unsupported-operator - :119:9 - Operator `+=` is unsupported between objects of type `str` and `Unknown | None | Literal["/"]`
[warning] possibly-missing-attribute - :131:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[warning] possibly-missing-attribute - :133:21 - Attribute `name` on type `Unknown | None | _TemporaryFileWrapper[bytes]` may be missing
[error] no-matching-overload - :250:46 - No overload of function `basename` matches arguments
[warning] possibly-missing-attribute - :287:13 - Attribute `trace` on type `Unknown | Logger` may be missing

apprise/config/file.py

[error] invalid-argument-type - :122:34 - Argument to function `open` is incorrect: Expected `str | None`, found `object`

apprise/config/http.py

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

apprise/plugins/custom_json.py

[error] unsupported-operator - :286:9 - Operator `+=` is unsupported between objects of type `str` and `Unknown | None | Literal[""]`

apprise/plugins/custom_xml.py

[error] unsupported-operator - :377:9 - Operator `+=` is unsupported between objects of type `str` and `Unknown | None | Literal[""]`

apprise/plugins/dapnet.py

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

apprise/plugins/dingtalk.py

[warning] possibly-missing-attribute - :185:22 - Attribute `encode` on type `Unknown | None` may be missing

apprise/plugins/enigma2.py

[error] unsupported-operator - :168:16 - Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[warning] possibly-missing-attribute - :275:16 - Attribute `rstrip` on type `Unknown | None | Literal["/"]` may be missing

apprise/plugins/fcm/color.py

[error] unsupported-operator - :103:20 - Operator `+` is unsupported between objects of type `Literal["#"]` and `(Unknown & ~bool & ~AlwaysFalsy) | (Match[str] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysTruthy & ~AlwaysFalsy)`

apprise/plugins/mailgun.py

[warning] possibly-missing-attribute - :427:25 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] invalid-argument-type - :432:31 - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `Unknown | list[Unknown | str] | tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]`
[warning] possibly-missing-attribute - :472:21 - Attribute `trace` on type `Unknown | Logger` may be missing
[warning] possibly-missing-attribute - :487:25 - Attribute `trace` on type `Unknown | Logger` may be missing
[warning] possibly-missing-attribute - :612:13 - Attribute `trace` on type `Unknown | Logger` may be missing

apprise/plugins/nextcloud.py

[error] unsupported-operator - :155:20 - Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[error] unsupported-operator - :219:20 - Operator `<` is not supported for types `str` and `int`, in comparing `Unknown | str | int` with `Literal[21]`

apprise/plugins/notifico.py

[error] invalid-assignment - :192:9 - Implicit shadowing of function `color`

apprise/plugins/parseplatform.py

[warning] possibly-missing-attribute - :221:16 - Attribute `rstrip` on type `Unknown | None | Literal["/"]` may be missing

apprise/plugins/synology.py

[error] unsupported-operator - :272:16 - Operator `+` is unsupported between objects of type `Unknown | None` and `Literal["/webapi/entry.cgi"]`

apprise/plugins/vapid/__init__.py

[error] unsupported-operator - :251:17 - Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[error] unsupported-operator - :252:20 - Operator `>` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str, Unknown | str, Unknown | str] | int`
[warning] possibly-missing-attribute - :357:20 - Attribute `load` on type `Unknown | dict[Unknown, Unknown] | WebPushSubscriptionManager` may be missing

apprise/plugins/vonage.py

[error] unsupported-operator - :176:13 - Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[error] unsupported-operator - :177:16 - Operator `>` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`

tests/helpers/asyncio.py

[warning] possibly-missing-attribute - :42:9 - Attribute `close` on type `Unknown | None | AbstractEventLoop` may be missing

apprise/apprise.py

[error] invalid-assignment - :292:13 - Object of type `object` is not assignable to `AppriseAsset | None`
[error] unresolved-attribute - :543:38 - Type `object` has no attribute `encoding`
[error] unresolved-attribute - :546:36 - Type `object` has no attribute `encoding`
[error] unresolved-attribute - :551:26 - Type `object` has no attribute `encoding`
[error] invalid-argument-type - :563:25 - Argument to bound method `__init__` is incorrect: Expected `AppriseAsset | None`, found `object`
[error] unresolved-attribute - :568:13 - Type `object` has no attribute `body_format`
[error] unresolved-attribute - :573:13 - Type `object` has no attribute `interpret_escapes`
[error] unresolved-attribute - :787:22 - Type `object` has no attribute `details`
[error] unresolved-attribute - :844:22 - Type `object` has no attribute `lang_at`

apprise/apprise_config.py

[error] invalid-argument-type - :129:22 - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `str | list[str]`

apprise/config/base.py

[error] invalid-return-type - :184:20 - Return type does not match returned value: expected `list[NotifyBase]`, found `Unknown | None | list[Unknown]`
[error] unsupported-operator - :358:26 - Operator `-` is unsupported between objects of type `int | float` and `Unknown | None | int | float`
[warning] possibly-missing-attribute - :1338:16 - Attribute `pop` on type `Unknown | None | list[Unknown]` may be missing
[error] non-subscriptable - :1475:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] no-matching-overload - :1483:16 - No overload of function `iter` matches arguments
[error] invalid-argument-type - :1491:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`

apprise/manager.py

[error] unsupported-operator - :118:24 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :126:41 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :134:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :191:20 - Operator `in` is not supported for types `str` and `None`, in comparing `str | @Todo` with `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-implicit-call - :236:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :248:28 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :252:37 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :258:25 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-argument-type - :286:36 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - :287:25 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :335:25 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :359:17 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :371:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :372:25 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :539:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :548:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :568:23 - Attribute `values` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :586:18 - Attribute `keys` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] not-iterable - :588:30 - Object of type `Unknown | None | dict[Unknown, Unknown]` may not be iterable
[error] non-subscriptable - :588:50 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :598:16 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :601:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :605:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :644:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :653:18 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :658:25 - Attribute `keys` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :659:26 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :661:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :664:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :666:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :682:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :686:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :693:32 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :697:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :698:41 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :701:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :705:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :741:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :749:21 - Attribute `values` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-argument-type - :757:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[error] too-many-positional-arguments - :151:13 - Too many positional arguments to bound method `openssl_sha256`: expected 1, got 2
[error] unsupported-operator - :821:13 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :829:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :829:42 - Attribute `get` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :847:34 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :855:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :882:25 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :909:25 - Attribute `keys` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :912:35 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :919:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] no-matching-overload - :1005:17 - No overload of function `basename` matches arguments
[error] invalid-argument-type - :1303:38 - 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 - :1306:31 - Argument to function `escape` is incorrect: Argument type `Unknown | str | None` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] non-subscriptable - :1641:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1646:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :1667:16 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :1667:39 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :1675:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :1680:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1682:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1710:16 - Attribute `keys` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-return-type - :1710:16 - Return type does not match returned value: expected `set[str]`, found `Unknown | dict_keys[Unknown, Unknown]`

apprise/plugins/aprs.py

[error] unsupported-operator - :282:21 - Operator `<` is not supported for types `float` and `str`, in comparing `float` with `Unknown | str | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - :283:24 - Operator `>=` is not supported for types `float` and `str`, in comparing `float` with `Unknown | str | float | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - :293:9 - Operator `+=` is unsupported between objects of type `float` and `Unknown | str | float | dict[Unknown | str, Unknown | str]`

apprise/plugins/custom_form.py

[error] unsupported-operator - :372:9 - Operator `+=` is unsupported between objects of type `str` and `Unknown | None | Literal[""]`

apprise/plugins/discord.py

[error] unsupported-operator - :271:20 - Operator `<` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[warning] possibly-missing-implicit-call - :357:25 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown] | str` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown] | str | int | tuple[int, int, int]` may be missing

apprise/plugins/email/base.py

[warning] possibly-missing-attribute - :464:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[warning] possibly-missing-implicit-call - :525:21 - Method `__setitem__` of type `Unknown | list[Unknown | bool | str] | list[Unknown | str] | list[Unknown | (str & ~AlwaysFalsy)] | tuple[(@Todo & ~AlwaysFalsy) | Literal[False], @Todo]` may be missing
[warning] possibly-missing-attribute - :573:13 - Attribute `trace` on type `Unknown | Logger` may be missing
[error] invalid-argument-type - :605:25 - Argument to bound method `sendmail` is incorrect: Expected `str`, found `Unknown | bool | str`
[error] invalid-argument-type - :684:21 - 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 - :689:41 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown & ~AlwaysFalsy]`
New: 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 - :693:17 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown]`
New: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Literal[False], Unknown | bool | str]`

apprise/plugins/fcm/__init__.py

[error] invalid-assignment - :324:9 - Implicit shadowing of function `color`
[warning] possibly-missing-attribute - :417:51 - Attribute `get` on type `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :451:25 - Attribute `get` on type `(bound method Self@send.color(notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)` may be missing

apprise/plugins/growl.py

[warning] possibly-missing-attribute - :332:24 - Attribute `notify` on type `Unknown | None` may be missing

apprise/plugins/lametric.py

[warning] possibly-missing-implicit-call - :768:13 -
Old: Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown]]]` may be missing
New: Method `__setitem__` of type `Unknown | str | tuple[Unknown | str, Unknown | str, Unknown | str] | ... omitted 3 union elements` may be missing

apprise/plugins/matrix.py

[error] unsupported-operator - :406:21 - Operator `>=` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[error] unsupported-operator - :407:21 - Operator `<=` is not supported for types `int` and `str`, in comparing `int` with `Unknown | str | int`
[error] unsupported-operator - :754:25 - Operator `+=` is unsupported between objects of type `UUID` and `Literal[1]`
[error] unsupported-operator - :817:17 - Operator `+=` is unsupported between objects of type `UUID` and `Literal[1]`

apprise/plugins/mqtt.py

[error] unsupported-operator - :265:17 - Operator `<` is not supported for types `str` and `int`, in comparing `Unknown | str | int | dict[Unknown | str, Unknown | str]` with `Unknown | str | int | dict[Unknown | str, Unknown | str]`
[error] unsupported-operator - :266:20 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | dict[Unknown | str, Unknown | str]` with `Unknown | str | int | dict[Unknown | str, Unknown | str]`
[error] no-matching-overload - :303:17 - No overload of function `sub` matches arguments

apprise/plugins/msteams.py

[error] unsupported-operator - :261:12 - Operator `not in` is not supported for types `int` and `str`, in comparing `int | Unknown | str | tuple[int, int, int] | None` with `Unknown | str | int | tuple[int, int, int]`
[warning] possibly-missing-attribute - :335:9 - Attribute `deprecate` on type `Unknown | Logger` may be missing
[warning] possibly-missing-implicit-call - :373:17 -
Old: Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | None | str]` may be missing
New: Method `__setitem__` of type `Unknown | str | int | dict[Unknown | str, Unknown | None | str]` may be missing
[error] non-subscriptable - :373:17 - Cannot subscript object of type `int` with no `__getitem__` method

apprise/plugins/notifiarr.py

[warning] possibly-missing-implicit-call - :330:17 -
Old: Method `__setitem__` of type `Unknown | bool | str | ... omitted 3 union elements` may be missing
New: Method `__setitem__` of type `Unknown | int | str | ... omitted 4 union elements` may be missing
[warning] possibly-missing-implicit-call - :331:17 -
Old: Method `__setitem__` of type `Unknown | NotifyType | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int] | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown]]` may be missing
New: Method `__setitem__` of type `Unknown | NotifyType | dict[Unknown | str, Unknown | bool | str] | dict[Unknown | str, Unknown | str | int | ... omitted 4 union elements]` may be missing

apprise/plugins/one_signal.py

[error] invalid-argument-type - :286:37 - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] invalid-argument-type - :453:35 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown, Unknown] | bool`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | dict[Unknown | str | bool, Unknown] | bool`

apprise/plugins/pagerduty.py

[warning] possibly-missing-implicit-call - :359:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[warning] possibly-missing-implicit-call - :362:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[warning] possibly-missing-implicit-call - :381:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str | bool] | str` may be missing
[warning] possibly-missing-implicit-call - :384:17 -
Old: Method `__setitem__` of type `Unknown | str` may be missing
New: Method `__setitem__` of type `Unknown | str | bool` may be missing
[error] invalid-argument-type - :384:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["custom_details"]` on object of type `str`

apprise/plugins/sendgrid.py

[warning] possibly-missing-implicit-call - :406:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[warning] possibly-missing-implicit-call - :428:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[warning] possibly-missing-implicit-call - :433:17 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | None]]] | str | dict[Unknown | str, Unknown | str]` may be missing
[error] invalid-argument-type - :425:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["to"]` on object of type `str`

apprise/plugins/sendpulse.py

[warning] possibly-missing-attribute - :562:17 -
Old: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown]` may be missing
New: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str` may be missing
[warning] possibly-missing-attribute - :573:17 -
Old: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown] | list[Unknown]` may be missing
New: Attribute `append` on type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str` may be missing

apprise/plugins/ses.py

[error] no-matching-overload - :445:46 - No overload of function `quote` matches arguments
[error] invalid-argument-type - :477:47 - Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[Unknown, Unknown | str | None]`
[error] no-matching-overload - :542:40 - No overload of function `quote` matches arguments
[error] invalid-argument-type - :472:17 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`
New: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown | str | None]`

apprise/plugins/slack.py

[warning] possibly-missing-attribute - :478:17 - Attribute `insert` on type `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]` may be missing
[warning] possibly-missing-attribute - :518:17 - Attribute `append` on type `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]` may be missing
[error] non-subscriptable - :602:21 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] non-subscriptable - :605:17 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] non-subscriptable - :609:21 - Cannot subscript object of type `bool` with no `__getitem__` method

apprise/plugins/smtp2go.py

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

apprise/plugins/sparkpost.py

[error] invalid-argument-type - :529:13 -
Old: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown]`
New: Argument to function `formataddr` is incorrect: Expected `tuple[str | None, str]`, found `tuple[(Unknown & ~AlwaysFalsy) | Literal[False], Unknown | str]`
[warning] possibly-missing-attribute - :578:21 -
Old: Attribute `append` on type `Unknown | bool | dict[Unknown | str, Unknown] | str` may be missing
New: Attribute `append` on type `Unknown | bool | dict[Unknown | str, Unknown | str] | str` may be missing

apprise/plugins/telegram.py

[warning] possibly-missing-attribute - :578:20 - Attribute `match` on type `Unknown | Pattern[str] | str` may be missing
[error] invalid-argument-type - :875:21 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | bool | tuple[Unknown | str, Unknown | str]`

apprise/plugins/twist.py

[error] non-subscriptable - :534:32 - Cannot subscript object of type `set[Unknown]` with no `__getitem__` method

apprise/plugins/twitter.py

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

apprise/plugins/xbmc.py

[error] unsupported-operator - :146:21 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int` with `Literal[0]`
[error] unsupported-operator - :367:17 - Operator `<=` is not supported for types `tuple[Literal["xbmc"], Literal["kodi"]]` and `int`, in comparing `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` with `Unknown | Literal[2]`

apprise/utils/pem.py

[error] invalid-argument-type - :507:31 - Argument to bound method `keygen` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - :543:31 - Argument to bound method `keygen` is incorrect: Expected `bool`, found `str`
[warning] possibly-missing-attribute - :809:23 - Attribute `sign` on type `EllipticCurvePrivateKey | None` may be missing

apprise/utils/pgp.py

[warning] possibly-missing-attribute - :136:23 - Attribute `split` on type `Unknown | None` may be missing

tests/test_attach_http.py

[warning] possibly-missing-attribute - :173:24 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :186:13 - Attribute `close` on type `Unknown | None` may be missing

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

src/arti/graphs/__init__.py

[error] invalid-assignment - :138:9 - Property `_status` defined in `Self@_toggle` is read-only
[error] invalid-assignment - :139:9 - Property `_artifact_to_key` defined in `Self@_toggle` is read-only

src/arti/internal/mappings.py

[error] invalid-super-argument - :121:9 - `Self@__init__` is not an instance or subclass of `<class 'TypedBox'>` in `super(<class 'TypedBox'>, Self@__init__)` call
[error] invalid-super-argument - :126:9 - `Self@__init__` is not an instance or subclass of `<class 'TypedBox'>` in `super(<class 'TypedBox'>, Self@__init__)` call
[error] invalid-super-argument - :179:24 - `Self@__getattr__` is not an instance or subclass of `<class 'TypedBox'>` in `super(<class 'TypedBox'>, Self@__getattr__)` call
[error] invalid-super-argument - :208:13 - `Self@__setattr__` is not an instance or subclass of `<class 'TypedBox'>` in `super(<class 'TypedBox'>, Self@__setattr__)` call

src/arti/internal/utils.py

[error] invalid-return-type - :97:16 - Return type does not match returned value: expected `Self@__add__`, found `_int`
[error] invalid-return-type - :100:16 - Return type does not match returned value: expected `Self@__and__`, found `_int`
[error] invalid-return-type - :103:16 - Return type does not match returned value: expected `Self@__ceil__`, found `_int`
[error] invalid-return-type - :106:16 - Return type does not match returned value: expected `Self@__floor__`, found `_int`
[error] invalid-return-type - :109:16 - Return type does not match returned value: expected `Self@__floordiv__`, found `_int`
[error] invalid-return-type - :112:16 - Return type does not match returned value: expected `Self@__invert__`, found `_int`
[error] invalid-return-type - :115:16 - Return type does not match returned value: expected `Self@__lshift__`, found `_int`
[error] invalid-return-type - :118:16 - Return type does not match returned value: expected `Self@__mod__`, found `_int`
[error] invalid-return-type - :121:16 - Return type does not match returned value: expected `Self@__mul__`, found `_int`
[error] invalid-return-type - :124:16 - Return type does not match returned value: expected `Self@__neg__`, found `_int`
[error] invalid-return-type - :127:16 - Return type does not match returned value: expected `Self@__or__`, found `_int`
[error] invalid-return-type - :130:16 - Return type does not match returned value: expected `Self@__pos__`, found `_int`
[error] invalid-return-type - :133:16 - Return type does not match returned value: expected `Self@__radd__`, found `_int`
[error] invalid-return-type - :136:16 - Return type does not match returned value: expected `Self@__rand__`, found `_int`
[error] invalid-return-type - :139:16 - Return type does not match returned value: expected `Self@__rfloordiv__`, found `_int`
[error] invalid-return-type - :142:16 - Return type does not match returned value: expected `Self@__rlshift__`, found `_int`
[error] invalid-return-type - :145:16 - Return type does not match returned value: expected `Self@__rmod__`, found `_int`
[error] invalid-return-type - :148:16 - Return type does not match returned value: expected `Self@__rmul__`, found `_int`
[error] invalid-return-type - :151:16 - Return type does not match returned value: expected `Self@__ror__`, found `_int`
[error] invalid-return-type - :154:16 - Return type does not match returned value: expected `Self@__round__`, found `_int`
[error] invalid-return-type - :157:16 - Return type does not match returned value: expected `Self@__rrshift__`, found `_int`
[error] invalid-return-type - :160:16 - Return type does not match returned value: expected `Self@__rshift__`, found `_int`
[error] invalid-return-type - :163:16 - Return type does not match returned value: expected `Self@__rsub__`, found `_int`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `Self@__rxor__`, found `_int`
[error] invalid-return-type - :169:16 - Return type does not match returned value: expected `Self@__sub__`, found `_int`
[error] invalid-return-type - :172:16 - Return type does not match returned value: expected `Self@__trunc__`, found `_int`
[error] invalid-return-type - :175:16 - Return type does not match returned value: expected `Self@__xor__`, found `_int`

src/arti/storage/__init__.py

[error] invalid-assignment - :127:9 - Property `_key_types` defined in `Self@_visit_type` is read-only

arviz (https://github.com/arviz-devs/arviz)

arviz/data/io_dict.py

[error] invalid-argument-type - :333:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - :333:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None | dict[Unknown, Unknown]`
[error] missing-argument - :334:30 - No argument provided for required parameter 1
[error] missing-argument - :335:33 - No argument provided for required parameter 1
[error] missing-argument - :336:35 - No argument provided for required parameter 1
[error] missing-argument - :337:41 - No argument provided for required parameter 1
[error] missing-argument - :338:32 - No argument provided for required parameter 1
[error] missing-argument - :339:26 - No argument provided for required parameter 1
[error] missing-argument - :340:39 - No argument provided for required parameter 1
[error] missing-argument - :341:37 - No argument provided for required parameter 1
[error] missing-argument - :342:34 - No argument provided for required parameter 1
[error] missing-argument - :343:34 - No argument provided for required parameter 1
[error] missing-argument - :344:46 - No argument provided for required parameter 1

arviz/wrappers/base.py

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

doc/source/user_guide/numpyro_refitting_xr_lik.ipynb:cell 22

[warning] possibly-missing-attribute - :21:17 - Attribute `constant_data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :22:17 - Attribute `observed_data` on type `Unknown | None` may be missing

doc/source/user_guide/pystan_refitting.ipynb:cell 14

[warning] possibly-missing-attribute - :3:17 - Attribute `constant_data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :4:17 - Attribute `observed_data` on type `Unknown | None` may be missing

doc/source/user_guide/wrappers/cmdstanpy_refitting.ipynb:cell 14

[warning] possibly-missing-attribute - :3:17 - Attribute `constant_data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :4:17 - Attribute `observed_data` on type `Unknown | None` may be missing

arviz/data/inference_data.py

[error] call-non-callable - :728:31 - Object of type `ndarray[@Todo, Unknown]` is not callable

arviz/data/io_beanmachine.py

[warning] possibly-missing-attribute - :25:27 - Attribute `namespaces` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :26:30 - Attribute `namespaces` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :30:38 - Attribute `namespaces` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :31:41 - Attribute `namespaces` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :35:12 - Attribute `log_likelihoods` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :36:36 - Attribute `log_likelihoods` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :40:12 - Attribute `observations` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :41:33 - Attribute `observations` on type `Unknown | None` may be missing
[error] invalid-argument-type - :73:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :73:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :74:30 - No argument provided for required parameter 1
[error] missing-argument - :75:41 - No argument provided for required parameter 1
[error] missing-argument - :76:35 - No argument provided for required parameter 1
[error] missing-argument - :77:34 - No argument provided for required parameter 1

arviz/data/io_cmdstan.py

[error] missing-argument - :107:9 - No argument provided for required parameter 1
[error] missing-argument - :108:9 - No argument provided for required parameter 1
[error] invalid-argument-type - :683:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :683:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :684:30 - No argument provided for required parameter 1
[error] missing-argument - :685:33 - No argument provided for required parameter 1
[error] missing-argument - :686:35 - No argument provided for required parameter 1
[error] missing-argument - :687:41 - No argument provided for required parameter 1
[error] missing-argument - :688:26 - No argument provided for required parameter 1
[error] missing-argument - :689:39 - No argument provided for required parameter 1
[error] missing-argument - :690:37 - No argument provided for required parameter 1
[error] missing-argument - :691:34 - No argument provided for required parameter 1
[error] missing-argument - :692:34 - No argument provided for required parameter 1
[error] missing-argument - :693:32 - No argument provided for required parameter 1
[error] missing-argument - :694:46 - No argument provided for required parameter 1

arviz/data/io_cmdstanpy.py

[error] invalid-argument-type - :573:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :573:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :574:30 - No argument provided for required parameter 1
[error] missing-argument - :575:33 - No argument provided for required parameter 1
[error] missing-argument - :576:41 - No argument provided for required parameter 1
[error] missing-argument - :577:32 - No argument provided for required parameter 1
[error] missing-argument - :578:26 - No argument provided for required parameter 1
[error] missing-argument - :579:39 - No argument provided for required parameter 1
[error] missing-argument - :580:37 - No argument provided for required parameter 1
[error] missing-argument - :581:34 - No argument provided for required parameter 1
[error] missing-argument - :582:34 - No argument provided for required parameter 1
[error] missing-argument - :583:46 - No argument provided for required parameter 1
[error] missing-argument - :584:35 - No argument provided for required parameter 1
[warning] possibly-missing-attribute - :589:22 - Attribute `metadata` on type `Unknown | None` may be missing

arviz/data/io_numpyro.py

[warning] possibly-missing-attribute - :159:38 - Attribute `get_samples` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :176:26 - Attribute `sampler` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :178:26 - Attribute `_args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :179:28 - Attribute `_kwargs` on type `Unknown | None` may be missing
[error] missing-argument - :180:65 - No argument provided for required parameter 1
[error] missing-argument - :182:67 - No argument provided for required parameter 1
[error] unsupported-operator - :291:30 - Operator `*` is unsupported between objects of type `Unknown | None | Literal[1]` and `Unknown | None`
[error] invalid-argument-type - :392:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :392:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :393:30 - No argument provided for required parameter 1
[error] missing-argument - :394:33 - No argument provided for required parameter 1
[error] missing-argument - :395:35 - No argument provided for required parameter 1
[error] missing-argument - :396:41 - No argument provided for required parameter 1
[error] missing-argument - :397:32 - No argument provided for required parameter 1
[error] missing-argument - :399:34 - No argument provided for required parameter 1
[error] missing-argument - :400:34 - No argument provided for required parameter 1
[error] missing-argument - :401:46 - No argument provided for required parameter 1

arviz/data/io_pyjags.py

[error] invalid-argument-type - :114:30 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | tuple[Dataset, Dataset] | None | bool`
[error] invalid-argument-type - :114:30 - Argument to bound method `__init__` is incorrect: Expected `None | Mapping[Any, Any]`, found `Unknown | tuple[Dataset, Dataset] | None | bool`
[error] invalid-argument-type - :114:30 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | tuple[Dataset, Dataset] | None | bool`

arviz/data/io_pyro.py

[warning] possibly-missing-attribute - :88:30 - Attribute `kernel` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :90:30 - Attribute `_args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :91:32 - Attribute `_kwargs` on type `Unknown | None` may be missing
[error] unsupported-operator - :175:30 - Operator `*` is unsupported between objects of type `Unknown | None | Literal[1]` and `Unknown | None`
[error] invalid-argument-type - :261:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :261:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :262:30 - No argument provided for required parameter 1
[error] missing-argument - :263:33 - No argument provided for required parameter 1
[error] missing-argument - :264:35 - No argument provided for required parameter 1
[error] missing-argument - :265:41 - No argument provided for required parameter 1
[error] missing-argument - :266:32 - No argument provided for required parameter 1
[error] missing-argument - :267:34 - No argument provided for required parameter 1
[error] missing-argument - :268:46 - No argument provided for required parameter 1
[error] missing-argument - :270:34 - No argument provided for required parameter 1

arviz/data/io_pystan.py

[error] missing-argument - :283:21 - No argument provided for required parameter 1
[error] invalid-argument-type - :286:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :286:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :287:30 - No argument provided for required parameter 1
[error] missing-argument - :288:33 - No argument provided for required parameter 1
[error] missing-argument - :289:35 - No argument provided for required parameter 1
[error] missing-argument - :290:41 - No argument provided for required parameter 1
[error] missing-argument - :291:32 - No argument provided for required parameter 1
[error] missing-argument - :292:26 - No argument provided for required parameter 1
[error] missing-argument - :293:39 - No argument provided for required parameter 1
[error] missing-argument - :294:37 - No argument provided for required parameter 1
[error] missing-argument - :609:26 - No argument provided for required parameter 1
[error] missing-argument - :610:34 - No argument provided for required parameter 1
[error] invalid-argument-type - :613:13 - Argument to bound method `__init__` is incorrect: Expected `Dataset | list[Dataset] | tuple[Dataset, Dataset]`, found `Unknown | None`
[error] invalid-argument-type - :613:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] missing-argument - :614:30 - No argument provided for required parameter 1
[error] missing-argument - :615:33 - No argument provided for required parameter 1
[error] missing-argument - :616:35 - No argument provided for required parameter 1
[error] missing-argument - :617:41 - No argument provided for required parameter 1
[error] missing-argument - :618:32 - No argument provided for required parameter 1
[error] missing-argument - :619:26 - No argument provided for required parameter 1
[error] missing-argument - :620:39 - No argument provided for required parameter 1
[error] missing-argument - :621:37 - No argument provided for required parameter 1

arviz/utils.py

[error] invalid-argument-type - :171:34 - Argument to function `update_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Self@__init__`

arviz/wrappers/wrap_stan.py

[warning] possibly-missing-attribute - :113:15 - Attribute `sample` on type `str | Unknown` may be missing

doc/source/user_guide/numpyro_refitting.ipynb:cell 14

[warning] possibly-missing-attribute - :38:17 - Attribute `constant_data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :39:17 - Attribute `observed_data` on type `Unknown | None` may be missing

doc/source/user_guide/pymc_refitting.ipynb:cell 12

[error] non-subscriptable - :30:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :31:17 - Cannot subscript object of type `None` with no `__getitem__` method

async-utils (https://github.com/mikeshardmind/async-utils)

src/async_utils/_qs.py

[error] invalid-super-argument - :557:9 - `Self@__init__` is not an instance or subclass of `<class 'Queue'>` in `super(<class 'Queue'>, Self@__init__)` call
[error] invalid-super-argument - :585:9 - `Self@__init__` is not an instance or subclass of `<class 'LIFOQueue'>` in `super(<class 'LIFOQueue'>, Self@__init__)` call
[error] invalid-super-argument - :615:13 - `Self@__init__` is not an instance or subclass of `<class 'PriorityQueue'>` in `super(<class 'PriorityQueue'>, Self@__init__)` call
[error] invalid-super-argument - :627:13 - `Self@__init__` is not an instance or subclass of `<class 'PriorityQueue'>` in `super(<class 'PriorityQueue'>, Self@__init__)` call

src/async_utils/task_cache.py

[error] invalid-super-argument - :107:16 - `Self@__repr__` is not an instance or subclass of `<class '_WrappedSignature'>` in `super(<class '_WrappedSignature'>, Self@__repr__)` call

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

asynq/generator.py

[error] unresolved-attribute - :176:26 - Type `Self@__repr__` has no attribute `stopped`

asynq/tools.py

[warning] possibly-missing-attribute - :336:13 - Attribute `dirty` on type `DecoratorBinder[Unknown] | @Todo` may be missing
[warning] possibly-missing-attribute - :338:13 - Attribute `dirty` on type `DecoratorBinder[Unknown] | @Todo` may be missing

asynq/tests/test_recursion.py

[warning] division-by-zero - :54:29 - Cannot divide object of type `float` by zero
[warning] division-by-zero - :54:29 - Cannot divide object of type `int` by zero
[warning] division-by-zero - :61:29 - Cannot divide object of type `float` by zero
[warning] division-by-zero - :61:29 - Cannot divide object of type `int` by zero

asynq/async_task.py

[warning] possibly-missing-attribute - :217:24 - Attribute `send` on type `Unknown | None` may be missing
[error] invalid-argument-type - :219:47 - Argument to function `get_frame` is incorrect: Expected `GeneratorType[Unknown, None, None]`, found `Unknown | None`
[warning] possibly-missing-attribute - :221:28 - Attribute `throw` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :223:28 - Attribute `throw` on type `Unknown | None` may be missing
[error] unresolved-attribute - :258:12 - Type `Self@_accept_error` has no attribute `_value`
[error] unresolved-attribute - :288:12 - Type `Self@_queue_exit` has no attribute `_value`
[error] unresolved-attribute - :300:12 - Type `Self@_queue_throw_error` has no attribute `_value`

asynq/decorators.py

[error] unresolved-attribute - :168:42 - Type `Self@_fn_wrapper` has no attribute `fn`
[error] unresolved-attribute - :174:54 - Type `Self@asyncio` has no attribute `fn`
[error] unresolved-attribute - :188:22 - Type `Self@_call_pure` has no attribute `fn`
[error] unresolved-attribute - :189:38 - Type `Self@_call_pure` has no attribute `fn`
[error] unresolved-attribute - :195:20 - Type `DecoratorBinder[Unknown]` has no attribute `asynq`
[error] unresolved-attribute - :197:20 - Type `DecoratorBinder[Unknown]` has no attribute `asynq`
[error] unresolved-attribute - :201:20 - Type `DecoratorBinder[Unknown]` has no attribute `asyncio`
[error] unresolved-attribute - :203:20 - Type `DecoratorBinder[Unknown]` has no attribute `asyncio`
[error] unresolved-attribute - :225:73 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :225:117 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :229:73 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :229:117 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :256:73 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :256:117 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :260:73 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :260:117 - Type `Self@__call__` has no attribute `fn`
[error] unresolved-attribute - :272:14 - Type `Self@__get__` has no attribute `fn`
[error] unresolved-attribute - :273:12 - Type `Self@__get__` has no attribute `type`
[error] unresolved-attribute - :274:18 - Type `Self@__get__` has no attribute `type`
[error] unresolved-attribute - :294:49 - Type `Self@asyncio` has no attribute `fn`
[error] unresolved-attribute - :310:16 - Type `Self@_call_pure` has no attribute `fn`

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

src/attr/_make.py

[error] invalid-assignment - :797:13 - Object of type `ReferenceType[Unknown]` is not assignable to attribute `__attrs_base_of_slotted__` on type `Unknown | type`
[error] invalid-assignment - :842:13 - Object of type `Literal[False]` is not assignable to attribute `__attrs_own_setattr__` on type `Unknown | type`
[error] invalid-argument-type - :1061:13 - Argument to function `_make_hash_script` is incorrect: Expected `list[Attribute | Unknown]`, found `Unknown | type`
[error] not-iterable - :1107:26 - Object of type `Unknown | type` may not be iterable
[error] invalid-argument-type - :1139:41 - Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `Unknown | type`
[error] not-iterable - :1162:18 - Object of type `Unknown | type` may not be iterable
[error] unresolved-attribute - :2598:65 - Type `Self@__getstate__` has no attribute `metadata`

tests/test_cmp.py

[warning] possibly-missing-attribute - :321:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :329:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :389:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :397:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :407:18 - Attribute `__lt__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :415:18 - Attribute `__le__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :425:18 - Attribute `__gt__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :435:18 - Attribute `__ge__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :461:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :469:16 - Attribute `strip` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :479:18 - Attribute `__lt__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :487:18 - Attribute `__le__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :495:18 - Attribute `__gt__` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :503:18 - Attribute `__ge__` on type `Unknown | type` may be missing

tests/test_make.py

[warning] possibly-missing-attribute - :2174:24 - Attribute `__qualname__` on type `Unknown | ((...) -> Unknown)` may be missing

tests/test_slots.py

[error] unresolved-attribute - :985:24 - Type `<super: <class 'B'>, B>` has no attribute `__getattr__`

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

src/bandersnatch/mirror.py

[error] invalid-return-type - :263:16 - Return type does not match returned value: expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - :353:52 - Argument to bound method `sync_index_page` is incorrect: Expected `int`, found `int | None`

src/bandersnatch/simple.py

[warning] possibly-missing-attribute - :290:25 -
Old: Attribute `append` on type `Any | dict[Unknown | str, Unknown | int] | list[Unknown]` may be missing
New: Attribute `append` on type `Any | dict[Unknown | str, Unknown | int | str] | list[Unknown]` may be missing

src/bandersnatch_storage_plugins/swift.py

[warning] unused-ignore-comment - :260:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :261:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :262:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :263:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :283:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :284:71 - Unused blanket `type: ignore` directive

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

beartype/_check/metadata/hint/hintmeta.py

[warning] unused-ignore-comment - :126:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :127:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :128:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :129:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :130:46 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_kind/clawastassign.py

[warning] unused-ignore-comment - :68:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :85:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :195:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :210:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :222:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :269:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :377:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :380:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :393:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :395:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :405:59 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_kind/clawastmodule.py

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

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

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

beartype/_check/error/errcause.py

[warning] unused-ignore-comment - :371:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :372:39 - Unused blanket `type: ignore` directive

beartype/_check/metadata/hint/hintsmeta.py

[warning] unused-ignore-comment - :298:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :301:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :302:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :303:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :305:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :306:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :307:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :423:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :632:35 - Unused blanket `type: ignore` directive

beartype/_check/metadata/metadecor.py

[warning] unused-ignore-comment - :332:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :334:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :335:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :336:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :339:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :340:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :341:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :342:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :343:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :344:41 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_clawastutil.py

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

beartype/claw/_ast/_kind/clawastimport.py

[warning] unused-ignore-comment - :290:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :390:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :452:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :504:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :622:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :631:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :801:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :871:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1148:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1200:73 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_pep/clawastpep695.py

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

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

bidict/_base.py

[error] invalid-super-argument - :269:66 - `Self@items` is not an instance or subclass of `<class 'BidictBase'>` in `super(<class 'BidictBase'>, Self@items)` call
[error] parameter-already-assigned - :468:48 - Multiple values provided for parameter `unwrites` of bound method `_write`

bidict/_orderedbase.py

[error] invalid-assignment - :71:9 - Invalid assignment to data descriptor attribute `nxt` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :77:9 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
[error] invalid-assignment - :78:9 - Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
[error] invalid-assignment - :82:9 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
[error] invalid-assignment - :82:24 - Object of type `Self@relink` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
[error] invalid-assignment - :110:9 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
[error] invalid-super-argument - :133:9 - `Self@__init__` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@__init__)` call
[error] invalid-super-argument - :144:49 - `Self@_make_inverse` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_make_inverse)` call
[error] invalid-super-argument - :160:9 - `Self@_init_from` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_init_from)` call
[error] invalid-super-argument - :171:9 - `Self@_write` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_write)` call

bidict/_orderedbidict.py

[error] invalid-super-argument - :46:9 - `Self@clear` is not an instance or subclass of `<class 'OrderedBidict'>` in `super(<class 'OrderedBidict'>, Self@clear)` call
[error] invalid-super-argument - :51:15 - `Self@_pop` is not an instance or subclass of `<class 'OrderedBidict'>` in `super(<class 'OrderedBidict'>, Self@_pop)` call
[error] invalid-assignment - :80:9 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
[error] invalid-assignment - :81:9 - Object of type `Node` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
[error] invalid-assignment - :86:13 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method
[error] invalid-assignment - :87:24 - Object of type `Node` is not assignable to attribute `nxt` on type `Unknown | Node`
[error] invalid-assignment - :91:13 - Invalid assignment to data descriptor attribute `nxt` on type `Node` with custom `__set__` method

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

src/blib2to3/pgen2/parse.py

[warning] possibly-missing-attribute - :367:13 - Attribute `append` on type `list[@Todo] | None` may be missing

src/blib2to3/pgen2/pgen.py

[error] invalid-return-type - :318:29 - Function can implicitly return `None`, which is not assignable to return type `tuple[NFAState, NFAState]`

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

boostedblob/boost.py

[error] invalid-super-argument - :310:9 - `Self@__init__` is not an instance or subclass of `<class 'MappingBoostable'>` in `super(<class 'MappingBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :357:9 - `Self@__init__` is not an instance or subclass of `<class 'OrderedMappingBoostable'>` in `super(<class 'OrderedMappingBoostable'>, Self@__init__)` call
[error] unresolved-attribute - :362:9 - Type `Collection[Awaitable[T@OrderedMappingBoostable]]` has no attribute `append`
[error] unresolved-attribute - :368:16 - Type `Collection[Awaitable[T@OrderedMappingBoostable]] & ~AlwaysFalsy` has no attribute `popleft`
[error] non-subscriptable - :382:19 - Cannot subscript object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` with no `__getitem__` method
[error] invalid-super-argument - :392:9 - `Self@__init__` is not an instance or subclass of `<class 'UnorderedMappingBoostable'>` in `super(<class 'UnorderedMappingBoostable'>, Self@__init__)` call
[error] unresolved-attribute - :402:9 - Type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `add`
[error] unresolved-attribute - :413:55 - Type `Awaitable[T@UnorderedMappingBoostable]` has no attribute `done`
[error] unresolved-attribute - :416:9 - Type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `remove`
[error] invalid-super-argument - :444:9 - `Self@__init__` is not an instance or subclass of `<class 'FilterBoostable'>` in `super(<class 'FilterBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :468:9 - `Self@__init__` is not an instance or subclass of `<class 'EnumerateBoostable'>` in `super(<class 'EnumerateBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :494:9 - `Self@__init__` is not an instance or subclass of `<class 'EageriseBoostable'>` in `super(<class 'EageriseBoostable'>, Self@__init__)` call

boostedblob/globals.py

[warning] possibly-missing-attribute - :60:52 - Attribute `__qualname__` on type `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])` may be missing
[error] invalid-assignment - :81:13 - Method `__setitem__` of type `bound method dict[T@TokenManager, Any].__setitem__(key: T@TokenManager, value: Any, /) -> None` cannot be called with a key of type `tuple[@Todo, ...] | (Any & ~Top[list[Unknown]])` and a value of type `Any` on object of type `dict[T@TokenManager, Any]`
[error] invalid-assignment - :82:13 - Method `__setitem__` of type `bound method dict[T@TokenManager, int | float].__setitem__(key: T@TokenManager, value: int | float, /) -> None` cannot be called with a key of type `tuple[@Todo, ...] | (Any & ~Top[list[Unknown]])` and a value of type `Any` on object of type `dict[T@TokenManager, int | float]`

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

src/check_jsonschema/checker.py

[warning] possibly-unresolved-reference - :93:38 - Name `result` used when possibly not defined
[warning] possibly-unresolved-reference - :94:16 - Name `result` used when possibly not defined

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

cki_lib/kcidb/file.py

[error] invalid-argument-type - :55:16 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[warning] possibly-missing-attribute - :66:13 - Attribute `append` on type `Unknown | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :68:21 - Attribute `index` on type `Unknown | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :77:21 - Attribute `index` on type `Unknown | dict[Unknown | str, Unknown]` may be missing
[warning] possibly-missing-attribute - :81:13 - Attribute `append` on type `Unknown | dict[Unknown | str, Unknown]` may be missing

cki_lib/metrics/__init__.py

[error] unsupported-operator - :28:21 - Operator `-` is unsupported between objects of type `int | float` and `Unknown | None | int | float`
[error] unsupported-operator - :28:49 - Operator `-` is unsupported between objects of type `int | float` and `Unknown | None | int | float`

tests/test_cronjob.py

[error] invalid-assignment - :38:9 - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[warning] possibly-missing-attribute - :43:9 - Attribute `assert_has_calls` on type `Unknown | Event` may be missing
[error] invalid-assignment - :105:9 - Object of type `Mock` is not assignable to attribute `run` on type `Unknown | CronJob`
[warning] possibly-missing-attribute - :109:13 - Attribute `join` on type `Unknown | Thread | None` may be missing
[warning] possibly-missing-attribute - :117:13 - Attribute `join` on type `Unknown | Thread | None` may be missing
[warning] possibly-missing-attribute - :127:13 - Attribute `join` on type `Unknown | Thread | None` may be missing
[error] invalid-assignment - :140:9 - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - :154:9 - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - :184:9 - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`
[error] invalid-assignment - :246:9 - Object of type `Mock` is not assignable to attribute `_run` on type `Unknown | CronJob`

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

cloudinit/config/cc_rsyslog.py

[error] unsupported-operator - :279:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal[":"]` with `Unknown | None`
[error] unsupported-operator - :280:20 - Operator `+` is unsupported between objects of type `Literal["["]` and `Unknown | None`
[error] unsupported-operator - :282:13 - Operator `+=` is unsupported between objects of type `Literal["*.* "]` and `Unknown | None`
[error] unsupported-operator - :282:13 - Operator `+=` is unsupported between objects of type `Literal["*.* @"]` and `Unknown | None`
[error] unsupported-operator - :282:13 - Operator `+=` is unsupported between objects of type `Literal["*.* @@"]` and `Unknown | None`

cloudinit/distros/parsers/hostname.py

[error] not-iterable - :25:38 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :53:38 - Object of type `Unknown | None` may not be iterable
[warning] possibly-missing-attribute - :58:13 - Attribute `append` on type `Unknown | None` may be missing

cloudinit/distros/parsers/hosts.py

[error] not-iterable - :27:38 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :37:38 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[warning] possibly-missing-attribute - :51:9 - Attribute `append` on type `Unknown | None | list[Unknown]` may be missing
[error] not-iterable - :71:38 - Object of type `Unknown | None | list[Unknown]` may not be iterable

cloudinit/distros/parsers/resolv_conf.py

[error] not-iterable - :60:38 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :75:38 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[warning] possibly-missing-attribute - :92:13 - Attribute `append` on type `Unknown | None | list[Unknown]` may be missing
[error] not-iterable - :106:18 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[warning] possibly-missing-attribute - :132:9 - Attribute `append` on type `Unknown | None | list[Unknown]` may be missing

cloudinit/net/network_manager.py

[error] invalid-assignment - :56:9 - Implicit shadowing of function `optionxform`

cloudinit/net/networkd.py

[warning] possibly-missing-attribute - :77:17 - Attribute `append` on type `Unknown | list[Unknown] | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :79:17 - Attribute `sort` on type `Unknown | list[Unknown] | dict[Unknown, Unknown]` may be missing
[error] invalid-argument-type - :100:36 - Argument to function `normalize` is incorrect: Expected `dict[str, list[Any]]`, found `Unknown | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown]] | dict[str, list[Any]]`

cloudinit/sources/DataSourceConfigDrive.py

[warning] possibly-missing-attribute - :197:12 - Attribute `startswith` on type `Unknown | None | Literal["/config-drive"]` may be missing

tests/unittests/config/test_cc_ca_certs.py

[error] invalid-argument-type - :47:51 - Argument to function `handle` is incorrect: Expected `Cloud`, found `Unknown | None`
[error] unresolved-attribute - :237:9 - Type `Self@test_single_cert` has no attribute `m_stat`
[error] unresolved-attribute - :265:9 - Type `Self@test_multiple_certs` has no attribute `m_stat`
[error] unresolved-attribute - :322:9 - Type `Self@test_commands` has no attribute `m_stat`
[error] unresolved-attribute - :371:9 - Type `Self@test_non_existent_cert_cfg` has no attribute `m_stat`

tests/unittests/test_stages.py

[error] invalid-assignment - :428:9 - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - :541:9 - Object of type `def fake_network_config() -> Unknown` is not assignable to attribute `_find_networking_config` on type `Unknown | Init`
[error] invalid-assignment - :543:9 - Object of type `Mock` is not assignable to attribute `is_new_instance` on type `Unknown | Init`

cloudinit/cmd/main.py

[error] unsupported-operator - :103:20 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Iterable[Any] | None`
[warning] possibly-missing-attribute - :103:27 - Attribute `_group_actions` on type `_ArgumentGroup | None` may be missing
[warning] possibly-missing-attribute - :109:25 - Attribute `_group_actions` on type `_ArgumentGroup | None` may be missing
[error] non-subscriptable - :109:25 - Cannot subscript object of type `Iterable[Any]` with no `__getitem__` method
[error] non-subscriptable - :109:25 - Cannot subscript object of type `None` with no `__getitem__` method

cloudinit/config/modules.py

[error] unresolved-attribute - :347:30 - Type `ModuleType` has no attribute `meta`

cloudinit/net/eni.py

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

cloudinit/net/ephemeral.py

[error] not-iterable - :194:37 - Object of type `Unknown | None` may not be iterable
[warning] possibly-missing-attribute - :383:46 - Attribute `get` on type `dict[str, Any] | None` may be missing
[warning] possibly-missing-attribute - :391:44 - Attribute `get` on type `dict[str, Any] | None` may be missing
[error] invalid-argument-type - :440:13 - Argument to function `_check_connectivity_to_imds` is incorrect: Expected `list[dict[str, Any]]`, found `Unknown | list[dict[str, Any]] | None`

cloudinit/net/network_state.py

[error] not-iterable - :311:24 - Object of type `Unknown | None` may not be iterable
[error] non-subscriptable - :332:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :332:25 - Cannot subscript object of type `bool` with no `__getitem__` method
[error] invalid-assignment - :340:17 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["dns"]` and a value of type `dict[Unknown | str, Unknown]` on object of type `(Unknown & ~AlwaysFalsy) | (list[Unknown] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :352:38 - Attribute `items` on type `Unknown | None` may be missing

cloudinit/sources/DataSourceAzure.py

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

cloudinit/sources/DataSourceEc2.py

[warning] possibly-missing-attribute - :188:25 - Attribute `get` on type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :189:29 - Attribute `get` on type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :191:13 - Attribute `get` on type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :288:20 - Attribute `get` on type `Unknown | None` may be missing
[error] non-subscriptable - :289:31 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :292:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :423:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["block-device-mapping"]` with `Unknown | None`
[error] non-subscriptable - :432:15 - Cannot subscript object of type `None` with no `__getitem__` method

cloudinit/sources/DataSourceGCE.py

[error] non-subscriptable - :151:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :154:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :164:13 - Cannot subscript object of type `None` with no `__getitem__` method

cloudinit/sources/DataSourceLXD.py

[warning] possibly-missing-attribute - :119:9 - Attribute `connect` on type `socket | @Todo | None` may be missing

cloudinit/sources/DataSourceNoCloud.py

[warning] possibly-missing-attribute - :244:12 - Attribute `startswith` on type `Unknown | None` may be missing

cloudinit/sources/DataSourceOpenNebula.py

[error] unsupported-operator - :120:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`

cloudinit/sources/DataSourceOracle.py

[error] invalid-argument-type - :349:47 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Literal[0]` on object of type `dict[str, Any]`
[error] invalid-argument-type - :365:59 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `slice[Literal[1], None, None]` on object of type `dict[str, Any]`

cloudinit/sources/DataSourceSmartOS.py

[warning] possibly-missing-attribute - :243:16 - Attribute `exists` on type `Unknown | Literal["_unset"] | None` may be missing
[warning] possibly-missing-attribute - :251:9 - Attribute `open_transport` on type `Unknown | Literal["_unset"] | None` may be missing
[warning] possibly-missing-attribute - :255:27 - Attribute `get` on type `Unknown | Literal["_unset"] | None` may be missing
[warning] possibly-missing-attribute - :258:27 - Attribute `get_json` on type `Unknown | Literal["_unset"] | None` may be missing
[warning] possibly-missing-attribute - :260:9 - Attribute `close_transport` on type `Unknown | Literal["_unset"] | None` may be missing
[warning] possibly-missing-attribute - :397:22 - Attribute `groupdict` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :440:24 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :454:9 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :455:9 - Attribute `flush` on type `Unknown | None` may be missing
[error] unsupported-operator - :706:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | set[Unknown]`

cloudinit/sources/__init__.py

[warning] possibly-missing-attribute - :534:13 - Attribute `pop` on type `dict[Unknown, Unknown] | str` may be missing
[warning] possibly-missing-attribute - :535:13 - Attribute `pop` on type `dict[Unknown, Unknown] | str` may be missing
[warning] possibly-missing-implicit-call - :543:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[warning] possibly-missing-implicit-call - :546:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[warning] possibly-missing-implicit-call - :553:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing
[warning] possibly-missing-attribute - :574:20 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | dict[Unknown, Unknown]]` may be missing

cloudinit/sources/helpers/openstack.py

[error] unresolved-attribute - :87:16 - Type `Self@_ec2_name_to_device` has no attribute `ec2_metadata`
[error] unresolved-attribute - :89:15 - Type `Self@_ec2_name_to_device` has no attribute `ec2_metadata`
[error] unresolved-attribute - :97:12 - Type `Self@get_public_ssh_keys` has no attribute `version`
[error] unresolved-attribute - :99:46 - Type `Self@get_public_ssh_keys` has no attribute `metadata`
[error] unresolved-attribute - :122:20 - Type `Self@_validate_device_name` has no attribute `_remap_device`

cloudinit/stages.py

[warning] possibly-missing-attribute - :498:15 - Attribute `get_instance_id` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :544:28 - Attribute `get_instance_id` on type `DataSource | None` may be missing
[error] invalid-argument-type - :560:13 - Argument to bound method `__init__` is incorrect: Expected `DataSource`, found `DataSource | None`
[warning] possibly-missing-attribute - :569:29 - Attribute `get_userdata_raw` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :570:35 - Attribute `get_userdata` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :572:13 - Attribute `get_vendordata_raw` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :575:13 - Attribute `get_vendordata` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :578:13 - Attribute `get_vendordata2_raw` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :581:13 - Attribute `get_vendordata2` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :886:20 - Attribute `get_vendordata_raw` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :891:20 - Attribute `get_vendordata2_raw` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :943:31 - Attribute `get_vendordata` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :946:31 - Attribute `get_vendordata2` on type `DataSource | None` may be missing
[warning] possibly-missing-attribute - :960:25 - Attribute `get_userdata` on type `DataSource | None` may be missing
[error] invalid-argument-type - :1066:17 - Argument to function `update_event_enabled` is incorrect: Expected `DataSource`, found `DataSource | None`
[warning] possibly-missing-attribute - :1070:19 - Attribute `update_metadata_if_supported` on type `DataSource | None` may be missing
[error] invalid-argument-type - :1094:41 - Argument to bound method `_write_network_config_json` is incorrect: Expected `dict[Unknown, Unknown]`, found `dict[Unknown, Unknown] | None`

cloudinit/templater.py

[error] invalid-argument-type - :62:13 - Argument to function `format_error_message` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :63:13 - Argument to function `format_error_message` is incorrect: Expected `str`, found `Unknown | int`
[warning] possibly-missing-attribute - :64:26 - Attribute `splitlines` on type `Unknown | str | None` may be missing

cloudinit/util.py

[error] unresolved-attribute - :200:29 - Type `ModuleType & ~AlwaysFalsy` has no attribute `is_selinux_enabled`
[error] unresolved-attribute - :206:36 - Type `ModuleType & ~AlwaysFalsy` has no attribute `is_selinux_enabled`
[error] unresolved-attribute - :214:13 - Type `ModuleType & ~AlwaysFalsy` has no attribute `matchpathcon`
[error] unresolved-attribute - :224:13 - Type `ModuleType & ~AlwaysFalsy` has no attribute `restorecon`

tests/integration_tests/instances.py

[warning] possibly-missing-attribute - :58:34 - Attribute `name` on type `Unknown | Literal[1]` may be missing
[warning] possibly-missing-attribute - :58:50 - Attribute `name` on type `Unknown | Literal[2]` may be missing

tests/unittests/config/test_cc_growpart.py

[error] invalid-argument-type - :120:44 - Argument to function `handle` is incorrect: Expected `Cloud`, found `Unknown | None`
[error] invalid-assignment - :371:13 - Object of type `def simple_device_part_info(devpath) -> Unknown` is not assignable to attribute `device_part_info` on type `Unknown | MockDistro`
[error] invalid-argument-type - :581:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :600:64 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :614:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :632:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :653:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :668:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :697:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :717:48 - Argument to function `resize_devices` is incorrect: Expected `Distro`, found `Unknown | <class 'MockDistro'>`
[error] invalid-argument-type - :130:40 - Argument to bound method `__init__` is incorrect: Expected `Paths`, found `None`

tests/unittests/net/test_init.py

[error] invalid-argument-type - :477:56 - Argument to bound method `create_fake_interface` is incorrect: Expected `bool`, found `Literal[1]`

tests/unittests/sources/test_azure.py

[error] unresolved-attribute - :1299:9 - Type `Self@test_not_ds_detect_seed_should_return_no_datasource` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1306:20 - Type `Self@test_not_ds_detect_seed_should_return_no_datasource` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1982:25 - Type `Self@test_dsaz_report_failure_returns_true_when_report_succeeds` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2010:13 - Type `Self@test_dsaz_report_failure_returns_false_and_does_not_propagate_exc` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2014:25 - Type `Self@test_dsaz_report_failure_returns_false_and_does_not_propagate_exc` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2024:13 - Type `Self@test_dsaz_report_failure` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2046:13 - Type `Self@test_dsaz_report_failure_uses_cached_ephemeral_dhcp_ctx_lease` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2072:13 - Type `Self@test_dsaz_report_failure_no_net_uses_new_ephemeral_dhcp_lease` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2080:9 - Type `Self@test_exception_fetching_fabric_data_doesnt_propagate` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :2086:9 - Type `Self@test_fabric_data_included_in_metadata` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :2134:16 - Type `Self@test_instance_id_endianness` has no attribute `instance_id`
[error] unresolved-attribute - :2139:16 - Type `Self@test_instance_id_from_dmidecode_used` has no attribute `instance_id`
[error] unresolved-attribute - :2144:16 - Type `Self@test_instance_id_from_dmidecode_used_for_builtin` has no attribute `instance_id`
[error] unresolved-attribute - :2807:13 - Type `Self@test_ntfs_mount_errors_true` has no attribute `m_mount_cb`
[error] invalid-assignment - :4096:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4158:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4281:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Running"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4405:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4537:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4691:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["Savable"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4823:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4908:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Unknown` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`
[error] invalid-assignment - :4951:9 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown | str].__setitem__(key: Unknown | str, value: Unknown | str, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str], /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]], /) -> None])` cannot be called with a key of type `Literal["ppsType"]` and a value of type `Literal["PreprovisionedOSDisk"]` on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | list[Unknown]] | str]]`

tests/unittests/sources/test_azure_helper.py

[error] invalid-argument-type - :607:33 - Argument to function `escape` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :608:32 - Argument to function `escape` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :625:33 - Argument to function `escape` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :626:32 - Argument to function `escape` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :685:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :686:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :687:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :737:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :738:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :739:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :870:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :871:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :872:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :923:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :924:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`
[error] invalid-argument-type - :925:13 - Argument to bound method `build_report` is incorrect: Expected `str`, found `Unknown | int | str`

tests/unittests/sources/test_init.py

[warning] possibly-missing-attribute - :87:32 - Attribute `sys_cfg` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :88:31 - Attribute `distro` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :89:16 - Attribute `userdata` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :90:22 - Attribute `metadata` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :91:16 - Attribute `userdata_raw` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :92:16 - Attribute `vendordata` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :93:16 - Attribute `vendordata_raw` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :94:35 - Attribute `ds_cfg` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :95:27 - Attribute `ud_proc` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :113:18 - Attribute `get_url_params` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :114:43 - Attribute `url_max_wait` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :115:42 - Attribute `url_timeout` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :116:38 - Attribute `url_retries` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :119:16 - Attribute `url_sec_between_retries` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :134:16 - Attribute `get_url_params` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :234:13 - Attribute `get_data` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :844:28 - Attribute `cached_attr_defaults` on type `Unknown | FixtureFunctionDefinition` may be missing
[error] invalid-assignment - :847:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :848:9 - Attribute `clear_cached_attrs` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :849:28 - Attribute `cached_attr_defaults` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :856:24 - Attribute `cached_attr_defaults` on type `Unknown | FixtureFunctionDefinition` may be missing
[error] invalid-assignment - :859:9 - Object of type `Literal[False]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :860:9 - Attribute `clear_cached_attrs` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :862:24 - Attribute `cached_attr_defaults` on type `Unknown | FixtureFunctionDefinition` may be missing
[error] invalid-assignment - :868:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :869:9 - Attribute `clear_cached_attrs` on type `Unknown | FixtureFunctionDefinition` may be missing
[error] invalid-assignment - :874:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :875:28 - Attribute `cached_attr_defaults` on type `Unknown | FixtureFunctionDefinition` may be missing
[error] invalid-assignment - :877:9 - Object of type `Literal["orig"]` is not assignable to attribute `myattr` on type `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :878:9 - Attribute `clear_cached_attrs` on type `Unknown | FixtureFunctionDefinition` may be missing
[warning] possibly-missing-attribute - :882:29 - Attribute `myattr` on type `Unknown | FixtureFunctionDefinition` may be missing

tests/unittests/sources/test_smartos.py

[warning] possibly-missing-attribute - :390:21 - Attribute `strip` on type `Unknown | str | None` may be missing

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

colour/colorimetry/tests/test_spectrum.py

[warning] possibly-missing-attribute - :1818:17 - Attribute `values` on type `Unknown | Signal` may be missing
[warning] possibly-missing-attribute - :1836:17 - Attribute `values` on type `Unknown | Signal` may be missing

colour/continuous/tests/test_multi_signal.py

[warning] possibly-missing-attribute - :851:13 - Attribute `range` on type `Unknown | MultiSignals | Literal[10]` may be missing
[warning] possibly-missing-attribute - :857:13 - Attribute `range` on type `Unknown | MultiSignals | Literal[10]` may be missing
[warning] possibly-missing-attribute - :863:13 - Attribute `range` on type `Unknown | MultiSignals | Literal[10]` may be missing
[warning] possibly-missing-attribute - :869:13 - Attribute `range` on type `Unknown | MultiSignals | Literal[10]` may be missing
[warning] possibly-missing-attribute - :875:13 - Attribute `range` on type `Unknown | MultiSignals | Literal[10]` may be missing

colour/continuous/tests/test_signal.py

[warning] possibly-missing-attribute - :586:13 - Attribute `range` on type `Unknown | Signal | Literal[10]` may be missing
[warning] possibly-missing-attribute - :592:13 - Attribute `range` on type `Unknown | Signal | Literal[10]` may be missing
[warning] possibly-missing-attribute - :598:13 - Attribute `range` on type `Unknown | Signal | Literal[10]` may be missing
[warning] possibly-missing-attribute - :604:13 - Attribute `range` on type `Unknown | Signal | Literal[10]` may be missing
[warning] possibly-missing-attribute - :610:13 - Attribute `range` on type `Unknown | Signal | Literal[10]` may be missing

colour/recovery/otsu2018.py

[error] invalid-argument-type - :890:75 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `MultiSpectralDistributions | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`
[error] invalid-argument-type - :890:75 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `SpectralDistribution | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`
[error] invalid-argument-type - :890:75 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `SpectralShape | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`
[error] invalid-argument-type - :902:64 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `MultiSpectralDistributions | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`
[error] invalid-argument-type - :902:64 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `SpectralDistribution | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`
[error] invalid-argument-type - :902:64 - Argument to function `msds_to_XYZ_integration` is incorrect: Expected `SpectralShape | None`, found `Any | MultiSpectralDistributions | SpectralDistribution | SpectralShape`

colour/utilities/array.py

[error] invalid-argument-type - :540:29 - Argument to function `replace` is incorrect: Argument type `Self@arithmetical_operation` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`

colour/utilities/network.py

[error] invalid-argument-type - :1718:31 - Argument to bound method `append` is incorrect: Expected `Self@__init__`, found `PortNode`
[error] invalid-argument-type - :1718:31 - Argument to bound method `append` is incorrect: Expected `Self@children`, found `PortNode`
[error] invalid-argument-type - :1772:31 - Argument to bound method `remove` is incorrect: Expected `Self@__init__`, found `PortNode`
[error] invalid-argument-type - :1772:31 - Argument to bound method `remove` is incorrect: Expected `Self@children`, found `PortNode`

colour/utilities/verbose.py

[error] unresolved-attribute - :125:13 - Type `Self@log` has no attribute `name`

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

comtypes/client/dynamic.py

[error] unresolved-attribute - :85:21 - Type `IEnumVARIANT` has no attribute `Skip`

comtypes/git.py

[error] unresolved-attribute - :39:9 - Type `Self@RegisterInterfaceInGlobal` has no attribute `__com_RegisterInterfaceInGlobal`
[error] unresolved-attribute - :44:9 - Type `Self@GetInterfaceFromGlobal` has no attribute `__com_GetInterfaceFromGlobal`
[error] unresolved-attribute - :48:9 - Type `Self@RevokeInterfaceFromGlobal` has no attribute `__com_RevokeInterfaceFromGlobal`

comtypes/tools/typedesc_base.py

[error] invalid-assignment - :194:9 - Object of type `list[Field]` is not assignable to attribute `members` of type `list[Field | Method | Constructor]`
[error] invalid-assignment - :216:9 - Object of type `list[Field]` is not assignable to attribute `members` of type `list[Field | Method | Constructor]`

comtypes/_memberspec.py

[error] unresolved-attribute - :495:9 - Unresolved attribute `__name__` on type `(...) -> Any`.
[error] unresolved-attribute - :533:13 - Unresolved attribute `__name__` on type `(...) -> Any`.

comtypes/_post_coinit/_cominterface_meta_patcher.py

[error] unresolved-attribute - :70:20 - Type `Self@__len__` has no attribute `Count`
[error] unresolved-attribute - :81:20 - Type `Self@__call__` has no attribute `Item`
[error] unresolved-attribute - :138:20 - Type `Self@__iter__` has no attribute `_NewEnum`

comtypes/_post_coinit/unknwn.py

[warning] unused-ignore-comment - :288:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :406:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :416:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :420:38 - Unused blanket `type: ignore` directive

comtypes/automation.py

[error] unresolved-attribute - :654:9 - Type `Self@__getitem__` has no attribute `Reset`
[error] unresolved-attribute - :659:9 - Type `Self@__getitem__` has no attribute `Skip`
[error] unresolved-attribute - :669:13 - Type `Self@Next` has no attribute `__com_Next`
[error] unresolved-attribute - :672:9 - Type `Self@Next` has no attribute `__com_Next`
[warning] unused-ignore-comment - :634:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :819:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :828:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :848:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :886:33 - Unused blanket `type: ignore` directive

comtypes/client/_events.py

[error] unresolved-attribute - :222:32 - Type `(...) -> Any` has no attribute `__self__`
[error] unresolved-attribute - :222:47 - Type `(...) -> Any` has no attribute `__func__`

comtypes/safearray.py

[error] unresolved-attribute - :390:18 - Type `Self@__setitem__` has no attribute `_type_`

comtypes/server/__init__.py

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

comtypes/server/connectionpoints.py

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

comtypes/server/localserver.py

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

comtypes/server/register.py

[warning] possibly-missing-attribute - :287:25 - Attribute `_reg_clsid_` on type `Unknown | type` may be missing
[warning] possibly-missing-attribute - :308:25 - Attribute `_reg_clsid_` on type `Unknown | type` may be missing

comtypes/shelllink.py

[warning] unused-ignore-comment - :160:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :165:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :170:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :175:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :181:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :295:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :300:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :305:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :310:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :316:66 - Unused blanket `type: ignore` directive

comtypes/stream.py

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

comtypes/test/test_comserver.py

[warning] unused-ignore-comment - :44:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :48:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :68:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :100:46 - Unused blanket `type: ignore` directive

comtypes/test/test_excel.py

[warning] unused-ignore-comment - :44:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :65:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :67:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :69:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :70:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :73:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :79:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :90:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :97:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :102:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :110:27 - Unused blanket `type: ignore` directive

comtypes/test/test_urlhistory.py

[error] unresolved-attribute - :26:21 - Type `Self@__ctypes_from_outparam__` has no attribute `_fields_`
[error] unresolved-attribute - :28:22 - Type `Self@__ctypes_from_outparam__` has no attribute `pwcsUrl`
[error] unresolved-attribute - :28:36 - Type `Self@__ctypes_from_outparam__` has no attribute `pwcsTitle`
[error] no-matching-overload - :29:24 - No overload of function `cast_field` matches arguments
[error] no-matching-overload - :30:24 - No overload of function `cast_field` matches arguments

comtypes/typeinfo.py

[warning] unused-ignore-comment - :272:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :284:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :297:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :379:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :387:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :393:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :400:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :408:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :415:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :434:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :450:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :477:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :501:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :510:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :512:49 - Unused blanket `type: ignore` directive

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

homeassistant/components/ads/entity.py

[warning] possibly-missing-attribute - :54:13 - Attribute `set` on type `Event | None` may be missing

homeassistant/components/advantage_air/binary_sensor.py

[error] unsupported-operator - :53:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-filter"]`
[error] unsupported-operator - :70:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-motion"]`
[error] unsupported-operator - :88:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-myzone"]`

homeassistant/components/advantage_air/light.py

[error] unsupported-operator - :53:9 - Operator `+=` is unsupported between objects of type `None` and `str`

homeassistant/components/advantage_air/select.py

[error] unsupported-operator - :36:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-myzone"]`

homeassistant/components/advantage_air/switch.py

[error] unsupported-operator - :57:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-freshair"]`
[error] unsupported-operator - :83:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-myfan"]`
[error] unsupported-operator - :109:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-nightmode"]`

homeassistant/components/airq/sensor.py

[error] unresolved-attribute - :448:35 - Type `SensorEntityDescription` has no attribute `value`

homeassistant/components/flume/entity.py

[error] invalid-super-argument - :36:9 - `Self@__init__` is not an instance or subclass of `<class 'FlumeEntity'>` in `super(<class 'FlumeEntity'>, Self@__init__)` call
[error] invalid-super-argument - :57:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'FlumeEntity'>` in `super(<class 'FlumeEntity'>, Self@async_added_to_hass)` call

homeassistant/components/geofency/device_tracker.py

[error] call-non-callable - :98:9 - Object of type `None` is not callable

homeassistant/components/gpslogger/device_tracker.py

[error] call-non-callable - :134:9 - Object of type `None` is not callable

homeassistant/components/homeassistant_hardware/helpers.py

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

homeassistant/components/huawei_lte/sensor.py

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

homeassistant/components/lidarr/entity.py

[error] invalid-super-argument - :24:9 - `Self@__init__` is not an instance or subclass of `<class 'LidarrEntity'>` in `super(<class 'LidarrEntity'>, Self@__init__)` call

homeassistant/components/locative/device_tracker.py

[error] call-non-callable - :58:9 - Object of type `None` is not callable

homeassistant/components/lookin/coordinator.py

[error] invalid-super-argument - :63:9 - `Self@__init__` is not an instance or subclass of `<class 'LookinDataUpdateCoordinator'>` in `super(<class 'LookinDataUpdateCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :77:9 - `Self@async_set_updated_data` is not an instance or subclass of `<class 'LookinDataUpdateCoordinator'>` in `super(<class 'LookinDataUpdateCoordinator'>, Self@async_set_updated_data)` call
[error] invalid-super-argument - :90:26 - `Self@_async_update_data` is not an instance or subclass of `<class 'LookinDataUpdateCoordinator'>` in `super(<class 'LookinDataUpdateCoordinator'>, Self@_async_update_data)` call

homeassistant/components/melissa/climate.py

[warning] possibly-missing-attribute - :150:25 - Attribute `copy` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :151:13 - Attribute `update` on type `Unknown | None` may be missing

homeassistant/components/modbus/binary_sensor.py

[error] invalid-assignment - :87:9 - Object of type `DataUpdateCoordinator[dict[str, Any]]` is not assignable to attribute `_coordinator` of type `DataUpdateCoordinator[list[int] | None] | None`
[error] invalid-argument-type - :95:25 - Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[list[int] | None]`, found `DataUpdateCoordinator[list[int] | None] | None`

homeassistant/components/modbus/sensor.py

[error] invalid-assignment - :89:9 - Object of type `DataUpdateCoordinator[dict[str, Any]]` is not assignable to attribute `_coordinator` of type `DataUpdateCoordinator[list[int | float | None] | None] | None`
[error] invalid-argument-type - :97:25 - Argument to bound method `__init__` is incorrect: Expected `DataUpdateCoordinator[list[int | float | None] | None]`, found `DataUpdateCoordinator[list[int | float | None] | None] | None`

homeassistant/components/paperless_ngx/entity.py

[error] invalid-super-argument - :26:9 - `Self@__init__` is not an instance or subclass of `<class 'PaperlessEntity'>` in `super(<class 'PaperlessEntity'>, Self@__init__)` call

homeassistant/components/peblar/entity.py

[error] invalid-super-argument - :35:9 - `Self@__init__` is not an instance or subclass of `<class 'PeblarEntity'>` in `super(<class 'PeblarEntity'>, Self@__init__)` call

homeassistant/components/plex/models.py

[warning] possibly-missing-attribute - :48:31 - Attribute `product` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :51:22 - Attribute `state` on type `Unknown | None` may be missing

homeassistant/components/radarr/entity.py

[error] invalid-super-argument - :26:9 - `Self@__init__` is not an instance or subclass of `<class 'RadarrEntity'>` in `super(<class 'RadarrEntity'>, Self@__init__)` call

homeassistant/components/renault/entity.py

[error] invalid-super-argument - :57:9 - `Self@__init__` is not an instance or subclass of `<class 'RenaultDataEntity'>` in `super(<class 'RenaultDataEntity'>, Self@__init__)` call

homeassistant/components/soma/cover.py

[error] missing-argument - :118:26 - No argument provided for required parameter 1
[error] missing-argument - :190:26 - No argument provided for required parameter 1

homeassistant/components/sonarr/entity.py

[error] invalid-super-argument - :24:9 - `Self@__init__` is not an instance or subclass of `<class 'SonarrEntity'>` in `super(<class 'SonarrEntity'>, Self@__init__)` call

homeassistant/components/synology_dsm/entity.py

[error] invalid-super-argument - :44:9 - `Self@__init__` is not an instance or subclass of `<class 'SynologyDSMBaseEntity'>` in `super(<class 'SynologyDSMBaseEntity'>, Self@__init__)` call
[error] invalid-super-argument - :71:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'SynologyDSMBaseEntity'>` in `super(<class 'SynologyDSMBaseEntity'>, Self@async_added_to_hass)` call
[error] unsupported-operator - :154:9 - Operator `+=` is unsupported between objects of type `None` and `str`

homeassistant/components/telegram_bot/notify.py

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

homeassistant/components/tesla_fleet/sensor.py

[error] unsupported-operator - :547:73 - Operator `>` is not supported for types `None` and `int`, in comparing `Any | None` with `Literal[0]`

homeassistant/components/traccar/device_tracker.py

[error] call-non-callable - :176:9 - Object of type `None` is not callable

homeassistant/components/weatherflow_cloud/entity.py

[error] invalid-super-argument - :22:9 - `Self@__init__` is not an instance or subclass of `<class 'WeatherFlowCloudEntity'>` in `super(<class 'WeatherFlowCloudEntity'>, Self@__init__)` call

homeassistant/components/weheat/entity.py

[error] invalid-super-argument - :24:9 - `Self@__init__` is not an instance or subclass of `<class 'WeheatEntity'>` in `super(<class 'WeheatEntity'>, Self@__init__)` call

homeassistant/components/wiffi/entity.py

[warning] possibly-missing-attribute - :88:17 - Attribute `endswith` on type `str | None | Unknown` may be missing
[warning] possibly-missing-attribute - :93:16 - Attribute `endswith` on type `str | None | Unknown` may be missing
[warning] possibly-missing-attribute - :93:54 - Attribute `endswith` on type `str | None | Unknown` may be missing

homeassistant/helpers/registry.py

[error] invalid-super-argument - :63:9 - `Self@__delitem__` is not an instance or subclass of `<class 'BaseRegistryItems'>` in `super(<class 'BaseRegistryItems'>, Self@__delitem__)` call

homeassistant/util/async_iterator.py

[error] invalid-assignment - :123:9 - Object of type `Future[None]` is not assignable to attribute `_write_future` of type `Future[bytes | None] | None`
[warning] possibly-missing-attribute - :127:13 - Attribute `cancel` on type `Future[bytes | None] | None` may be missing
[warning] possibly-missing-attribute - :130:13 - Attribute `result` on type `Future[bytes | None] | None` may be missing

homeassistant/util/limited_size_dict.py

[error] invalid-super-argument - :15:9 - `Self@__init__` is not an instance or subclass of `<class 'LimitedSizeDict'>` in `super(<class 'LimitedSizeDict'>, Self@__init__)` call
[error] invalid-super-argument - :20:9 - `Self@__setitem__` is not an instance or subclass of `<class 'LimitedSizeDict'>` in `super(<class 'LimitedSizeDict'>, Self@__setitem__)` call

homeassistant/components/kraken/sensor.py

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

homeassistant/components/tcp/entity.py

[error] invalid-assignment - :58:17 - Object of type `Literal[False]` is not assignable to attribute `check_hostname` on type `SSLContext | None`
[error] invalid-assignment - :59:17 - Object of type `Literal[VerifyMode.CERT_NONE]` is not assignable to attribute `verify_mode` on type `SSLContext | None`

homeassistant/util/frozen_dataclass_compat.py

[warning] unused-ignore-comment - :122:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :123:32 - Unused blanket `type: ignore` directive

homeassistant/auth/__init__.py

[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `Credentials | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `bool | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `bool | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `bool | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `bool | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `list[str] | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] invalid-argument-type - :300:52 - Argument to bound method `async_create_user` is incorrect: Expected `str | None`, found `Any | str | bool | ... omitted 3 union elements`
[error] call-non-callable - :411:19 - Object of type `object` is not callable

homeassistant/auth/auth_store.py

[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `dict[str, RefreshToken]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `list[Credentials]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `list[Group]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `str | None`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 -
Old: Argument is incorrect: Expected `str`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `dict[str, RefreshToken]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `list[Credentials]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `list[Group]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `str | None`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :121:32 - Argument is incorrect: Expected `str`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `dict[str, RefreshToken]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `list[Credentials]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `list[Group]`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `str | None`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 -
Old: Argument is incorrect: Expected `str`, found `Any | str | None | list[Unknown]`
New: Argument is incorrect: Expected `PermissionLookup`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `bool`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `dict[str, RefreshToken]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `list[Credentials]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `list[Group]`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `str | None`, found `Any | str | None | list[Unknown] | PermissionLookup`
[error] invalid-argument-type - :124:36 - Argument is incorrect: Expected `str`, found `Any | str | None | list[Unknown] | PermissionLookup`

homeassistant/auth/mfa_modules/notify.py

[warning] possibly-missing-implicit-call - :180:9 - Method `__setitem__` of type `dict[str, NotifySetting] | None` may be missing
[warning] possibly-missing-attribute - :193:12 - Attribute `pop` on type `dict[str, NotifySetting] | None` may be missing
[error] unsupported-operator - :202:16 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, NotifySetting] | None`
[warning] possibly-missing-attribute - :210:31 - Attribute `get` on type `dict[str, NotifySetting] | None` may be missing
[warning] possibly-missing-attribute - :227:31 - Attribute `get` on type `dict[str, NotifySetting] | None` may be missing
[warning] possibly-missing-attribute - :250:31 - Attribute `get` on type `dict[str, NotifySetting] | None` may be missing
[warning] unused-ignore-comment - :256:45 - Unused blanket `type: ignore` directive

homeassistant/auth/mfa_modules/totp.py

[warning] unused-ignore-comment - :114:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :143:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :151:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :168:63 - Unused blanket `type: ignore` directive

homeassistant/auth/providers/__init__.py

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

homeassistant/auth/providers/homeassistant.py

[warning] possibly-missing-attribute - :319:13 - Attribute `validate_login` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :328:48 - Attribute `add_auth` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :329:15 - Attribute `async_save` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :337:9 - Attribute `async_remove_auth` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :338:15 - Attribute `async_save` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :347:13 - Attribute `change_password` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :349:15 - Attribute `async_save` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :359:9 - Attribute `change_username` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :363:15 - Attribute `async_save` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :373:25 - Attribute `normalize_username` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :396:13 - Attribute `async_remove_auth` on type `Data | None` may be missing
[warning] possibly-missing-attribute - :397:19 - Attribute `async_save` on type `Data | None` may be missing

homeassistant/components/advantage_air/entity.py

[error] unsupported-operator - :49:9 - Operator `+=` is unsupported between objects of type `None` and `str`
[error] unsupported-operator - :81:9 - Operator `+=` is unsupported between objects of type `None` and `str`
[error] unsupported-operator - :101:9 - Operator `+=` is unsupported between objects of type `None` and `str`

homeassistant/components/advantage_air/sensor.py

[error] unsupported-operator - :76:9 - Operator `+=` is unsupported between objects of type `None` and `str`
[error] unsupported-operator - :107:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-vent"]`
[error] unsupported-operator - :135:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-signal"]`
[error] unsupported-operator - :169:9 - Operator `+=` is unsupported between objects of type `None` and `Literal["-temp"]`

homeassistant/components/airq/number.py

[error] unresolved-attribute - :84:15 - Type `NumberEntityDescription` has no attribute `set_value`

homeassistant/components/alexa/auth.py

[warning] possibly-missing-implicit-call - :171:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[warning] possibly-missing-implicit-call - :173:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[warning] possibly-missing-implicit-call - :175:13 - Method `__setitem__` of type `dict[str, Any] | None` may be missing

homeassistant/components/alexa/capabilities.py

[warning] possibly-missing-implicit-call - :227:13 -
Old: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown]` may be missing
New: Method `__setitem__` of type `Any | str | dict[Unknown | str, Unknown | (list[dict[Unknown, Unknown]] & ~AlwaysFalsy) | bool]` may be missing

homeassistant/components/amcrest/binary_sensor.py

[error] unresolved-attribute - :215:32 - Type `BinarySensorEntityDescription` has no attribute `event_codes`
[error] unresolved-attribute - :272:28 - Type `BinarySensorEntityDescription` has no attribute `event_codes`
[error] unresolved-attribute - :273:19 - Type `BinarySensorEntityDescription` has no attribute `should_poll`

homeassistant/components/aosmith/entity.py

[error] invalid-super-argument - :22:9 - `Self@__init__` is not an instance or subclass of `<class 'AOSmithEntity'>` in `super(<class 'AOSmithEntity'>, Self@__init__)` call

homeassistant/components/aprilaire/entity.py

[error] invalid-assignment - :37:9 - Object of type `Unknown | None` is not assignable to `bool`
[error] invalid-assignment - :41:9 - Object of type `Unknown | None` is not assignable to `bool`

homeassistant/components/arest/sensor.py

[error] call-non-callable - :172:39 - Object of type `None` is not callable

homeassistant/components/assist_pipeline/pipeline.py

[warning] unused-ignore-comment - :893:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1849:87 - Unused blanket `type: ignore` directive

homeassistant/components/assist_pipeline/select.py

[error] invalid-argument-type - :90:13 - Argument to function `replace` is incorrect: Argument type `Unknown | SelectEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`

homeassistant/components/aussie_broadband/config_flow.py

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

homeassistant/components/auth/login_flow.py

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

homeassistant/components/automation/__init__.py

[warning] possibly-missing-attribute - :671:35 -
Old: Attribute `get` on type `Any | None` may be missing
New: Attribute `get` on type `Any | None | ReadOnlyDict[str, datetime | Collection[Any]]` may be missing
[error] unsupported-operator - :675:43 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["idx"]` with `Any | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["idx"]` with `Any | None | ReadOnlyDict[str, datetime | Collection[Any]]`
[error] unsupported-operator - :699:43 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["description"]` with `Any | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["description"]` with `Any | None | ReadOnlyDict[str, datetime | Collection[Any]]`

homeassistant/components/azure_data_explorer/config_flow.py

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

homeassistant/components/bluetooth/active_update_coordinator.py

[error] invalid-super-argument - :76:9 - `Self@__init__` is not an instance or subclass of `<class 'ActiveBluetoothDataUpdateCoordinator'>` in `super(<class 'ActiveBluetoothDataUpdateCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :161:9 - `Self@_async_handle_bluetooth_event` is not an instance or subclass of `<class 'ActiveBluetoothDataUpdateCoordinator'>` in `super(<class 'ActiveBluetoothDataUpdateCoordinator'>, Self@_async_handle_bluetooth_event)` call
[error] invalid-super-argument - :175:9 - `Self@_async_stop` is not an instance or subclass of `<class 'ActiveBluetoothDataUpdateCoordinator'>` in `super(<class 'ActiveBluetoothDataUpdateCoordinator'>, Self@_async_stop)` call

homeassistant/components/bluetooth/active_update_processor.py

[error] invalid-super-argument - :75:9 - `Self@__init__` is not an instance or subclass of `<class 'ActiveBluetoothProcessorCoordinator'>` in `super(<class 'ActiveBluetoothProcessorCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :152:9 - `Self@_async_handle_bluetooth_event` is not an instance or subclass of `<class 'ActiveBluetoothProcessorCoordinator'>` in `super(<class 'ActiveBluetoothProcessorCoordinator'>, Self@_async_handle_bluetooth_event)` call
[error] invalid-super-argument - :166:9 - `Self@_async_stop` is not an instance or subclass of `<class 'ActiveBluetoothProcessorCoordinator'>` in `super(<class 'ActiveBluetoothProcessorCoordinator'>, Self@_async_stop)` call

homeassistant/components/bluetooth/passive_update_processor.py

[error] invalid-super-argument - :297:9 - `Self@__init__` is not an instance or subclass of `<class 'PassiveBluetoothProcessorCoordinator'>` in `super(<class 'PassiveBluetoothProcessorCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :354:9 - `Self@_async_handle_unavailable` is not an instance or subclass of `<class 'PassiveBluetoothProcessorCoordinator'>` in `super(<class 'PassiveBluetoothProcessorCoordinator'>, Self@_async_handle_unavailable)` call
[error] invalid-super-argument - :674:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'PassiveBluetoothProcessorEntity'>` in `super(<class 'PassiveBluetoothProcessorEntity'>, Self@async_added_to_hass)` call
[warning] unused-ignore-comment - :161:42 - Unused blanket `type: ignore` directive

homeassistant/components/broadlink/light.py

[error] invalid-assignment - :82:13 - Object of type `list[Unknown]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`

homeassistant/components/brunt/cover.py

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

homeassistant/components/buienradar/sensor.py

[warning] possibly-missing-attribute - :783:28 - Attribute `data` on type `BrData | None` may be missing

homeassistant/components/caldav/calendar.py

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

homeassistant/components/cast/media_player.py

[warning] possibly-missing-attribute - :353:28 - Attribute `status` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :354:29 - Attribute `media_controller` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :460:35 - Attribute `get_multizone_memberships` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :463:46 - Attribute `get_multizone_mediacontroller` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :493:28 - Attribute `media_controller` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :502:40 - Attribute `get_multizone_mediacontroller` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :599:32 - Attribute `cast_type` on type `Unknown | None` may be missing

homeassistant/components/comelit/coordinator.py

[error] invalid-super-argument - :61:9 - `Self@__init__` is not an instance or subclass of `<class 'ComelitBaseCoordinator'>` in `super(<class 'ComelitBaseCoordinator'>, Self@__init__)` call

homeassistant/components/concord232/binary_sensor.py

[error] non-subscriptable - :144:52 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/control4/config_flow.py

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

homeassistant/components/cppm_tracker/device_tracker.py

[error] not-iterable - :65:45 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :70:43 - Object of type `Unknown | None | list[Unknown]` may not be iterable

homeassistant/components/deconz/button.py

[error] unresolved-attribute - :104:13 - Type `ButtonEntityDescription` has no attribute `button_fn`

homeassistant/components/deconz/entity.py

[error] invalid-super-argument - :88:9 - `Self@__init__` is not an instance or subclass of `<class 'DeconzDevice'>` in `super(<class 'DeconzDevice'>, Self@__init__)` call

homeassistant/components/deconz/light.py

[error] invalid-super-argument - :201:9 - `Self@__init__` is not an instance or subclass of `<class 'DeconzBaseLight'>` in `super(<class 'DeconzBaseLight'>, Self@__init__)` call
[error] unsupported-operator - :303:16 - Operator `in` is not supported for types `Literal[ColorMode.XY]` and `None`, in comparing `Literal[ColorMode.XY]` with `set[ColorMode] | set[str] | None`

homeassistant/components/device_tracker/legacy.py

[error] call-non-callable - :331:37 - Object of type `object` is not callable
[error] invalid-argument-type - :336:25 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] call-non-callable - :341:35 - Object of type `object` is not callable
[error] invalid-argument-type - :346:25 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`

homeassistant/components/devolo_home_network/coordinator.py

[error] invalid-super-argument - :58:9 - `Self@__init__` is not an instance or subclass of `<class 'DevoloDataUpdateCoordinator'>` in `super(<class 'DevoloDataUpdateCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :71:30 - `Self@_async_update_data` is not an instance or subclass of `<class 'DevoloDataUpdateCoordinator'>` in `super(<class 'DevoloDataUpdateCoordinator'>, Self@_async_update_data)` call

homeassistant/components/devolo_home_network/entity.py

[error] invalid-super-argument - :75:9 - `Self@__init__` is not an instance or subclass of `<class 'DevoloCoordinatorEntity'>` in `super(<class 'DevoloCoordinatorEntity'>, Self@__init__)` call

homeassistant/components/devolo_home_network/image.py

[error] unresolved-attribute - :91:16 - Type `EntityDescription` has no attribute `image_func`

homeassistant/components/devolo_home_network/sensor.py

[error] invalid-super-argument - :209:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseDevoloSensorEntity'>` in `super(<class 'BaseDevoloSensorEntity'>, Self@__init__)` call

homeassistant/components/devolo_home_network/switch.py

[error] invalid-super-argument - :98:9 - `Self@__init__` is not an instance or subclass of `<class 'DevoloSwitchEntity'>` in `super(<class 'DevoloSwitchEntity'>, Self@__init__)` call

homeassistant/components/digital_ocean/switch.py

[warning] possibly-missing-attribute - :104:12 - Attribute `status` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :105:13 - Attribute `power_on` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :109:12 - Attribute `status` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :110:13 - Attribute `power_off` on type `Unknown | None` may be missing

homeassistant/components/dlna_dms/dms.py

[error] missing-argument - :369:26 - No argument provided for required parameter 2
[error] missing-argument - :372:31 - No argument provided for required parameter 2
[error] missing-argument - :373:26 - No argument provided for required parameter 2
[error] missing-argument - :376:22 - No argument provided for required parameter 2
[error] missing-argument - :384:26 - No argument provided for required parameter 2
[error] missing-argument - :387:31 - No argument provided for required parameter 2
[error] missing-argument - :388:26 - No argument provided for required parameter 2
[error] missing-argument - :391:26 - No argument provided for required parameter 2

homeassistant/components/doods/image_processing.py

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

homeassistant/components/ecobee/weather.py

[error] non-subscriptable - :78:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :170:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["forecasts"]` with `Unknown | None`
[error] non-subscriptable - :176:42 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/econet/entity.py

[error] invalid-super-argument - :26:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'EcoNetEntity'>` in `super(<class 'EcoNetEntity'>, Self@async_added_to_hass)` call

homeassistant/components/ecovacs/binary_sensor.py

[error] invalid-super-argument - :84:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'EcovacsBinarySensor'>` in `super(<class 'EcovacsBinarySensor'>, Self@async_added_to_hass)` call

homeassistant/components/ecovacs/entity.py

[error] invalid-super-argument - :36:9 - `Self@__init__` is not an instance or subclass of `<class 'EcovacsEntity'>` in `super(<class 'EcovacsEntity'>, Self@__init__)` call
[error] invalid-super-argument - :70:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'EcovacsEntity'>` in `super(<class 'EcovacsEntity'>, Self@async_added_to_hass)` call
[error] invalid-super-argument - :110:9 - `Self@__init__` is not an instance or subclass of `<class 'EcovacsDescriptionEntity'>` in `super(<class 'EcovacsDescriptionEntity'>, Self@__init__)` call

homeassistant/components/ecovacs/number.py

[error] invalid-super-argument - :125:9 - `Self@__init__` is not an instance or subclass of `<class 'EcovacsNumberEntity'>` in `super(<class 'EcovacsNumberEntity'>, Self@__init__)` call
[error] invalid-super-argument - :132:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'EcovacsNumberEntity'>` in `super(<class 'EcovacsNumberEntity'>, Self@async_added_to_hass)` call

homeassistant/components/ecovacs/select.py

[error] invalid-super-argument - :101:9 - `Self@__init__` is not an instance or subclass of `<class 'EcovacsSelectEntity'>` in `super(<class 'EcovacsSelectEntity'>, Self@__init__)` call
[error] invalid-super-argument - :106:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'EcovacsSelectEntity'>` in `super(<class 'EcovacsSelectEntity'>, Self@async_added_to_hass)` call

homeassistant/components/egardia/alarm_control_panel.py

[warning] possibly-missing-attribute - :104:44 - Attribute `items` on type `Unknown | None` may be missing

homeassistant/components/eheimdigital/entity.py

[error] invalid-super-argument - :31:9 - `Self@__init__` is not an instance or subclass of `<class 'EheimDigitalEntity'>` in `super(<class 'EheimDigitalEntity'>, Self@__init__)` call
[error] invalid-super-argument - :56:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'EheimDigitalEntity'>` in `super(<class 'EheimDigitalEntity'>, Self@_handle_coordinator_update)` call

homeassistant/components/eheimdigital/number.py

[error] invalid-super-argument - :180:9 - `Self@__init__` is not an instance or subclass of `<class 'EheimDigitalNumber'>` in `super(<class 'EheimDigitalNumber'>, Self@__init__)` call

homeassistant/components/eheimdigital/select.py

[error] invalid-super-argument - :92:9 - `Self@__init__` is not an instance or subclass of `<class 'EheimDigitalSelect'>` in `super(<class 'EheimDigitalSelect'>, Self@__init__)` call

homeassistant/components/eheimdigital/sensor.py

[error] invalid-super-argument - :108:9 - `Self@__init__` is not an instance or subclass of `<class 'EheimDigitalSensor'>` in `super(<class 'EheimDigitalSensor'>, Self@__init__)` call

homeassistant/components/eheimdigital/time.py

[error] invalid-super-argument - :118:9 - `Self@__init__` is not an instance or subclass of `<class 'EheimDigitalTime'>` in `super(<class 'EheimDigitalTime'>, Self@__init__)` call

homeassistant/components/entur_public_transport/sensor.py

[warning] possibly-missing-attribute - :215:34 - Attribute `latitude` on type `(Unknown & ~None) | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :215:52 - Attribute `longitude` on type `(Unknown & ~None) | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :216:47 - Attribute `latitude` on type `(Unknown & ~None) | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :217:48 - Attribute `longitude` on type `(Unknown & ~None) | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :219:26 - Attribute `estimated_calls` on type `(Unknown & ~None) | dict[Unknown, Unknown]` may be missing

homeassistant/components/environment_canada/coordinator.py

[error] invalid-super-argument - :48:9 - `Self@__init__` is not an instance or subclass of `<class 'ECDataUpdateCoordinator'>` in `super(<class 'ECDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/environment_canada/sensor.py

[error] invalid-super-argument - :289:9 - `Self@__init__` is not an instance or subclass of `<class 'ECBaseSensorEntity'>` in `super(<class 'ECBaseSensorEntity'>, Self@__init__)` call
[error] invalid-super-argument - :314:9 - `Self@__init__` is not an instance or subclass of `<class 'ECSensorEntity'>` in `super(<class 'ECSensorEntity'>, Self@__init__)` call

homeassistant/components/esphome/select.py

[error] invalid-argument-type - :135:13 - Argument to function `replace` is incorrect: Argument type `Unknown | SelectEntityDescription` does not satisfy upper bound `DataclassInstance` of type variable `_DataclassT`

homeassistant/components/eufy/light.py

[error] non-subscriptable - :149:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :149:30 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/evohome/coordinator.py

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

homeassistant/components/evohome/entity.py

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

homeassistant/components/ffmpeg_motion/binary_sensor.py

[error] invalid-super-argument - :78:9 - `Self@__init__` is not an instance or subclass of `<class 'FFmpegBinarySensor'>` in `super(<class 'FFmpegBinarySensor'>, Self@__init__)` call

homeassistant/components/fireservicerota/config_flow.py

[error] invalid-argument-type - :93:53 - Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
[warning] possibly-missing-attribute - :94:53 - Attribute `entry_id` on type `ConfigEntry[Any] | None` may be missing

homeassistant/components/flipr/coordinator.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseDataUpdateCoordinator'>` in `super(<class 'BaseDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/flux/switch.py

[error] call-non-callable - :261:13 - Object of type `None` is not callable

homeassistant/components/forked_daapd/media_player.py

[error] invalid-argument-type - :388:30 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] not-iterable - :388:30 - Object of type `Unknown | str | int | list[Unknown]` may not be iterable
[error] invalid-argument-type - :389:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :389:35 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :413:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :414:34 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :415:32 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["volume"]` on object of type `str`
[error] invalid-argument-type - :423:18 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :430:16 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["selected"]` on object of type `str`
[error] invalid-argument-type - :630:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :697:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["position"]` on object of type `str`
[error] invalid-argument-type - :698:29 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] not-iterable - :698:29 - Object of type `Unknown | str | int | list[Unknown]` may not be iterable
[error] invalid-argument-type - :699:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["id"]` on object of type `str`
[error] invalid-argument-type - :699:34 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :728:31 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_progress_ms"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :729:38 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["count"]` on object of type `list[Unknown]`
[error] unsupported-operator - :729:38 - Operator `>` is not supported for types `str` and `int`, in comparing `Unknown | str | int | list[Unknown]` with `Literal[0]`
[error] invalid-argument-type - :734:34 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["item_id"]` on object of type `list[Unknown]`
[error] non-subscriptable - :747:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :747:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `Literal["items"]` on object of type `list[Unknown]`
[error] invalid-argument-type - :747:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["length_ms"]` on object of type `str`

homeassistant/components/gardena_bluetooth/config_flow.py

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

homeassistant/components/google_assistant/helpers.py

[warning] possibly-missing-attribute - :536:33 - Attribute `entity_id` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :536:57 - Attribute `name` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :561:17 - Attribute `domain` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :561:36 - Attribute `attributes` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :584:18 - Attribute `domain` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :585:20 - Attribute `attributes` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :586:24 - Attribute `attributes` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :599:55 - Attribute `entity_id` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :600:49 - Attribute `name` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :609:19 - Attribute `entity_id` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :615:17 - Attribute `domain` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :615:31 - Attribute `attributes` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :691:12 - Attribute `state` on type `Unknown | State | None` may be missing
[warning] possibly-missing-attribute - :734:52 - Attribute `entity_id` on type `Unknown | State | None` may be missing
[error] invalid-assignment - :622:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown].__setitem__(key: Unknown | str, value: Unknown, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: @Todo, /) -> None, (key: slice[Any, Any, Any], value: Iterable[@Todo], /) -> None])` cannot be called with a key of type `Literal["nicknames"]` and a value of type `list[Unknown]` on object of type `Unknown | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[@Todo]`
New: Method `__setitem__` of type `Unknown | (bound method dict[Unknown | str, Unknown].__setitem__(key: Unknown | str, value: Unknown, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None) | (Overload[(key: SupportsIndex, value: @Todo, /) -> None, (key: slice[Any, Any, Any], value: Iterable[@Todo], /) -> None])` cannot be called with a key of type `Literal["nicknames"]` and a value of type `list[Unknown]` on object of type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[@Todo]`
[error] invalid-argument-type - :624:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["nicknames"]` on object of type `str`
[warning] possibly-missing-attribute - :637:13 -
Old: Attribute `update` on type `Unknown | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[@Todo]` may be missing
New: Attribute `update` on type `Unknown | str | dict[Unknown | str, Unknown] | dict[Unknown, Unknown] | list[@Todo]` may be missing

homeassistant/components/google_assistant/report_state.py

[warning] possibly-missing-attribute - :111:17 - Attribute `entity_id` on type `Unknown | State | None` may be missing
[error] invalid-argument-type - :178:17 - Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `Unknown | State | None`
[warning] possibly-missing-attribute - :107:47 - Attribute `entity_id` on type `Unknown | State | None` may be missing

homeassistant/components/google_assistant/trait.py

[warning] possibly-missing-attribute - :1928:13 -
Old: Attribute `append` on type `Unknown | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown] | bool` may be missing
New: Attribute `append` on type `Unknown | list[Unknown | dict[Unknown | str, Unknown | list[Unknown | str] | str]] | list[Unknown] | bool` may be missing

homeassistant/components/google_maps/device_tracker.py

[error] unsupported-operator - :115:16 - Operator `<` is not supported for types `datetime` and `str`, in comparing `datetime` with `str | datetime`
[error] invalid-assignment - :130:13 - Method `__setitem__` of type `bound method dict[str, str].__setitem__(key: str, value: str, /) -> None` cannot be called with a key of type `str` and a value of type `datetime` on object of type `dict[str, str]`

homeassistant/components/google_wifi/sensor.py

[error] unsupported-operator - :199:20 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | None`
[error] non-subscriptable - :200:36 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :217:59 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/govee_light_local/light.py

[error] invalid-argument-type - :216:72 - Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :216:72 - Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :216:72 - Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :218:74 - Argument to bound method `set_temperature` is incorrect: Expected `int`, found `int | None`

homeassistant/components/graphite/__init__.py

[error] call-non-callable - :107:9 - Object of type `None` is not callable

homeassistant/components/group/media_player.py

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

homeassistant/components/growatt_server/config_flow.py

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

homeassistant/components/habitica/coordinator.py

[error] invalid-super-argument - :73:9 - `Self@__init__` is not an instance or subclass of `<class 'HabiticaBaseCoordinator'>` in `super(<class 'HabiticaBaseCoordinator'>, Self@__init__)` call

homeassistant/components/home_connect/select.py

[error] invalid-assignment - :453:9 - Object of type `set[str]` is not assignable to attribute `_original_option_keys` of type `set[str | None]`
[error] invalid-assignment - :530:9 - Object of type `set[str]` is not assignable to attribute `_original_option_keys` of type `set[str | None]`

homeassistant/components/home_connect/switch.py

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

homeassistant/components/homekit_controller/config_flow.py

[warning] possibly-missing-attribute - :383:31 - Attribute `async_find` on type `Unknown | None` may be missing

homeassistant/components/homekit_controller/switch.py

[error] unresolved-attribute - :206:31 - Type `SwitchEntityDescription` has no attribute `true_value`
[error] unresolved-attribute - :212:31 - Type `SwitchEntityDescription` has no attribute `false_value`

homeassistant/components/hunterdouglas_powerview/button.py

[error] unresolved-attribute - :119:19 - Type `ButtonEntityDescription` has no attribute `press_action`

homeassistant/components/hunterdouglas_powerview/select.py

[error] unresolved-attribute - :110:15 - Type `SelectEntityDescription` has no attribute `select_fn`

homeassistant/components/icloud/config_flow.py

[error] invalid-argument-type - :163:53 - Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
[warning] possibly-missing-attribute - :164:53 - Attribute `entry_id` on type `ConfigEntry[Any] | None` may be missing

homeassistant/components/imap/coordinator.py

[warning] possibly-missing-attribute - :281:26 - Attribute `fetch` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :352:15 - Attribute `noop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :353:31 - Attribute `search` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :531:46 - Attribute `idle_start` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :532:23 - Attribute `wait_server_push` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :533:17 - Attribute `idle_done` on type `Unknown | None` may be missing

homeassistant/components/input_datetime/__init__.py

[warning] possibly-missing-attribute - :404:20 - Attribute `date` on type `Unknown | None | datetime` may be missing
[warning] possibly-missing-attribute - :407:20 - Attribute `time` on type `Unknown | None | datetime` may be missing

homeassistant/components/input_number/__init__.py

[error] unsupported-operator - :316:40 - Operator `+` is unsupported between objects of type `int | float | None` and `int`
[error] unsupported-operator - :320:40 - Operator `-` is unsupported between objects of type `int | float | None` and `int`

homeassistant/components/iron_os/coordinator.py

[error] invalid-super-argument - :69:9 - `Self@__init__` is not an instance or subclass of `<class 'IronOSBaseCoordinator'>` in `super(<class 'IronOSBaseCoordinator'>, Self@__init__)` call

homeassistant/components/isy994/number.py

[warning] possibly-missing-attribute - :162:12 - Attribute `native_unit_of_measurement` on type `EntityDescription | Unknown` may be missing

homeassistant/components/itunes/media_player.py

[warning] possibly-missing-attribute - :279:17 - Attribute `update_state` on type `Unknown | None` may be missing

homeassistant/components/keenetic_ndms2/router.py

[warning] possibly-missing-attribute - :168:9 - Attribute `disconnect` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :172:33 - Attribute `get_router_info` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :183:25 - Attribute `get_devices` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :194:33 - Attribute `get_router_info` on type `Unknown | None` may be missing

homeassistant/components/kef/media_player.py

[error] call-non-callable - :345:9 - Object of type `None` is not callable

homeassistant/components/keyboard_remote/__init__.py

[error] unresolved-attribute - :163:37 - Type `Future[Unknown]` has no attribute `async_device_stop_monitoring`
[error] not-iterable - :204:32 - Object of type `Unknown | None` may not be async-iterable
[error] unresolved-attribute - :218:27 - Type `Future[Unknown]` has no attribute `async_device_stop_monitoring`
[warning] possibly-missing-attribute - :268:38 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :300:60 - Attribute `ungrab` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :304:56 - Attribute `fileno` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :305:17 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :314:38 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :317:60 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :332:56 - Attribute `grab` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :333:36 - Attribute `async_read_loop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :337:51 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :346:50 - Attribute `name` on type `Unknown | None` may be missing

homeassistant/components/kodi/config_flow.py

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

homeassistant/components/konnected/panel.py

[warning] possibly-missing-attribute - :136:16 - Attribute `ClientError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :191:16 - Attribute `ClientError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :320:28 - Attribute `get` on type `Unknown | None` may be missing
[error] non-subscriptable - :356:20 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :361:26 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :363:26 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :364:28 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :365:32 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :384:19 - Attribute `put_settings` on type `Unknown | None` may be missing

homeassistant/components/kostal_plenticore/coordinator.py

[warning] possibly-missing-attribute - :128:15 - Attribute `logout` on type `Unknown | None` may be missing
[error] invalid-super-argument - :183:9 - `Self@__init__` is not an instance or subclass of `<class 'PlenticoreUpdateCoordinator'>` in `super(<class 'PlenticoreUpdateCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :265:9 - `Self@__init__` is not an instance or subclass of `<class 'PlenticoreSelectUpdateCoordinator'>` in `super(<class 'PlenticoreSelectUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/kraken/__init__.py

[error] invalid-assignment - :134:9 - Object of type `DataUpdateCoordinator[dict[str, Any]]` is not assignable to attribute `coordinator` of type `DataUpdateCoordinator[KrakenResponse | None] | None`
[warning] possibly-missing-attribute - :144:15 - Attribute `async_config_entry_first_refresh` on type `DataUpdateCoordinator[KrakenResponse | None] | None` may be missing

homeassistant/components/lcn/config_flow.py

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

homeassistant/components/lg_soundbar/media_player.py

[warning] possibly-missing-attribute - :155:9 - Attribute `get_eq` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :156:9 - Attribute `get_info` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :157:9 - Attribute `get_func` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :158:9 - Attribute `get_settings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :207:9 - Attribute `set_volume` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :211:9 - Attribute `set_mute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :215:9 - Attribute `set_func` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :219:9 - Attribute `set_eq` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :231:9 - Attribute `send_packet` on type `Unknown | None` may be missing

homeassistant/components/lg_thinq/number.py

[warning] possibly-missing-attribute - :178:13 - Attribute `native_min_value` on type `EntityDescription | Unknown` may be missing
[warning] possibly-missing-attribute - :184:13 - Attribute `native_max_value` on type `EntityDescription | Unknown` may be missing
[warning] possibly-missing-attribute - :190:13 - Attribute `native_step` on type `EntityDescription | Unknown` may be missing

homeassistant/components/lg_thinq/sensor.py

[warning] possibly-missing-attribute - :759:28 - Attribute `native_unit_of_measurement` on type `EntityDescription | Unknown` may be missing

homeassistant/components/lidarr/coordinator.py

[error] invalid-super-argument - :51:9 - `Self@__init__` is not an instance or subclass of `<class 'LidarrDataUpdateCoordinator'>` in `super(<class 'LidarrDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/lidarr/sensor.py

[error] invalid-super-argument - :146:9 - `Self@__init__` is not an instance or subclass of `<class 'LidarrSensor'>` in `super(<class 'LidarrSensor'>, Self@__init__)` call

homeassistant/components/linode/switch.py

[warning] possibly-missing-attribute - :73:12 - Attribute `status` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :74:13 - Attribute `boot` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :78:12 - Attribute `status` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :79:13 - Attribute `shutdown` on type `Unknown | None` may be missing

homeassistant/components/litterrobot/entity.py

[error] invalid-super-argument - :54:9 - `Self@__init__` is not an instance or subclass of `<class 'LitterRobotEntity'>` in `super(<class 'LitterRobotEntity'>, Self@__init__)` call
[error] invalid-super-argument - :63:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'LitterRobotEntity'>` in `super(<class 'LitterRobotEntity'>, Self@async_added_to_hass)` call

homeassistant/components/litterrobot/select.py

[error] invalid-super-argument - :140:9 - `Self@__init__` is not an instance or subclass of `<class 'LitterRobotSelectEntity'>` in `super(<class 'LitterRobotSelectEntity'>, Self@__init__)` call

homeassistant/components/lovelace/dashboard.py

[warning] possibly-missing-implicit-call - :155:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-argument-type - :158:38 - Argument to bound method `async_save` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`

homeassistant/components/lutron_caseta/entity.py

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

homeassistant/components/mailgun/notify.py

[warning] possibly-missing-attribute - :105:20 - Attribute `send_mail` on type `Unknown | None` may be missing

homeassistant/components/mealie/coordinator.py

[error] invalid-super-argument - :55:9 - `Self@__init__` is not an instance or subclass of `<class 'MealieDataUpdateCoordinator'>` in `super(<class 'MealieDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/media_player/__init__.py

[error] invalid-argument-type - :1023:52 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] invalid-argument-type - :1041:52 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] invalid-argument-type - :1059:52 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[error] invalid-argument-type - :1074:52 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`

homeassistant/components/meteo_france/sensor.py

[error] invalid-super-argument - :243:9 - `Self@__init__` is not an instance or subclass of `<class 'MeteoFranceSensor'>` in `super(<class 'MeteoFranceSensor'>, Self@__init__)` call

homeassistant/components/microsoft_face_detect/image_processing.py

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

homeassistant/components/modbus/cover.py

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

homeassistant/components/modbus/light.py

[error] unsupported-operator - :202:20 - Operator `-` is unsupported between objects of type `int | None` and `int | None`
[error] unsupported-operator - :219:16 - Operator `-` is unsupported between objects of type `int` and `int | None`
[error] unsupported-operator - :221:16 - Operator `-` is unsupported between objects of type `int | None` and `int | None`

homeassistant/components/modbus/modbus.py

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

homeassistant/components/motionblinds_ble/sensor.py

[error] invalid-super-argument - :124:9 - `Self@__init__` is not an instance or subclass of `<class 'MotionblindsBLESensorEntity'>` in `super(<class 'MotionblindsBLESensorEntity'>, Self@__init__)` call

homeassistant/components/mqtt/config_flow.py

[error] invalid-argument-type - :4126:30 - Method `__getitem__` of type `bound method dict[str, dict[str, Any]].__getitem__(key: str, /) -> dict[str, Any]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, Any]]`
[error] invalid-argument-type - :4128:33 - Method `__getitem__` of type `bound method dict[str, dict[str, Any]].__getitem__(key: str, /) -> dict[str, Any]` cannot be called with key of type `str | None` on object of type `dict[str, dict[str, Any]]`

homeassistant/components/mqtt/update.py

[error] invalid-assignment - :220:13 - Object of type `Any | str` is not assignable to attribute `_attr_update_percentage` of type `int | float | None`
[error] invalid-assignment - :224:13 - Object of type `Any | str` is not assignable to attribute `_attr_in_progress` of type `bool`

homeassistant/components/mqtt/valve.py

[error] invalid-argument-type - :332:54 - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | bytearray | None`
[error] invalid-argument-type - :332:72 - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | bytearray | None`
[error] invalid-argument-type - :334:52 - Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | str | bytes | bytearray | None`

homeassistant/components/nasweb/sensor.py

[error] unsupported-operator - :153:41 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown & ~None` with `list[str] | None`

homeassistant/components/netgear/config_flow.py

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

homeassistant/components/nextdns/coordinator.py

[error] invalid-super-argument - :61:9 - `Self@__init__` is not an instance or subclass of `<class 'NextDnsUpdateCoordinator'>` in `super(<class 'NextDnsUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/nextdns/entity.py

[error] invalid-super-argument - :26:9 - `Self@__init__` is not an instance or subclass of `<class 'NextDnsEntity'>` in `super(<class 'NextDnsEntity'>, Self@__init__)` call

homeassistant/components/nibe_heatpump/coordinator.py

[error] invalid-super-argument - :62:19 - `Self@async_add_listener` is not an instance or subclass of `<class 'ContextCoordinator'>` in `super(<class 'ContextCoordinator'>, Self@async_add_listener)` call

homeassistant/components/nmap_tracker/__init__.py

[error] invalid-argument-type - :212:17 - Argument to function `async_track_time_interval` is incorrect: Expected `timedelta`, found `Unknown | None | timedelta`
[error] unsupported-operator - :225:60 - Operator `>` is not supported for types `datetime` and `timedelta`, in comparing `datetime` with `timedelta | datetime`
[error] unsupported-operator - :228:33 - Operator `+` is unsupported between objects of type `Unknown | None | list[@Todo]` and `list[@Todo]`
[error] unsupported-operator - :235:13 - Operator `+=` is unsupported between objects of type `None` and `str`
[error] unsupported-operator - :237:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["--reason"]` with `Unknown | None`
[error] unsupported-operator - :238:13 - Operator `+=` is unsupported between objects of type `None` and `Literal[" --reason"]`
[error] unsupported-operator - :240:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["-v"]` with `Unknown | None`
[error] unsupported-operator - :241:13 - Operator `+=` is unsupported between objects of type `None` and `Literal[" -v"]`
[warning] possibly-missing-attribute - :247:12 - Attribute `locked` on type `Unknown | None | Lock` may be missing
[error] invalid-context-manager - :254:20 - Object of type `Unknown | None | Lock` cannot be used with `async with` because the methods `__aenter__` and `__aexit__` are possibly missing
[error] no-matching-overload - :294:27 - No overload of bound method `join` matches arguments

homeassistant/components/nobo_hub/config_flow.py

[warning] possibly-missing-attribute - :169:38 - Attribute `items` on type `dict[str, Any] | None` may be missing

homeassistant/components/nuki/entity.py

[error] invalid-super-argument - :28:9 - `Self@__init__` is not an instance or subclass of `<class 'NukiEntity'>` in `super(<class 'NukiEntity'>, Self@__init__)` call

homeassistant/components/nut/config_flow.py

[error] invalid-assignment - :131:46 - Invalid assignment to key "title_placeholders" with declared type `Mapping[str, str]` on TypedDict `ConfigFlowContext`: value of type `dict[Unknown | str, Unknown | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy)]`

homeassistant/components/octoprint/button.py

[warning] possibly-missing-attribute - :113:12 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :115:18 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :115:53 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :135:12 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :137:18 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :137:55 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :157:12 - Attribute `state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :157:44 - Attribute `state` on type `Unknown | None` may be missing

homeassistant/components/osramlightify/light.py

[error] unsupported-operator - :362:12 - Operator `in` is not supported for types `Literal[ColorMode.COLOR_TEMP]` and `None`, in comparing `Literal[ColorMode.COLOR_TEMP]` with `set[ColorMode] | set[str] | None | Unknown`
[error] unsupported-operator - :365:12 - Operator `in` is not supported for types `Literal[ColorMode.HS]` and `None`, in comparing `Literal[ColorMode.HS]` with `set[ColorMode] | set[str] | None | Unknown`
[error] invalid-argument-type - :368:16 - Argument to function `len` is incorrect: Expected `Sized`, found `set[ColorMode] | set[str] | None | Unknown`

homeassistant/components/paperless_ngx/coordinator.py

[error] invalid-super-argument - :55:9 - `Self@__init__` is not an instance or subclass of `<class 'PaperlessCoordinator'>` in `super(<class 'PaperlessCoordinator'>, Self@__init__)` call

homeassistant/components/philips_js/light.py

[error] invalid-argument-type - :237:43 - Argument to function `from_str` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-assignment - :252:13 - Object of type `int | float` is not assignable to attribute `_attr_brightness` of type `int | None`

homeassistant/components/plant/__init__.py

[error] invalid-argument-type - :409:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | deque[Unknown]`
[warning] possibly-missing-attribute - :410:22 - Attribute `popleft` on type `Unknown | None | deque[Unknown]` may be missing
[warning] possibly-missing-attribute - :412:9 - Attribute `append` on type `Unknown | None | deque[Unknown]` may be missing

homeassistant/components/playstation_network/coordinator.py

[error] invalid-super-argument - :67:9 - `Self@__init__` is not an instance or subclass of `<class 'PlayStationNetworkBaseCoordinator'>` in `super(<class 'PlayStationNetworkBaseCoordinator'>, Self@__init__)` call

homeassistant/components/plex/media_player.py

[warning] possibly-missing-attribute - :204:26 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :208:13 - Attribute `proxyThroughServer` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :209:46 - Attribute `protocolCapabilities` on type `Unknown | None` may be missing
[error] no-matching-overload - :226:46 - No overload of bound method `join` matches arguments
[error] unsupported-operator - :412:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :441:33 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :453:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :458:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :463:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :468:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :473:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :478:28 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`
[error] unsupported-operator - :485:33 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["playback"]` with `Unknown | None`

homeassistant/components/plex/server.py

[warning] possibly-missing-attribute - :218:31 - Attribute `systemAccounts` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :243:25 - Attribute `version` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :316:13 - Attribute `clients` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :317:13 - Attribute `sessions` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :403:27 - Attribute `createToken` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :602:16 - Attribute `playlist` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :606:16 - Attribute `playlists` on type `Unknown | None | PlexServer` may be missing
[warning] possibly-missing-attribute - :622:16 - Attribute `fetchItem` on type `Unknown | None | PlexServer` may be missing

homeassistant/components/powerwall/sensor.py

[error] invalid-super-argument - :402:9 - `Self@__init__` is not an instance or subclass of `<class 'PowerWallBatterySensor'>` in `super(<class 'PowerWallBatterySensor'>, Self@__init__)` call

homeassistant/components/prusalink/coordinator.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'PrusaLinkUpdateCoordinator'>` in `super(<class 'PrusaLinkUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/pterodactyl/api.py

[warning] unused-ignore-comment - :68:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :98:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :99:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:69 - Unused blanket `type: ignore` directive

homeassistant/components/qbus/climate.py

[error] unsupported-operator - :108:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
[error] no-matching-overload - :114:32 - No overload of bound method `join` matches arguments

homeassistant/components/radarr/coordinator.py

[error] invalid-super-argument - :74:9 - `Self@__init__` is not an instance or subclass of `<class 'RadarrDataUpdateCoordinator'>` in `super(<class 'RadarrDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/radarr/sensor.py

[error] invalid-super-argument - :147:9 - `Self@__init__` is not an instance or subclass of `<class 'RadarrSensor'>` in `super(<class 'RadarrSensor'>, Self@__init__)` call

homeassistant/components/recorder/executor.py

[error] invalid-argument-type - :54:19 - Argument to bound method `put` is incorrect: Expected `_WorkItem[Any]`, found `None`
[warning] unused-ignore-comment - :72:49 - Unused blanket `type: ignore` directive

homeassistant/components/recorder/table_managers/__init__.py

[error] invalid-super-argument - :65:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseLRUTableManager'>` in `super(<class 'BaseLRUTableManager'>, Self@__init__)` call

homeassistant/components/renault/coordinator.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'RenaultDataUpdateCoordinator'>` in `super(<class 'RenaultDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/reolink/select.py

[error] invalid-assignment - :452:13 - Object of type `(list[str] & ~(() -> object)) | (((Unknown, int, /) -> list[str]) & ~(() -> object))` is not assignable to attribute `_attr_options` of type `list[str]`

homeassistant/components/rflink/entity.py

[warning] possibly-missing-attribute - :286:19 - Attribute `send_command_ack` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :292:13 - Attribute `send_command` on type `Unknown | None` may be missing

homeassistant/components/ring/binary_sensor.py

[error] invalid-super-argument - :105:9 - `Self@__init__` is not an instance or subclass of `<class 'RingBinarySensor'>` in `super(<class 'RingBinarySensor'>, Self@__init__)` call
[error] invalid-super-argument - :143:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingBinarySensor'>` in `super(<class 'RingBinarySensor'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/entity.py

[error] invalid-super-argument - :175:9 - `Self@__init__` is not an instance or subclass of `<class 'RingBaseEntity'>` in `super(<class 'RingBaseEntity'>, Self@__init__)` call
[error] invalid-super-argument - :198:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingEntity'>` in `super(<class 'RingEntity'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/event.py

[error] invalid-super-argument - :86:9 - `Self@__init__` is not an instance or subclass of `<class 'RingEvent'>` in `super(<class 'RingEvent'>, Self@__init__)` call
[error] invalid-super-argument - :104:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingEvent'>` in `super(<class 'RingEvent'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/number.py

[error] invalid-super-argument - :125:9 - `Self@__init__` is not an instance or subclass of `<class 'RingNumber'>` in `super(<class 'RingNumber'>, Self@__init__)` call
[error] invalid-super-argument - :146:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingNumber'>` in `super(<class 'RingNumber'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/sensor.py

[error] invalid-super-argument - :85:9 - `Self@__init__` is not an instance or subclass of `<class 'RingSensor'>` in `super(<class 'RingSensor'>, Self@__init__)` call
[error] invalid-super-argument - :109:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingSensor'>` in `super(<class 'RingSensor'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/siren.py

[error] invalid-super-argument - :120:9 - `Self@__init__` is not an instance or subclass of `<class 'RingSiren'>` in `super(<class 'RingSiren'>, Self@__init__)` call
[error] invalid-super-argument - :165:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingSiren'>` in `super(<class 'RingSiren'>, Self@_handle_coordinator_update)` call

homeassistant/components/ring/switch.py

[error] invalid-super-argument - :121:9 - `Self@__init__` is not an instance or subclass of `<class 'RingSwitch'>` in `super(<class 'RingSwitch'>, Self@__init__)` call
[error] invalid-super-argument - :135:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'RingSwitch'>` in `super(<class 'RingSwitch'>, Self@_handle_coordinator_update)` call

homeassistant/components/risco/config_flow.py

[error] non-subscriptable - :272:51 - Cannot subscript object of type `int` with no `__getitem__` method
[warning] possibly-missing-attribute - :294:32 - Attribute `values` on type `Unknown | int | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str]` may be missing
[error] non-subscriptable - :300:20 - Cannot subscript object of type `int` with no `__getitem__` method
[warning] possibly-missing-attribute - :302:23 - Attribute `get` on type `Unknown | int | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str]` may be missing

homeassistant/components/roon/server.py

[warning] possibly-missing-attribute - :105:9 - Attribute `stop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :124:31 - Attribute `zones` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :127:20 - Attribute `zones` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :144:20 - Attribute `zones` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :149:21 - Attribute `zones` on type `Unknown | None` may be missing

homeassistant/components/samsungtv/bridge.py

[error] invalid-super-argument - :420:9 - `Self@__init__` is not an instance or subclass of `<class 'SamsungTVWSBaseBridge'>` in `super(<class 'SamsungTVWSBaseBridge'>, Self@__init__)` call

homeassistant/components/screenlogic/number.py

[error] invalid-assignment - :160:13 - Object of type `Unknown | None` is not assignable to attribute `_attr_native_max_value` of type `int | float`
[error] invalid-assignment - :164:13 - Object of type `Unknown | None` is not assignable to attribute `_attr_native_min_value` of type `int | float`
[error] invalid-assignment - :168:13 - Object of type `Unknown | None` is not assignable to attribute `_attr_native_step` of type `int | float`

homeassistant/components/sfr_box/binary_sensor.py

[error] invalid-super-argument - :108:9 - `Self@__init__` is not an instance or subclass of `<class 'SFRBoxBinarySensor'>` in `super(<class 'SFRBoxBinarySensor'>, Self@__init__)` call

homeassistant/components/sfr_box/coordinator.py

[error] invalid-super-argument - :35:9 - `Self@__init__` is not an instance or subclass of `<class 'SFRDataUpdateCoordinator'>` in `super(<class 'SFRDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/sfr_box/sensor.py

[error] invalid-super-argument - :262:9 - `Self@__init__` is not an instance or subclass of `<class 'SFRBoxSensor'>` in `super(<class 'SFRBoxSensor'>, Self@__init__)` call

homeassistant/components/sftp_storage/client.py

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

homeassistant/components/shelly/coordinator.py

[error] invalid-super-argument - :127:9 - `Self@__init__` is not an instance or subclass of `<class 'ShellyCoordinatorBase'>` in `super(<class 'ShellyCoordinatorBase'>, Self@__init__)` call

homeassistant/components/shelly/entity.py

[warning] possibly-missing-attribute - :653:42 - Attribute `split` on type `str | None | Unknown` may be missing

homeassistant/components/shelly/event.py

[error] invalid-super-argument - :246:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'CoordinatorEntity'>` in `super(<class 'CoordinatorEntity'>, Self@async_added_to_hass)` call

homeassistant/components/simplisafe/__init__.py

[error] invalid-assignment - :588:9 - Object of type `DataUpdateCoordinator[dict[str, Any]]` is not assignable to attribute `coordinator` of type `DataUpdateCoordinator[None] | None`

homeassistant/components/sleepiq/entity.py

[error] invalid-super-argument - :59:9 - `Self@__init__` is not an instance or subclass of `<class 'SleepIQBedEntity'>` in `super(<class 'SleepIQBedEntity'>, Self@__init__)` call
[error] invalid-super-argument - :68:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'SleepIQBedEntity'>` in `super(<class 'SleepIQBedEntity'>, Self@_handle_coordinator_update)` call
[error] invalid-super-argument - :92:9 - `Self@__init__` is not an instance or subclass of `<class 'SleepIQSleeperEntity'>` in `super(<class 'SleepIQSleeperEntity'>, Self@__init__)` call

homeassistant/components/smlight/coordinator.py

[error] invalid-super-argument - :62:9 - `Self@__init__` is not an instance or subclass of `<class 'SmBaseDataUpdateCoordinator'>` in `super(<class 'SmBaseDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/solaredge/coordinator.py

[error] invalid-assignment - :73:9 - Object of type `DataUpdateCoordinator[dict[str, Any]]` is not assignable to attribute `coordinator` of type `DataUpdateCoordinator[None]`

homeassistant/components/sonarr/coordinator.py

[error] invalid-super-argument - :56:9 - `Self@__init__` is not an instance or subclass of `<class 'SonarrDataUpdateCoordinator'>` in `super(<class 'SonarrDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/songpal/media_player.py

[warning] possibly-missing-attribute - :394:22 - Attribute `set_volume` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :398:22 - Attribute `set_volume` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :402:22 - Attribute `set_volume` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :431:22 - Attribute `set_mute` on type `Unknown | None` may be missing

homeassistant/components/sonos/__init__.py

[error] invalid-assignment - :374:21 - Method `__setitem__` of type `Unknown | (bound method dict[str, SonosAlarms].__setitem__(key: str, value: SonosAlarms, /) -> None) | (bound method dict[str, SonosFavorites].__setitem__(key: str, value: SonosFavorites, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `SonosAlarms | SonosFavorites` on object of type `Unknown | dict[str, SonosAlarms] | dict[str, SonosFavorites]`

homeassistant/components/switchbee/entity.py

[error] invalid-super-argument - :31:9 - `Self@__init__` is not an instance or subclass of `<class 'SwitchBeeEntity'>` in `super(<class 'SwitchBeeEntity'>, Self@__init__)` call
[error] invalid-super-argument - :48:9 - `Self@__init__` is not an instance or subclass of `<class 'SwitchBeeDeviceEntity'>` in `super(<class 'SwitchBeeDeviceEntity'>, Self@__init__)` call

homeassistant/components/switchbee/switch.py

[error] invalid-super-argument - :64:9 - `Self@__init__` is not an instance or subclass of `<class 'SwitchBeeSwitchEntity'>` in `super(<class 'SwitchBeeSwitchEntity'>, Self@__init__)` call
[error] invalid-super-argument - :71:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'SwitchBeeSwitchEntity'>` in `super(<class 'SwitchBeeSwitchEntity'>, Self@_handle_coordinator_update)` call

homeassistant/components/synology_dsm/coordinator.py

[error] invalid-super-argument - :86:9 - `Self@__init__` is not an instance or subclass of `<class 'SynologyDSMUpdateCoordinator'>` in `super(<class 'SynologyDSMUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/tado/climate.py

[error] unsupported-operator - :813:20 - Operator `in` is not supported for types `None` and `str`, in comparing `str | None` with `@Todo | str | list[Unknown]`

homeassistant/components/tado/coordinator.py

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

homeassistant/components/template/binary_sensor.py

[error] invalid-argument-type - :207:47 - Argument to bound method `add_template_attribute` is incorrect: Expected `Template`, found `Template | None`
[warning] possibly-missing-attribute - :257:17 - Attribute `total_seconds` on type `Unknown | None` may be missing

homeassistant/components/template/cover.py

[error] invalid-assignment - :314:13 - Object of type `float` is not assignable to attribute `_position` of type `int | None`
[error] invalid-assignment - :336:13 - Object of type `float` is not assignable to attribute `_tilt_value` of type `int | None`
[error] unsupported-operator - :463:13 - Operator `|=` is unsupported between objects of type `None` and `int`
[error] unsupported-operator - :522:13 - Operator `|=` is unsupported between objects of type `None` and `int`

homeassistant/components/template/light.py

[error] unsupported-operator - :666:12 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`

homeassistant/components/template/lock.py

[warning] possibly-missing-attribute - :311:45 - Attribute `template` on type `Unknown | None` may be missing

homeassistant/components/template/sensor.py

[error] invalid-argument-type - :240:35 - Argument to bound method `add_template_attribute` is incorrect: Expected `Template`, found `Template | None`

homeassistant/components/template/template_entity.py

[error] invalid-argument-type - :141:28 - Argument to bound method `_default_update` is incorrect: Expected `str | TemplateError`, found `None`
[error] invalid-return-type - :266:20 - Return type does not match returned value: expected `dict[str, Any]`, found `(ScriptVariables & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`
[warning] unused-ignore-comment - :196:40 - Unused blanket `type: ignore` directive

homeassistant/components/template/weather.py

[error] invalid-argument-type - :449:41 - Argument to bound method `async_update_listeners` is incorrect: Expected `Iterable[Literal["daily", "hourly", "twice_daily"]] | None`, found `list[Unknown | str]`

homeassistant/components/tesla_fleet/climate.py

[error] non-subscriptable - :137:34 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :177:37 - Attribute `index` on type `Unknown | list[Unknown | str] | list[str] | None` may be missing
[error] non-subscriptable - :181:27 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/teslemetry/climate.py

[error] non-subscriptable - :117:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :118:31 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :154:37 - Attribute `index` on type `Unknown | list[Unknown | str] | list[str] | None` may be missing
[error] non-subscriptable - :158:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :175:24 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/teslemetry/sensor.py

[error] unsupported-operator - :1748:73 - Operator `>` is not supported for types `None` and `int`, in comparing `Any | None` with `Literal[0]`

homeassistant/components/tessie/climate.py

[warning] possibly-missing-attribute - :135:43 - Attribute `index` on type `list[Unknown] | list[str] | None` may be missing
[error] non-subscriptable - :144:32 - Cannot subscript object of type `None` with no `__getitem__` method

homeassistant/components/tikteck/light.py

[error] invalid-assignment - :73:9 - Object of type `list[Unknown | int]` is not assignable to attribute `_attr_hs_color` of type `tuple[int | float, int | float] | None`

homeassistant/components/tod/binary_sensor.py

[error] invalid-argument-type - :172:28 - Argument to function `get_astral_event_date` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :173:51 - Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :188:28 - Argument to function `get_astral_event_date` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :189:51 - Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :194:32 - Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :245:28 - Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`
[error] invalid-argument-type - :256:28 - Argument to function `get_astral_event_next` is incorrect: Expected `str`, found `Unknown | time`

homeassistant/components/tplink_omada/coordinator.py

[error] invalid-super-argument - :43:9 - `Self@__init__` is not an instance or subclass of `<class 'OmadaCoordinator'>` in `super(<class 'OmadaCoordinator'>, Self@__init__)` call

homeassistant/components/tplink_omada/entity.py

[error] invalid-super-argument - :21:9 - `Self@__init__` is not an instance or subclass of `<class 'OmadaDeviceEntity'>` in `super(<class 'OmadaDeviceEntity'>, Self@__init__)` call

homeassistant/components/tplink_omada/switch.py

[error] invalid-super-argument - :248:9 - `Self@__init__` is not an instance or subclass of `<class 'OmadaDevicePortSwitchEntity'>` in `super(<class 'OmadaDevicePortSwitchEntity'>, Self@__init__)` call
[error] invalid-super-argument - :257:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'OmadaDevicePortSwitchEntity'>` in `super(<class 'OmadaDevicePortSwitchEntity'>, Self@async_added_to_hass)` call

homeassistant/components/traccar_server/binary_sensor.py

[error] invalid-super-argument - :86:9 - `Self@__init__` is not an instance or subclass of `<class 'TraccarServerBinarySensor'>` in `super(<class 'TraccarServerBinarySensor'>, Self@__init__)` call

homeassistant/components/traccar_server/sensor.py

[error] invalid-super-argument - :114:9 - `Self@__init__` is not an instance or subclass of `<class 'TraccarServerSensor'>` in `super(<class 'TraccarServerSensor'>, Self@__init__)` call

homeassistant/components/tuya/fan.py

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

homeassistant/components/ukraine_alarm/config_flow.py

[error] invalid-argument-type - :103:46 - Argument to function `_find` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`
[error] invalid-argument-type - :120:45 - Argument to function `_make_regions_object` is incorrect: Expected `list[dict[str, Any]]`, found `@Todo | list[dict[str, Any]] | None`

homeassistant/components/unifi/config_flow.py

[error] invalid-assignment - :235:46 - Invalid assignment to key "title_placeholders" with declared type `Mapping[str, str]` on TypedDict `ConfigFlowContext`: value of type `dict[Unknown | str, Unknown | str | None | bytes]`

homeassistant/components/unifi/device_tracker.py

[error] invalid-super-argument - :339:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'UnifiScannerEntity'>` in `super(<class 'UnifiScannerEntity'>, Self@async_added_to_hass)` call
[error] invalid-super-argument - :350:15 - `Self@async_will_remove_from_hass` is not an instance or subclass of `<class 'UnifiScannerEntity'>` in `super(<class 'UnifiScannerEntity'>, Self@async_will_remove_from_hass)` call

homeassistant/components/unifi/image.py

[error] invalid-super-argument - :95:9 - `Self@__init__` is not an instance or subclass of `<class 'UnifiImageEntity'>` in `super(<class 'UnifiImageEntity'>, Self@__init__)` call

homeassistant/components/unifi/sensor.py

[error] invalid-super-argument - :695:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'UnifiSensorEntity'>` in `super(<class 'UnifiSensorEntity'>, Self@async_added_to_hass)` call
[error] invalid-super-argument - :709:15 - `Self@async_will_remove_from_hass` is not an instance or subclass of `<class 'UnifiSensorEntity'>` in `super(<class 'UnifiSensorEntity'>, Self@async_will_remove_from_hass)` call

homeassistant/components/unifi/switch.py

[error] invalid-super-argument - :489:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'UnifiSwitchEntity'>` in `super(<class 'UnifiSwitchEntity'>, Self@async_added_to_hass)` call

homeassistant/components/unifiprotect/entity.py

[error] invalid-super-argument - :437:9 - `Self@__post_init__` is not an instance or subclass of `<class 'ProtectEventMixin'>` in `super(<class 'ProtectEventMixin'>, Self@__post_init__)` call

homeassistant/components/unifiprotect/sensor.py

[error] invalid-super-argument - :71:9 - `Self@__post_init__` is not an instance or subclass of `<class 'ProtectSensorEntityDescription'>` in `super(<class 'ProtectSensorEntityDescription'>, Self@__post_init__)` call

homeassistant/components/utility_meter/sensor.py

[error] invalid-assignment - :381:9 - Object of type `Unknown | None` is not assignable to attribute `entity_id` of type `str`

homeassistant/components/velux/__init__.py

[warning] possibly-missing-attribute - :50:19 - Attribute `disconnect` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :53:19 - Attribute `reboot_gateway` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :67:15 - Attribute `load_scenes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :68:15 - Attribute `load_nodes` on type `Unknown | None` may be missing

homeassistant/components/vicare/climate.py

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

homeassistant/components/vicare/fan.py

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

homeassistant/components/voicerss/tts.py

[error] invalid-argument-type - :196:46 - Argument to function `async_get_clientsession` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None | Unknown`

homeassistant/components/volvo/entity.py

[error] unresolved-attribute - :87:52 - Type `EntityDescription` has no attribute `api_field`

homeassistant/components/weather/__init__.py

[error] invalid-assignment - :322:9 - Object of type `dict[Unknown | str, Unknown | list[Unknown]]` is not assignable to attribute `_forecast_listeners` of type `dict[Literal["daily", "hourly", "twice_daily"], list[(list[JsonValueType] | None, /) -> None]]`
[error] invalid-super-argument - :1058:9 - `Self@__init__` is not an instance or subclass of `<class 'CoordinatorWeatherEntity'>` in `super(<class 'CoordinatorWeatherEntity'>, Self@__init__)` call
[error] invalid-super-argument - :1077:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'CoordinatorWeatherEntity'>` in `super(<class 'CoordinatorWeatherEntity'>, Self@async_added_to_hass)` call
[error] invalid-super-argument - :1220:9 - `Self@__init__` is not an instance or subclass of `<class 'SingleCoordinatorWeatherEntity'>` in `super(<class 'SingleCoordinatorWeatherEntity'>, Self@__init__)` call
[error] invalid-super-argument - :1225:9 - `Self@_handle_coordinator_update` is not an instance or subclass of `<class 'SingleCoordinatorWeatherEntity'>` in `super(<class 'SingleCoordinatorWeatherEntity'>, Self@_handle_coordinator_update)` call

homeassistant/components/weatherflow_cloud/coordinator.py

[error] invalid-super-argument - :51:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseWeatherFlowCoordinator'>` in `super(<class 'BaseWeatherFlowCoordinator'>, Self@__init__)` call
[error] invalid-super-argument - :120:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseWebsocketCoordinator'>` in `super(<class 'BaseWebsocketCoordinator'>, Self@__init__)` call

homeassistant/components/websocket_api/http.py

[warning] possibly-missing-attribute - :117:23 - Attribute `isEnabledFor` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :148:17 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :153:23 - Attribute `closed` on type `Unknown | None` may be missing
[error] invalid-argument-type - :214:30 - Argument to bound method `append` is incorrect: Expected `bytes`, found `str | bytes | dict[str, Any]`
[warning] possibly-missing-attribute - :216:13 - Attribute `error` on type `Unknown | WebSocketAdapter | None` may be missing
[error] invalid-argument-type - :243:17 - Argument to function `async_call_later` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :280:9 - Attribute `error` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :317:23 - Attribute `prepare` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :320:13 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :326:13 - Attribute `warning` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :329:9 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :332:22 - Attribute `bus` on type `Unknown | HomeAssistant | None` may be missing
[warning] possibly-missing-attribute - :335:35 - Attribute `bus` on type `Unknown | HomeAssistant | None` may be missing
[warning] possibly-missing-attribute - :339:18 - Attribute `_writer` on type `Unknown | None` may be missing
[error] invalid-argument-type - :345:13 - Argument to bound method `__init__` is incorrect: Expected `WebSocketAdapter`, found `Unknown | WebSocketAdapter | None`
[error] invalid-argument-type - :345:21 - Argument to bound method `__init__` is incorrect: Expected `HomeAssistant`, found `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :355:13 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :361:13 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :363:13 - Attribute `exception` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :393:25 - Attribute `receive` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :418:13 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :427:9 - Attribute `data` on type `Unknown | HomeAssistant | None` may be missing
[warning] possibly-missing-attribute - :427:45 - Attribute `data` on type `Unknown | HomeAssistant | None` may be missing
[error] no-matching-overload - :428:9 - No overload of function `async_dispatcher_send` matches arguments
[warning] possibly-missing-attribute - :481:19 - Attribute `closed` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :482:25 - Attribute `receive` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :512:17 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :540:23 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :543:21 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :547:21 - Attribute `debug` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :553:21 - Attribute `warning` on type `Unknown | WebSocketAdapter | None` may be missing
[warning] possibly-missing-attribute - :558:21 - Attribute `data` on type `Unknown | HomeAssistant | None` may be missing
[error] no-matching-overload - :561:17 - No overload of function `async_dispatcher_send` matches arguments
[warning] unused-ignore-comment - :568:45 - Unused blanket `type: ignore` directive

homeassistant/components/withings/coordinator.py

[error] invalid-super-argument - :54:9 - `Self@__init__` is not an instance or subclass of `<class 'WithingsDataUpdateCoordinator'>` in `super(<class 'WithingsDataUpdateCoordinator'>, Self@__init__)` call

homeassistant/components/withings/entity.py

[error] invalid-super-argument - :30:9 - `Self@__init__` is not an instance or subclass of `<class 'WithingsEntity'>` in `super(<class 'WithingsEntity'>, Self@__init__)` call

homeassistant/components/withings/sensor.py

[error] invalid-super-argument - :898:9 - `Self@__init__` is not an instance or subclass of `<class 'WithingsSensor'>` in `super(<class 'WithingsSensor'>, Self@__init__)` call

homeassistant/components/xiaomi_miio/config_flow.py

[warning] possibly-missing-attribute - :391:16 - Attribute `startswith` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :396:20 - Attribute `startswith` on type `Unknown | None` may be missing
[error] invalid-argument-type - :401:17 - Argument to bound method `async_create_entry` is incorrect: Expected `str`, found `Unknown | None`

homeassistant/components/xiaomi_miio/device_tracker.py

[warning] possibly-missing-attribute - :68:34 - Attribute `async_add_executor_job` on type `HomeAssistant | None` may be missing

homeassistant/components/xiaomi_miio/entity.py

[error] invalid-super-argument - :79:9 - `Self@__init__` is not an instance or subclass of `<class 'XiaomiCoordinatedMiioEntity'>` in `super(<class 'XiaomiCoordinatedMiioEntity'>, Self@__init__)` call

homeassistant/components/xiaomi_miio/gateway.py

[warning] possibly-missing-attribute - :64:13 - Attribute `model` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :65:13 - Attribute `firmware_version` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :66:13 - Attribute `hardware_version` on type `Unknown | None` may be missing

homeassistant/components/yamaha_musiccast/config_flow.py

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

homeassistant/components/yandextts/tts.py

[error] invalid-argument-type - :123:46 - Argument to function `async_get_clientsession` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None | Unknown`

homeassistant/components/zha/config_flow.py

[error] invalid-argument-type - :724:21 - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `dict[Unknown | str, Unknown | str | None]`
[warning] unused-ignore-comment - :182:28 - Unused blanket `type: ignore` directive

homeassistant/components/zha/helpers.py

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

homeassistant/components/zha/radio_manager.py

[warning] possibly-missing-attribute - :428:27 - Attribute `copy` on type `Unknown | dict[str, Any] | None` may be missing
[warning] possibly-missing-attribute - :435:34 - Attribute `name` on type `Unknown | None` may be missing

homeassistant/components/zwave_js/discovery_data_template.py

[warning] possibly-missing-implicit-call - :283:13 - Method `__setitem__` of type `Any | dict[Unknown, Unknown] | None` may be missing

homeassistant/config_entries.py

[error] invalid-super-argument - :571:9 - `Self@__setattr__` is not an instance or subclass of `<class 'ConfigEntry'>` in `super(<class 'ConfigEntry'>, Self@__setattr__)` call

homeassistant/core.py

[error] invalid-argument-type - :1621:50 - Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen] | str`
[error] invalid-argument-type - :1687:13 - Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen_once] | str`
[warning] unused-ignore-comment - :436:53 - Unused blanket `type: ignore` directive

homeassistant/helpers/collection.py

[error] invalid-super-argument - :247:9 - `Self@__init__` is not an instance or subclass of `<class 'StorageCollection'>` in `super(<class 'StorageCollection'>, Self@__init__)` call

homeassistant/helpers/device_registry.py

[error] invalid-super-argument - :651:9 - `Self@__init__` is not an instance or subclass of `<class 'DeviceRegistryItems'>` in `super(<class 'DeviceRegistryItems'>, Self@__init__)` call

homeassistant/helpers/entity.py

[error] call-non-callable - :1314:23 - Object of type `object` is not callable
[error] invalid-argument-type - :1316:51 - Argument to bound method `async_add_executor_job` is incorrect: Expected `(...) -> Unknown`, found `object`
[warning] unused-ignore-comment - :1373:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1374:31 - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_component.py

[warning] unused-ignore-comment - :126:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :140:47 - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_platform.py

[warning] unused-ignore-comment - :333:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :414:49 - Unused blanket `type: ignore` directive

homeassistant/helpers/entity_registry.py

[error] invalid-argument-type - :1060:13 -
Old: Argument is incorrect: Expected `str`, found `None | Unknown`
New: Argument is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :1063:13 -
Old: Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `@Todo | None`
New: Argument is incorrect: Expected `ReadOnlyEntityOptionsType`, found `ReadOnlyDict[str, ReadOnlyDict[str, Any]] | @Todo | None`

homeassistant/helpers/normalized_name_base_registry.py

[error] invalid-super-argument - :43:9 - `Self@__init__` is not an instance or subclass of `<class 'NormalizedNameBaseRegistryItems'>` in `super(<class 'NormalizedNameBaseRegistryItems'>, Self@__init__)` call

homeassistant/helpers/storage.py

[error] unsupported-operator - :391:12 - Operator `not in` is not supported for types `str` and `int`, in comparing `Literal["minor_version"]` with `dict[str, Any] | Unknown | list[Any] | ... omitted 4 union elements`
[error] invalid-assignment - :392:13 - Method `__setitem__` of type `(bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None) | Unknown | (Overload[(key: SupportsIndex, value: Any, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Any], /) -> None])` cannot be called with a key of type `Literal["minor_version"]` and a value of type `Literal[1]` on object of type `dict[str, Any] | Unknown | list[Any] | ... omitted 4 union elements`
[error] non-subscriptable - :395:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :395:13 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :395:13 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :395:13 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :395:13 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] non-subscriptable - :396:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :396:17 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :396:17 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :396:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :396:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] non-subscriptable - :398:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :398:22 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :398:22 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :398:22 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :398:22 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] non-subscriptable - :403:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :403:17 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :403:17 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :403:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :403:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] non-subscriptable - :404:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :404:17 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :404:17 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :404:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :404:17 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] missing-argument - :409:32 - No argument provided for required parameter `old_data` of bound method `_async_migrate_func`
[error] non-subscriptable - :409:57 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :409:57 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :409:57 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :409:57 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :409:57 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] non-subscriptable - :409:74 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :409:74 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :409:74 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :409:74 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :409:74 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] non-subscriptable - :413:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :413:25 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :413:25 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :413:25 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :413:25 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] non-subscriptable - :413:42 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :413:42 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :413:42 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :413:42 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["minor_version"]` on object of type `list[Any]`
[error] invalid-argument-type - :413:42 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["minor_version"]` on object of type `str`
[error] non-subscriptable - :413:65 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :413:65 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :413:65 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :413:65 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :413:65 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`
[error] non-subscriptable - :416:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :416:24 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :416:24 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :416:24 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["version"]` on object of type `list[Any]`
[error] invalid-argument-type - :416:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["version"]` on object of type `str`
[error] non-subscriptable - :418:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :418:30 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :418:30 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :418:30 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` cannot be called with key of type `Literal["data"]` on object of type `list[Any]`
[error] invalid-argument-type - :418:30 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["data"]` on object of type `str`

homeassistant/helpers/template/__init__.py

[warning] possibly-missing-attribute - :607:13 - Attribute `loop` on type `Unknown | HomeAssistant | None` may be missing

homeassistant/helpers/update_coordinator.py

[error] invalid-super-argument - :561:15 - `Self@async_added_to_hass` is not an instance or subclass of `<class 'BaseCoordinatorEntity'>` in `super(<class 'BaseCoordinatorEntity'>, Self@async_added_to_hass)` call
[error] invalid-super-argument - :597:9 - `Self@__init__` is not an instance or subclass of `<class 'CoordinatorEntity'>` in `super(<class 'CoordinatorEntity'>, Self@__init__)` call

homeassistant/loader.py

[error] invalid-return-type - :979:20 - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - :1057:20 - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[error] invalid-return-type - :1084:16 - Return type does not match returned value: expected `ComponentProtocol`, found `Unknown | ModuleType | ComponentProtocol`
[warning] unused-ignore-comment - :1098:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1204:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1221:67 - Unused blanket `type: ignore` directive

homeassistant/runner.py

[warning] unused-ignore-comment - :199:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :205:32 - Unused blanket `type: ignore` directive

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

ddtrace/_trace/sampler.py

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

ddtrace/contrib/internal/google_genai/_utils.py

[error] unresolved-attribute - :61:9 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :62:13 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :63:18 - Type `Self@finalize_stream` has no attribute `request_args`
[error] unresolved-attribute - :64:20 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :65:35 - Type `Self@finalize_stream` has no attribute `chunks`
[error] unresolved-attribute - :68:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/contrib/internal/google_generativeai/_utils.py

[error] unresolved-attribute - :7:9 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :7:43 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :8:9 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :9:13 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :10:18 - Type `Self@finalize_stream` has no attribute `request_args`
[error] unresolved-attribute - :11:20 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :12:22 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :14:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/contrib/internal/langchain/utils.py

[error] unresolved-attribute - :12:9 - Type `Self@_process_chunk` has no attribute `chunks`
[error] unresolved-attribute - :13:26 - Type `Self@_process_chunk` has no attribute `options`
[error] unresolved-attribute - :18:26 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :20:28 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :20:47 - Type `Self@finalize_stream` has no attribute `chunks`
[error] unresolved-attribute - :21:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/contrib/internal/vertexai/_utils.py

[error] unresolved-attribute - :9:16 - Type `Self@_process_chunk` has no attribute `options`
[error] unresolved-attribute - :9:58 - Type `Self@_process_chunk` has no attribute `chunks`
[error] unresolved-attribute - :10:13 - Type `Self@_process_chunk` has no attribute `chunks`
[error] unresolved-attribute - :13:9 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :13:43 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :14:9 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :14:42 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :15:9 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :16:13 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :16:37 - Type `Self@finalize_stream` has no attribute `request_args`
[error] unresolved-attribute - :16:63 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :16:93 - Type `Self@finalize_stream` has no attribute `chunks`
[error] unresolved-attribute - :18:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/debugging/_products/dynamic_instrumentation.py

[warning] possibly-missing-attribute - :58:25 - Attribute `enabled` on type `Unknown | type[Env]` may be missing

ddtrace/debugging/_products/exception_replay.py

[warning] possibly-missing-attribute - :50:25 - Attribute `enabled` on type `Unknown | type[Env]` may be missing

ddtrace/internal/ci_visibility/_api_client.py

[error] unsupported-operator - :341:16 - Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
[error] unsupported-operator - :342:54 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`

ddtrace/internal/ci_visibility/api/_base.py

[error] invalid-super-argument - :554:9 - `Self@__init__` is not an instance or subclass of `<class 'TestVisibilityParentItem'>` in `super(<class 'TestVisibilityParentItem'>, Self@__init__)` call
[error] invalid-super-argument - :639:9 - `Self@finish` is not an instance or subclass of `<class 'TestVisibilityParentItem'>` in `super(<class 'TestVisibilityParentItem'>, Self@finish)` call
[error] invalid-super-argument - :660:9 - `Self@_set_itr_tags` is not an instance or subclass of `<class 'TestVisibilityParentItem'>` in `super(<class 'TestVisibilityParentItem'>, Self@_set_itr_tags)` call

ddtrace/internal/ci_visibility/encoder.py

[error] missing-argument - :52:9 - No arguments provided for required parameters `max_size`, `max_item_size` of bound method `__init__`

ddtrace/internal/ci_visibility/writer.py

[error] invalid-argument-type - :154:13 - Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (DerivedVariable[Unknown] & ~AlwaysFalsy) | str`
[error] unsupported-operator - :193:20 - Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`

ddtrace/internal/flare/_subscribers.py

[error] invalid-argument-type - :47:28 - Argument is incorrect: Expected `Sequence[Payload]`, found `Unknown | Flare`
[error] too-many-positional-arguments - :47:40 - Too many positional arguments: expected 1, got 3

ddtrace/internal/remoteconfig/__init__.py

[error] invalid-argument-type - :34:44 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :34:44 - Argument is incorrect: Expected `str`, found `object`

ddtrace/internal/remoteconfig/_pubsub.py

[warning] possibly-missing-attribute - :94:9 - Attribute `start` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :97:9 - Attribute `force_restart` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :100:9 - Attribute `_get_data_from_connector_and_exec` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :103:9 - Attribute `stop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :106:9 - Attribute `dispatch` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :114:9 - Attribute `append` on type `Unknown | None` may be missing

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

[error] unresolved-attribute - :57:22 - Type `object` has no attribute `nli_statements_message`
[error] unresolved-attribute - :156:26 - Type `object` has no attribute `llm`
[error] unresolved-attribute - :182:31 - Type `object` has no attribute `llm`
[error] unresolved-attribute - :222:20 - Type `object` has no attribute `statement_prompt`
[error] unresolved-attribute - :229:28 - Type `object` has no attribute `nli_statements_message`

ddtrace/settings/_core.py

[error] invalid-argument-type - :43:26 - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `ChainMap[str, str]`
[warning] possibly-missing-attribute - :49:16 - Attribute `private` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` may be missing
[warning] possibly-missing-attribute - :52:24 - Attribute `full_name` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` may be missing
[warning] possibly-missing-attribute - :69:29 - Attribute `default` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` may be missing

ddtrace/vendor/dogstatsd/base.py

[warning] possibly-missing-attribute - :1219:46 - Attribute `get` on type `Unknown | None | Queue[Unknown]` may be missing
[warning] possibly-missing-attribute - :1220:13 - Attribute `task_done` on type `Unknown | None | Queue[Unknown]` may be missing

tests/appsec/iast/_ast/fixtures/misleading_methods.py

[error] unresolved-attribute - :27:16 - Type `Self@call_repr` has no attribute `repr`
[error] unresolved-attribute - :51:16 - Type `Self@call_extend` has no attribute `extend`
[error] unresolved-attribute - :57:16 - Type `Self@call_decode` has no attribute `decode`
[error] unresolved-attribute - :60:16 - Type `Self@call_str` has no attribute `str`
[error] unresolved-attribute - :63:16 - Type `Self@call_bytes` has no attribute `bytes`
[error] unresolved-attribute - :66:16 - Type `Self@call_bytearray` has no attribute `bytearray`

tests/appsec/iast/fixtures/aspects/str/class_no_str.py

[error] too-many-positional-arguments - :6:49 - Too many positional arguments to bound method `__repr__`: expected 1, got 2

tests/appsec/iast/fixtures/ast/str/class_no_str.py

[error] too-many-positional-arguments - :6:49 - Too many positional arguments to bound method `__repr__`: expected 1, got 2

tests/appsec/iast/iast_utils_side_effects.py

[warning] possibly-missing-attribute - :11:16 - Attribute `decode` on type `Unknown | Literal["abc"]` may be missing

tests/contrib/falcon/test_suite.py

[error] unresolved-attribute - :15:24 - Type `Self@make_test_call` has no attribute `client`
[error] unresolved-attribute - :34:18 - Type `Self@test_404` has no attribute `tracer`
[error] unresolved-attribute - :41:32 - Type `Self@test_404` has no attribute `_service`
[error] unresolved-attribute - :60:18 - Type `Self@test_exception` has no attribute `tracer`
[error] unresolved-attribute - :67:32 - Type `Self@test_exception` has no attribute `_service`
[error] unresolved-attribute - :80:18 - Type `Self@test_200` has no attribute `tracer`
[error] unresolved-attribute - :87:32 - Type `Self@test_200` has no attribute `_service`
[error] unresolved-attribute - :109:14 - Type `Self@test_200_qs_trace` has no attribute `override_http_config`
[error] unresolved-attribute - :113:14 - Type `Self@test_200_multi_qs_trace` has no attribute `override_http_config`
[error] unresolved-attribute - :119:18 - Type `Self@make_route_reporting_test` has no attribute `tracer`
[error] unresolved-attribute - :126:32 - Type `Self@make_route_reporting_test` has no attribute `_service`
[error] unresolved-attribute - :154:18 - Type `Self@test_201` has no attribute `tracer`
[error] unresolved-attribute - :161:32 - Type `Self@test_201` has no attribute `_service`
[error] unresolved-attribute - :174:18 - Type `Self@test_500` has no attribute `tracer`
[error] unresolved-attribute - :181:32 - Type `Self@test_500` has no attribute `_service`
[error] unresolved-attribute - :193:18 - Type `Self@test_404_exception` has no attribute `tracer`
[error] unresolved-attribute - :200:32 - Type `Self@test_404_exception` has no attribute `_service`
[error] unresolved-attribute - :213:18 - Type `Self@test_404_exception_no_stacktracer` has no attribute `tracer`
[error] unresolved-attribute - :220:32 - Type `Self@test_404_exception_no_stacktracer` has no attribute `_service`
[error] unresolved-attribute - :230:18 - Type `Self@test_200_ot` has no attribute `tracer`
[error] unresolved-attribute - :231:43 - Type `Self@test_200_ot` has no attribute `tracer`
[error] unresolved-attribute - :239:18 - Type `Self@test_200_ot` has no attribute `tracer`
[error] unresolved-attribute - :253:35 - Type `Self@test_200_ot` has no attribute `_service`
[error] unresolved-attribute - :267:18 - Type `Self@test_falcon_request_hook` has no attribute `tracer`
[error] unresolved-attribute - :281:14 - Type `Self@test_http_header_tracing` has no attribute `override_config`
[error] unresolved-attribute - :284:22 - Type `Self@test_http_header_tracing` has no attribute `tracer`
[error] unresolved-attribute - :317:34 - Type `Self@test_inferred_spans_api_gateway_default` has no attribute `tracer`

tests/contrib/ray/test_long_running_span.py

[error] no-matching-overload - :63:9 - No overload of bound method `assertGreater` matches arguments
[error] no-matching-overload - :121:9 - No overload of bound method `assertGreater` matches arguments
[error] no-matching-overload - :124:9 - No overload of bound method `assertGreater` matches arguments
[error] no-matching-overload - :169:9 - No overload of bound method `assertGreater` matches arguments
[error] no-matching-overload - :171:9 - No overload of bound method `assertGreater` matches arguments

tests/tracer/test_writer_encoder_multiple_payloads.py

[error] missing-argument - :20:9 - No arguments provided for required parameters `max_size`, `max_item_size` of bound method `__init__`
[error] missing-argument - :58:9 - No arguments provided for required parameters `max_size`, `max_item_size` of bound method `__init__`
[error] missing-argument - :95:9 - No arguments provided for required parameters `max_size`, `max_item_size` of bound method `__init__`

ddtrace/debugging/_signal/trigger.py

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

ddtrace/internal/utils/time.py

[warning] unused-ignore-comment - :99:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :110:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :127:42 - Unused blanket `type: ignore` directive

benchmarks/bm/flask_utils.py

[error] unresolved-attribute - :92:42 - Type `Self@setup` has no attribute `appsec_enabled`
[error] unresolved-attribute - :93:40 - Type `Self@setup` has no attribute `iast_enabled`
[error] unresolved-attribute - :94:53 - Type `Self@setup` has no attribute `telemetry_metrics_enabled`
[error] unresolved-attribute - :95:59 - Type `Self@setup` has no attribute `resource_renaming_enabled`
[error] unresolved-attribute - :99:12 - Type `Self@setup` has no attribute `errortracking_enabled`
[error] unresolved-attribute - :100:68 - Type `Self@setup` has no attribute `errortracking_enabled`
[error] unresolved-attribute - :102:12 - Type `Self@setup` has no attribute `profiler_enabled`
[error] unresolved-attribute - :106:20 - Type `Self@setup` has no attribute `tracer_enabled`
[error] unresolved-attribute - :109:12 - Type `Self@setup` has no attribute `native_writer`
[error] unresolved-attribute - :112:12 - Type `Self@setup` has no attribute `tracer_enabled`
[error] unresolved-attribute - :115:12 - Type `Self@setup` has no attribute `debugger_enabled`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[error] not-iterable - :116:28 - Object of type `Unknown | None | list[Unknown | URLPattern | None]` may not be iterable
[warning] possibly-missing-attribute - :118:33 - Attribute `resolve` on type `Unknown | URLPattern | None` may be missing
[warning] possibly-missing-attribute - :130:47 - Attribute `kwargs` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :133:42 - Attribute `args` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :135:53 - Attribute `args` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :136:88 - Attribute `pattern` on type `(Unknown & ~URLPattern) | None` may be missing
[warning] possibly-missing-attribute - :138:29 - Attribute `func` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :141:29 - Attribute `url_name` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :142:47 - Attribute `app_names` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :143:48 - Attribute `namespaces` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing
[error] invalid-argument-type - :144:29 - Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `str`
[warning] possibly-missing-attribute - :144:61 - Attribute `route` on type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)` may be missing

ddtrace/_trace/span.py

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

ddtrace/_trace/tracer.py

[error] unresolved-attribute - :733:24 - Type `Self@_wrap_generator` has no attribute `_wrap_executor`
[error] unresolved-attribute - :860:32 - Type `Self@wrap` has no attribute `_wrap_executor`

ddtrace/appsec/_iast/_patch_modules.py

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

ddtrace/appsec/_iast/reporter.py

[error] invalid-argument-type - :34:13 - Argument to function `asdict` is incorrect: Expected `DataclassInstance`, found `Self@_to_dict`

ddtrace/appsec/_processor.py

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

ddtrace/contrib/internal/anthropic/_streaming.py

[error] unresolved-attribute - :62:13 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :62:31 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :62:50 - Type `Self@finalize_stream` has no attribute `request_args`
[error] unresolved-attribute - :62:69 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :62:90 - Type `Self@finalize_stream` has no attribute `chunks`
[error] unresolved-attribute - :64:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/contrib/internal/asgi/middleware.py

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

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

[error] invalid-argument-type - :97:69 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | None]`
[error] invalid-argument-type - :104:69 -
Old: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
New: Argument to function `dispatch` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown | None]`

ddtrace/contrib/internal/django/user.py

[error] invalid-argument-type - :50:53 -
Old: Argument expression after ** must be a mapping with `str` key type: Found `Unknown | (EnvVariable[str] & ~AlwaysFalsy)`
New: Argument expression after ** must be a mapping with `str` key type: Found `Unknown | (EnvVariable[str] & ~AlwaysFalsy) | str`

ddtrace/contrib/internal/gevent/greenlet.py

[error] unresolved-attribute - :21:9 - Type `<super: <class 'TracingMixin'>, TracingMixin>` has no attribute `run`

ddtrace/contrib/internal/kafka/patch.py

[error] too-many-positional-arguments - :74:51 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :93:51 - Too many positional arguments to bound method `__init__`: expected 1, got 2

ddtrace/contrib/internal/litellm/utils.py

[error] unresolved-attribute - :26:9 - Type `Self@add_span` has no attribute `spans`
[error] unresolved-attribute - :31:13 - Type `Self@_process_chunk` has no attribute `chunks`
[error] unresolved-attribute - :33:13 - Type `Self@_process_chunk` has no attribute `chunks`
[error] unresolved-attribute - :37:29 - Type `Self@finalize_stream` has no attribute `spans`
[error] unresolved-attribute - :40:16 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :41:17 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :50:16 - Type `Self@_process_finished_stream` has no attribute `integration`
[error] unresolved-attribute - :52:92 - Type `Self@_process_finished_stream` has no attribute `chunks`
[error] unresolved-attribute - :56:89 - Type `Self@_process_finished_stream` has no attribute `chunks`

ddtrace/contrib/internal/openai/utils.py

[error] unresolved-attribute - :22:17 - Type `Self@finalize_stream` has no attribute `integration`
[error] unresolved-attribute - :23:17 - Type `Self@finalize_stream` has no attribute `primary_span`
[error] unresolved-attribute - :24:17 - Type `Self@finalize_stream` has no attribute `request_kwargs`
[error] unresolved-attribute - :25:17 - Type `Self@finalize_stream` has no attribute `chunks`
[error] unresolved-attribute - :26:17 - Type `Self@finalize_stream` has no attribute `options`
[error] unresolved-attribute - :28:9 - Type `Self@finalize_stream` has no attribute `primary_span`

ddtrace/contrib/internal/ray/span_manager.py

[error] invalid-assignment - :212:17 - Method `__setitem__` of type `bound method dict[str, dict[tuple[int, int], Span]].__setitem__(key: str, value: dict[tuple[int, int], Span], /) -> None` cannot be called with a key of type `None | str` and a value of type `dict[Unknown, Unknown]` on object of type `dict[str, dict[tuple[int, int], Span]]`
[error] invalid-argument-type - :214:45 - Argument to bound method `_create_resubmit_timer` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :215:13 - Method `__getitem__` of type `bound method dict[str, dict[tuple[int, int], Span]].__getitem__(key: str, /) -> dict[tuple[int, int], Span]` cannot be called with key of type `str | None` on object of type `dict[str, dict[tuple[int, int], Span]]`
[error] invalid-argument-type - :224:45 - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] no-matching-overload - :233:21 - No overload of bound method `pop` matches arguments
[error] no-matching-overload - :236:13 - No overload of bound method `pop` matches arguments

ddtrace/contrib/internal/subprocess/patch.py

[warning] possibly-missing-attribute - :282:21 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :285:21 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[error] not-iterable - :314:44 - Object of type `Unknown | list[Unknown] | None | list[str]` may not be iterable
[error] invalid-argument-type - :320:40 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str]`
[error] unsupported-operator - :401:22 - Operator `+` is unsupported between objects of type `Unknown | list[Unknown] | None` and `list[Unknown | str | None]`

ddtrace/debugging/_debugger.py

[warning] possibly-missing-attribute - :300:37 - Attribute `read_text` on type `(Unknown & ~None) | EnvVariable[None]` may be missing

ddtrace/debugging/_exception/replay.py

[error] unsupported-operator - :339:33 - Operator `>=` is not supported for types `int` and `EnvVariable[Literal[8]]`, in comparing `int` with `Unknown | EnvVariable[Literal[8]]`

ddtrace/debugging/_uploader.py

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

ddtrace/internal/ci_visibility/api/_test.py

[error] invalid-argument-type - :206:13 - Argument to function `record_event_finished_test` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :360:12 - Attribute `efd_is_faulty_session` on type `TestVisibilitySession | None` may be missing
[warning] possibly-missing-attribute - :373:22 - Attribute `duration` on type `Span | None` may be missing
[error] unsupported-operator - :377:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
[error] unsupported-operator - :379:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[10]`
[error] unsupported-operator - :381:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[30]`
[error] unsupported-operator - :383:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[300]`
[warning] possibly-missing-attribute - :475:12 - Attribute `atr_max_retries_reached` on type `TestVisibilitySession | None` may be missing

ddtrace/internal/ci_visibility/recorder.py

[warning] unused-ignore-comment - :178:85 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :290:17 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Unknown | DerivedVariable[Unknown]`

ddtrace/internal/coverage/code.py

[error] invalid-argument-type - :392:37 - Argument to bound method `transform` is incorrect: Expected `ModuleType`, found `ModuleType | None`

ddtrace/internal/datastreams/processor.py

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

ddtrace/internal/forksafe.py

[error] invalid-super-argument - :132:9 - `Self@__init__` is not an instance or subclass of `<class 'ResetObject'>` in `super(<class 'ResetObject'>, Self@__init__)` call

ddtrace/internal/http.py

[error] unresolved-attribute - :37:16 - Type `<super: <class 'HTTPConnectionMixin'>, HTTPConnectionMixin>` has no attribute `request`
[warning] unused-ignore-comment - :21:37 - Unused blanket `type: ignore` directive

ddtrace/internal/module.py

[warning] unused-ignore-comment - :201:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :300:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :366:40 - Unused blanket `type: ignore` directive

ddtrace/internal/processor/stats.py

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

ddtrace/internal/remoteconfig/client.py

[error] invalid-assignment - :109:17 - Cannot assign to object of type `Mapping[str, Key]` with no `__setitem__` method
[error] invalid-argument-type - :109:36 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :109:36 - Argument is incorrect: Expected `Mapping[Unknown, Unknown]`, found `object`
[error] invalid-argument-type - :109:36 - Argument is incorrect: Expected `list[str]`, found `object`
[error] invalid-argument-type - :109:36 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :109:36 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-assignment - :112:17 - Cannot assign to object of type `Mapping[str, Role]` with no `__setitem__` method
[error] invalid-argument-type - :112:38 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :112:38 - Argument is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - :112:38 - Argument is incorrect: Expected `list[str]`, found `object`
[error] invalid-argument-type - :123:48 - Argument expression after ** must be a mapping type: Found `Signature`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `Mapping[str, Key]`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `Mapping[str, Role]`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :125:32 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-assignment - :151:17 - Cannot assign to object of type `Mapping[str, TargetDesc]` with no `__setitem__` method
[error] invalid-argument-type - :151:46 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :151:46 - Argument is incorrect: Expected `Mapping[str, Any]`, found `object`
[error] invalid-argument-type - :151:46 - Argument is incorrect: Expected `Mapping[str, str]`, found `object`
[error] invalid-argument-type - :151:46 - Argument is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - :163:48 - Argument expression after ** must be a mapping type: Found `Signature`
[error] invalid-argument-type - :165:35 - Argument expression after ** must be a mapping with `str` key type: Found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `Mapping[str, Any]`, found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `Mapping[str, TargetDesc]`, found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :165:35 - Argument is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :190:51 - Argument expression after ** must be a mapping type: Found `TargetFile`
[error] invalid-assignment - :267:13 - Object of type `(...) -> Unknown` is not assignable to attribute `_callback` on type `Unknown | None`
[error] invalid-argument-type - :301:41 - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/internal/runtime/collector.py

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

ddtrace/internal/runtime/runtime_metrics.py

[error] unresolved-attribute - :30:36 - Type `Self@__init__` has no attribute `ENABLED`
[error] unresolved-attribute - :32:42 - Type `Self@__init__` has no attribute `COLLECTORS`

ddtrace/internal/telemetry/writer.py

[error] invalid-argument-type - :70:45 - Argument to bound method `get_host` is incorrect: Expected `str`, found `Unknown | EnvVariable[Literal["datadoghq.com"]]`
[error] invalid-argument-type - :155:47 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | EnvVariable[float] | Literal[10]`

ddtrace/internal/test_visibility/coverage_lines.py

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

ddtrace/internal/writer/writer.py

[error] invalid-argument-type - :256:71 - Argument to function `get_connection` is incorrect: Expected `int | float`, found `Unknown | int | float | None`
[error] no-matching-overload - :302:13 - No overload of bound method `update` matches arguments
[error] no-matching-overload - :302:13 - No overload of bound method `update` matches arguments
[error] unsupported-operator - :312:12 - Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
[error] unsupported-operator - :318:50 - Operator `>=` is not supported for types `None` and `int`, in comparing `None | Unknown` with `Literal[400]`

ddtrace/llmobs/_experiment.py

[warning] possibly-missing-attribute - :385:53 - Attribute `__name__` on type `Unknown | ((Any, Any | None, /) -> @Todo)` may be missing
[warning] possibly-missing-attribute - :479:57 - Attribute `__name__` on type `Unknown | ((Any, @Todo, @Todo, /) -> @Todo)` may be missing
[warning] possibly-missing-attribute - :480:28 - Attribute `__name__` on type `Unknown | ((Any, @Todo, @Todo, /) -> @Todo)` may be missing
[error] invalid-argument-type - :599:30 - Invalid argument to key "experiment_id" with declared type `str` on TypedDict `LLMObsExperimentEvalMetricEvent`: value of type `str | None`

ddtrace/llmobs/_llmobs.py

[warning] possibly-missing-attribute - :459:27 - Attribute `tracer` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :464:53 - Attribute `_annotations` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :491:13 - Attribute `_llmobs_span_writer` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :492:13 - Attribute `_llmobs_eval_metric_writer` on type `Unknown | None` may be missing

ddtrace/profiling/collector/pytorch.py

[error] unresolved-attribute - :78:20 - Type `Self@patch` has no attribute `PROFILED_TORCH_CLASS`

ddtrace/profiling/profiler.py

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

ddtrace/settings/_config.py

[error] invalid-super-argument - :790:20 - `type[Config]` is not a valid class
[error] invalid-super-argument - :795:20 - `type[Config]` is not a valid class

ddtrace/vendor/packaging/version.py

[error] unresolved-attribute - :45:21 - Type `Self@__hash__` has no attribute `_key`
[error] unresolved-attribute - :69:23 - Type `Self@_compare` has no attribute `_key`

ddtrace/vendor/ply/lex.py

[error] unresolved-attribute - :66:43 - Type `Self@__str__` has no attribute `type`
[error] unresolved-attribute - :66:54 - Type `Self@__str__` has no attribute `value`
[error] unresolved-attribute - :66:66 - Type `Self@__str__` has no attribute `lineno`
[error] unresolved-attribute - :66:79 - Type `Self@__str__` has no attribute `lexpos`
[error] invalid-argument-type - :182:70 - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] non-subscriptable - :314:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :319:40 - Object of type `Unknown | None` may not be iterable
[error] non-subscriptable - :363:58 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :368:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :389:84 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :389:102 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :396:72 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :396:98 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :370:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :380:33 - Cannot subscript object of type `None` with no `__getitem__` method

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - :218:16 - Type `Self@__str__` has no attribute `type`
[error] non-subscriptable - :245:20 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1637:21 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1663:29 - Attribute `prod` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1889:21 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1897:39 - Attribute `prod` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1900:43 - Attribute `prod` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1908:50 - Attribute `prod` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1910:50 - Attribute `name` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1940:28 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-assignment - :1954:17 - Object of type `None | LRItem` is not assignable to attribute `lr_next` on type `Unknown | None`
[error] invalid-assignment - :1960:13 - Object of type `list[Unknown]` is not assignable to attribute `lr_items` on type `Unknown | None`
[error] not-iterable - :2029:18 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] unsupported-operator - :3082:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["error"]` with `Unknown | None | list[Unknown]`
[error] not-iterable - :3088:18 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] unresolved-attribute - :1365:26 - Type `Self@lr_item` has no attribute `Prodnames`

ddtrace/vendor/psutil/__init__.py

[warning] possibly-missing-attribute - :809:24 - Attribute `uids` on type `Self@username` may be missing
[warning] possibly-missing-attribute - :816:20 - Attribute `username` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :877:20 - Attribute `io_counters` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :897:24 - Attribute `ionice_get` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :899:24 - Attribute `ionice_set` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :915:24 - Attribute `rlimit` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :917:24 - Attribute `rlimit` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :931:33 - Attribute `cpu_affinity_get` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :938:17 - Attribute `cpu_affinity_set` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :967:20 - Attribute `num_handles` on type `Unknown | Process` may be missing
[warning] possibly-missing-attribute - :1234:18 - Attribute `memory_maps` on type `Unknown | Process` may be missing

docs/conf.py

[error] invalid-argument-type - :467:33 - Argument to bound method `nested_parse` is incorrect: Expected `StringList`, found `ViewList[Unknown]`
[error] invalid-argument-type - :520:33 - Argument to bound method `nested_parse` is incorrect: Expected `StringList`, found `ViewList[Unknown]`

tests/appsec/contrib_appsec/utils.py

[error] unresolved-attribute - :54:41 - Type `Self@__repr__` has no attribute `version`

tests/appsec/iast/_ast/fixtures/annotated_code.py

[error] invalid-super-argument - :35:9 - `Self@init` is not an instance or subclass of `<class 'Client'>` in `super(<class 'Client'>, Self@init)` call

tests/appsec/iast/_ast/fixtures/annotated_code37.py

[error] invalid-super-argument - :34:9 - `Self@init` is not an instance or subclass of `<class 'Client'>` in `super(<class 'Client'>, Self@init)` call

tests/ci_visibility/test_ci_visibility.py

[error] invalid-argument-type - :1486:28 - Argument is incorrect: Expected `set[TestId | TestSuiteId]`, found `set[TestId]`
[error] invalid-argument-type - :1502:28 - Argument is incorrect: Expected `set[TestId | TestSuiteId]`, found `set[TestSuiteId]`

tests/conftest.py

[error] invalid-assignment - :290:13 - Object of type `Unknown | None` is not assignable to attribute `body` of type `list[stmt]`

tests/contrib/cassandra/test.py

[error] unresolved-attribute - :127:27 - Type `Self@_test_query_base` has no attribute `_traced_session`
[error] unresolved-attribute - :168:27 - Type `Self@test_query_ot` has no attribute `_traced_session`
[error] unresolved-attribute - :229:27 - Type `Self@test_span_is_removed_from_future` has no attribute `_traced_session`
[error] unresolved-attribute - :236:27 - Type `Self@test_paginated_query` has no attribute `_traced_session`
[error] unresolved-attribute - :270:27 - Type `Self@test_trace_with_service` has no attribute `_traced_session`
[error] unresolved-attribute - :280:27 - Type `Self@test_trace_error` has no attribute `_traced_session`
[error] unresolved-attribute - :297:27 - Type `Self@test_bound_statement` has no attribute `_traced_session`
[error] unresolved-attribute - :313:27 - Type `Self@test_batch_statement` has no attribute `_traced_session`
[error] unresolved-attribute - :334:27 - Type `Self@test_batched_bound_statement` has no attribute `_traced_session`
[error] unresolved-attribute - :364:16 - Type `Self@_traced_session` has no attribute `cluster`
[error] unresolved-attribute - :363:22 - Type `Self@_traced_session` has no attribute `cluster`
[error] unresolved-attribute - :363:63 - Type `Self@_traced_session` has no attribute `cluster`

tests/contrib/httplib/test_httplib.py

[error] unresolved-attribute - :41:9 - Type `<super: <class 'HTTPLibBaseMixin'>, HTTPLibBaseMixin>` has no attribute `setUp`
[error] unresolved-attribute - :44:39 - Type `Self@setUp` has no attribute `tracer`
[error] unresolved-attribute - :49:9 - Type `<super: <class 'HTTPLibBaseMixin'>, HTTPLibBaseMixin>` has no attribute `tearDown`

tests/contrib/integration_registry/registry_update_helpers/integration.py

[warning] possibly-missing-attribute - :72:27 - Attribute `get` on type `Unknown | None` may be missing

tests/contrib/integration_registry/registry_update_helpers/integration_registry_manager.py

[error] no-matching-overload - :161:24 - No overload of function `getattr` matches arguments
[error] call-non-callable - :161:24 - Object of type `None` is not callable
[error] call-non-callable - :162:20 - Object of type `None` is not callable

tests/contrib/mysql/test_mysql.py

[error] unresolved-attribute - :24:9 - Type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `tearDown`
[error] unresolved-attribute - :71:14 - Type `Self@test_simple_query_fetchll` has no attribute `override_config`
[error] unresolved-attribute - :116:14 - Type `Self@test_query_with_several_rows_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :169:14 - Type `Self@test_query_many_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :300:14 - Type `Self@test_simple_query_ot_fetchall` has no attribute `override_config`

tests/contrib/mysqldb/test_mysqldb.py

[error] unresolved-attribute - :27:9 - Type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `setUp`
[error] unresolved-attribute - :32:9 - Type `<super: <class 'MySQLCore'>, MySQLCore>` has no attribute `tearDown`
[error] unresolved-attribute - :79:14 - Type `Self@test_simple_query_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :111:24 - Type `Self@test_simple_query_with_positional_args` has no attribute `_get_conn_tracer_with_positional_args`
[error] unresolved-attribute - :140:14 - Type `Self@test_simple_query_with_positional_args_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :141:28 - Type `Self@test_simple_query_with_positional_args_fetchall` has no attribute `_get_conn_tracer_with_positional_args`
[error] unresolved-attribute - :185:14 - Type `Self@test_query_with_several_rows_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :237:14 - Type `Self@test_query_many_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :368:14 - Type `Self@test_simple_query_ot_fetchall` has no attribute `override_config`
[warning] possibly-missing-attribute - :518:9 - Attribute `onto` on type `Unknown | Pin | None` may be missing

tests/contrib/patch.py

[warning] possibly-missing-attribute - :195:32 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def unpatch() -> Unknown)` may be missing
[warning] possibly-missing-attribute - :204:30 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def patch() -> Unknown)` may be missing
[warning] possibly-missing-attribute - :213:36 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def get_version() -> Unknown)` may be missing
[warning] possibly-missing-attribute - :222:37 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def get_versions() -> Unknown)` may be missing
[warning] possibly-missing-attribute - :778:45 - Attribute `upper` on type `Unknown | None` may be missing
[error] call-non-callable - :790:24 - Object of type `None` is not callable
[error] call-non-callable - :797:27 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :907:45 - Attribute `upper` on type `Unknown | None` may be missing

tests/contrib/pylibmc/test.py

[error] unresolved-attribute - :278:21 - Type `Self@test_disabled` has no attribute `get_spans`

tests/contrib/pymysql/test_pymysql.py

[error] unresolved-attribute - :37:9 - Type `<super: <class 'PyMySQLCore'>, PyMySQLCore>` has no attribute `setUp`
[error] unresolved-attribute - :41:9 - Type `<super: <class 'PyMySQLCore'>, PyMySQLCore>` has no attribute `tearDown`
[error] unresolved-attribute - :79:14 - Type `Self@test_simple_query_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :116:9 - Type `Self@test_query_with_several_rows` has no attribute `assertEqual`
[error] unresolved-attribute - :119:14 - Type `Self@test_query_with_several_rows_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :169:14 - Type `Self@test_query_many_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :286:14 - Type `Self@test_simple_query_ot_fetchall` has no attribute `override_config`

tests/contrib/pyodbc/test_pyodbc.py

[error] unresolved-attribute - :20:9 - Type `<super: <class 'PyODBCTest'>, PyODBCTest>` has no attribute `setUp`
[error] unresolved-attribute - :24:9 - Type `<super: <class 'PyODBCTest'>, PyODBCTest>` has no attribute `tearDown`
[error] unresolved-attribute - :55:14 - Type `Self@test_simple_query_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :86:9 - Type `Self@test_query_with_several_rows` has no attribute `assertEqual`
[error] unresolved-attribute - :89:14 - Type `Self@test_query_with_several_rows_fetchall` has no attribute `override_config`
[error] unresolved-attribute - :136:14 - Type `Self@test_query_many_fetchall` has no attribute `override_config`

tests/contrib/pyramid/utils.py

[error] unresolved-attribute - :31:46 - Type `Self@create_app` has no attribute `instrument`

tests/contrib/requests/test_requests.py

[error] unresolved-attribute - :41:9 - Type `<super: <class 'BaseRequestTestCase'>, BaseRequestTestCase>` has no attribute `setUp`
[error] unresolved-attribute - :45:39 - Type `Self@setUp` has no attribute `tracer`
[error] unresolved-attribute - :50:9 - Type `<super: <class 'BaseRequestTestCase'>, BaseRequestTestCase>` has no attribute `tearDown`

tests/contrib/sqlalchemy/mixins.py

[error] unresolved-attribute - :55:9 - Type `<super: <class 'SQLAlchemyTestBase'>, SQLAlchemyTestBase>` has no attribute `setUp`
[error] unresolved-attribute - :67:35 - Type `Self@setUp` has no attribute `tracer`
[error] unresolved-attribute - :74:9 - Type `<super: <class 'SQLAlchemyTestBase'>, SQLAlchemyTestBase>` has no attribute `tearDown`
[error] unresolved-attribute - :104:18 - Type `Self@test_orm_insert` has no attribute `pop_traces`
[error] unresolved-attribute - :127:18 - Type `Self@test_session_query` has no attribute `pop_traces`
[error] unresolved-attribute - :153:18 - Type `Self@test_engine_connect_execute` has no attribute `pop_traces`
[error] unresolved-attribute - :172:48 - Type `Self@test_opentracing` has no attribute `tracer`
[error] unresolved-attribute - :179:18 - Type `Self@test_opentracing` has no attribute `pop_traces`

tests/contrib/vertica/test_vertica.py

[error] unresolved-attribute - :183:21 - Type `Self@test_execute_metadata` has no attribute `test_conn`
[error] unresolved-attribute - :185:35 - Type `Self@test_execute_metadata` has no attribute `test_tracer`
[error] unresolved-attribute - :191:17 - Type `Self@test_execute_metadata` has no attribute `test_tracer`
[error] unresolved-attribute - :214:21 - Type `Self@test_cursor_override` has no attribute `test_conn`
[error] unresolved-attribute - :216:35 - Type `Self@test_cursor_override` has no attribute `test_tracer`
[error] unresolved-attribute - :222:17 - Type `Self@test_cursor_override` has no attribute `test_tracer`
[error] unresolved-attribute - :245:21 - Type `Self@test_execute_exception` has no attribute `test_conn`
[error] unresolved-attribute - :250:17 - Type `Self@test_execute_exception` has no attribute `test_tracer`
[error] unresolved-attribute - :271:21 - Type `Self@test_rowcount_oddity` has no attribute `test_conn`
[error] unresolved-attribute - :301:17 - Type `Self@test_rowcount_oddity` has no attribute `test_tracer`
[error] unresolved-attribute - :333:21 - Type `Self@test_nextset` has no attribute `test_conn`
[error] unresolved-attribute - :339:17 - Type `Self@test_nextset` has no attribute `test_tracer`
[error] unresolved-attribute - :352:21 - Type `Self@test_copy` has no attribute `test_conn`
[error] unresolved-attribute - :360:17 - Type `Self@test_copy` has no attribute `test_tracer`
[error] unresolved-attribute - :372:21 - Type `Self@test_opentracing` has no attribute `test_conn`
[error] unresolved-attribute - :374:48 - Type `Self@test_opentracing` has no attribute `test_tracer`
[error] unresolved-attribute - :380:17 - Type `Self@test_opentracing` has no attribute `test_tracer`

tests/debugging/exploration/debugger.py

[error] unresolved-attribute - :134:9 - Unresolved attribute `_encoders` on type `LogSignalJsonEncoder`.

tests/debugging/probe/test_remoteconfig.py

[error] parameter-already-assigned - :48:67 - Multiple values provided for parameter `status_logger` of bound method `__init__`
[error] invalid-assignment - :50:9 - Object of type `bound method Self@__init__.periodic() -> Unknown` is not assignable to attribute `periodic` on type `Unknown | None | DebuggerRemoteConfigSubscriber`
[warning] possibly-missing-attribute - :337:9 -
Old: Attribute `_send_status_update` on type `Unknown | None` may be missing
New: Attribute `_send_status_update` on type `Unknown | None | DebuggerRemoteConfigSubscriber` may be missing
[warning] possibly-missing-attribute - :343:9 -
Old: Attribute `_send_status_update` on type `Unknown | None` may be missing
New: Attribute `_send_status_update` on type `Unknown | None | DebuggerRemoteConfigSubscriber` may be missing
[warning] possibly-missing-attribute - :427:9 -
Old: Attribute `_send_status_update` on type `Unknown | None` may be missing
New: Attribute `_send_status_update` on type `Unknown | None | DebuggerRemoteConfigSubscriber` may be missing
[warning] possibly-missing-attribute - :578:9 -
Old: Attribute `_send_status_update` on type `Unknown | None` may be missing
New: Attribute `_send_status_update` on type `Unknown | None | DebuggerRemoteConfigSubscriber` may be missing
[warning] possibly-missing-attribute - :598:9 -
Old: Attribute `_send_status_update` on type `Unknown | None` may be missing
New: Attribute `_send_status_update` on type `Unknown | None | DebuggerRemoteConfigSubscriber` may be missing

tests/internal/ffande/test_ffande.py

[warning] possibly-missing-attribute - :47:12 -
Old: Attribute `_name` on type `Unknown | None` may be missing
New: Attribute `_name` on type `Unknown | None | RemoteConfigSubscriber` may be missing

tests/internal/test_wrapping.py

[warning] possibly-missing-attribute - :618:12 -
Old: Attribute `f_code` on type `Unknown | None` may be missing
New: Attribute `f_code` on type `Unknown | None | FrameType` may be missing
[warning] possibly-missing-attribute - :619:12 -
Old: Attribute `f_code` on type `Unknown | None` may be missing
New: Attribute `f_code` on type `Unknown | None | FrameType` may be missing

tests/llmobs/test_llmobs_ragas_evaluators.py

[error] unresolved-attribute - :49:12 - Type `object` has no attribute `llm`
[error] unresolved-attribute - :85:12 - Type `object` has no attribute `llm`

tests/profiling/collector/pprof_utils.py

[error] parameter-already-assigned - :130:60 - Multiple values provided for parameter 2 (`event_type`) of bound method `__init__`
[error] parameter-already-assigned - :135:60 - Multiple values provided for parameter 2 (`event_type`) of bound method `__init__`

tests/tracer/test_encoders.py

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

tests/tracer/test_tracer.py

[warning] possibly-missing-attribute - :114:13 - Attribute `set_tag` on type `Unknown | Span | None` may be missing
[error] unresolved-attribute - :161:42 - Type `_AssertRaisesContext[Unknown]` has no attribute `message`
[warning] possibly-missing-attribute - :182:30 - Attribute `name` on type `Unknown | Span | None` may be missing
[warning] possibly-missing-attribute - :187:30 - Attribute `name` on type `Unknown | Span | None` may be missing
[warning] possibly-missing-attribute - :191:34 - Attribute `name` on type `Unknown | Span | None` may be missing
[error] invalid-assignment - :254:9 - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name=None, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` on type `Unknown | DummyTracer`
[error] invalid-assignment - :278:9 - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name=None, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` on type `Unknown | DummyTracer`
[warning] possibly-missing-attribute - :294:13 - Attribute `set_tag` on type `Unknown | Span | None` may be missing
[warning] possibly-missing-attribute - :442:20 - Attribute `trace_id` on type `Unknown | Context | None` may be missing
[warning] possibly-missing-attribute - :443:20 - Attribute `span_id` on type `Unknown | Context | None` may be missing
[warning] possibly-missing-attribute - :444:20 - Attribute `_is_remote` on type `Unknown | Context | None` may be missing

tests/tracer/test_writer.py

[error] invalid-assignment - :397:13 - Object of type `Unknown` is not assignable to attribute `run_periodic` on type `Unknown | AgentWriter`
[error] invalid-assignment - :564:13 - Object of type `Unknown` is not assignable to attribute `run_periodic` on type `Unknown | NativeWriter`
[error] invalid-argument-type - :692:28 - Argument to bound method `__init__` is incorrect: Expected `TextIO`, found `DummyOutput`

tests/utils.py

[warning] possibly-missing-attribute - :536:9 - Attribute `pop` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :727:17 - Attribute `spans` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :734:17 - Attribute `pop` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :739:18 - Attribute `pop_traces` on type `Unknown | TraceWriter` may be missing

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

dedupe/labeler.py

[error] invalid-argument-type - :452:29 - Argument to bound method `mark` is incorrect: Expected `Iterable[Literal[0, 1]]`, found `list[Unknown | int]`
[error] invalid-argument-type - :488:29 - Argument to bound method `mark` is incorrect: Expected `Iterable[Literal[0, 1]]`, found `list[Unknown | int]`

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

discord/app_commands/checks.py

[error] invalid-return-type - :190:16 - Return type does not match returned value: expected `Self@copy`, found `Cooldown`

discord/asset.py

[error] invalid-return-type - :462:16 - Return type does not match returned value: expected `Self@replace`, found `Asset`
[error] invalid-return-type - :490:16 - Return type does not match returned value: expected `Self@with_size`, found `Asset`
[error] invalid-return-type - :525:16 - Return type does not match returned value: expected `Self@with_format`, found `Asset`

discord/ext/commands/errors.py

[error] invalid-super-argument - :257:9 - `Self@__init__` is not an instance or subclass of `<class 'CheckAnyFailure'>` in `super(<class 'CheckAnyFailure'>, Self@__init__)` call

discord/soundboard.py

[warning] possibly-missing-attribute - :301:22 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[error] invalid-argument-type - :302:50 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :325:15 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing

discord/ui/file.py

[error] invalid-super-argument - :90:9 - `Self@__init__` is not an instance or subclass of `<class 'File'>` in `super(<class 'File'>, Self@__init__)` call

discord/ui/file_upload.py

[error] invalid-super-argument - :94:9 - `Self@__init__` is not an instance or subclass of `<class 'FileUpload'>` in `super(<class 'FileUpload'>, Self@__init__)` call

discord/ui/media_gallery.py

[error] invalid-super-argument - :76:9 - `Self@__init__` is not an instance or subclass of `<class 'MediaGallery'>` in `super(<class 'MediaGallery'>, Self@__init__)` call

discord/ui/separator.py

[error] invalid-super-argument - :75:9 - `Self@__init__` is not an instance or subclass of `<class 'Separator'>` in `super(<class 'Separator'>, Self@__init__)` call

discord/ui/text_display.py

[error] invalid-super-argument - :62:9 - `Self@__init__` is not an instance or subclass of `<class 'TextDisplay'>` in `super(<class 'TextDisplay'>, Self@__init__)` call

discord/ui/text_input.py

[error] invalid-super-argument - :130:9 - `Self@__init__` is not an instance or subclass of `<class 'TextInput'>` in `super(<class 'TextInput'>, Self@__init__)` call

discord/ui/thumbnail.py

[error] invalid-super-argument - :86:9 - `Self@__init__` is not an instance or subclass of `<class 'Thumbnail'>` in `super(<class 'Thumbnail'>, Self@__init__)` call

discord/abc.py

[error] invalid-return-type - :1057:16 - Return type does not match returned value: expected `Self@_clone_impl`, found `GuildChannel`

discord/app_commands/models.py

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

discord/app_commands/transformers.py

[error] invalid-argument-type - :110:67 - Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
[error] invalid-argument-type - :115:67 - Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
[error] invalid-super-argument - :496:9 - `Self@__init__` is not an instance or subclass of `<class 'InlineTransformer'>` in `super(<class 'InlineTransformer'>, Self@__init__)` call
[error] invalid-super-argument - :629:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseChannelTransformer'>` in `super(<class 'BaseChannelTransformer'>, Self@__init__)` call

discord/app_commands/tree.py

[error] invalid-assignment - :754:13 - Object of type `list[Command | Group]` is not assignable to `list[@Todo | Group | ContextMenu]`
[error] invalid-assignment - :764:17 - Object of type `list[Command | Group]` is not assignable to `list[@Todo | Group | ContextMenu]`
[error] missing-argument - :1133:19 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :1133:33 - Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
[error] invalid-argument-type - :1133:46 - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] missing-argument - :1243:19 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :1243:33 - Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
[error] invalid-argument-type - :1243:46 - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] missing-argument - :1301:19 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :1301:33 - Argument to function `on_error` is incorrect: Argument type `Interaction[ClientT@CommandTree]` does not satisfy upper bound `CommandTree[ClientT@CommandTree]` of type variable `Self`
[error] invalid-argument-type - :1301:46 - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`

discord/audit_logs.py

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

discord/automod.py

[error] invalid-return-type - :538:16 - Return type does not match returned value: expected `Self@edit`, found `AutoModRule`
[warning] unused-ignore-comment - :180:89 - Unused blanket `type: ignore` directive

discord/channel.py

[error] missing-argument - :3409:40 - No argument provided for required parameter `data` of function `store_user`

discord/client.py

[warning] unused-ignore-comment - :2437:79 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :723:59 -
Old: Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | bool`
New: Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 -
Old: Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Unknown | bool`
New: Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 -
Old: Argument to bound method `from_client` is incorrect: Expected `str`, found `Unknown | bool`
New: Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 - Argument to bound method `from_client` is incorrect: Expected `bool`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `Unknown | int | None`
[error] invalid-argument-type - :723:59 - Argument to bound method `from_client` is incorrect: Expected `str`, found `Unknown | int | None`

discord/emoji.py

[error] invalid-argument-type - :131:42 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :225:30 - Attribute `application_id` on type `Any | None | ConnectionState[Client]` may be missing
[warning] possibly-missing-attribute - :229:19 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[warning] possibly-missing-attribute - :232:15 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[warning] possibly-missing-attribute - :282:30 - Attribute `application_id` on type `Any | None | ConnectionState[Client]` may be missing
[warning] possibly-missing-attribute - :287:26 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[error] invalid-argument-type - :292:54 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :294:22 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[warning] unused-ignore-comment - :295:71 - Unused blanket `type: ignore` directive

discord/ext/commands/bot.py

[error] unresolved-attribute - :1149:19 - Type `ModuleType` has no attribute `setup`
[warning] unused-ignore-comment - :222:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :228:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :239:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :242:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :542:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1312:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1353:38 - Unused blanket `type: ignore` directive

discord/ext/commands/context.py

[error] invalid-super-argument - :1102:26 - `Self@send` is not an instance or subclass of `<class 'Context'>` in `super(<class 'Context'>, Self@send)` call

discord/ext/commands/cooldowns.py

[error] invalid-super-argument - :159:9 - `Self@__init__` is not an instance or subclass of `<class 'DynamicCooldownMapping'>` in `super(<class 'DynamicCooldownMapping'>, Self@__init__)` call
[error] invalid-return-type - :251:16 - Return type does not match returned value: expected `Self@copy`, found `MaxConcurrency`
[warning] unused-ignore-comment - :129:39 - Unused blanket `type: ignore` directive

discord/ext/commands/core.py

[error] invalid-return-type - :653:16 - Return type does not match returned value: expected `Self@copy`, found `Command | @Todo`
[error] invalid-return-type - :660:20 - Return type does not match returned value: expected `Self@_update_copy`, found `Command | @Todo`
[error] invalid-super-argument - :1345:9 - `Self@__init__` is not an instance or subclass of `<class 'GroupMixin'>` in `super(<class 'GroupMixin'>, Self@__init__)` call
[error] invalid-super-argument - :1641:9 - `Self@__init__` is not an instance or subclass of `<class 'Group'>` in `super(<class 'Group'>, Self@__init__)` call
[error] invalid-super-argument - :1651:15 - `Self@copy` is not an instance or subclass of `<class 'Group'>` in `super(<class 'Group'>, Self@copy)` call
[error] invalid-super-argument - :1685:19 - `Self@invoke` is not an instance or subclass of `<class 'Group'>` in `super(<class 'Group'>, Self@invoke)` call
[error] invalid-super-argument - :1725:19 - `Self@reinvoke` is not an instance or subclass of `<class 'Group'>` in `super(<class 'Group'>, Self@reinvoke)` call

discord/ext/commands/help.py

[error] invalid-return-type - :407:16 - Return type does not match returned value: expected `Self@copy`, found `HelpCommand`

discord/ext/commands/hybrid.py

[error] unresolved-attribute - :176:49 - Type `(str, /) -> Any` has no attribute `__name__`

discord/ext/commands/parameters.py

[error] invalid-return-type - :151:16 - Return type does not match returned value: expected `Self@replace`, found `Parameter`

discord/ext/commands/view.py

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

discord/ext/tasks/__init__.py

[error] invalid-assignment - :304:9 - Implicit shadowing of function `_error`
[warning] unused-ignore-comment - :637:29 - Unused blanket `type: ignore` directive

discord/file.py

[error] invalid-assignment - :160:9 - Implicit shadowing of function `close`
[error] invalid-assignment - :106:9 -
Old: Object of type `() -> Unknown` is not assignable to attribute `close` on type `BufferedIOBase | Unknown`
New: Object of type `() -> Unknown` is not assignable to attribute `close` on type `BufferedIOBase | @Todo`

discord/gateway.py

[error] parameter-already-assigned - :137:48 - Multiple values provided for parameter `name` of bound method `__init__`
[warning] possibly-missing-implicit-call - :466:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[warning] possibly-missing-implicit-call - :470:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[warning] possibly-missing-implicit-call - :478:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | str | None | dict[Unknown | str, Unknown | str] | int]` may be missing
[error] invalid-argument-type - :506:26 - Argument to bound method `log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`
[warning] possibly-missing-implicit-call - :735:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[warning] possibly-missing-implicit-call - :738:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[warning] possibly-missing-implicit-call - :741:13 - Method `__setitem__` of type `Unknown | int | dict[Unknown | str, Unknown | int]` may be missing
[warning] unused-ignore-comment - :844:32 - Unused blanket `type: ignore` directive

discord/guild.py

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

discord/http.py

[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `int`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-argument-type - :566:53 - Argument to bound method `ws_connect` is incorrect: Expected `str`, found `Unknown | BasicAuth | None | ... omitted 4 union elements`
[error] invalid-context-manager - :640:20 - Object of type `Ratelimit` cannot be used with `async with` because it does not correctly implement `__aexit__`

discord/interactions.py

[error] missing-argument - :1401:16 - No argument provided for required parameter `data` of function `store_user`
[warning] possibly-missing-attribute - :285:37 - Attribute `_permissions` on type `User | Member` may be missing
[error] invalid-return-type - :867:20 - Return type does not match returned value: expected `InteractionCallbackResponse[ClientT@InteractionResponse] | None`, found `InteractionCallbackResponse[Client]`
[error] invalid-return-type - :1082:16 - Return type does not match returned value: expected `InteractionCallbackResponse[ClientT@InteractionResponse]`, found `InteractionCallbackResponse[Client]`
[error] invalid-return-type - :1232:16 - Return type does not match returned value: expected `InteractionCallbackResponse[ClientT@InteractionResponse] | None`, found `InteractionCallbackResponse[Client]`
[error] invalid-return-type - :1285:16 - Return type does not match returned value: expected `InteractionCallbackResponse[ClientT@InteractionResponse]`, found `InteractionCallbackResponse[Client]`
[error] invalid-return-type - :1382:16 - Return type does not match returned value: expected `InteractionCallbackResponse[ClientT@InteractionResponse]`, found `InteractionCallbackResponse[Client]`

discord/invite.py

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

discord/message.py

[error] invalid-key - :2404:30 - TypedDict `Message` cannot be indexed with a key of type `str`
[error] missing-argument - :2455:23 - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - :2481:30 - No argument provided for required parameter `data` of function `store_user`
[warning] unused-ignore-comment - :2471:50 - Unused blanket `type: ignore` directive

discord/opus.py

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

discord/player.py

[warning] possibly-missing-attribute - :194:13 - Attribute `start` on type `Thread | None` may be missing
[warning] possibly-missing-attribute - :200:13 - Attribute `start` on type `Thread | None` may be missing

discord/poll.py

[error] invalid-return-type - :592:16 - Return type does not match returned value: expected `Self@copy`, found `Poll`

discord/scheduled_event.py

[error] missing-argument - :150:40 - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - :663:22 - No argument provided for required parameter `data` of function `store_user`

discord/state.py

[error] invalid-assignment - :263:13 - Implicit shadowing of function `store_user`
[error] missing-argument - :1121:16 - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - :1388:20 - No argument provided for required parameter `data` of function `store_user`
[error] invalid-super-argument - :1848:9 - `Self@__init__` is not an instance or subclass of `<class 'AutoShardedConnectionState'>` in `super(<class 'AutoShardedConnectionState'>, Self@__init__)` call
[warning] unused-ignore-comment - :372:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :382:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :439:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :476:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :480:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :489:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :494:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :499:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :515:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :664:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :716:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :900:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1496:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1670:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1678:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1857:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1963:38 - Unused blanket `type: ignore` directive

discord/sticker.py

[warning] possibly-missing-attribute - :230:38 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[error] invalid-argument-type - :232:20 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :369:22 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[error] invalid-argument-type - :370:28 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :420:37 - Attribute `store_user` on type `Any | None | ConnectionState[Client]` may be missing
[error] missing-argument - :420:37 - No argument provided for required parameter `data` of function `store_user`
[warning] possibly-missing-attribute - :489:43 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing
[error] invalid-argument-type - :490:29 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :511:15 - Attribute `http` on type `Any | None | ConnectionState[Client]` may be missing

discord/threads.py

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

discord/ui/action_row.py

[error] invalid-super-argument - :144:9 - `Self@__init__` is not an instance or subclass of `<class 'ActionRow'>` in `super(<class 'ActionRow'>, Self@__init__)` call
[warning] unused-ignore-comment - :200:44 - Unused blanket `type: ignore` directive

discord/ui/button.py

[error] invalid-super-argument - :123:9 - `Self@__init__` is not an instance or subclass of `<class 'Button'>` in `super(<class 'Button'>, Self@__init__)` call
[error] invalid-super-argument - :285:16 - `Self@is_persistent` is not an instance or subclass of `<class 'Button'>` in `super(<class 'Button'>, Self@is_persistent)` call

discord/ui/container.py

[error] invalid-super-argument - :139:9 - `Self@__init__` is not an instance or subclass of `<class 'Container'>` in `super(<class 'Container'>, Self@__init__)` call
[warning] unused-ignore-comment - :204:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :288:51 - Unused blanket `type: ignore` directive

discord/ui/dynamic.py

[error] invalid-super-argument - :104:9 - `Self@__init__` is not an instance or subclass of `<class 'DynamicItem'>` in `super(<class 'DynamicItem'>, Self@__init__)` call

discord/ui/label.py

[error] invalid-super-argument - :96:9 - `Self@__init__` is not an instance or subclass of `<class 'Label'>` in `super(<class 'Label'>, Self@__init__)` call

discord/ui/modal.py

[error] invalid-return-type - :273:16 - Return type does not match returned value: expected `Self@add_item`, found `Modal`

discord/ui/section.py

[error] invalid-super-argument - :80:9 - `Self@__init__` is not an instance or subclass of `<class 'Section'>` in `super(<class 'Section'>, Self@__init__)` call
[error] invalid-argument-type - :192:31 - Argument to bound method `append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[object]) | Item[Any]`
[warning] unused-ignore-comment - :129:35 - Unused blanket `type: ignore` directive

discord/ui/select.py

[error] invalid-super-argument - :249:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseSelect'>` in `super(<class 'BaseSelect'>, Self@__init__)` call
[error] invalid-super-argument - :470:9 - `Self@__init__` is not an instance or subclass of `<class 'Select'>` in `super(<class 'Select'>, Self@__init__)` call
[error] invalid-super-argument - :641:9 - `Self@__init__` is not an instance or subclass of `<class 'UserSelect'>` in `super(<class 'UserSelect'>, Self@__init__)` call
[error] invalid-super-argument - :749:9 - `Self@__init__` is not an instance or subclass of `<class 'RoleSelect'>` in `super(<class 'RoleSelect'>, Self@__init__)` call
[error] invalid-super-argument - :853:9 - `Self@__init__` is not an instance or subclass of `<class 'MentionableSelect'>` in `super(<class 'MentionableSelect'>, Self@__init__)` call
[error] invalid-super-argument - :967:9 - `Self@__init__` is not an instance or subclass of `<class 'ChannelSelect'>` in `super(<class 'ChannelSelect'>, Self@__init__)` call

discord/ui/view.py

[warning] unused-ignore-comment - :310:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :588:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :672:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :926:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1038:61 - Unused blanket `type: ignore` directive

discord/webhook/async_.py

[error] missing-argument - :751:20 - No argument provided for required parameter `data` of function `store_user`
[warning] unused-ignore-comment - :753:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :757:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1594:116 - Unused blanket `type: ignore` directive

discord/welcome_screen.py

[warning] possibly-missing-attribute - :104:33 - Attribute `name` on type `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)` may be missing
[error] invalid-return-type - :217:16 - Return type does not match returned value: expected `Self@edit`, found `WelcomeScreen`

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

mypy_django_plugin/config.py

[error] invalid-assignment - :98:9 - Object of type `(Unknown & ~AlwaysFalsy) | str | None` is not assignable to attribute `django_settings_module` of type `str`

mypy_django_plugin/django/context.py

[error] invalid-argument-type - :161:66 - Argument to bound method `get_field_related_model_cls` is incorrect: Expected `RelatedField[Any, Any] | ForeignObjectRel`, found `Field[Any, Any] | ForeignObjectRel`
[error] invalid-argument-type - :446:58 - Argument to bound method `get_field_related_model_cls` is incorrect: Expected `RelatedField[Any, Any] | ForeignObjectRel`, found `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[error] invalid-return-type - :415:16 -
Old: Return type does not match returned value: expected `tuple[Field[Any, Any] | ForeignObjectRel, type[Model]]`, found `tuple[None | Unknown, type[Model] | Unknown]`
New: Return type does not match returned value: expected `tuple[Field[Any, Any] | ForeignObjectRel, type[Model]]`, found `tuple[None | Unknown | Field[Any, Any], type[Model]]`

django-test-migrations (https://github.com/wemake-services/django-test-migrations)

django_test_migrations/contrib/unittest_case.py

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

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

dragonchain/lib/authorization_utest.py

[error] unresolved-attribute - :35:13 - Type `Self@assertRaisesWithMessage` has no attribute `assertFail`

dragonchain/lib/dto/btc_utest.py

[error] invalid-assignment - :51:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :56:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :61:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :62:9 - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :70:9 - Object of type `MagicMock` is not assignable to attribute `_get_utxos` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :77:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :84:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :90:9 - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :101:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :108:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :114:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :120:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :125:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :131:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`
[error] invalid-assignment - :138:9 - Object of type `MagicMock` is not assignable to attribute `_call` on type `Unknown | BitcoinNetwork`

dragonchain/job_processor/contract_job.py

[warning] possibly-missing-implicit-call - :121:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :122:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :127:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :128:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :129:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :130:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :131:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :132:9 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :167:24 - Attribute `split` on type `Unknown | None` may be missing
[error] not-iterable - :198:60 - Object of type `Unknown | None` may not be iterable
[error] no-matching-overload - :200:9 - No overload of bound method `update` matches arguments
[error] invalid-argument-type - :250:29 - Argument to bound method `pull_image` is incorrect: Expected `str`, found `Unknown | None`
[warning] possibly-missing-attribute - :301:30 - Attribute `items` on type `Unknown | None` may be missing
[error] not-iterable - :327:23 - Object of type `Unknown | None` may not be iterable
[error] invalid-argument-type - :378:60 - Argument to function `remove_smart_contract_index` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :380:67 - Argument to function `remove_existing_transaction_type` is incorrect: Expected `str`, found `Unknown | None`
[warning] possibly-missing-attribute - :419:13 - Attribute `update` on type `Unknown | None` may be missing
[error] invalid-argument-type - :444:66 - Argument to function `get_contract_by_txn_type` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :511:30 - Argument to bound method `set_state` is incorrect: Expected `str | ContractState`, found `Unknown | None`
[error] invalid-argument-type - :521:36 - Argument to bound method `delete_contract_image` is incorrect: Expected `str`, found `Unknown | None`

dragonchain/job_processor/contract_job_utest.py

[error] invalid-argument-type - :84:85 - Argument to function `update_faas_fields` is incorrect: Expected `SmartContractModel`, found `Self@update_faas_helper`
[error] invalid-argument-type - :87:76 - Argument to function `set_state` is incorrect: Expected `SmartContractModel`, found `Self@set_state_helper`
[error] invalid-assignment - :435:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :508:9 - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - :509:9 - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_function` on type `Unknown | ContractJob`
[error] invalid-assignment - :510:9 - Object of type `MagicMock` is not assignable to attribute `delete_contract_data` on type `Unknown | ContractJob`
[error] invalid-assignment - :511:9 - Object of type `MagicMock` is not assignable to attribute `delete_contract_image` on type `Unknown | ContractJob`
[error] invalid-assignment - :512:9 - Object of type `MagicMock` is not assignable to attribute `unschedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - :513:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`

dragonchain/lib/dto/bnb_utest.py

[error] unresolved-attribute - :42:13 - Type `Self@assertRaisesWithMessage` has no attribute `assertFail`
[error] invalid-assignment - :73:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :78:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :84:9 - Object of type `MagicMock` is not assignable to attribute `_fetch_account` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :118:9 - Object of type `MagicMock` is not assignable to attribute `_build_transaction_msg` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :119:9 - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :122:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :123:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :131:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :140:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :149:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :156:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :164:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :170:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :173:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :180:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :183:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :192:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :322:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :331:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :338:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :339:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :347:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_rpc` on type `Unknown | BinanceNetwork`
[error] invalid-assignment - :349:9 - Object of type `MagicMock` is not assignable to attribute `_call_node_api` on type `Unknown | BinanceNetwork`

dragonchain/lib/dto/eth_utest.py

[error] invalid-assignment - :51:9 - Object of type `MagicMock` is not assignable to attribute `sign_transaction` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :72:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :77:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :88:9 - Object of type `MagicMock` is not assignable to attribute `_calculate_transaction_fee` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :115:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :123:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`
[error] invalid-assignment - :131:9 - Object of type `MagicMock` is not assignable to attribute `get_current_block` on type `Unknown | EthereumNetwork`

dragonchain/lib/dto/l1_block_model.py

[error] invalid-assignment - :121:9 - Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
[error] invalid-assignment - :122:9 - Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
[error] invalid-assignment - :123:9 - Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
[error] invalid-return-type - :142:16 - Return type does not match returned value: expected `str`, found `str | Unknown | None`
[error] invalid-return-type - :146:16 - Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`

dragonchain/lib/dto/l2_block_model.py

[error] invalid-assignment - :88:9 - Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
[error] invalid-assignment - :90:9 - Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
[error] invalid-assignment - :93:9 - Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
[error] invalid-return-type - :119:16 - Return type does not match returned value: expected `str`, found `Unknown | None`
[error] invalid-return-type - :123:16 - Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`

dragonchain/lib/dto/l3_block_model.py

[error] invalid-assignment - :95:9 - Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
[error] invalid-assignment - :97:9 - Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
[error] invalid-assignment - :100:9 - Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
[error] invalid-return-type - :116:16 - Return type does not match returned value: expected `str`, found `Unknown | None`
[error] invalid-return-type - :120:16 - Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`

dragonchain/lib/dto/l4_block_model.py

[error] invalid-assignment - :102:9 - Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
[error] invalid-assignment - :104:9 - Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
[error] invalid-assignment - :107:9 - Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`
[error] invalid-return-type - :120:16 - Return type does not match returned value: expected `str`, found `Unknown | None`
[error] invalid-return-type - :124:16 - Return type does not match returned value: expected `set[str]`, found `set[str | Unknown | None]`

dragonchain/lib/dto/l5_block_model.py

[error] invalid-assignment - :83:9 - Object of type `Unknown | None` is not assignable to attribute `dc_id` of type `str`
[error] invalid-assignment - :85:9 - Object of type `Unknown | None` is not assignable to attribute `block_id` of type `str`
[error] invalid-assignment - :88:9 - Object of type `Unknown | None` is not assignable to attribute `timestamp` of type `str`

dragonchain/lib/dto/models_utest.py

[error] unresolved-attribute - :185:9 - Type `Self@test_seconds_low_range` has no attribute `assertFail`
[error] unresolved-attribute - :204:9 - Type `Self@test_seconds_high_range` has no attribute `assertFail`
[error] invalid-argument-type - :344:30 - Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `Unknown | None | dict[Unknown, Unknown]`

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

dulwich/contrib/paramiko_vendor.py

[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `AuthStrategy | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `Mapping[str, Iterable[str]] | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `PKey | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `_TransportFactory | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `int | float | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `int | float | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `int | float | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `int | float | None`, found `Any | str`
[error] invalid-argument-type - :207:24 - Argument to bound method `connect` is incorrect: Expected `int`, found `Any | str`

dulwich/line_ending.py

[error] unresolved-attribute - :548:28 - Type `object` has no attribute `get`
[error] unresolved-attribute - :588:28 - Type `object` has no attribute `get`

dulwich/reftable.py

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

dulwich/tests/test_object_store.py

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

dulwich/cli.py

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

dulwich/client.py

[warning] unused-ignore-comment - :3585:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3924:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3967:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3970:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3984:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3990:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3992:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3993:59 - Unused blanket `type: ignore` directive

dulwich/contrib/requests_vendor.py

[warning] unused-ignore-comment - :104:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :126:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :127:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :129:48 - Unused blanket `type: ignore` directive

dulwich/contrib/swift.py

[error] unsupported-operator - :139:20 - Operator `in` is not supported for types `bytes` and `() -> dict[bytes, bytes]`, in comparing `bytes` with `Unknown | ((() -> dict[bytes, bytes]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :784:64 - Type `~None` has no attribute `get`
[error] invalid-argument-type - :875:13 - Argument to bound method `add_objects` is incorrect: Expected `Sequence[tuple[ShaFile, str | None]]`, found `list[Unknown | tuple[object, None]]`
[warning] unused-ignore-comment - :714:44 - Unused blanket `type: ignore` directive

dulwich/index.py

[error] invalid-return-type - :1199:24 - Return type does not match returned value: expected `tuple[bytes, int]`, found `tuple[object, int]`
[error] invalid-argument-type - :1199:48 - Argument to function `cleanup_mode` is incorrect: Expected `int`, found `object`

dulwich/object_store.py

[error] unsupported-operator - :2335:12 - Operator `in` is not supported for types `bytes` and `() -> dict[bytes, bytes]`, in comparing `bytes` with `Unknown | ((() -> dict[bytes, bytes]) & ~AlwaysTruthy & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[warning] unused-ignore-comment - :1671:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2797:52 - Unused blanket `type: ignore` directive

dulwich/pack.py

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

dulwich/server.py

[error] invalid-argument-type - :538:13 - Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
[error] missing-argument - :563:9 - No argument provided for required parameter `message` of function `progress`
[error] invalid-argument-type - :563:23 - Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
[warning] unused-ignore-comment - :228:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :241:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :459:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :879:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1325:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1395:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1448:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1562:52 - Unused blanket `type: ignore` directive

dulwich/walk.py

[warning] possibly-missing-attribute - :369:17 - Attribute `add` on type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :370:17 - Attribute `remove` on type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)` may be missing
[error] invalid-argument-type - :146:21 -
Old: Argument to function `tree_changes` is incorrect: Expected `bytes | None`, found `None | Unknown | list[Unknown]`
New: Argument to function `tree_changes` is incorrect: Expected `bytes | None`, found `None | Unknown | ShaFile | list[Unknown]`

dulwich/web.py

[warning] unused-ignore-comment - :874:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :879:45 - Unused blanket `type: ignore` directive

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

python/egglog/runtime.py

[error] unresolved-attribute - :314:20 - Type `(...) -> Unknown` has no attribute `__get__`

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

freqtrade/data/history/datahandlers/idatahandler.py

[error] invalid-argument-type - :269:34 - Argument to bound method `_trades_store` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-argument-type - :417:17 - Argument to function `clean_ohlcv_dataframe` is incorrect: Expected `bool`, found `Literal[False] | Series[bool]`

freqtrade/optimize/analysis/base_analysis.py

[error] unresolved-attribute - :60:9 - Type `Self@fill_full_varholder` has no attribute `prepare_data`

freqtrade/plugins/pairlist/VolatilityFilter.py

[error] invalid-argument-type - :130:60 - Argument to bound method `_calculate_volatility` is incorrect: Expected `DataFrame`, found `DataFrame | None`

freqtrade/plugins/pairlist/rangestabilityfilter.py

[error] invalid-argument-type - :128:60 - Argument to bound method `_calculate_rate_of_change` is incorrect: Expected `DataFrame`, found `DataFrame | None`

freqtrade/plugins/protections/iprotection.py

[error] unsupported-operator - :42:35 - Operator `*` is unsupported between objects of type `int` and `int | None`
[error] unsupported-operator - :50:37 - Operator `*` is unsupported between objects of type `int` and `int | None`

freqtrade/data/dataprovider.py

[error] invalid-assignment - :223:9 - Object of type `Series[Any]` is not assignable to `Timestamp`
[error] invalid-argument-type - :242:55 - Argument to function `append_candles_to_dataframe` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-return-type - :378:16 - Return type does not match returned value: expected `DataFrame`, found `DataFrame | Series[Any] | Unknown`
[error] invalid-return-type - :400:20 - Return type does not match returned value: expected `tuple[DataFrame, datetime]`, found `tuple[DataFrame | Series[Any], datetime]`

freqtrade/exchange/exchange.py

[warning] possibly-missing-attribute - :2523:23 - Attribute `ohlcvs` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2526:17 - Attribute `klines_last_refresh` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2542:24 - Attribute `get_ohlcv` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2573:17 - Attribute `schedule_ohlcv` on type `ExchangeWS | None` may be missing
[error] invalid-assignment - :2932:13 - Method `__setitem__` of type `bound method dict[tuple[str, str, CandleType], DataFrame].__setitem__(key: tuple[str, str, CandleType], value: DataFrame, /) -> None` cannot be called with a key of type `tuple[str, str, CandleType]` and a value of type `Unknown | Series[Any]` on object of type `dict[tuple[str, str, CandleType], DataFrame]`
[error] invalid-argument-type - :2997:21 - Argument to bound method `_async_get_trade_history` is incorrect: Expected `str | None`, found `None | Series[Any] | Unknown`
[warning] unused-ignore-comment - :1928:69 - Unused blanket `type: ignore` directive

freqtrade/freqai/RL/BaseReinforcementLearningModel.py

[warning] unused-ignore-comment - :201:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :234:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :238:76 - Unused blanket `type: ignore` directive

freqtrade/freqai/data_kitchen.py

[error] invalid-assignment - :259:13 - Object of type `Series[Any]` is not assignable to attribute `train_dates` of type `DataFrame`
[error] unresolved-attribute - :764:60 - Type `Hashable` has no attribute `startswith`
[error] invalid-assignment - :827:17 -
Old: Method `__setitem__` of type `(bound method dict[str, dict[str, DataFrame]].__setitem__(key: str, value: dict[str, DataFrame], /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `DataFrame` on object of type `(dict[str, dict[str, DataFrame]] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
New: Method `__setitem__` of type `(bound method dict[str, dict[str, DataFrame]].__setitem__(key: str, value: dict[str, DataFrame], /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `Any` and a value of type `DataFrame` on object of type `(dict[str, dict[str, DataFrame]] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
[error] invalid-assignment - :830:21 -
Old: Method `__setitem__` of type `(bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `dict[Unknown, Unknown]` on object of type `(dict[str, DataFrame] & ~AlwaysFalsy) | dict[Unknown, Unknown]`
New: Method `__setitem__` of type `(bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None) | (bound method dict[Unknown, Unknown].__setitem__(key: Unknown, value: Unknown, /) -> None)` cannot be called with a key of type `Any` and a value of type `dict[Unknown, Unknown]` on object of type `(dict[str, DataFrame] & ~AlwaysFalsy) | dict[Unknown, Unknown]`

freqtrade/freqai/freqai_interface.py

[warning] possibly-missing-attribute - :328:30 - Attribute `use_strategy_to_populate_indicators` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :339:33 - Attribute `use_strategy_to_populate_indicators` on type `Unknown | FreqaiDataKitchen | None` may be missing
[error] invalid-argument-type - :346:21 - Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any]`
[error] invalid-argument-type - :350:21 - Argument to bound method `set_freqai_targets` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any]`
[warning] possibly-missing-attribute - :487:14 - Attribute `check_if_model_expired` on type `Unknown | FreqaiDataKitchen | None` may be missing
[error] invalid-argument-type - :499:46 - Argument to bound method `predict` is incorrect: Expected `DataFrame`, found `Series[Any]`
[error] invalid-assignment - :827:13 - Object of type `Unknown | Series[Any]` is not assignable to attribute `current_candle` of type `datetime`
[warning] possibly-missing-attribute - :884:36 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[error] invalid-assignment - :890:21 - Method `__setitem__` of type `Unknown | (bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None)` cannot be called with a key of type `Unknown | str` and a value of type `Series[Any]` on object of type `Unknown | dict[str, DataFrame]`
[warning] possibly-missing-attribute - :890:50 - Attribute `pair` on type `Unknown | FreqaiDataKitchen | None` may be missing
[error] invalid-argument-type - :893:47 - Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :893:56 - Attribute `pair` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :897:45 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :898:69 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :901:44 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :902:68 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :904:38 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing
[warning] possibly-missing-attribute - :905:64 - Attribute `data` on type `Unknown | FreqaiDataKitchen | None` may be missing

freqtrade/freqai/torch/PyTorchModelTrainer.py

[warning] possibly-missing-attribute - :97:17 - Attribute `log_scalar` on type `Unknown | None` may be missing

freqtrade/freqtradebot.py

[error] invalid-argument-type - :418:21 - Argument to bound method `update_trade_state` is incorrect: Expected `Trade`, found `LocalTrade & ~AlwaysFalsy`
[error] invalid-argument-type - :433:36 - Argument to bound method `handle_cancel_order` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - :679:51 - Argument to bound method `is_pair_locked` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`
[error] invalid-argument-type - :680:62 - Argument to function `get_pair_longest_lock` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`
[error] invalid-argument-type - :1672:38 - Argument to function `timeframe_to_next_date` is incorrect: Expected `datetime | None`, found `Unknown | Series[Any] | None`

freqtrade/optimize/analysis/lookahead.py

[error] invalid-argument-type - :137:57 - Argument to function `get_result` is incorrect: Expected `DataFrame`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - :179:13 - Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - :186:13 - Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`

freqtrade/optimize/analysis/recursive.py

[error] invalid-argument-type - :49:25 - Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
[error] invalid-argument-type - :52:29 - Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
[error] invalid-argument-type - :94:25 - Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
[error] invalid-argument-type - :96:24 - Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`
[error] invalid-argument-type - :97:26 - Method `__getitem__` of type `bound method dict[str, DataFrame].__getitem__(key: str, /) -> DataFrame` cannot be called with key of type `str | None` on object of type `dict[str, DataFrame]`

freqtrade/optimize/backtesting.py

[error] invalid-return-type - :424:24 - Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[@Todo | Series[Any], Unknown]`
[error] invalid-argument-type - :1709:80 - Argument to bound method `time_pair_generator` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
[error] invalid-argument-type - :1723:61 - Argument to bound method `handle_left_open` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
[error] invalid-argument-type - :1788:68 - Argument to function `generate_rejected_signals` is incorrect: Expected `dict[str, DataFrame]`, found `dict[str, list[Unknown]]`
[error] invalid-assignment - :1791:13 - Method `__setitem__` of type `bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None` cannot be called with a key of type `str` and a value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
[error] invalid-assignment - :1792:13 - Method `__setitem__` of type `bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None` cannot be called with a key of type `str` and a value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
[error] invalid-assignment - :1793:13 - Method `__setitem__` of type `bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None` cannot be called with a key of type `str` and a value of type `dict[str, DataFrame]` on object of type `dict[str, DataFrame]`
[warning] unused-ignore-comment - :605:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :674:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :742:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :761:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :841:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :865:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :939:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :989:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1334:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1370:31 - Unused blanket `type: ignore` directive

freqtrade/rpc/external_message_consumer.py

[warning] possibly-missing-attribute - :155:17 - Attribute `create_task` on type `Unknown | None | AbstractEventLoop` may be missing
[warning] possibly-missing-attribute - :164:13 - Attribute `stop` on type `Unknown | None | AbstractEventLoop` may be missing

freqtrade/rpc/rpc.py

[error] invalid-return-type - :1518:16 - Return type does not match returned value: expected `tuple[DataFrame, datetime]`, found `tuple[Unknown | DataFrame | Series[Any], Unknown | datetime]`

freqtrade/strategy/interface.py

[error] invalid-assignment - :1219:13 - Method `__setitem__` of type `bound method dict[str, datetime].__setitem__(key: str, value: datetime, /) -> None` cannot be called with a key of type `str` and a value of type `Series[Any]` on object of type `dict[str, datetime]`
[error] invalid-argument-type - :1223:78 - Argument to bound method `_emit_df` is incorrect: Expected `bool`, found `bool | Series[bool]`
[error] invalid-return-type - :1344:16 - Return type does not match returned value: expected `tuple[bool, bool, str | None]`, found `tuple[Series[bool] | Literal[False], Series[bool] | Literal[False], None]`
[error] invalid-assignment - :1374:13 - Object of type `Series[Any] | None` is not assignable to `str | None`
[error] invalid-assignment - :1382:13 - Object of type `Series[Any] | None` is not assignable to `str | None`
[warning] possibly-unresolved-reference - :1058:16 - Name `stake_amount` used when possibly not defined

freqtrade/templates/FreqaiExampleHybridStrategy.py

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

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

src/graphql/pyutils/cached_property.py

[warning] possibly-missing-attribute - :34:34 - Attribute `__name__` on type `Unknown | ((...) -> Unknown)` may be missing

src/graphql/pyutils/ref_set.py

[error] invalid-super-argument - :33:9 - `Self@__init__` is not an instance or subclass of `<class 'RefSet'>` in `super(<class 'RefSet'>, Self@__init__)` call

src/graphql/validation/rules/unique_enum_value_names.py

[warning] possibly-missing-attribute - :39:62 - Attribute `values` on type `Unknown | None` may be missing

src/graphql/error/graphql_error.py

[warning] unused-ignore-comment - :139:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :145:37 - Unused blanket `type: ignore` directive

src/graphql/execution/execute.py

[error] invalid-await - :498:38 - `@Todo | UndefinedType` is not awaitable
[error] invalid-argument-type - :554:54 - Argument to function `resolve` is incorrect: Expected `Awaitable[GraphQLWrappedResult[dict[str, Any]]]`, found `@Todo | UndefinedType`
[error] invalid-return-type - :1423:16 - Return type does not match returned value: expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-await - :1934:46 -
Old: `Unknown | GraphQLWrappedResult[None]` is not awaitable
New: `@Todo | GraphQLWrappedResult[None]` is not awaitable

src/graphql/execution/incremental_graph.py

[error] unresolved-attribute - :113:20 - Type `SubsequentResultRecord` has no attribute `expected_reconcilable_results`
[error] unresolved-attribute - :117:30 - Type `SubsequentResultRecord` has no attribute `children`

src/graphql/pyutils/ref_map.py

[error] invalid-super-argument - :30:9 - `Self@__init__` is not an instance or subclass of `<class 'RefMap'>` in `super(<class 'RefMap'>, Self@__init__)` call
[warning] unused-ignore-comment - :73:36 - Unused blanket `type: ignore` directive

src/graphql/type/definition.py

[error] invalid-super-argument - :1477:9 - `Self@__init__` is not an instance or subclass of `<class 'GraphQLList'>` in `super(<class 'GraphQLList'>, Self@__init__)` call
[error] invalid-super-argument - :1520:9 - `Self@__init__` is not an instance or subclass of `<class 'GraphQLNonNull'>` in `super(<class 'GraphQLNonNull'>, Self@__init__)` call

src/graphql/utilities/extend_schema.py

[error] invalid-argument-type - :319:44 - Argument to bound method `extend_scalar_type` is incorrect: Expected `GraphQLScalarType`, found `GraphQLNamedType`
[error] invalid-argument-type - :321:44 - Argument to bound method `extend_object_type` is incorrect: Expected `GraphQLObjectType`, found `GraphQLNamedType`
[error] invalid-argument-type - :323:47 - Argument to bound method `extend_interface_type` is incorrect: Expected `GraphQLInterfaceType`, found `GraphQLNamedType`
[error] invalid-argument-type - :325:43 - Argument to bound method `extend_union_type` is incorrect: Expected `GraphQLUnionType`, found `GraphQLNamedType`
[error] invalid-argument-type - :327:42 - Argument to bound method `extend_enum_type` is incorrect: Expected `GraphQLEnumType`, found `GraphQLNamedType`
[error] invalid-argument-type - :329:50 - Argument to bound method `extend_input_object_type` is incorrect: Expected `GraphQLInputObjectType`, found `GraphQLNamedType`
[warning] unused-ignore-comment - :288:48 - Unused blanket `type: ignore` directive

src/graphql/utilities/type_info.py

[error] unresolved-attribute - :208:27 - Type `None` has no attribute `fields`
[error] unresolved-attribute - :222:26 - Type `None` has no attribute `values`

src/graphql/validation/rules/custom/no_deprecated.py

[error] unresolved-attribute - :77:31 - Type `None` has no attribute `fields`
[error] unresolved-attribute - :82:41 - Type `None` has no attribute `name`
[warning] unused-ignore-comment - :35:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :54:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :56:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :98:54 - Unused blanket `type: ignore` directive

src/graphql/validation/rules/values_of_correct_type.py

[error] unresolved-attribute - :80:38 - Type `None` has no attribute `fields`
[error] unresolved-attribute - :86:35 - Type `None` has no attribute `name`
[error] unresolved-attribute - :91:12 - Type `None` has no attribute `is_one_of`
[error] invalid-argument-type - :93:37 - Argument to function `validate_one_of_input_object` is incorrect: Expected `GraphQLInputObjectType`, found `None`
[error] unresolved-attribute - :101:65 - Type `None` has no attribute `fields`
[error] unresolved-attribute - :105:49 - Type `None` has no attribute `name`

src/graphql/validation/validation_context.py

[error] missing-argument - :117:9 - No argument provided for required parameter `error` of function `on_error`
[error] invalid-argument-type - :117:23 - Argument to function `on_error` is incorrect: Expected `ASTValidationContext`, found `GraphQLError`
[warning] unused-ignore-comment - :108:35 - Unused blanket `type: ignore` directive

tests/execution/test_customize.py

[error] unsupported-operator - :70:17 - Operator `*=` is unsupported between objects of type `object` and `Literal[2]`

httpx-caching (https://github.com/johtso/httpx-caching)

httpx_caching/_async/_cache.py

[error] invalid-argument-type - :20:38 - Argument to bound method `loads` is incorrect: Expected `bytes`, found `Unknown | None`

httpx_caching/_sync/_cache.py

[error] invalid-argument-type - :20:38 - Argument to bound method `loads` is incorrect: Expected `bytes`, found `Unknown | None`

httpx_caching/_utils.py

[warning] unused-ignore-comment - :51:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :57:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :63:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :66:37 - Unused blanket `type: ignore` directive

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

hydpy/core/pubtools.py

[error] invalid-super-argument - :25:9 - `Self@__init__` is not an instance or subclass of `<class '_PubProperty'>` in `super(<class '_PubProperty'>, Self@__init__)` call

hydpy/models/arma/arma_derived.py

[error] unresolved-attribute - :70:22 - Type `Parameter` has no attribute `thresholds`
[error] unresolved-attribute - :96:33 - Type `Parameter` has no attribute `thresholds`
[error] unresolved-attribute - :118:22 - Type `Parameter` has no attribute `ar_orders`
[error] unresolved-attribute - :140:22 - Type `Parameter` has no attribute `ma_orders`
[error] unresolved-attribute - :169:17 - Type `Parameter` has no attribute `ar_coefs`
[error] unresolved-attribute - :201:17 - Type `Parameter` has no attribute `ma_coefs`

hydpy/models/rconc/rconc_control.py

[error] unsupported-operator - :326:21 - Operator `*=` is unsupported between objects of type `str` and `int | float`

hydpy/auxs/anntools.py

[error] invalid-super-argument - :35:9 - `Self@__init__` is not an instance or subclass of `<class '_ANNArrayProperty'>` in `super(<class '_ANNArrayProperty'>, Self@__init__)` call

hydpy/auxs/armatools.py

[warning] possibly-missing-attribute - :257:19 - Attribute `moment1` on type `Unknown | None` may be missing
[error] call-non-callable - :269:29 - Object of type `None` is not callable
[error] call-non-callable - :273:34 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :747:13 - Attribute `order` on type `Unknown | None` may be missing
[error] invalid-argument-type - :751:50 - Argument to bound method `calc_all_ar_coefs` is incorrect: Expected `MA`, found `Unknown | None`
[warning] possibly-missing-attribute - :841:29 - Attribute `coefs` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :841:55 - Attribute `coefs` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :844:38 - Attribute `order` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :855:52 - Attribute `order` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :916:19 - Attribute `delays` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :925:22 - Attribute `delays` on type `Unknown | None` may be missing

hydpy/auxs/calibtools.py

[error] invalid-argument-type - :2149:13 - Argument to bound method `apply_value` is incorrect: Expected `Add`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - :2149:13 - Argument to bound method `apply_value` is incorrect: Expected `MultiplyIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - :2149:13 - Argument to bound method `apply_value` is incorrect: Expected `Multiply`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - :2149:13 - Argument to bound method `apply_value` is incorrect: Expected `ReplaceIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - :2149:13 - Argument to bound method `apply_value` is incorrect: Expected `Replace`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - :2163:13 - Argument to bound method `reset_parameters` is incorrect: Expected `RuleIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-super-argument - :2449:32 - `Self@__dir__` is not an instance or subclass of `<class 'CalibrationInterface'>` in `super(<class 'CalibrationInterface'>, Self@__dir__)` call

hydpy/core/devicetools.py

[error] invalid-super-argument - :1018:13 - `Self@__setattr__` is not an instance or subclass of `<class 'Devices'>` in `super(<class 'Devices'>, Self@__setattr__)` call
[error] invalid-argument-type - :1118:40 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-super-argument - :1160:29 - `Self@__dir__` is not an instance or subclass of `<class 'Devices'>` in `super(<class 'Devices'>, Self@__dir__)` call
[error] no-matching-overload - :2631:17 - No overload matches arguments

hydpy/core/importtools.py

[error] unresolved-attribute - :356:36 - Type `(...) -> None` has no attribute `__name__`
[error] invalid-super-argument - :718:9 - `Self@__set_name__` is not an instance or subclass of `<class 'SubmodelAdder'>` in `super(<class 'SubmodelAdder'>, Self@__set_name__)` call
[error] invalid-argument-type - :796:21 - Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[0], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] invalid-argument-type - :799:21 - Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[1], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] no-matching-overload - :949:13 - No overload of bound method `get_wrapped` matches arguments
[error] no-matching-overload - :952:13 - No overload of bound method `get_wrapped` matches arguments
[error] unresolved-attribute - :1075:9 - Type `typing.TypeVar` has no attribute `preparemethod2arguments`
[error] unresolved-attribute - :1075:39 - Type `(...) -> None` has no attribute `__name__`
[error] unresolved-attribute - :1076:19 - Type `typing.TypeVar` has no attribute `parameters`
[error] invalid-assignment - :1080:17 - Method `__setitem__` of type `bound method dict[Model, tuple[tuple[Any, Any], Any]].__setitem__(key: Model, value: tuple[tuple[Any, Any], Any], /) -> None` cannot be called with a key of type `typing.TypeVar` and a value of type `tuple[tuple[tuple[@Todo, ...], dict[str, @Todo]], Unknown]` on object of type `dict[Model, tuple[tuple[Any, Any], Any]]`
[error] invalid-assignment - :1085:17 - Method `__setitem__` of type `bound method dict[Model, tuple[tuple[Any, Any], Any]].__setitem__(key: Model, value: tuple[tuple[Any, Any], Any], /) -> None` cannot be called with a key of type `typing.TypeVar` and a value of type `tuple[tuple[tuple[@Todo, ...], dict[str, @Todo]], Unknown]` on object of type `dict[Model, tuple[tuple[Any, Any], Any]]`
[error] type-assertion-failure - :801:21 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :898:13 - Argument does not have asserted type `Never`
[error] type-assertion-failure - :954:13 - Argument does not have asserted type `Never`

hydpy/core/indextools.py

[error] invalid-assignment - :131:9 - Object of type `bound method Self@__init__._fset(values) -> Unknown` is not assignable to attribute `fset` of type `FSet[Unknown]`
[error] invalid-assignment - :132:9 - Object of type `bound method Self@__init__._fdel() -> Unknown` is not assignable to attribute `fdel` of type `FDel`
[error] missing-argument - :152:9 - No argument provided for required parameter `__obj` of bound method `__call__`

hydpy/core/masktools.py

[error] invalid-return-type - :103:16 - Return type does not match returned value: expected `Self@__call__`, found `CustomMask`
[error] invalid-return-type - :163:16 - Return type does not match returned value: expected `Self@__get__`, found `DefaultMask`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `Self@__call__`, found `DefaultMask`

hydpy/core/modeltools.py

[error] invalid-assignment - :292:9 - Cannot assign to final attribute `optional` on type `Self@__init__`
[error] invalid-assignment - :293:9 - Cannot assign to final attribute `sidemodel` on type `Self@__init__`
[warning] unused-ignore-comment - :865:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :917:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1637:50 - Unused blanket `type: ignore` directive

hydpy/core/netcdftools.py

[error] invalid-super-argument - :2397:32 - `Self@__dir__` is not an instance or subclass of `<class 'NetCDFInterfaceBase'>` in `super(<class 'NetCDFInterfaceBase'>, Self@__dir__)` call

hydpy/core/parametertools.py

[error] unsupported-operator - :965:20 - Operator `not in` is not supported for types `tuple[str, T@KeywordArguments]` and `Top[KeywordArguments[Unknown]]`
[error] invalid-argument-type - :1779:16 - Argument to function `len` is incorrect: Expected `Sized`, found `@Todo | int | float`
[error] non-subscriptable - :1780:38 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :1780:38 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :3417:55 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :3417:55 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-argument-type - :3422:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
[error] invalid-argument-type - :3422:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
[error] invalid-argument-type - :3422:56 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
[error] non-subscriptable - :3900:45 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :3900:45 - Cannot subscript object of type `int` with no `__getitem__` method
[error] unresolved-attribute - :4808:26 - Type `(((Model, /) -> None) & ~FunctionType) | None` has no attribute `get_sourcecode`
[error] unresolved-attribute - :4809:28 - Type `(((Model, /) -> None) & ~FunctionType) | None` has no attribute `get_name`

hydpy/core/selectiontools.py

[error] invalid-return-type - :715:20 - Return type does not match returned value: expected `TypeNodeElement@_check_device`, found `Node`
[error] invalid-return-type - :717:20 - Return type does not match returned value: expected `TypeNodeElement@_check_device`, found `Element`

hydpy/core/sequencetools.py

[error] invalid-super-argument - :981:9 - `Self@__init__` is not an instance or subclass of `<class 'ModelSequences'>` in `super(<class 'ModelSequences'>, Self@__init__)` call
[error] invalid-super-argument - :984:9 - `Self@_init_fastaccess` is not an instance or subclass of `<class 'ModelSequences'>` in `super(<class 'ModelSequences'>, Self@_init_fastaccess)` call

hydpy/core/threadingtools.py

[error] invalid-assignment - :214:9 - Cannot assign to final attribute `upstream2downstream` on type `Self@__init__`
[error] invalid-assignment - :215:9 - Cannot assign to final attribute `starters` on type `Self@__init__`
[error] invalid-assignment - :216:9 - Cannot assign to final attribute `dependencies` on type `Self@__init__`

hydpy/core/variabletools.py

[error] invalid-argument-type - :1929:26 - Argument to bound method `__init__` is incorrect: Expected `SubVariables[Unknown, Unknown, Unknown]`, found `None`
[error] invalid-super-argument - :2505:13 - `Self@__setattr__` is not an instance or subclass of `<class 'SubVariables'>` in `super(<class 'SubVariables'>, Self@__setattr__)` call
[error] invalid-super-argument - :2543:32 - `Self@__dir__` is not an instance or subclass of `<class 'SubVariables'>` in `super(<class 'SubVariables'>, Self@__dir__)` call
[warning] unused-ignore-comment - :2235:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2264:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2269:40 - Unused blanket `type: ignore` directive

hydpy/cythons/modelutils.py

[error] missing-argument - :1525:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1525:35 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1526:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1526:35 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1527:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1527:36 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1528:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1528:33 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1529:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1529:35 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1530:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1530:36 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1531:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1531:35 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1532:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1532:35 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1533:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1533:31 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[error] missing-argument - :1534:13 - No argument provided for required parameter 2
[error] invalid-argument-type - :1534:34 - Argument is incorrect: Expected `PyxWriter`, found `PyxPxdLines`
[warning] unused-ignore-comment - :951:64 - Unused blanket `type: ignore` directive

hydpy/models/conv/conv_model.py

[error] unresolved-attribute - :694:47 - Type `Parameter` has no attribute `nodes`
[error] unresolved-attribute - :697:48 - Type `Parameter` has no attribute `nodes`
[error] unresolved-attribute - :703:62 - Type `Parameter` has no attribute `nodes`

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/funcs.py

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

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

ibis/backends/impala/metadata.py

[warning] possibly-missing-implicit-call - :192:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :235:9 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing

ibis/common/grounds.py

[error] unresolved-attribute - :221:16 - Type `Self@__hash__` has no attribute `__precomputed_hash__`

ibis/backends/__init__.py

[error] unresolved-attribute - :135:16 - Type `Self@to_pandas` has no attribute `execute`
[error] unresolved-attribute - :403:16 - Type `Self@read_parquet` has no attribute `name`
[error] unresolved-attribute - :427:16 - Type `Self@read_csv` has no attribute `name`
[error] unresolved-attribute - :451:16 - Type `Self@read_json` has no attribute `name`
[error] unresolved-attribute - :475:16 - Type `Self@read_delta` has no attribute `name`
[error] unresolved-attribute - :957:16 - Type `Self@_create_cached_table` has no attribute `create_table`
[error] unresolved-attribute - :960:9 - Type `Self@_drop_cached_table` has no attribute `drop_table`
[error] not-iterable - :1273:25 - Object of type `None` is not iterable
[error] unresolved-attribute - :1525:20 - Type `Self@_load_example` has no attribute `_load_parquet`
[error] unresolved-attribute - :1527:20 - Type `Self@_load_example` has no attribute `_load_csv`
[error] unresolved-attribute - :1554:38 - Type `Self@_load_example` has no attribute `name`
[error] unresolved-attribute - :1561:16 - Type `Self@_load_parquet` has no attribute `read_parquet`
[error] unresolved-attribute - :1564:16 - Type `Self@_load_csv` has no attribute `read_csv`
[error] unresolved-attribute - :1593:16 - Type `Self@_load_csv` has no attribute `create_table`
[error] unresolved-attribute - :1612:16 - Type `Self@_load_parquet` has no attribute `create_table`
[error] unresolved-attribute - :1640:16 - Type `Self@_load_csv` has no attribute `create_table`
[error] unresolved-attribute - :1805:9 - Type `Self@_from_url` has no attribute `_convert_kwargs`
[error] unresolved-attribute - :1806:16 - Type `Self@_from_url` has no attribute `connect`
[error] unresolved-attribute - :1831:16 - Type `Self@_from_url` has no attribute `connect`

ibis/backends/athena/__init__.py

[error] invalid-argument-type - :225:48 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - :536:47 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/athena/tests/conftest.py

[warning] possibly-missing-attribute - :87:9 - Attribute `create_database` on type `Unknown | BaseBackend` may be missing

ibis/backends/bigquery/__init__.py

[error] invalid-argument-type - :315:37 - Argument to bound method `drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - :321:17 - Argument to bound method `_client_load_table_from_uri` is incorrect: Expected `Sequence[str]`, found `str | Path`
[error] invalid-argument-type - :341:39 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - :885:42 - Argument to bound method `insert` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~None) | str, (Unknown & ~None) | str | None]`
[error] invalid-argument-type - :897:53 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1220:39 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - :1267:33 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, str | None]`
[error] invalid-argument-type - :1289:13 - Argument to bound method `drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`

ibis/backends/clickhouse/__init__.py

[error] not-iterable - :253:35 - Object of type `None` is not iterable
[error] invalid-argument-type - :253:76 - Argument to bound method `_verify_in_memory_tables_are_unique` is incorrect: Expected `Expr`, found `Table | None`
[error] invalid-argument-type - :342:48 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :344:58 - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - :383:35 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :388:58 - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - :743:67 - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Table | (DataFrame & Expr) | (Unknown & Expr)`

ibis/backends/databricks/__init__.py

[error] invalid-argument-type - :255:33 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~AlwaysFalsy) | str, (Unknown & ~AlwaysFalsy) | str]`
[error] invalid-argument-type - :558:48 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :581:47 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/datafusion/__init__.py

[error] invalid-argument-type - :204:31 - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :208:31 - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :212:31 - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - :214:20 - Type `Self@_register` has no attribute `register`

ibis/backends/druid/__init__.py

[error] invalid-argument-type - :243:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - :266:33 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~AlwaysFalsy) | str, (Unknown & ~AlwaysFalsy) | str]`
[error] invalid-argument-type - :452:35 - Argument to bound method `_load_extensions` is incorrect: Expected `list[str]`, found `Sequence[str]`
[error] invalid-argument-type - :980:39 - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[str, Unknown]`
[error] invalid-argument-type - :1154:36 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1329:53 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1367:48 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/exasol/__init__.py

[error] invalid-argument-type - :511:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/flink/__init__.py

[error] invalid-argument-type - :425:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :988:37 - Argument to bound method `to_pyarrow_batches` is incorrect: Expected `Table`, found `Expr`
[error] invalid-argument-type - :1032:22 - Argument to bound method `head` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - :1032:22 - Argument to bound method `head` is incorrect: Expected `int`, found `int | str | None`

ibis/backends/flink/ddl.py

[error] unresolved-attribute - :53:16 - Type `Self@format_schema_with_watermark` has no attribute `quote`
[error] unknown-argument - :169:13 - Argument `table_name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :170:13 - Argument `database` does not match any known parameter of bound method `__init__`
[error] unknown-argument - :171:13 - Argument `can_exist` does not match any known parameter of bound method `__init__`
[error] unresolved-attribute - :186:51 - Type `Self@_create_line` has no attribute `database`
[error] unresolved-attribute - :258:33 - Type `Self@_object_name` has no attribute `name`
[error] unresolved-attribute - :258:69 - Type `Self@_object_name` has no attribute `dialect`
[error] unresolved-attribute - :259:12 - Type `Self@_object_name` has no attribute `catalog`
[error] unresolved-attribute - :260:40 - Type `Self@_object_name` has no attribute `catalog`
[error] unresolved-attribute - :261:25 - Type `Self@_object_name` has no attribute `dialect`

ibis/backends/impala/__init__.py

[error] invalid-return-type - :94:16 - Return type does not match returned value: expected `Backend`, found `BaseBackend`
[error] invalid-argument-type - :1383:30 - Argument to bound method `compile` is incorrect: Expected `Expr`, found `Expr | str`

ibis/backends/impala/udf.py

[error] non-subscriptable - :94:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :143:18 - Cannot subscript object of type `None` with no `__getitem__` method

ibis/backends/mssql/__init__.py

[error] invalid-argument-type - :733:37 - Argument to bound method `table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[Unknown | None | Literal["tempdb"], Unknown | None | Literal["dbo"]]`

ibis/backends/mysql/__init__.py

[error] invalid-argument-type - :364:48 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/oracle/tests/conftest.py

[error] invalid-argument-type - :95:13 - Argument to function `init_oracle_database` is incorrect: Expected `str | None`, found `Iterator[str]`

ibis/backends/polars/__init__.py

[error] invalid-argument-type - :543:46 - Argument to bound method `_to_pyarrow_table` is incorrect: Expected `Mapping[Expr, object] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :543:61 - Argument to bound method `_to_pyarrow_table` is incorrect: Expected `int | None`, found `int | str | None`

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - :152:35 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/pyspark/__init__.py

[error] invalid-return-type - :154:16 - Return type does not match returned value: expected `Backend`, found `BaseBackend`
[error] invalid-argument-type - :502:35 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :1360:51 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/pyspark/tests/conftest.py

[error] unresolved-attribute - :46:13 - Type `Self@_load_data` has no attribute `connection`

ibis/backends/risingwave/__init__.py

[error] invalid-argument-type - :870:41 - Argument to bound method `compile` is incorrect: Expected `Expr`, found `Table | None`

ibis/backends/snowflake/__init__.py

[error] invalid-argument-type - :463:47 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :490:47 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :512:47 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :833:33 - Argument to bound method `table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[None | Unknown, None | Unknown]`

ibis/backends/sql/__init__.py

[error] unresolved-attribute - :85:24 - Type `Self@table` has no attribute `get_schema`
[error] invalid-argument-type - :120:48 - Argument to bound method `to_sqlglot` is incorrect: Expected `str | None`, found `str | int | None`
[error] unresolved-attribute - :200:18 - Type `Self@_register_udfs` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :240:14 - Type `Self@create_view` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :266:14 - Type `Self@drop_view` has no attribute `_safe_raw_sql`
[error] invalid-argument-type - :299:35 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] unresolved-attribute - :305:14 - Type `Self@execute` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :336:14 - Type `Self@drop_table` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :348:14 - Type `Self@_cursor_batches` has no attribute `_safe_raw_sql`
[error] invalid-argument-type - :349:45 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - :442:39 - Argument to bound method `truncate_table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] unresolved-attribute - :453:14 - Type `Self@insert` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :464:23 - Type `Self@_build_insert_from_table` has no attribute `get_schema`
[error] unresolved-attribute - :559:14 - Type `Self@truncate_table` has no attribute `_safe_raw_sql`
[error] unresolved-attribute - :582:9 - Type `Self@disconnect` has no attribute `con`
[error] unresolved-attribute - :675:46 - Type `Self@_make_memtable_finalizer` has no attribute `con`

ibis/backends/sql/compilers/base.py

[error] invalid-argument-type - :597:47 - Argument to bound method `translate` is incorrect: Expected `Mapping[Value, Any]`, found `Mapping[Expr, Any] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :636:13 - Argument to function `sqlize` is incorrect: Expected `Sequence[Pattern]`, found `tuple[type[Replace], ...]`
[error] invalid-argument-type - :637:13 - Argument to function `sqlize` is incorrect: Expected `Sequence[Pattern]`, found `tuple[type[Replace], ...]`

ibis/backends/sql/compilers/datafusion.py

[error] invalid-argument-type - :120:51 - Argument to bound method `_to_timestamp` is incorrect: Expected `Timestamp`, found `DataType`
[error] unresolved-attribute - :540:16 - Type `<super: <class 'DataFusionCompiler'>, DataFusionCompiler>` has no attribute `visit_GroupConcat`

ibis/backends/sql/compilers/duckdb.py

[error] invalid-argument-type - :315:38 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`
[error] invalid-argument-type - :322:38 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`

ibis/backends/sql/compilers/impala.py

[error] unresolved-attribute - :273:13 - Type `<super: <class 'ImpalaCompiler'>, ImpalaCompiler>` has no attribute `visit_DateAdd`
[error] unresolved-attribute - :284:13 - Type `<super: <class 'ImpalaCompiler'>, ImpalaCompiler>` has no attribute `visit_TimestampAdd`

ibis/backends/sql/compilers/mysql.py

[error] unresolved-attribute - :254:16 - Type `<super: <class 'MySQLCompiler'>, MySQLCompiler>` has no attribute `visit_Equals`

ibis/backends/sql/compilers/oracle.py

[error] unresolved-attribute - :112:16 - Type `<super: <class 'OracleCompiler'>, OracleCompiler>` has no attribute `visit_Equals`

ibis/backends/sql/compilers/postgres.py

[error] invalid-argument-type - :444:43 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :445:70 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :453:40 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :455:58 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :458:34 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] unresolved-attribute - :525:16 - Type `<super: <class 'PostgresCompiler'>, PostgresCompiler>` has no attribute `visit_JSONGetItem`
[error] invalid-argument-type - :610:50 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :618:36 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :619:38 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - :657:37 - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`

ibis/backends/sql/ddl.py

[error] unresolved-attribute - :96:36 - Type `Self@_if_exists` has no attribute `can_exist`
[error] unresolved-attribute - :105:23 - Type `Self@compile` has no attribute `_object_name`
[error] unresolved-attribute - :106:24 - Type `Self@compile` has no attribute `_object_type`
[error] unresolved-attribute - :129:23 - Type `Self@compile` has no attribute `_impala_signature`

ibis/backends/sqlite/__init__.py

[error] invalid-return-type - :325:16 - Return type does not match returned value: expected `Iterator[tuple[str, DataType]]`, found `Schema`

ibis/backends/sqlite/udf.py

[error] invalid-argument-type - :423:38 - Argument is incorrect: Expected `int`, found `int | None`

ibis/backends/tests/base.py

[error] unresolved-attribute - :152:9 - Type `Self@load_tpch` has no attribute `_load_tpc`
[error] unresolved-attribute - :156:9 - Type `Self@load_tpcds` has no attribute `_load_tpc`

ibis/common/annotations.py

[warning] possibly-missing-attribute - :62:55 - Attribute `__name__` on type `Unknown | ((...) -> Unknown)` may be missing
[warning] possibly-missing-attribute - :87:19 - Attribute `__name__` on type `Unknown | ((...) -> Unknown)` may be missing
[warning] possibly-missing-attribute - :93:18 - Attribute `__name__` on type `Unknown | ((...) -> Unknown)` may be missing
[error] unresolved-attribute - :264:21 - Type `Self@__str__` has no attribute `_name`
[error] unresolved-attribute - :266:12 - Type `Self@__str__` has no attribute `_annotation`
[error] unresolved-attribute - :267:40 - Type `Self@__str__` has no attribute `_annotation`
[error] unresolved-attribute - :270:12 - Type `Self@__str__` has no attribute `_default`
[error] unresolved-attribute - :271:16 - Type `Self@__str__` has no attribute `_annotation`
[error] unresolved-attribute - :272:46 - Type `Self@__str__` has no attribute `_default`
[error] unresolved-attribute - :274:44 - Type `Self@__str__` has no attribute `_default`
[error] unresolved-attribute - :276:12 - Type `Self@__str__` has no attribute `_kind`
[error] unresolved-attribute - :278:14 - Type `Self@__str__` has no attribute `_kind`

ibis/common/bases.py

[error] unresolved-attribute - :72:16 - Type `Self@__call__` has no attribute `__create__`

ibis/common/collections.py

[error] invalid-return-type - :244:16 - Return type does not match returned value: expected `Self@__and__`, found `MapSet[K@MapSet, V@MapSet]`
[error] too-many-positional-arguments - :244:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-return-type - :251:16 - Return type does not match returned value: expected `Self@__sub__`, found `MapSet[K@MapSet, V@MapSet]`
[error] too-many-positional-arguments - :251:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-return-type - :258:16 - Return type does not match returned value: expected `Self@__rsub__`, found `MapSet[K@MapSet, V@MapSet]`
[error] too-many-positional-arguments - :258:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-return-type - :265:16 - Return type does not match returned value: expected `Self@__or__`, found `MapSet[K@MapSet, V@MapSet]`
[error] too-many-positional-arguments - :265:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-argument-type - :272:30 - Argument to bound method `_check_conflict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Self@__xor__`
[error] invalid-return-type - :274:16 - Return type does not match returned value: expected `Self@__xor__`, found `MapSet[K@MapSet, V@MapSet]`
[error] too-many-positional-arguments - :274:31 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] invalid-super-argument - :287:9 - `Self@__init__` is not an instance or subclass of `<class 'FrozenDict'>` in `super(<class 'FrozenDict'>, Self@__init__)` call
[error] invalid-super-argument - :309:9 - `Self@__init__` is not an instance or subclass of `<class 'FrozenDict'>` in `super(<class 'FrozenDict'>, Self@__init__)` call

ibis/common/deferred.py

[error] invalid-return-type - :96:16 - Return type does not match returned value: expected `str`, found `Deferred`
[error] unresolved-attribute - :296:15 - Type `Self@__repr__` has no attribute `value`
[error] unresolved-attribute - :305:16 - Type `Self@resolve` has no attribute `value`
[error] unresolved-attribute - :351:16 - Type `str` has no attribute `resolve`
[error] unresolved-attribute - :371:15 - Type `str | int | slice[Any, Any, Any]` has no attribute `resolve`
[error] unresolved-attribute - :501:55 - Type `Self@__repr__` has no attribute `values`
[error] unresolved-attribute - :501:55 - Type `Self@__repr__` has no attribute `values`
[error] unresolved-attribute - :501:55 - Type `Self@__repr__` has no attribute `values`
[error] unresolved-attribute - :502:12 - Type `Self@__repr__` has no attribute `typ`
[error] unresolved-attribute - :505:23 - Type `Self@__repr__` has no attribute `typ`
[error] unresolved-attribute - :508:52 - Type `Self@resolve` has no attribute `values`
[error] unresolved-attribute - :509:16 - Type `Self@resolve` has no attribute `typ`
[error] unresolved-attribute - :522:37 - Type `Self@__repr__` has no attribute `values`
[error] unresolved-attribute - :531:53 - Type `Self@resolve` has no attribute `values`

ibis/common/egraph.py

[error] unresolved-attribute - :342:20 - Type `type` has no attribute `__argnames__`
[error] unresolved-attribute - :474:19 - Type `Self@__repr__` has no attribute `lhs`
[error] unresolved-attribute - :474:33 - Type `Self@__repr__` has no attribute `rhs`
[error] invalid-return-type - :622:16 - Return type does not match returned value: expected `ENode`, found `bool`

ibis/common/graph.py

[error] invalid-return-type - :640:16 - Return type does not match returned value: expected `Self@invert`, found `Graph`
[error] invalid-return-type - :673:16 -
Old: Return type does not match returned value: expected `Self@toposort`, found `tuple[Unknown, Unknown]`
New: Return type does not match returned value: expected `Self@toposort`, found `tuple[Graph, Self@toposort]`

ibis/common/patterns.py

[error] unresolved-attribute - :430:43 - Type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - :432:46 - Type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - :628:37 - Type `Self@describe` has no attribute `type`
[error] unresolved-attribute - :630:37 - Type `Self@describe` has no attribute `type`
[error] unresolved-attribute - :633:30 - Type `Self@match` has no attribute `type`
[error] unresolved-attribute - :723:31 - Type `Self@describe` has no attribute `type`
[error] invalid-super-argument - :792:9 - `Self@__init__` is not an instance or subclass of `<class 'CoercedTo'>` in `super(<class 'CoercedTo'>, Self@__init__)` call
[error] unresolved-attribute - :803:21 - Type `Self@match` has no attribute `func`
[error] unresolved-attribute - :876:21 - Type `type` has no attribute `__coerce__`
[error] unresolved-attribute - :1373:22 - Type `Self@match` has no attribute `each_arg`
[error] unresolved-attribute - :1442:16 - Type `Self@match` has no attribute `pattern`
[error] unresolved-attribute - :1461:16 - Type `Self@chunk` has no attribute `delimiter`
[error] unresolved-attribute - :1472:18 - Type `Self@match` has no attribute `pattern`

ibis/common/tests/test_deferred.py

[error] unresolved-attribute - :301:27 - Type `Self@__deferred_repr__` has no attribute `dtype`
[error] unresolved-attribute - :304:16 - Type `Self@type` has no attribute `dtype`

ibis/common/tests/test_graph.py

[error] invalid-assignment - :297:9 - Implicit shadowing of function `items`
[error] no-matching-overload - :303:16 - No overload of function `iter` matches arguments
[error] invalid-argument-type - :306:20 - Argument to function `len` is incorrect: Expected `Sized`, found `(bound method Self@__len__.items() -> ItemsView[Unknown, Unknown]) | Unknown | dict[str, Unknown]`

ibis/common/tests/test_patterns.py

[error] invalid-return-type - :344:20 - Return type does not match returned value: expected `T@Literal`, found `bound method Self@dtype.dtype() -> T@Literal`

ibis/expr/rewrites.py

[warning] possibly-missing-attribute - :177:37 - Attribute `__contains__` on type `FrozenDict[Value[Unknown, Any], @Todo] | None` may be missing

ibis/expr/rules.py

[error] invalid-argument-type - :159:49 - Argument to bound method `__coerce__` is incorrect: Expected `type | None`, found `DataType | None`

ibis/expr/sql.py

[error] unresolved-attribute - :59:42 - Type `Schema` has no attribute `schema`

ibis/expr/types/arrays.py

[error] unresolved-attribute - :408:17 - Type `Node` has no attribute `shape`
[error] unresolved-attribute - :409:64 - Type `DataType` has no attribute `value_type`

ibis/expr/types/core.py

[error] invalid-argument-type - :76:39 - Argument to function `to_rich` is incorrect: Expected `Scalar | Table | Column`, found `Self@__rich_console__`
[error] unresolved-attribute - :144:16 - Type `Node` has no attribute `name`
[error] unresolved-attribute - :306:30 - Type `Node & ~UnboundTable` has no attribute `source`
[error] invalid-argument-type - :425:32 - Argument to bound method `execute` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - :533:32 - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Value, Any] | None`
[error] unresolved-attribute - :777:9 - Type `BaseBackend` has no attribute `to_xlsx`

ibis/expr/types/generic.py

[error] unresolved-attribute - :89:32 - Type `Node` has no attribute `arg`
[error] unresolved-attribute - :121:16 - Type `Node` has no attribute `dtype`
[error] invalid-argument-type - :849:37 - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `object`
[error] unresolved-attribute - :903:16 - Type `Node` has no attribute `relations`
[error] unresolved-attribute - :905:18 - Type `Node` has no attribute `relations`
[error] unresolved-attribute - :906:24 - Type `Node` has no attribute `relations`
[error] unresolved-attribute - :1162:19 - Type `Self@collect` has no attribute `_bind_to_parent_table`
[error] unresolved-attribute - :1163:22 - Type `Self@collect` has no attribute `_bind_order_by`
[error] unresolved-attribute - :1286:19 - Type `Self@group_concat` has no attribute `_bind_to_parent_table`
[error] unresolved-attribute - :1287:22 - Type `Self@group_concat` has no attribute `_bind_order_by`
[error] invalid-argument-type - :1437:29 - Argument to bound method `execute` is incorrect: Expected `Mapping[Value, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] unresolved-attribute - :1514:19 - Type `Node` has no attribute `relations`
[error] unresolved-attribute - :1549:19 - Type `Node` has no attribute `relations`
[error] invalid-return-type - :2749:16 - Return type does not match returned value: expected `Column`, found `Column | Scalar | @Todo`
[error] invalid-return-type - :2796:16 - Return type does not match returned value: expected `Column`, found `Column | Scalar | @Todo`
[error] unresolved-attribute - :292:18 - Type `DataType` has no attribute `geotype`
[error] unresolved-attribute - :1552:36 - Type `Node` has no attribute `name`
[error] invalid-argument-type - :1552:58 - Argument to function `unwrap_alias` is incorrect: Expected `Value[Unknown, Any]`, found `Node`

ibis/expr/types/groupby.py

[error] too-many-positional-arguments - :266:13 - Too many positional arguments to bound method `__init__`: expected 1, got 3

ibis/expr/types/logical.py

[error] invalid-return-type - :448:16 - Return type does not match returned value: expected `BooleanScalar`, found `BooleanValue | @Todo`
[error] invalid-return-type - :486:16 - Return type does not match returned value: expected `BooleanColumn`, found `BooleanValue | @Todo`
[error] invalid-return-type - :526:16 - Return type does not match returned value: expected `BooleanColumn`, found `BooleanColumn | BooleanScalar | @Todo`

ibis/expr/types/numeric.py

[error] invalid-return-type - :1141:16 - Return type does not match returned value: expected `NumericColumn`, found `NumericColumn | NumericScalar | @Todo`
[error] invalid-return-type - :1241:16 - Return type does not match returned value: expected `NumericColumn`, found `NumericColumn | NumericScalar | @Todo`
[error] unsupported-operator - :1400:20 - Operator `-` is unsupported between objects of type `Scalar | @Todo` and `int | float`
[error] unsupported-operator - :1406:25 - Operator `-` is unsupported between objects of type `Scalar | @Todo` and `int | float | Unknown`
[error] unsupported-operator - :1409:23 - Operator `-` is unsupported between objects of type `Scalar | @Todo` and `int | float | Unknown`

ibis/expr/types/relations.py

[error] invalid-argument-type - :1073:31 - Argument to bound method `limit` is incorrect: Expected `int | None`, found `int | IntegerScalar`
[error] invalid-argument-type - :1073:38 - Argument to bound method `limit` is incorrect: Expected `int`, found `int | IntegerScalar`
[error] invalid-argument-type - :1094:32 - Argument to bound method `filter` is incorrect: Expected `BooleanValue | Sequence[BooleanValue] | IfAnyAll | Deferred`, found `tuple[Value | @Todo, ...]`
[error] invalid-return-type - :1165:16 - Return type does not match returned value: expected `list[str]`, found `tuple[str, ...]`
[error] invalid-assignment - :1400:9 - Object of type `tuple[Value, ...] | @Todo` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] invalid-assignment - :1401:9 - Object of type `tuple[Value | @Todo, ...]` is not assignable to `Sequence[BooleanValue] | None`
[error] invalid-argument-type - :1403:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] not-iterable - :1411:21 - Object of type `Sequence[BooleanValue] | None` may not be iterable
[error] invalid-argument-type - :1575:39 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `tuple[str, ...]`
[error] invalid-argument-type - :1575:56 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `(t) -> Unknown`
[error] invalid-argument-type - :1597:30 - Argument to bound method `aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :1597:36 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Selector`
[error] invalid-argument-type - :1597:43 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `((t) -> Unknown) | tuple[()]`
[error] invalid-argument-type - :1983:31 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - :2100:38 - Argument to bound method `_assemble_set_op` is incorrect: Expected `type[Set]`, found `typing.Union`
[error] invalid-argument-type - :2372:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - :2566:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-assignment - :3075:13 - Object of type `tuple[Value | @Todo, ...]` is not assignable to `Sequence[str] | None`
[error] invalid-argument-type - :3153:28 - Method `__getitem__` of type `bound method Schema.__getitem__(name: str) -> DataType` cannot be called with key of type `object` on object of type `Schema`
[error] invalid-argument-type - :3331:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :3332:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :3333:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :4466:28 - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - :5165:25 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - :5323:23 - Argument to bound method `order_by` is incorrect: Expected `Sequence[str | Column | Selector | Deferred] | Column | Selector | Deferred`, found `Value`
[error] invalid-argument-type - :1404:34 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `Scalar | Deferred | Sequence[Scalar | Deferred] | None`

ibis/expr/types/structs.py

[error] unresolved-attribute - :146:24 - Type `DataType` has no attribute `names`
[error] unresolved-attribute - :151:23 - Type `DataType` has no attribute `names`
[error] unresolved-attribute - :351:24 - Type `Node` has no attribute `relations`

ibis/expr/types/temporal.py

[error] unresolved-attribute - :307:14 - Type `Self@between` has no attribute `op`
[error] unresolved-attribute - :1263:24 - Type `Node` has no attribute `dtype`

ibis/formats/pyarrow.py

[error] unresolved-attribute - :342:16 - Type `V@PyArrowTableProxy` has no attribute `to_pandas`

ibis/selectors.py

[warning] possibly-missing-attribute - :446:32 - Attribute `items` on type `Resolver | ((Value, /) -> Value) | @Todo` may be missing
[warning] possibly-missing-attribute - :458:28 - Attribute `format` on type `(str & ~(() -> object)) | (((str, str | None, /) -> str) & ~(() -> object))` may be missing

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

ignite/distributed/auto.py

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

ignite/distributed/launcher.py

[warning] unused-ignore-comment - :309:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :314:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :318:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :343:33 - Unused blanket `type: ignore` directive

ignite/engine/deterministic.py

[warning] unused-ignore-comment - :270:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :293:57 - Unused blanket `type: ignore` directive

ignite/engine/engine.py

[error] invalid-argument-type - :156:30 - Argument to bound method `register_events` is incorrect: Expected `list[str] | list[EventEnum]`, found `Events`
[error] no-matching-overload - :812:33 - No overload of function `iter` matches arguments
[error] unsupported-operator - :1121:63 - Operator `/` is unsupported between objects of type `(Unknown & ~None) | int` and `Unknown | int | None`
[error] unsupported-operator - :1308:63 - Operator `/` is unsupported between objects of type `(Unknown & ~None) | int` and `Unknown | int | None`

ignite/engine/events.py

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

ignite/handlers/clearml_logger.py

[warning] possibly-missing-attribute - :502:46 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing
[warning] possibly-missing-attribute - :691:44 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing
[warning] unused-ignore-comment - :856:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :903:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :918:53 - Unused blanket `type: ignore` directive

ignite/handlers/lr_finder.py

[error] unsupported-operator - :186:16 - Operator `<` is not supported for types `int` and `None`, in comparing `Unknown | int | float` with `Unknown | None | int | float`
[warning] unused-ignore-comment - :191:71 - Unused blanket `type: ignore` directive

ignite/handlers/neptune_logger.py

[warning] possibly-missing-attribute - :505:42 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing
[warning] possibly-missing-attribute - :609:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing

ignite/handlers/param_scheduler.py

[warning] unused-ignore-comment - :994:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :996:63 - Unused blanket `type: ignore` directive

ignite/handlers/tensorboard_logger.py

[warning] possibly-missing-attribute - :477:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing
[warning] possibly-missing-attribute - :641:38 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing

ignite/handlers/visdom_logger.py

[warning] possibly-missing-attribute - :491:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing
[warning] possibly-missing-attribute - :542:38 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & (() -> object))` may be missing

ignite/metrics/precision_recall_curve.py

[warning] unused-ignore-comment - :89:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :127:61 - Unused blanket `type: ignore` directive

ignite/metrics/roc_auc.py

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

ignite/metrics/ssim.py

[error] invalid-assignment - :108:13 - Object of type `(int & Sequence[object]) | (Sequence[int | float] & ~float)` is not assignable to attribute `sigma` of type `Sequence[int | float]`

ignite/utils.py

[warning] unused-ignore-comment - :186:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :189:43 - Unused blanket `type: ignore` directive

tests/ignite/distributed/test_launcher.py

[error] unsupported-operator - :281:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :282:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None | dict[Unknown, Unknown]`

tests/ignite/metrics/test_metrics_lambda.py

[error] non-subscriptable - :26:16 - Cannot subscript object of type `None` with no `__getitem__` method

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

src/itsdangerous/serializer.py

[warning] unused-ignore-comment - :261:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :263:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :318:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :320:20 - Unused blanket `type: ignore` directive

src/itsdangerous/timed.py

[error] invalid-super-argument - :180:57 - `Self@iter_unsigners` is not an instance or subclass of `<class 'TimedSerializer'>` in `super(<class 'TimedSerializer'>, Self@iter_unsigners)` call

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

jax/_src/custom_transpose.py

[error] invalid-argument-type - :102:9 - Argument to function `wrap_init` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | None`
[error] invalid-argument-type - :104:40 - Argument to function `debug_info` is incorrect: Expected `(...) -> Unknown`, found `((...) -> Unknown) | None`

jax/_src/lru_cache.py

[warning] possibly-missing-attribute - :184:73 - Attribute `length` on type `Unknown | stat_result` may be missing

jax/_src/pallas/fuser/fusion.py

[error] invalid-return-type - :40:12 - Return type does not match returned value: expected `K@__call__`, found `typing.TypeVar`

jax/experimental/array_serialization/serialization.py

[error] not-iterable - :205:21 - Object of type `Unknown | None | Sequence[Future[Unknown]]` may not be iterable
[error] invalid-argument-type - :215:36 - Argument to function `_get_key` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :228:38 - Argument to bound method `key_value_set` is incorrect: Expected `str`, found `None | Unknown`

jax/_src/errors.py

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

jax/_src/array.py

[error] unresolved-attribute - :382:33 - Type `Self@__iter__` has no attribute `_chunk_iter`
[error] unresolved-attribute - :463:8 - Type `Self@__dlpack_device__` has no attribute `platform`
[error] unresolved-attribute - :466:10 - Type `Self@__dlpack_device__` has no attribute `platform`
[error] unresolved-attribute - :485:14 - Type `Self@__dlpack_device__` has no attribute `platform`
[error] unresolved-attribute - :532:14 - Type `Self@addressable_data` has no attribute `_fully_replicated_shard`

jax/_src/config.py

[error] invalid-super-argument - :308:7 - `Self@__init__` is not an instance or subclass of `<class 'State'>` in `super(<class 'State'>, Self@__init__)` call
[error] invalid-super-argument - :311:7 - `Self@__init__` is not an instance or subclass of `<class 'State'>` in `super(<class 'State'>, Self@__init__)` call

jax/_src/core.py

[error] missing-argument - :648:14 - No argument provided for required parameter `params` of function `bind_with_trace`
[error] invalid-argument-type - :648:35 - Argument to function `bind_with_trace` is incorrect: Expected `Primitive`, found `Trace[Unknown] | None`
[error] unresolved-attribute - :1086:12 - Type `Doc` has no attribute `format`
[error] unresolved-attribute - :1870:49 - Type `QuasiDynamicData | None` has no attribute `to_tangent_qdd`
[error] unresolved-attribute - :2604:38 - Type `AbstractValue` has no attribute `_getitem`
[error] unresolved-attribute - :2605:41 - Type `AbstractValue` has no attribute `_setitem`
[error] unresolved-attribute - :2606:36 - Type `AbstractValue` has no attribute `_len`
[error] unresolved-attribute - :2607:42 - Type `AbstractValue` has no attribute `_addupdate`
[warning] unused-ignore-comment - :659:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1864:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1867:57 - Unused blanket `type: ignore` directive

jax/_src/debugger/colab_debugger.py

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

jax/_src/debugger/colab_lib.py

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

jax/_src/distributed.py

[warning] possibly-missing-attribute - :156:5 - Attribute `connect` on type `DistributedRuntimeClient | Any | None` may be missing
[warning] possibly-missing-attribute - :196:5 - Attribute `initialize` on type `Any | None` may be missing

jax/_src/export/shape_poly.py

[warning] unused-ignore-comment - :1600:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1607:52 - Unused blanket `type: ignore` directive

jax/_src/interpreters/ad.py

[error] invalid-argument-type - :593:26 - Argument to function `freeze` is incorrect: Expected `Ref`, found `AbstractRef`

jax/_src/interpreters/mlir.py

[error] invalid-assignment - :1474:5 - Object of type `OrderedDict[str, Unknown]` is not assignable to attribute `_tokens` of type `OrderedDict[Effect, Unknown]`

jax/_src/interpreters/partial_eval.py

[error] unresolved-attribute - :192:64 - Type `Self@new_arg` has no attribute `level`
[warning] possibly-missing-attribute - :1758:21 - Attribute `frame` on type `Trace[Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :1768:34 - Attribute `frame` on type `Trace[Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :1803:12 - Attribute `get_const` on type `Trace[Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :1806:13 - Attribute `frame` on type `Trace[Unknown] | Unknown` may be missing
[error] unknown-argument - :1947:38 - Argument `initial_qdd` does not match any known parameter
[error] invalid-assignment - :2059:5 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `constid_to_tracer` on type `Unknown | JaxprStackFrame`
[warning] unused-ignore-comment - :1734:23 - Unused blanket `type: ignore` directive

jax/_src/lax/lax.py

[warning] possibly-missing-attribute - :7953:33 - Attribute `__name__` on type `Unknown | ((Any, Any, /) -> Any)` may be missing

jax/_src/linear_util.py

[warning] unused-ignore-comment - :370:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :375:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :382:68 - Unused blanket `type: ignore` directive

jax/_src/pallas/core.py

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

jax/_src/pallas/fuser/block_spec.py

[error] call-non-callable - :164:11 - Object of type `None` is not callable
[error] call-non-callable - :170:11 - Object of type `None` is not callable

jax/_src/pallas/mosaic/interpret.py

[error] invalid-argument-type - :263:31 - Argument to function `update_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | None`
[error] invalid-argument-type - :286:37 - Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | None`
[error] invalid-argument-type - :306:39 - Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | None`
[error] invalid-argument-type - :315:21 - Method `__getitem__` of type `bound method dict[tuple[int, int], list[DMA]].__getitem__(key: tuple[int, int], /) -> list[DMA]` cannot be called with key of type `Unknown | None` on object of type `dict[tuple[int, int], list[DMA]]`

jax/_src/pallas/mosaic/pipeline.py

[error] invalid-argument-type - :397:28 - Argument to function `__new__` is incorrect: Expected `Iterable[@Todo | int | None]`, found `Sequence[@Todo | int | None] | None`
[warning] possibly-missing-implicit-call - :815:7 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] possibly-missing-implicit-call - :816:7 - Method `__setitem__` of type `@Todo | None` may be missing
[error] invalid-argument-type - :818:28 - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Array] | None`
[error] non-subscriptable - :819:11 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :821:7 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] possibly-missing-implicit-call - :822:7 - Method `__setitem__` of type `@Todo | None` may be missing
[error] non-subscriptable - :887:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :888:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :889:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :890:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :892:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :893:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Array] | None`
[error] invalid-argument-type - :911:19 - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Array] | None`
[warning] possibly-missing-implicit-call - :937:9 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] possibly-missing-implicit-call - :939:9 - Method `__setitem__` of type `@Todo | None` may be missing
[error] invalid-argument-type - :942:30 - Argument to function `len` is incorrect: Expected `Sized`, found `Sequence[Array] | None`
[error] non-subscriptable - :943:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :946:9 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] possibly-missing-implicit-call - :948:9 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] possibly-missing-implicit-call - :1049:9 - Method `__setitem__` of type `@Todo | None` may be missing
[error] non-subscriptable - :1049:46 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :1051:9 - Method `__setitem__` of type `@Todo | None` may be missing
[warning] unused-ignore-comment - :831:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :845:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :859:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :873:71 - Unused blanket `type: ignore` directive

jax/_src/pallas/mosaic/sc_core.py

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

jax/_src/pallas/mosaic_gpu/core.py

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

jax/_src/prng.py

[error] unresolved-attribute - :180:5 - Type `Array` has no attribute `_replace_with`

jax/_src/profiler.py

[error] unresolved-attribute - :187:5 - Unresolved attribute `last_request` on type `BaseServer`.

jax/_src/shard_map.py

[warning] possibly-missing-attribute - :1287:51 - Attribute `amesh` on type `Trace[Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :1293:20 - Attribute `mesh` on type `Trace[Unknown] | Unknown` may be missing

jax/_src/stages.py

[error] invalid-argument-type - :565:32 - Argument to bound method `compile` is incorrect: Expected `dict[str, str | bool] | None`, found `Any | dict[str, str | bool] | None | tuple[Device, ...]`
[error] invalid-argument-type - :565:32 - Argument to bound method `compile` is incorrect: Expected `tuple[Device, ...] | None`, found `Any | dict[str, str | bool] | None | tuple[Device, ...]`
[error] unresolved-attribute - :725:22 - Type `Executable` has no attribute `_in_shardings`
[error] unresolved-attribute - :729:59 - Type `Executable` has no attribute `_kept_var_idx`
[error] unresolved-attribute - :744:20 - Type `Executable` has no attribute `_xla_in_layouts`
[error] unresolved-attribute - :748:55 - Type `Executable` has no attribute `_kept_var_idx`

jax/_src/state/types.py

[warning] unused-ignore-comment - :402:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :408:62 - Unused blanket `type: ignore` directive

jax/_src/test_loader.py

[error] invalid-assignment - :143:9 - Object of type `() -> Unknown` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[error] invalid-assignment - :147:9 - Object of type `() -> Unknown` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[error] invalid-assignment - :151:11 - Object of type `Any & ~None` is not assignable to attribute `time_getter` on type `Unknown | TestResult`
[warning] possibly-missing-attribute - :169:33 - Attribute `addDuration` on type `Unknown | TestResult` may be missing

jax/_src/test_util.py

[error] unresolved-attribute - :575:7 - Type `Self@skip_unless_sm90a` has no attribute `skipTest`
[error] unresolved-attribute - :579:7 - Type `Self@skip_unless_sm100a` has no attribute `skipTest`

jax/experimental/_private_mm/mm.py

[error] unresolved-attribute - :42:24 - Type `Sharding` has no attribute `mesh`

jax/experimental/jax2tf/tests/cross_compilation_check.py

[warning] possibly-missing-attribute - :84:14 - Attribute `exists` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :90:14 - Attribute `makedirs` on type `Unknown | None` may be missing

jax/experimental/mosaic/gpu/fragmented_array.py

[error] unresolved-attribute - :2254:35 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[error] unresolved-attribute - :2266:37 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[warning] possibly-missing-attribute - :2291:35 - Attribute `type` on type `ndarray[@Todo, Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :2334:18 - Attribute `type` on type `ndarray[@Todo, Unknown] | Unknown` may be missing
[error] unresolved-attribute - :2525:35 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[error] unresolved-attribute - :2526:33 - Type `ndarray[@Todo, Unknown]` has no attribute `type`

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-argument-type - :1001:9 - Argument to bound method `_prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`
[error] invalid-argument-type - :1374:31 - Argument to bound method `_prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`

jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py

[warning] possibly-missing-attribute - :84:9 - Attribute `at` on type `Unknown | None` may be missing

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

docs/examples/cache_extension.py

[warning] possibly-missing-attribute - :44:15 - Attribute `fragment_cache_prefix` on type `Unknown | Environment` may be missing
[warning] possibly-missing-attribute - :49:14 - Attribute `fragment_cache` on type `Unknown | Environment` may be missing
[warning] possibly-missing-attribute - :53:9 - Attribute `fragment_cache` on type `Unknown | Environment` may be missing

src/jinja2/idtracking.py

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

src/jinja2/environment.py

[error] invalid-return-type - :628:10 - Function can implicitly return `None`, which is not assignable to return type `Iterator[tuple[int, str, str]]`
[error] invalid-return-type - :738:10 - Function can implicitly return `None`, which is not assignable to return type `str | CodeType`
[warning] possibly-unresolved-reference - :813:61 - Name `expr` used when possibly not defined
[error] invalid-return-type - :1272:56 - Function can implicitly return `None`, which is not assignable to return type `str`
[warning] unused-ignore-comment - :1312:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1361:77 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1416:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1612:72 - Unused blanket `type: ignore` directive

src/jinja2/ext.py

[warning] unused-ignore-comment - :307:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :518:55 - Unused blanket `type: ignore` directive

src/jinja2/lexer.py

[error] invalid-argument-type - :667:40 -
Old: Argument is incorrect: Expected `str`, found `str | Unknown | int`
New: Argument is incorrect: Expected `str`, found `str | int | Any`

src/jinja2/loaders.py

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

src/jinja2/nativetypes.py

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

src/jinja2/nodes.py

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

src/jinja2/parser.py

[error] invalid-return-type - :95:10 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :130:73 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :141:10 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[warning] unused-ignore-comment - :153:67 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :679:16 - Name `node` used when possibly not defined

src/jinja2/runtime.py

[error] invalid-argument-type - :770:40 - Argument to bound method `_invoke` is incorrect: Expected `bool`, found `@Todo | bool | None`
[warning] unused-ignore-comment - :371:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :382:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :773:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :782:63 - Unused blanket `type: ignore` directive

src/jinja2/utils.py

[error] invalid-return-type - :472:16 - Return type does not match returned value: expected `Self@copy`, found `LRUCache`

tests/test_api.py

[error] invalid-argument-type - :408:47 - Argument to bound method `visit_Const` is incorrect: Expected `Frame`, found `Unknown | None`

tests/test_loader.py

[warning] possibly-missing-attribute - :240:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :244:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :261:9 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :263:16 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :263:16 - Attribute `module` on type `Unknown | BaseLoader | None` may be missing
[warning] possibly-missing-attribute - :265:24 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :265:24 - Attribute `module` on type `Unknown | BaseLoader | None` may be missing
[error] invalid-assignment - :282:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :283:14 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :285:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :287:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[error] invalid-assignment - :292:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :294:24 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :298:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :300:17 - Attribute `get_template` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :306:20 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :306:20 - Attribute `module` on type `Unknown | BaseLoader | None` may be missing
[warning] possibly-missing-attribute - :315:20 - Attribute `loader` on type `Unknown | None | Environment` may be missing
[warning] possibly-missing-attribute - :315:20 - Attribute `module` on type `Unknown | BaseLoader | None` may be missing

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

koda_validate/is_type.py

[error] invalid-super-argument - :20:9 - `Self@__init__` is not an instance or subclass of `<class 'TypeValidator'>` in `super(<class 'TypeValidator'>, Self@__init__)` call

koda_validate/set.py

[warning] unused-ignore-comment - :64:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:74 - Unused blanket `type: ignore` directive

koda_validate/_internal.py

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

koda_validate/generic.py

[error] unsupported-operator - :82:20 - Operator `>` is not supported for types `MinMaxT@Min` and `MinMaxT@Min`
[error] unsupported-operator - :84:20 - Operator `>=` is not supported for types `MinMaxT@Min` and `MinMaxT@Min`
[error] unsupported-operator - :94:20 - Operator `<` is not supported for types `MinMaxT@Max` and `MinMaxT@Max`
[error] unsupported-operator - :96:20 - Operator `<=` is not supported for types `MinMaxT@Max` and `MinMaxT@Max`
[error] unsupported-operator - :107:16 - Operator `%` is unsupported between objects of type `Num@MultipleOf` and `Num@MultipleOf`
[error] invalid-argument-type - :290:31 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - :298:29 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@EndsWith`

koda_validate/tuple.py

[warning] unused-ignore-comment - :435:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :489:74 - Unused blanket `type: ignore` directive

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

kopf/_cogs/aiokits/aioenums.py

[error] invalid-super-argument - :35:9 - `Self@__init__` is not an instance or subclass of `<class 'FlagSetter'>` in `super(<class 'FlagSetter'>, Self@__init__)` call
[error] invalid-super-argument - :80:9 - `Self@__init__` is not an instance or subclass of `<class 'FlagWaiter'>` in `super(<class 'FlagWaiter'>, Self@__init__)` call
[error] invalid-super-argument - :163:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncFlagPromise'>` in `super(<class 'AsyncFlagPromise'>, Self@__init__)` call

kopf/_cogs/aiokits/aiovalues.py

[error] invalid-super-argument - :11:9 - `Self@__init__` is not an instance or subclass of `<class 'Container'>` in `super(<class 'Container'>, Self@__init__)` call

kopf/_cogs/structs/credentials.py

[error] unsupported-operator - :163:16 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, object] | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :165:24 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, object] | None | dict[Unknown, Unknown]`
[warning] possibly-missing-implicit-call - :166:25 - Method `__setitem__` of type `dict[str, object] | None | dict[Unknown, Unknown]` may be missing
[error] non-subscriptable - :167:44 - Cannot subscript object of type `None` with no `__getitem__` method

kopf/_core/engines/indexing.py

[error] invalid-super-argument - :31:9 - `Self@__init__` is not an instance or subclass of `<class 'Store'>` in `super(<class 'Store'>, Self@__init__)` call
[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'Index'>` in `super(<class 'Index'>, Self@__init__)` call

kopf/_core/intents/registries.py

[error] invalid-super-argument - :37:9 - `Self@__init__` is not an instance or subclass of `<class 'GenericRegistry'>` in `super(<class 'GenericRegistry'>, Self@__init__)` call

kopf/_cogs/structs/dicts.py

[error] invalid-super-argument - :283:9 - `Self@__init__` is not an instance or subclass of `<class 'MappingView'>` in `super(<class 'MappingView'>, Self@__init__)` call

kopf/_cogs/structs/patches.py

[error] invalid-argument-type - :105:56 - Argument to bound method `_as_json_patch` is incorrect: Expected `list[str]`, found `list[object]`
[warning] unused-ignore-comment - :116:41 - Unused blanket `type: ignore` directive

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

kornia/augmentation/container/augment.py

[error] unresolved-attribute - :405:35 - Type `object` has no attribute `type`
[error] unresolved-attribute - :414:35 - Type `object` has no attribute `type`
[warning] unused-ignore-comment - :343:99 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :473:99 - Unused blanket `type: ignore` directive

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

examples/evm/mappingchallenge.py

[warning] possibly-missing-attribute - :33:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :38:14 - Attribute `locked_context` on type `Unknown | None` may be missing

examples/evm/use_def.py

[warning] possibly-missing-attribute - :46:14 - Attribute `get_metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :60:14 - Attribute `get_metadata` on type `Unknown | None` may be missing

manticore/core/smtlib/expression.py

[error] unresolved-attribute - :891:26 - Type `Self@read_BE` has no attribute `get`
[error] unresolved-attribute - :898:26 - Type `Self@read_LE` has no attribute `get`
[error] invalid-assignment - :1219:13 - Method `__setitem__` of type `bound method dict[int, int].__setitem__(key: int, value: int, /) -> None` cannot be called with a key of type `Unknown` and a value of type `(Unknown & Expression) | BitVec` on object of type `dict[int, int]`

manticore/core/state.py

[error] unresolved-attribute - :260:9 - Unresolved attribute `_id` on type `StateBase`.
[error] unresolved-attribute - :589:18 - Type `Self@solve_buffer` has no attribute `cpu`

manticore/ethereum/account.py

[error] missing-argument - :53:16 - No argument provided for required parameter `format_spec` of function `__format__`
[warning] possibly-missing-attribute - :94:14 - Attribute `get_metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :148:17 - Attribute `transaction` on type `Unknown | None` may be missing

manticore/native/plugins.py

[warning] possibly-missing-attribute - :12:13 - Attribute `_publish` on type `Unknown | None` may be missing
[error] invalid-assignment - :13:9 - Object of type `(...) -> Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[warning] possibly-missing-attribute - :14:22 - Attribute `ready_states` on type `Unknown | None` may be missing
[error] invalid-assignment - :17:9 - Object of type `Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[warning] possibly-missing-attribute - :26:17 - Attribute `_workspace` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :35:9 - Attribute `kill_state` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :44:16 - Attribute `_save` on type `Unknown | None` may be missing

manticore/utils/event.py

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

manticore/wasm/executor.py

[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `drop`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_abs`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_add`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_ceil`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_copysign`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_demote_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_div`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_eq`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_floor`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_ge`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_gt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_le`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_lt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_max`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_min`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_mul`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_ne`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_nearest`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_neg`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_reinterpret_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_sub`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f32_trunc`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_abs`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_add`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_ceil`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_copysign`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_div`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_eq`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_floor`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_ge`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_gt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_le`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_lt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_max`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_min`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_mul`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_ne`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_nearest`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_neg`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_promote_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_reinterpret_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_sub`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `f64_trunc`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_add`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_and`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_clz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_ctz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_div_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_div_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_eq`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_eqz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_le_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_le_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_mul`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_ne`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_or`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_reinterpret_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_rotl`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_rotr`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_shl`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_sub`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_wrap_i64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i32_xor`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_add`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_and`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_clz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_ctz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_div_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_div_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_eq`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_eqz`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_extend_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_extend_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_le_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_le_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_mul`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_ne`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_or`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_reinterpret_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_rotl`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_rotr`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_shl`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_sub`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `i64_xor`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `nop`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `select`: expected 3, got 4
[error] too-many-positional-arguments - :267:43 - Too many positional arguments to bound method `unreachable`: expected 3, got 4
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `current_memory`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f32_const`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f32_load`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f32_store`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f64_const`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f64_load`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `f64_store`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `get_global`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `get_local`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `grow_memory`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_const`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_load16_s`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_load16_u`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_load8_s`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_load8_u`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_load`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_store16`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_store8`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i32_store`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_const`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load16_s`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load16_u`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load32_s`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load32_u`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load8_s`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load8_u`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_load`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_store16`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_store32`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_store8`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `i64_store`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `set_global`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `set_local`
[error] missing-argument - :269:24 - No argument provided for required parameter `imm` of bound method `tee_local`

server/manticore_server/introspect_plugin.py

[warning] possibly-missing-attribute - :22:17 - Attribute `_load` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :31:17 - Attribute `_load` on type `Unknown | None` may be missing

tests/native/test_state.py

[warning] possibly-missing-attribute - :356:17 - Attribute `count_busy_states` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :357:19 - Attribute `count_ready_states` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :358:19 - Attribute `count_killed_states` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :359:19 - Attribute `count_terminated_states` on type `Unknown | None` may be missing

tests/native/test_unicorn_concrete.py

[warning] possibly-missing-attribute - :19:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :20:23 - Attribute `terminated_states` on type `Unknown | None` may be missing

manticore/binary/binary.py

[error] invalid-assignment - :55:9 - Implicit shadowing of function `arch`
[error] invalid-assignment - :95:9 - Implicit shadowing of function `arch`

manticore/core/manticore.py

[error] unresolved-attribute - :1232:12 - Type `DaemonThread` has no attribute `activated`
[warning] unused-ignore-comment - :1284:63 - Unused blanket `type: ignore` directive

manticore/core/plugin.py

[warning] possibly-missing-attribute - :48:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :53:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :58:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :243:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :256:27 - Attribute `context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :270:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :276:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :286:27 - Attribute `context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :290:18 - Attribute `_output` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :306:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :321:14 - Attribute `locked_context` on type `Unknown | None` may be missing

manticore/core/smtlib/constraints.py

[error] invalid-assignment - :81:9 - Object of type `None` is not assignable to attribute `_parent` on type `Unknown | None | ConstraintSet`

manticore/core/smtlib/solver.py

[warning] possibly-missing-attribute - :236:13 - Attribute `close` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :237:13 - Attribute `close` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :325:9 - Attribute `flush` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :325:9 - Attribute `stdout` on type `Popen[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :326:9 - Attribute `flush` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :326:9 - Attribute `stdin` on type `Popen[Unknown] | None` may be missing
[error] non-subscriptable - :459:74 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :559:22 - Operator `+` is unsupported between objects of type `int | bytes` and `Unknown | int | bytes`
[warning] unused-ignore-comment - :255:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :256:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :257:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :283:55 - Unused blanket `type: ignore` directive

manticore/core/worker.py

[warning] possibly-missing-attribute - :235:9 - Attribute `join` on type `Unknown | None | Thread` may be missing
[warning] possibly-missing-attribute - :251:9 - Attribute `join` on type `Unknown | None | Process` may be missing
[error] unresolved-attribute - :284:30 - Type `BaseServer` has no attribute `dump`

manticore/ethereum/detectors.py

[warning] possibly-missing-attribute - :110:16 - Attribute `get_metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :803:20 - Attribute `metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :821:60 - Attribute `metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :822:24 - Attribute `metadata` on type `Unknown | None` may be missing

manticore/ethereum/manticore.py

[error] missing-argument - :420:9 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :420:24 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`
[error] missing-argument - :421:9 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :421:24 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_evm_execute_instruction"]`
[error] missing-argument - :423:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :423:28 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] missing-argument - :425:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :425:28 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] missing-argument - :427:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :427:28 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] invalid-assignment - :865:9 - Method `__setitem__` of type `bound method dict[str, EVMContract].__setitem__(key: str, value: EVMContract, /) -> None` cannot be called with a key of type `Unknown` and a value of type `EVMAccount` on object of type `dict[str, EVMContract]`

manticore/ethereum/plugins.py

[warning] possibly-missing-attribute - :64:18 - Attribute `get_metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :110:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :115:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :204:19 - Attribute `ready_states` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :210:14 - Attribute `locked_context` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :218:22 - Attribute `_load` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :220:33 - Attribute `_ready_states` on type `Unknown | None` may be missing
[error] unresolved-attribute - :221:25 - Type `Self@did_run_callback` has no attribute `_publish`
[warning] possibly-missing-attribute - :227:25 - Attribute `_ready_states` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :228:25 - Attribute `_terminated_states` on type `Unknown | None` may be missing
[error] unresolved-attribute - :229:25 - Type `Self@did_run_callback` has no attribute `_publish`

manticore/native/cpu/abstractcpu.py

[error] invalid-argument-type - :1016:75 - Argument to bound method `decode_instruction` is incorrect: Expected `int`, found `Unknown | None`
[warning] possibly-missing-attribute - :1046:17 - Attribute `sync_unicorn_to_manticore` on type `Unknown | None | ConcreteUnicornEmulator` may be missing
[error] unresolved-attribute - :1060:63 - Type `Instruction` has no attribute `bytes`
[error] unresolved-attribute - :1060:63 - Type `Instruction` has no attribute `bytes`
[error] unresolved-attribute - :1060:63 - Type `Instruction` has no attribute `bytes`

manticore/native/cpu/arm.py

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

manticore/native/manticore.py

[error] unresolved-attribute - :87:17 - Type `Self@apply_model_hooks` has no attribute `_model_hooks`
[error] unresolved-attribute - :88:17 - Type `Self@apply_model_hooks` has no attribute `_executor`
[error] unresolved-attribute - :92:22 - Type `Self@_model_hook_callback` has no attribute `_model_hooks`
[error] unresolved-attribute - :95:19 - Type `Self@_model_hook_callback` has no attribute `_model_hooks`
[error] missing-argument - :188:17 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :188:32 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction"]`
[error] missing-argument - :222:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :222:28 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_run"]`
[error] missing-argument - :306:17 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :306:32 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction", "did_execute_instruction", "will_invoke_syscall", "did_invoke_syscall"]`

manticore/native/memory.py

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

manticore/native/state.py

[error] no-matching-overload - :129:15 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :135:20 - No overload of bound method `get` matches arguments
[error] invalid-argument-type - :136:17 - Method `__getitem__` of type `bound method dict[int | None, set[@Todo]].__getitem__(key: int | None, /) -> set[@Todo]` cannot be called with key of type `int | str | None | (Any & ~str)` on object of type `dict[int | None, set[@Todo]]`
[error] no-matching-overload - :173:9 - No overload of bound method `setdefault` matches arguments

manticore/platforms/decree.py

[warning] possibly-missing-attribute - :71:16 - Attribute `_transmit` on type `Unknown | None` may be missing
[error] invalid-argument-type - :820:42 - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-assignment - :850:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `Unknown | int` on object of type `Unknown | list[Unknown | None]`
[error] invalid-assignment - :852:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: Unknown | None, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | None], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `None` on object of type `Unknown | list[Unknown | None]`
[error] invalid-argument-type - :855:42 - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :859:29 - Argument to bound method `remove` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unsupported-operator - :914:20 - Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
[error] unresolved-attribute - :626:31 - Type `Self@sys_terminate` has no attribute `constraints`

manticore/platforms/evm.py

[error] call-non-callable - :683:30 - Object of type `None` is not callable
[error] call-non-callable - :688:25 - Object of type `None` is not callable
[error] not-iterable - :1220:79 - Object of type `None` is not iterable
[error] not-iterable - :1291:79 - Object of type `None` is not iterable
[error] non-subscriptable - :1359:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1751:44 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :3016:16 - Attribute `coinbase` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :3019:16 - Attribute `timestamp` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :3022:16 - Attribute `blocknumber` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :3025:16 - Attribute `difficulty` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :3028:16 - Attribute `gaslimit` on type `Unknown | None` may be missing
[error] not-iterable - :3261:66 - Object of type `None` is not iterable
[error] not-iterable - :3289:66 - Object of type `None` is not iterable
[error] not-iterable - :3318:66 - Object of type `None` is not iterable

manticore/platforms/linux.py

[error] invalid-assignment - :393:13 - Object of type `None` is not assignable to attribute `file` of type `IO[Any]`
[warning] possibly-missing-attribute - :800:16 - Attribute `_transmit` on type `Socket | None` may be missing
[error] no-matching-overload - :2480:20 - No overload of function `abspath` matches arguments
[error] unresolved-attribute - :2579:64 - Type `FdLike` has no attribute `name`
[error] unresolved-attribute - :2711:45 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2712:60 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2713:44 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2805:23 - Type `Self@sys_prlimit64` has no attribute `sys_setrlimit`
[error] invalid-argument-type - :3201:40 - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - :3212:36 - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - :3478:37 - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`
[error] invalid-argument-type - :3495:37 - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`

manticore/platforms/platform.py

[error] unresolved-attribute - :57:9 - Type `Self@invoke_model` has no attribute `_function_abi`

manticore/platforms/wasm.py

[error] invalid-argument-type - :262:68 - Argument is incorrect: Expected `FunctionType`, found `(ProtoFuncInst & (() -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & (() -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & (() -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & (() -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & (() -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :264:25 - Argument to bound method `append` is incorrect: Expected `ProtoFuncInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] invalid-argument-type - :278:25 - Argument to bound method `append` is incorrect: Expected `TableInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | TableInst | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :286:25 - Argument to bound method `append` is incorrect: Expected `MemInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | MemInst | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :294:25 - Argument to bound method `append` is incorrect: Expected `GlobalInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | GlobalInst | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`

manticore/wasm/manticore.py

[error] missing-argument - :41:9 - No argument provided for required parameter `callback` of function `subscribe`
[error] invalid-argument-type - :41:24 - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`

manticore/wasm/structure.py

[error] invalid-assignment - :814:9 - Object of type `None` is not assignable to attribute `_state` of type `State`
[error] invalid-assignment - :852:9 - Object of type `None` is not assignable to attribute `_state` of type `State`
[error] invalid-assignment - :1260:9 - Object of type `Unknown | None` is not assignable to attribute `_state` of type `State`

server/manticore_server/manticore_server.py

[warning] possibly-missing-attribute - :79:13 - Attribute `append` on type `Unknown | Queue[Any] | deque` may be missing
[warning] possibly-missing-attribute - :83:16 - Attribute `full` on type `Unknown | Queue[Any] | deque` may be missing
[warning] possibly-missing-attribute - :85:13 - Attribute `put` on type `Unknown | Queue[Any] | deque` may be missing
[error] invalid-argument-type - :386:32 - Argument to bound method `__init__` is incorrect: Expected `Iterable[int] | None`, found `Unknown | int`

tests/auto_generators/make_dump.py

[warning] possibly-missing-attribute - :40:9 - Attribute `write` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :41:9 - Attribute `flush` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :44:27 - Attribute `read` on type `IO[Unknown] | None` may be missing
[error] unresolved-attribute - :69:33 - Type `Self@setR` has no attribute `lower`

tests/auto_generators/trace.py

[warning] possibly-missing-attribute - :26:9 - Attribute `write` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :27:9 - Attribute `flush` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :30:27 - Attribute `read` on type `IO[Unknown] | None` may be missing

tests/ethereum/test_detectors.py

[warning] possibly-missing-attribute - :71:32 - Attribute `make_symbolic_value` on type `Unknown | ManticoreEVM | None` may be missing
[warning] possibly-missing-attribute - :75:9 - Attribute `register_detector` on type `Unknown | ManticoreEVM | None` may be missing
[warning] possibly-missing-attribute - :77:14 - Attribute `kill_timeout` on type `Unknown | ManticoreEVM | None` may be missing
[warning] possibly-missing-attribute - :78:13 - Attribute `multi_tx_analysis` on type `Unknown | ManticoreEVM | None` may be missing
[warning] possibly-missing-attribute - :84:9 - Attribute `finalize` on type `Unknown | ManticoreEVM | None` may be missing
[warning] possibly-missing-attribute - :87:69 - Attribute `global_findings` on type `Unknown | ManticoreEVM | None` may be missing

tests/ethereum/test_general.py

[warning] possibly-missing-attribute - :1269:25 - Attribute `shutdown` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1300:25 - Attribute `shutdown` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2052:27 - Attribute `is_main` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2053:30 - Attribute `is_running` on type `Unknown | None` may be missing

tests/native/test_aarch64cpu.py

[error] unresolved-attribute - :228:21 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :229:21 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :232:22 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :239:17 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :242:13 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :244:9 - Type `Self@_setupCpu` has no attribute `rf`
[error] unresolved-attribute - :245:9 - Type `Self@_setupCpu` has no attribute `rf`
[error] unresolved-attribute - :246:9 - Type `Self@_setupCpu` has no attribute `cpu`
[error] unresolved-attribute - :251:12 - Type `Self@_setreg` has no attribute `mem`
[error] unresolved-attribute - :252:13 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :253:14 - Type `Self@_setreg` has no attribute `mem`
[error] unresolved-attribute - :254:20 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :255:13 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :255:32 - Type `Self@_setreg` has no attribute `cs`
[error] unresolved-attribute - :256:13 - Type `Self@_setreg` has no attribute `cs`
[error] unresolved-attribute - :256:25 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :258:13 - Type `Self@_setreg` has no attribute `fail`
[error] unresolved-attribute - :2936:17 - Type `Self@test_b_cond` has no attribute `setUp`
[error] unresolved-attribute - :2940:17 - Type `Self@test_b_cond` has no attribute `setUp`
[error] unresolved-attribute - :4015:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4018:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4021:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4024:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4028:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4031:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4094:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4097:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4100:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4103:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4107:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4110:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4181:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4184:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4187:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4190:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4194:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4197:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4250:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4253:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4257:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4260:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :5939:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5942:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5946:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5949:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :6002:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6005:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6009:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6012:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6065:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6068:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6072:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6075:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6144:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6147:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6151:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6154:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6157:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6160:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6211:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6214:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6218:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6221:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6246:13 - Type `Self@test_dmb` has no attribute `setUp`
[error] unresolved-attribute - :6674:17 - Type `Self@_ld1_mlt_structs` has no attribute `setUp`
[error] unresolved-attribute - :13945:13 - Type `Self@_umov` has no attribute `setUp`

tests/native/test_armv7cpu.py

[warning] possibly-missing-attribute - :2493:23 - Attribute `constraints` on type `Unknown | Memory` may be missing
[warning] possibly-missing-attribute - :2504:44 - Attribute `constraints` on type `Unknown | Memory` may be missing
[warning] possibly-missing-attribute - :2519:44 - Attribute `constraints` on type `Unknown | Memory` may be missing

tests/other/test_smtlibv2.py

[error] invalid-argument-type - :288:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `tuple[<class 'BitVecConstant'>, <class 'BoolConstant'>]`
[error] invalid-argument-type - :289:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `tuple[<class 'BitVecVariable'>, <class 'BoolVariable'>, <class 'ArrayVariable'>]`
[error] invalid-argument-type - :290:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `tuple[<class 'BitVecOperation'>, <class 'BoolOperation'>, <class 'ArrayOperation'>, <class 'ArraySelect'>]`

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

misc/python/materialize/util.py

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

misc/python/materialize/mzcompose/composition.py

[error] invalid-return-type - :100:16 - Return type does not match returned value: expected `tuple[Namespace, list[str]]`, found `tuple[Namespace | None, list[str]]`
[error] invalid-argument-type - :203:54 - Argument to bound method `_munge_services` is incorrect: Expected `list[tuple[str, dict[Unknown, Unknown]]]`, found `Any | dict_items[Unknown, Unknown]`

misc/python/materialize/parallel_workload/database.py

[warning] possibly-missing-attribute - :976:70 - Attribute `materialized` on type `WebhookSource | MySqlSource | PostgresSource | ... omitted 4 union elements` may be missing

test/terraform/mzcompose.py

[warning] possibly-missing-implicit-call - :361:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]` may be missing
[warning] possibly-missing-implicit-call - :755:13 - Method `__setitem__` of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | bool | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]` may be missing

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

mesonbuild/ast/printer.py

[error] unsupported-operator - :277:9 - Operator `+=` is unsupported between objects of type `Literal[""]` and `object`

mesonbuild/cmake/toolchain.py

[warning] possibly-missing-attribute - :256:25 - Attribute `split` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :258:25 - Attribute `split` on type `Unknown | str | None` may be missing

mesonbuild/compilers/mixins/arm.py

[warning] possibly-missing-attribute - :125:71 - Attribute `exelist` on type `(Unknown & ~ArmClangDynamicLinker) | (DynamicLinker & ~ArmClangDynamicLinker) | None` may be missing

mesonbuild/compilers/mixins/clang.py

[warning] possibly-missing-attribute - :216:120 - Attribute `id` on type `(Unknown & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuGoldDynamicLinker) | (DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuGoldDynamicLinker) | None` may be missing
[warning] possibly-missing-attribute - :235:25 - Attribute `get_thinlto_cache_args` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/mixins/visualstudio.py

[warning] possibly-missing-attribute - :481:40 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :507:95 - Attribute `id` on type `(Unknown & ~ClangClDynamicLinker) | (DynamicLinker & ~ClangClDynamicLinker) | None` may be missing
[warning] possibly-missing-attribute - :518:25 - Attribute `get_thinlto_cache_args` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/vala.py

[error] unsupported-operator - :188:9 - Operator `+=` is unsupported between objects of type `CompilerArgs` and `(CompilerArgs & ~(() -> object)) | (list[str] & ~(() -> object)) | (((CompileCheckMode, /) -> list[str]) & ~(() -> object)) | (@Todo & ~None) | list[Unknown]`

mesonbuild/dependencies/base.py

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

mesonbuild/dependencies/cuda.py

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

mesonbuild/dependencies/framework.py

[error] invalid-assignment - :40:13 - Object of type `list[str] | None` is not assignable to `list[str]`
[error] unsupported-operator - :57:28 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`

mesonbuild/dependencies/python.py

[error] non-subscriptable - :369:30 - Cannot subscript object of type `None` with no `__getitem__` method

mesonbuild/dependencies/ui.py

[error] non-subscriptable - :71:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :162:30 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[Unknown]`

mesonbuild/interpreter/interpreterobjects.py

[error] invalid-super-argument - :612:9 - `Self@__init__` is not an instance or subclass of `<class '_ExternalProgramHolder'>` in `super(<class '_ExternalProgramHolder'>, Self@__init__)` call
[error] invalid-super-argument - :898:9 - `Self@__init__` is not an instance or subclass of `<class 'BuildTargetHolder'>` in `super(<class 'BuildTargetHolder'>, Self@__init__)` call
[error] invalid-super-argument - :1085:9 - `Self@__init__` is not an instance or subclass of `<class '_CustomTargetHolder'>` in `super(<class '_CustomTargetHolder'>, Self@__init__)` call

mesonbuild/modules/i18n.py

[error] invalid-argument-type - :158:68 - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[Unknown | str] | list[str | None]`
[error] invalid-argument-type - :190:37 - Argument to bound method `add_target` is incorrect: Expected `str`, found `str | Unknown | ExternalProgram`

mesonbuild/programs.py

[error] no-matching-overload - :90:35 - No overload of bound method `join` matches arguments
[error] invalid-return-type - :97:16 - Return type does not match returned value: expected `str | AnsiDecorator`, found `str | None`
[error] no-matching-overload - :105:16 - No overload of bound method `join` matches arguments
[error] invalid-return-type - :283:24 - Return type does not match returned value: expected `list[str | None]`, found `list[str] & ~AlwaysFalsy`
[error] invalid-return-type - :335:16 - Return type does not match returned value: expected `list[str]`, found `Unknown | list[Any] | list[Unknown | str] | list[str | None]`

packaging/createmsi.py

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

mesonbuild/arglist.py

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

mesonbuild/backend/backends.py

[warning] possibly-missing-attribute - :312:29 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :326:29 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :386:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :387:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-return-type - :388:16 - Return type does not match returned value: expected `str`, found `bytes`
[warning] possibly-missing-attribute - :401:29 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :436:50 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :437:50 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :560:44 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :573:51 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :577:19 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :583:30 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :584:31 - Attribute `need_exe_wrapper` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :585:20 - Attribute `has_exe_wrapper` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :589:27 - Attribute `get_exe_wrapper` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :597:30 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :608:37 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :686:17 - Attribute `get_build_command` on type `Environment | None` may be missing
[error] no-matching-overload - :692:24 - No overload of function `basename` matches arguments
[warning] possibly-missing-attribute - :712:33 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :715:17 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :719:34 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :722:39 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :758:21 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] unsupported-operator - :771:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes | Unknown`
[error] unsupported-operator - :776:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes`
[warning] possibly-missing-attribute - :783:59 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :784:19 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :934:62 - Argument to bound method `get_option_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :935:58 - Argument to bound method `get_option_std_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :953:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1049:16 - Attribute `properties` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1053:20 - Attribute `properties` on type `Environment | None` may be missing
[error] invalid-argument-type - :1059:50 - Argument to bound method `get_program_dirs` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1060:50 - Argument to bound method `get_library_dirs` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :1142:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1149:20 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1167:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1183:24 - Attribute `is_cross_build` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1184:27 - Attribute `get_exe_wrapper` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1185:23 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1207:38 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1231:33 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1240:49 - Attribute `need_exe_wrapper` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1247:36 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1270:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1277:26 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1283:34 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1284:34 - Attribute `get_prefix` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1285:33 - Attribute `get_prefix` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1306:38 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` may be missing
[warning] possibly-missing-attribute - :1307:12 - Attribute `is_cross_build` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1308:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1309:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1316:31 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1317:31 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1319:33 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1331:33 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1342:33 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1435:39 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1444:49 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1445:49 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1450:46 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1482:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1504:27 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1505:26 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1506:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1523:38 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1586:49 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1586:49 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1586:49 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1591:43 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1592:42 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1599:37 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1600:36 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1612:21 - Attribute `lookup_binary_entry` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1614:16 - Attribute `is_cross_build` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1620:17 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1623:25 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1624:25 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1625:25 - Attribute `get_prefix` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1626:25 - Attribute `get_libdir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1627:25 - Argument is incorrect: Expected `list[str]`, found `list[str] | None | list[Unknown | str]`
[warning] possibly-missing-attribute - :1629:25 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1630:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1643:42 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1648:18 - Attribute `get_prefix` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1649:31 - Attribute `get_bindir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1650:31 - Attribute `get_libdir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1651:31 - Attribute `get_includedir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1652:17 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1738:54 - Attribute `get_import_lib_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1740:51 - Argument is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :1807:19 - Attribute `get_includedir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1810:18 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1811:20 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1825:54 - Argument is incorrect: Expected `str`, found `Unknown | str | None`
[warning] possibly-missing-attribute - :1829:19 - Attribute `get_mandir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1843:42 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1843:77 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1858:18 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1859:20 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1887:28 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1889:28 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1893:36 - Attribute `get_prefix` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1961:24 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1975:33 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1988:16 - Attribute `get_env_for_paths` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2020:28 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :2040:49 - Argument to bound method `process_files` is incorrect: Expected `Interpreter | ModuleState`, found `Unknown | Interpreter | None`
[warning] possibly-missing-attribute - :2066:16 - Attribute `coredata` on type `Environment | None` may be missing

mesonbuild/backend/ninjabackend.py

[warning] possibly-missing-attribute - :525:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :540:33 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :554:35 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :600:12 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :601:29 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :617:36 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :625:25 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :647:38 - Argument to bound method `generate_target` is incorrect: Expected `BuildTarget | CustomTarget | RunTarget`, found `str | Unknown`
[warning] possibly-missing-attribute - :658:23 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :659:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :660:127 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :688:49 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :689:72 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :690:75 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :701:32 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :703:23 - Attribute `coredata` on type `Environment | None` may be missing
[error] unresolved-attribute - :703:23 - Type `Compiler` has no attribute `get_sysroot`
[warning] possibly-missing-attribute - :718:29 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :730:20 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :750:20 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :792:12 - Attribute `is_llvm_ir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :793:12 - Attribute `is_assembly` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :968:16 - Attribute `is_source` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :971:44 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :975:18 - Attribute `is_object` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :977:18 - Attribute `is_library` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :995:20 - Attribute `is_separate_compile` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :997:16 - Attribute `is_llvm_ir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1045:16 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1055:20 - Attribute `is_separate_compile` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1057:16 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1059:16 - Attribute `is_llvm_ir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1063:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1075:58 - Argument to bound method `generate_unity_files` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - :1096:72 - Argument to bound method `generate_rust_target` is incorrect: Expected `list[str]`, found `list[File]`
[warning] possibly-missing-attribute - :1103:56 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1105:60 - Attribute `get_archive_name` on type `Compiler | StaticLinker` may be missing
[error] invalid-argument-type - :1234:49 - Argument to bound method `as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[warning] possibly-missing-attribute - :1247:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1273:57 - Argument to bound method `eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget`
[error] invalid-argument-type - :1278:76 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - :1283:46 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] unresolved-attribute - :1301:29 - Type `object` has no attribute `values`
[warning] possibly-missing-attribute - :1305:34 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1308:24 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1309:37 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1311:24 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1312:24 - Attribute `get_log_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1351:34 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1357:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1358:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1360:12 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :1362:67 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown | str]`
[warning] possibly-missing-attribute - :1369:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[error] invalid-argument-type - :1372:72 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown | str]`
[warning] possibly-missing-attribute - :1397:46 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1400:13 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1403:14 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1479:42 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-return-type - :1585:16 - Return type does not match returned value: expected `list[str]`, found `CompilerArgs`
[warning] possibly-missing-attribute - :1728:47 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1729:46 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1828:56 - Argument to bound method `get_option_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1829:52 - Argument to bound method `get_option_std_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :1844:40 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1844:75 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1875:28 - Attribute `is_source` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1876:33 - Attribute `is_object` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1877:33 - Attribute `is_library` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1888:39 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1888:68 - Attribute `build_dir` on type `Environment | None` may be missing
[error] invalid-return-type - :1985:20 - Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], str | None | Unknown]`
[error] invalid-argument-type - :2005:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :2107:31 - Argument to function `_link_library` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :2188:67 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2291:54 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2294:18 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2296:54 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2321:60 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2325:57 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2336:39 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2341:63 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2343:39 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2400:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2401:22 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2434:26 - Attribute `lookup_binary_entry` on type `Environment | None` may be missing
[error] invalid-argument-type - :2445:71 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2445:71 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2445:71 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2445:71 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2448:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2450:24 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :2464:75 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2464:75 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2464:75 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2464:75 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2465:16 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2473:16 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2476:14 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2538:24 - Attribute `get_build_command` on type `Environment | None` may be missing
[error] invalid-argument-type - :2588:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2588:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2588:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2588:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2588:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2606:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2606:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2606:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2616:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2616:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2616:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2616:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2616:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2623:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :2624:47 - Argument to bound method `generate_cs_compile_rule` is incorrect: Expected `CsCompiler`, found `Compiler`
[warning] possibly-missing-attribute - :2633:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-assignment - :2645:13 - Method `__setitem__` of type `bound method dict[str, bool | RSPFileSyntax].__setitem__(key: str, value: bool | RSPFileSyntax, /) -> None` cannot be called with a key of type `Literal["extra"]` and a value of type `Literal["restat = 1"]` on object of type `dict[str, bool | RSPFileSyntax]`
[error] invalid-argument-type - :2661:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2661:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2661:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2696:19 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2704:19 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2713:21 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :2755:59 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList`
[warning] possibly-missing-attribute - :2783:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2815:24 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2833:40 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2834:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :2953:71 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :2965:26 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :3018:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3143:21 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :3196:53 - Argument to bound method `get_fortran_deps` is incorrect: Expected `FortranCompiler`, found `Compiler`
[warning] possibly-missing-attribute - :3402:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :3410:33 - Argument to bound method `add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[warning] possibly-missing-attribute - :3411:12 - Attribute `is_cross_build` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3412:54 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3464:17 - Attribute `machines` on type `Environment | None` may be missing
[error] unsupported-operator - :3482:17 - Operator `+=` is unsupported between objects of type `list[ExtractedObjects]` and `list[str]`
[error] invalid-argument-type - :3483:49 - Argument to bound method `extend` is incorrect: Expected `Iterable[ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - :3487:60 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `DynamicLinker`
[warning] possibly-missing-attribute - :3515:21 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3544:42 - Attribute `is_library` on type `Environment | None` may be missing
[error] invalid-argument-type - :3601:37 - Argument to bound method `build_rpath_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :3601:37 - Argument to bound method `build_rpath_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3602:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :3636:59 - Argument to function `get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :3656:50 - Argument to bound method `get_link_whole_args` is incorrect: Expected `DynamicLinker`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3660:58 - Argument to bound method `get_project_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3663:57 - Argument to bound method `get_global_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3683:53 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3724:61 - Argument to bound method `get_option_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3747:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3767:40 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3768:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3774:42 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3790:24 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3791:31 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3792:31 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3813:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3814:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3824:34 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3832:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3833:38 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3847:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3848:39 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3863:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3864:41 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3864:70 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3865:13 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3877:20 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3878:43 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3881:44 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3882:49 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3889:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3890:44 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3890:73 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3919:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3920:42 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3936:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3953:24 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3980:39 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3981:12 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-return-type - :2000:16 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[str], None | Unknown | str]`
[error] invalid-argument-type - :2109:67 - Argument to bound method `get_link_whole_for` is incorrect: Expected `list[str]`, found `list[Unknown | str | None]`
[error] no-matching-overload - :2125:31 - No overload of function `split` matches arguments
[error] invalid-argument-type - :3632:72 - Argument to bound method `get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3666:25 - Attribute `coredata` on type `Environment | None` may be missing

mesonbuild/backend/vs2010backend.py

[error] invalid-argument-type - :184:53 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList & ~CustomTarget & ~CustomTargetIndex`
[warning] possibly-missing-attribute - :192:51 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :196:52 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :197:50 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :202:41 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :212:41 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :234:24 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :237:29 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :246:26 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :256:25 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :264:26 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :274:26 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :275:29 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :276:22 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :278:29 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :281:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :282:43 - Argument to bound method `generate_projects` is incorrect: Expected `dict[Unknown, Unknown]`, found `dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :288:45 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :394:36 - Argument to bound method `get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, Target]`
[warning] possibly-missing-attribute - :413:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :429:20 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :430:49 - Argument to bound method `generate_solution_dirs` is incorrect: Expected `str`, found `TextIOWrapper[_WrappedBuffer]`
[error] unresolved-attribute - :434:37 - Type `~AlwaysFalsy` has no attribute `keys`
[warning] possibly-missing-attribute - :438:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :450:38 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :452:38 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :461:39 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :463:39 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :466:41 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :468:41 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :485:30 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :489:34 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :518:30 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :521:30 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :541:27 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :548:17 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :556:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :573:16 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :575:18 - Attribute `is_object` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :577:18 - Attribute `is_source` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :582:18 - Attribute `is_library` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :617:19 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :719:92 - Argument to bound method `get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `RunTarget`
[error] invalid-argument-type - :720:53 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] invalid-argument-type - :732:61 - Argument to bound method `eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget & ~AliasTarget`
[error] invalid-argument-type - :755:92 - Argument to bound method `get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `CustomTarget`
[warning] possibly-missing-attribute - :763:33 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :768:52 - Argument to bound method `as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[warning] possibly-missing-attribute - :776:63 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :991:28 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :1025:35 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :1371:18 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1442:32 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1485:32 - Attribute `is_source` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1491:28 - Attribute `is_source` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1508:23 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :1657:92 - Argument to function `get_build_args` is incorrect: Expected `str`, found `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :1838:12 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :1852:49 - Argument to function `relpath` is incorrect: Expected `str`, found `PureWindowsPath`
[warning] possibly-missing-attribute - :1924:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1936:35 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1939:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1975:29 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1979:72 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1981:35 - Argument to bound method `add_custom_build` is incorrect: Expected `list[str] | None`, found `list[Unknown | None]`
[warning] possibly-missing-attribute - :1981:78 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1990:31 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1991:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2007:24 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2009:20 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2030:28 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2031:20 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2033:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2044:31 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2045:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2081:31 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2091:33 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2112:59 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2134:42 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2135:61 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2151:26 - Attribute `coredata` on type `Environment | None` may be missing

mesonbuild/backend/xcodebackend.py

[warning] possibly-missing-attribute - :241:28 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :242:40 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :290:34 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :310:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :343:38 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-assignment - :446:13 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `buildphasemap` on type `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :447:13 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :449:13 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :450:13 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :451:13 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :536:47 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :553:30 - Attribute `frameworks` on type `Unknown | Dependency` may be missing
[warning] possibly-missing-attribute - :632:26 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` may be missing
[warning] possibly-missing-attribute - :718:30 - Attribute `frameworks` on type `Unknown | Dependency` may be missing
[warning] possibly-missing-attribute - :740:45 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :742:45 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :762:41 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :875:30 - Attribute `frameworks` on type `Unknown | Dependency` may be missing
[warning] possibly-missing-attribute - :895:41 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :927:52 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :942:48 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :942:83 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :946:45 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :948:55 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :965:41 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1028:26 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` may be missing
[warning] possibly-missing-attribute - :1043:35 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :1050:30 - Attribute `frameworks` on type `Unknown | Dependency` may be missing
[warning] possibly-missing-attribute - :1116:30 - Attribute `frameworks` on type `Unknown | Dependency` may be missing
[error] invalid-argument-type - :1132:46 - Argument to bound method `add_item` is incorrect: Expected `PbxArray | PbxDict | str | int`, found `Unknown | str | ExternalProgram`
[warning] possibly-missing-attribute - :1282:34 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :1348:49 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1417:48 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1420:23 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1449:19 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1509:35 - Attribute `buildphasemap` on type `Unknown | BuildTarget` may be missing
[warning] possibly-missing-attribute - :1516:24 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1517:83 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1524:56 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1530:56 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1574:49 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1637:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1658:52 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1659:52 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1661:52 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1665:20 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1667:69 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1679:45 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :1696:60 - Argument to bound method `get_project_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :1697:59 - Argument to bound method `get_global_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :1707:52 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1724:65 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1728:65 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1734:27 - Attribute `get_std_shared_lib_link_args` on type `Compiler | StaticLinker` may be missing
[warning] possibly-missing-attribute - :1738:25 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :1746:69 - Argument to bound method `get_option_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1747:66 - Argument to bound method `get_option_std_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1767:76 - Argument to bound method `get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`
[warning] possibly-missing-attribute - :1778:36 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1818:54 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1819:54 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1178:35 -
Old: Attribute `get_item` on type `Unknown | (PbxArray & ~str) | (PbxDict & ~str) | int` may be missing
New: Attribute `get_item` on type `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int` may be missing
[warning] possibly-missing-attribute - :1180:21 -
Old: Attribute `add_item` on type `Unknown | (PbxArray & ~str) | (PbxDict & ~str) | int` may be missing
New: Attribute `add_item` on type `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int` may be missing
[warning] possibly-missing-attribute - :1376:77 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1391:88 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :1732:27 - Attribute `get_std_shared_module_link_args` on type `Compiler | StaticLinker` may be missing

mesonbuild/build.py

[error] invalid-return-type - :340:16 - Return type does not match returned value: expected `dict[str, str]`, found `str`
[error] invalid-assignment - :608:17 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: str | Literal[False], /) -> None, (key: slice[Any, Any, Any], value: Iterable[str | Literal[False]], /) -> None]` cannot be called with a key of type `Literal[0]` and a value of type `str | None` on object of type `list[str | Literal[False]] & ~AlwaysFalsy`
[error] invalid-assignment - :610:17 - Object of type `list[Unknown | str | None]` is not assignable to `list[str | Literal[False]]`
[error] invalid-argument-type - :953:40 - Argument to bound method `append` is incorrect: Expected `File`, found `(Unknown & str) | File | (CustomTarget & str) | (CustomTargetIndex & str) | (GeneratedList & str)`
[error] invalid-argument-type - :969:36 - Argument to bound method `append` is incorrect: Expected `File`, found `File | (@Todo & str) | (StructuredSources & str)`
[error] too-many-positional-arguments - :1370:67 - Too many positional arguments to bound method `get_dependencies_recurse`: expected 3, got 4
[error] too-many-positional-arguments - :1370:67 - Too many positional arguments to bound method `get_dependencies_recurse`: expected 3, got 4
[error] unresolved-attribute - :1721:37 - Type `Self@uses_rust_abi` has no attribute `rust_crate_type`
[error] invalid-return-type - :1753:16 - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | (Compiler & ~AlwaysTruthy) | bool`
[error] invalid-return-type - :2019:16 - Return type does not match returned value: expected `list[str]`, found `Unknown | str`
[error] invalid-argument-type - :2095:66 - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :2284:16 - Return type does not match returned value: expected `ImmutableListProtocol[str]`, found `Unknown | list[Unknown | str]`
[error] unresolved-attribute - :2336:53 - Type `Compiler` has no attribute `native_static_libs`
[error] unsupported-operator - :2820:17 - Operator `+=` is unsupported between objects of type `list[str | File | BuildTarget | CustomTarget]` and `list[str | File | BuildTarget | CustomTarget | ExternalProgram]`
[error] unsupported-operator - :2822:17 - Operator `+=` is unsupported between objects of type `list[str | File | BuildTarget | CustomTarget]` and `list[str | File | BuildTarget | CustomTarget | ExternalProgram]`
[error] invalid-argument-type - :2889:26 - Argument is incorrect: Expected `str`, found `str | None`
[error] invalid-assignment - :2910:9 - Object of type `str | ExternalProgram` is not assignable to attribute `name` of type `str`
[error] invalid-return-type - :2968:16 - Return type does not match returned value: expected `list[str]`, found `Unknown | list[str | ExternalProgram]`
[error] invalid-return-type - :2971:16 - Return type does not match returned value: expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-argument-type - :3009:40 - Argument to bound method `is_linkable_output` is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] no-matching-overload - :3018:15 - No overload of function `splitext` matches arguments
[error] invalid-argument-type - :3036:40 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-return-type - :3039:16 - Return type does not match returned value: expected `list[str | ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - :3045:40 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-argument-type - :3055:43 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-assignment - :3133:9 - Object of type `Sequence[Target | CustomTargetIndex]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`
[error] invalid-return-type - :3145:16 - Return type does not match returned value: expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `Sequence[Target | CustomTargetIndex] | Unknown`
[warning] possibly-missing-attribute - :3290:16 - Attribute `is_linkable_output` on type `CustomTarget | CompileTarget` may be missing
[error] invalid-return-type - :3313:16 - Return type does not match returned value: expected `list[str | ExtractedObjects]`, found `list[str | ExtractedObjects] | ExtractedObjects`
[error] invalid-return-type - :3345:16 - Return type does not match returned value: expected `Iterator[str]`, found `dict_keys[str, tuple[str | int, str | None]]`

mesonbuild/cargo/builder.py

[error] invalid-argument-type - :63:36 - Argument to bound method `__init__` is incorrect: Expected `Token[bool]`, found `Token[int]`

mesonbuild/cargo/interpreter.py

[warning] possibly-missing-attribute - :115:21 - Attribute `resolve` on type `Unknown | Resolver | None` may be missing
[warning] possibly-missing-attribute - :117:9 - Attribute `load_and_merge` on type `Unknown | Resolver | None` may be missing
[warning] possibly-missing-attribute - :120:30 - Attribute `wraps` on type `Unknown | Resolver | None` may be missing
[warning] possibly-missing-attribute - :121:13 - Attribute `wraps` on type `Unknown | Resolver | None` may be missing
[warning] possibly-missing-attribute - :377:32 - Attribute `name` on type `Library | None` may be missing

mesonbuild/cmake/executor.py

[error] invalid-argument-type - :46:32 - Argument to function `version_compare` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :48:51 - Argument to function `bold` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :49:33 - Argument to function `bold` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :133:16 - 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]]`
[warning] possibly-missing-attribute - :133:17 - Attribute `get_path` on type `Unknown | ExternalProgram | None` may be missing
[warning] possibly-missing-attribute - :136:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing
[warning] possibly-missing-attribute - :179:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing
[warning] possibly-missing-attribute - :192:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing
[warning] possibly-missing-attribute - :201:38 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing
[error] invalid-return-type - :231:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[warning] possibly-missing-attribute - :234:16 - Attribute `get_path` on type `Unknown | ExternalProgram | None` may be missing
[error] invalid-return-type - :234:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[warning] possibly-missing-attribute - :237:16 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing

mesonbuild/cmake/interpreter.py

[error] invalid-argument-type - :365:82 - Argument to function `resolve_cmake_trace_targets` is incorrect: Expected `Compiler`, found `Unknown | None | Compiler`
[error] invalid-return-type - :1316:20 - Return type does not match returned value: expected `dict[str, str] | None`, found `dict[str, str | None]`
[error] invalid-return-type - :1321:20 - Return type does not match returned value: expected `dict[str, str] | None`, found `dict[str, str | None]`

mesonbuild/compilers/asm.py

[warning] possibly-missing-attribute - :48:22 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/compilers.py

[warning] possibly-missing-attribute - :517:20 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :578:16 - Attribute `get_output_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :581:16 - Attribute `get_search_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :596:16 - Attribute `get_accepts_rsp` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :599:16 - Attribute `get_always_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :602:16 - Attribute `get_lib_prefix` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :629:16 - Attribute `get_option_link_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :787:16 - Attribute `has_multi_arguments` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :913:16 - Attribute `get_debugfile_name` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :916:16 - Attribute `get_debugfile_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :919:16 - Attribute `get_std_shared_lib_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :922:16 - Attribute `get_std_shared_module_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :925:16 - Attribute `get_link_whole_for` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :928:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :931:16 - Attribute `no_undefined_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :943:16 - Attribute `build_rpath_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :947:16 - Attribute `get_archive_name` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :958:16 - Attribute `thread_flags` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :976:16 - Attribute `get_win_subsystem_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :991:16 - Attribute `get_pie_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1039:16 - Attribute `get_lto_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1042:16 - Attribute `get_lto_obj_cache_path` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1048:16 - Attribute `sanitizer_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1051:16 - Attribute `get_asneeded_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1054:16 - Attribute `headerpad_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1057:16 - Attribute `bitcode_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1060:16 - Attribute `get_optimization_link_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1065:16 - Attribute `get_soname_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1088:16 - Attribute `get_coverage_args` on type `Unknown | DynamicLinker | None` may be missing
[error] unsupported-operator - :1319:9 - Operator `+=` is unsupported between objects of type `CompilerArgs` and `(CompilerArgs & ~(() -> object)) | (list[str] & ~(() -> object)) | (((CompileCheckMode, /) -> list[str]) & ~(() -> object)) | (@Todo & ~None) | list[Unknown]`
[warning] possibly-missing-attribute - :1387:16 - Attribute `rsp_file_syntax` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/cuda.py

[warning] possibly-missing-attribute - :823:68 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/d.py

[warning] possibly-missing-attribute - :176:16 - Attribute `import_library_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :184:12 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :388:12 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :394:14 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :405:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` may be missing
[error] invalid-argument-type - :567:29 - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `(list[str] & ~AlwaysFalsy & ~(() -> object)) | (((CompileCheckMode, /) -> list[str]) & Top[list[Unknown]] & ~AlwaysFalsy & ~(() -> object)) | (@Todo & Top[list[Unknown]])`
[warning] possibly-missing-attribute - :693:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :754:59 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :841:59 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/mixins/clike.py

[warning] possibly-missing-attribute - :266:16 - Attribute `export_dynamic_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :269:16 - Attribute `import_library_args` on type `Unknown | DynamicLinker | None` may be missing
[error] invalid-argument-type - :470:72 - Argument to bound method `get_define` is incorrect: Expected `list[str] | ((CompileCheckMode, /) -> list[str])`, found `None | list[str] | ((CompileCheckMode, /) -> list[str])`
[warning] possibly-missing-attribute - :1311:16 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` may be missing
[error] invalid-return-type - :680:16 -
Old: Return type does not match returned value: expected `tuple[str, bool]`, found `tuple[None | Unknown, Unknown]`
New: Return type does not match returned value: expected `tuple[str, bool]`, found `tuple[None | str, Unknown]`

mesonbuild/compilers/rust.py

[warning] possibly-missing-attribute - :101:22 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :125:29 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :285:12 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :347:16 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/coredata.py

[error] invalid-argument-type - :579:57 - Argument to bound method `__init__` is incorrect: Expected `((str, /) -> object) | None`, found `object`
[error] invalid-argument-type - :579:57 - Argument to bound method `__init__` is incorrect: Expected `Iterable[object] | None`, found `object`
[error] invalid-argument-type - :579:57 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - :579:57 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :579:57 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[str, ...] | None`, found `object`
[error] invalid-argument-type - :599:57 - Argument to bound method `__init__` is incorrect: Expected `((str, /) -> object) | None`, found `object`
[error] invalid-argument-type - :599:57 - Argument to bound method `__init__` is incorrect: Expected `Iterable[object] | None`, found `object`
[error] invalid-argument-type - :599:57 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - :599:57 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - :599:57 - Argument to bound method `__init__` is incorrect: Expected `str | tuple[str, ...] | None`, found `object`

mesonbuild/dependencies/configtool.py

[error] invalid-argument-type - :95:45 - Argument to function `find_external_program` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :96:17 - Argument to function `find_external_program` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :96:33 - Argument to function `find_external_program` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - :131:74 - Argument to function `bold` is incorrect: Expected `str`, found `str | None`
[error] unsupported-operator - :147:41 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[str]`
[error] unsupported-operator - :166:36 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[str]`

mesonbuild/dependencies/dev.py

[error] unsupported-operator - :75:17 - Operator `+=` is unsupported between objects of type `list[str] & ~AlwaysFalsy` and `Unknown | list[str] | None`
[error] invalid-argument-type - :227:28 - Argument to function `version_compare` is incorrect: Expected `str`, found `Unknown | str | None`

mesonbuild/dependencies/pkgconfig.py

[error] unresolved-attribute - :138:114 - Type `Self@__init__` has no attribute `pkgbin_version`
[error] unresolved-attribute - :227:17 - Unresolved attribute `pkgbin_version` on type `Self@_detect_pkgbin`.
[warning] possibly-missing-attribute - :285:42 - Attribute `get_command` on type `Unknown | None` may be missing

mesonbuild/environment.py

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

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - :239:59 - Argument to bound method `get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - :240:55 - Argument to bound method `get_option_std_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - :242:64 - Argument to bound method `get_option_link_args` is incorrect: Expected `BuildTarget`, found `None`

mesonbuild/interpreter/dependencyfallbacks.py

[error] invalid-argument-type - :74:42 - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :107:56 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :135:40 - Argument to bound method `do_subproject` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :136:41 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :136:52 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-assignment - :178:17 - Object of type `Unknown | str | None` is not assignable to `str`
[warning] possibly-missing-attribute - :178:27 - Attribute `get_varname` on type `Unknown | Resolver | None` may be missing
[error] invalid-argument-type - :267:43 - Argument to bound method `_get_subproject` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :340:38 - Attribute `find_dep_provider` on type `Unknown | Resolver | None` may be missing
[error] invalid-argument-type - :344:58 - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `Unknown | str | None`

mesonbuild/interpreter/interpreter.py

[warning] possibly-missing-attribute - :925:30 - Attribute `resolve` on type `Unknown | Resolver | None` may be missing
[error] invalid-argument-type - :1040:91 - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[warning] possibly-missing-attribute - :1068:19 - Attribute `interpret` on type `Unknown | Interpreter | None` may be missing
[warning] possibly-missing-attribute - :1140:38 - Attribute `cmd_line_options` on type `Unknown | SharedCMDOptions | None` may be missing
[error] missing-typed-dict-key - :1380:31 - Missing required key 'section' in TypedDict `Summary` constructor
[error] missing-typed-dict-key - :1400:67 - Missing required key 'section' in TypedDict `Summary` constructor
[error] invalid-assignment - :1528:21 - Cannot assign to object of type `object` with no `__setitem__` method
[error] invalid-return-type - :1654:16 - Return type does not match returned value: expected `ExternalProgram | OverrideExecutable`, found `ExternalProgram | Executable`
[error] invalid-argument-type - :2800:56 - Argument to bound method `build_incdir_object` is incorrect: Expected `list[str]`, found `list[Unknown | bytes]`
[warning] possibly-missing-attribute - :3206:12 - Attribute `name` on type `Unknown | Backend | None` may be missing
[error] invalid-assignment - :3239:9 - Method `__setitem__` of type `Unknown | (bound method OrderedDict[str, CustomTarget | BuildTarget].__setitem__(key: str, value: CustomTarget | BuildTarget, /) -> None)` cannot be called with a key of type `str` and a value of type `Target` on object of type `Unknown | OrderedDict[str, CustomTarget | BuildTarget]`
[warning] possibly-missing-attribute - :3256:12 - Attribute `name` on type `Unknown | Backend | None` may be missing
[error] invalid-assignment - :3284:13 - Object of type `dict[@Todo, @Todo]` is not assignable to attribute `compilers` of type `OrderedDict[str, Compiler]`
[error] invalid-assignment - :3406:23 - Object of type `list[str]` is not assignable to `tuple[str, Any]`
[error] invalid-assignment - :3411:23 - Object of type `list[str]` is not assignable to `tuple[str, Any]`
[error] invalid-assignment - :3416:13 -
Old: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | ... omitted 4 union elements, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `Unknown` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
New: Method `__setitem__` of type `(Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["export_dynamic"], value: bool | None, /) -> None, (key: Literal["gui_app"], value: bool | None, /) -> None, (key: Literal["implib"], value: str | bool | None, /) -> None, (key: Literal["pie"], value: bool | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["win_subsystem"], value: str | None, /) -> None, (key: Literal["android_exe_type"], value: Literal["application", "executable"] | None, /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["prelink"], value: bool, /) -> None, (key: Literal["pic"], value: bool | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None]) | (Overload[(key: Literal["rust_abi"], value: Literal["c", "rust"] | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["d_debug"], value: list[str | int], /) -> None, (key: Literal["d_import_dirs"], value: list[str | IncludeDirs], /) -> None, (key: Literal["d_module_versions"], value: list[str | int], /) -> None, (key: Literal["d_unittest"], value: bool, /) -> None, (key: Literal["rust_dependency_map"], value: dict[str, str], /) -> None, (key: Literal["swift_interoperability_mode"], value: Literal["c", "cpp"], /) -> None, (key: Literal["swift_module_name"], value: str, /) -> None, (key: Literal["sources"], value: Any, /) -> None, (key: Literal["c_args"], value: list[str], /) -> None, (key: Literal["cpp_args"], value: list[str], /) -> None, (key: Literal["cuda_args"], value: list[str], /) -> None, (key: Literal["fortran_args"], value: list[str], /) -> None, (key: Literal["d_args"], value: list[str], /) -> None, (key: Literal["objc_args"], value: list[str], /) -> None, (key: Literal["objcpp_args"], value: list[str], /) -> None, (key: Literal["rust_args"], value: list[str], /) -> None, (key: Literal["vala_args"], value: list[str | File], /) -> None, (key: Literal["cs_args"], value: list[str], /) -> None, (key: Literal["swift_args"], value: list[str], /) -> None, (key: Literal["cython_args"], value: list[str], /) -> None, (key: Literal["nasm_args"], value: list[str], /) -> None, (key: Literal["masm_args"], value: list[str], /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None]) | (Overload[(key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[@Todo], /) -> None, (key: Literal["gnu_symbol_visibility"], value: str, /) -> None, (key: Literal["install"], value: bool, /) -> None, (key: Literal["install_mode"], value: FileMode, /) -> None, (key: Literal["install_rpath"], value: str, /) -> None, (key: Literal["implicit_include_directories"], value: bool, /) -> None, (key: Literal["link_depends"], value: list[str | File | CustomTarget | CustomTargetIndex | BuildTarget], /) -> None, (key: Literal["link_language"], value: str | None, /) -> None, (key: Literal["name_prefix"], value: str | None, /) -> None, (key: Literal["name_suffix"], value: str | None, /) -> None, (key: Literal["native"], value: MachineChoice, /) -> None, (key: Literal["objects"], value: list[@Todo], /) -> None, (key: Literal["override_options"], value: dict[OptionKey, @Todo], /) -> None, (key: Literal["depend_files"], value: list[File], /) -> None, (key: Literal["resources"], value: list[str], /) -> None, (key: Literal["main_class"], value: str, /) -> None, (key: Literal["java_resources"], value: StructuredSources | None, /) -> None, (key: Literal["sources"], value: str | File | CustomTarget | ... omitted 4 union elements, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `list[IncludeDirs]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

mesonbuild/interpreter/mesonmain.py

[warning] possibly-missing-attribute - :76:14 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing

mesonbuild/interpreterbase/baseobjects.py

[error] invalid-super-argument - :187:9 - `Self@__init__` is not an instance or subclass of `<class 'ObjectHolder'>` in `super(<class 'ObjectHolder'>, Self@__init__)` call

mesonbuild/interpreterbase/decorators.py

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

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - :561:42 - Argument to bound method `validate_extraction` is incorrect: Expected `HoldableObject`, found `object`
[error] invalid-argument-type - :623:47 - Argument to bound method `expand_default_kwargs` is incorrect: Expected `dict[str, InterpreterObject | None]`, found `dict[str, InterpreterObject]`
[error] invalid-return-type - :624:16 - Return type does not match returned value: expected `tuple[list[InterpreterObject], dict[str, InterpreterObject]]`, found `tuple[list[@Todo], dict[str, InterpreterObject | None]]`

mesonbuild/mconf.py

[warning] possibly-missing-attribute - :298:58 - Attribute `environment` on type `Unknown | None | Build` may be missing
[error] invalid-argument-type - :301:44 - Method `__getitem__` of type `bound method dict[str, @Todo].__getitem__(key: str, /) -> @Todo` cannot be called with key of type `None` on object of type `dict[str, @Todo]`
[error] no-matching-overload - :306:48 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :308:36 - No overload of bound method `get` matches arguments

mesonbuild/mesonmain.py

[error] invalid-argument-type - :104:64 - Argument to bound method `add_command` is incorrect: Expected `(Namespace, /) -> int`, found `def run(options: Any) -> None`
[error] invalid-argument-type - :106:64 - Argument to bound method `add_command` is incorrect: Expected `(Namespace, /) -> int`, found `def run(options: Any) -> None`

mesonbuild/mformat.py

[error] invalid-argument-type - :314:27 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | str | None`
[error] invalid-argument-type - :315:33 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | None`
[error] unsupported-operator - :346:21 - Operator `+=` is unsupported between objects of type `Literal[""]` and `Unknown | str | None`
[error] unsupported-operator - :356:17 - Operator `+=` is unsupported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - :438:18 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :570:13 - Operator `+=` is unsupported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - :602:21 - Operator `*` is unsupported between objects of type `Unknown | int` and `Unknown | str | None`
[error] unsupported-operator - :665:22 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] invalid-argument-type - :671:58 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], Unknown | str | None]`
[error] unsupported-operator - :785:27 - Operator `%` is unsupported between objects of type `Unknown | int` and `Unknown | int | None`
[error] unsupported-operator - :786:28 - Operator `+` is unsupported between objects of type `Unknown | int | None` and `int`
[error] unsupported-operator - :835:52 - Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | int | None`
[error] unsupported-operator - :867:38 - Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | int | None`
[error] unsupported-operator - :487:41 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :497:42 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :499:49 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] invalid-assignment - :576:13 -
Old: Object of type `Unknown` is not assignable to attribute `value` on type `WhitespaceNode | None`
New: Object of type `str` is not assignable to attribute `value` on type `WhitespaceNode | None`

mesonbuild/minstall.py

[error] invalid-argument-type - :782:58 - Argument to bound method `do_copydir` is incorrect: Expected `FileMode`, found `FileMode | None`

mesonbuild/mlog.py

[warning] possibly-missing-attribute - :157:17 - Attribute `flush` on type `IO[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :158:17 - Attribute `close` on type `IO[Unknown] | None` may be missing
[error] invalid-return-type - :365:16 - Return type does not match returned value: expected `str`, found `str | None`

mesonbuild/modules/__init__.py

[error] invalid-argument-type - :109:59 - Argument to bound method `find_program` is incorrect: Expected `str | list[str]`, found `str | None`
[warning] possibly-missing-attribute - :143:23 - Attribute `cmd_line_options` on type `Unknown | SharedCMDOptions | None` may be missing

mesonbuild/modules/external_project.py

[error] invalid-assignment - :112:13 - Object of type `Unknown | list[str]` is not assignable to attribute `make` of type `ImmutableListProtocol[str]`
[error] invalid-assignment - :120:13 - Object of type `list[str] | ImmutableListProtocol[str]` is not assignable to attribute `make` of type `ImmutableListProtocol[str]`

mesonbuild/modules/gnome.py

[error] invalid-return-type - :798:16 - Return type does not match returned value: expected `tuple[Dependency, Executable | ExternalProgram, Executable | ExternalProgram]`, found `tuple[Dependency, @Todo | None, @Todo | None]`

mesonbuild/modules/hotdoc.py

[warning] possibly-missing-attribute - :229:23 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :232:23 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` may be missing
[error] invalid-argument-type - :251:45 - Argument to bound method `ensure_file` is incorrect: Expected `str | File | CustomTarget | CustomTargetIndex`, found `object`
[warning] possibly-missing-attribute - :347:30 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[error] invalid-return-type - :357:16 -
Old: Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | Unknown]`
New: Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | Unknown | ExecutableSerialisation]`

mesonbuild/modules/pkgconfig.py

[error] invalid-argument-type - :126:47 - Argument to function `bold` is incorrect: Expected `str`, found `str | Unknown | ExternalProgram`

mesonbuild/modules/python.py

[warning] possibly-missing-attribute - :395:23 - Attribute `create_install_data` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :430:26 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing

mesonbuild/mparser.py

[error] invalid-super-argument - :285:9 - `Self@__init__` is not an instance or subclass of `<class 'ElementaryNode'>` in `super(<class 'ElementaryNode'>, Self@__init__)` call

mesonbuild/msetup.py

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

mesonbuild/msubprojects.py

[error] unresolved-attribute - :125:49 - Type `() -> bool` has no attribute `__get__`
[warning] possibly-missing-attribute - :329:36 - Attribute `upper` on type `Unknown | str | None` may be missing

mesonbuild/mtest.py

[error] unsupported-operator - :599:21 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[warning] possibly-missing-attribute - :754:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :756:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :760:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :761:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :763:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :764:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :765:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :767:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :770:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :771:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :773:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :774:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :775:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :779:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :781:17 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :782:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[warning] possibly-missing-attribute - :801:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` may be missing
[error] invalid-argument-type - :1021:37 - Argument to function `returncode_to_status` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - :1042:25 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[error] invalid-assignment - :1702:9 - Object of type `list[str] | None` is not assignable to attribute `ninja` of type `list[str]`

mesonbuild/options.py

[error] invalid-super-argument - :405:9 - `Self@__post_init__` is not an instance or subclass of `<class '_UserIntegerBase'>` in `super(<class '_UserIntegerBase'>, Self@__post_init__)` call

mesonbuild/rewriter.py

[error] invalid-argument-type - :820:65 - Argument to bound method `reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode]`
[error] invalid-argument-type - :845:50 - Argument to bound method `affects_no_other_targets` is incorrect: Expected `BaseNode`, found `StringNode | None`
[warning] possibly-missing-attribute - :874:67 - Attribute `subdir` on type `IntrospectionBuildTarget | None` may be missing
[error] invalid-argument-type - :888:53 - Argument to bound method `add_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-argument-type - :891:52 - Argument to bound method `rm_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-assignment - :926:13 - Object of type `AssignmentNode | None` is not assignable to `BaseNode`
[warning] possibly-missing-attribute - :926:61 - Attribute `node` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :939:83 - Attribute `subdir` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :939:98 - Attribute `source_nodes` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :940:91 - Attribute `subdir` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :940:107 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :940:130 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :940:130 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :940:130 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :946:25 - Attribute `name` on type `IntrospectionBuildTarget | None` may be missing
[warning] possibly-missing-attribute - :950:37 - Attribute `id` on type `IntrospectionBuildTarget | None` may be missing

mesonbuild/scripts/depfixer.py

[warning] possibly-missing-attribute - :162:16 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :184:9 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :185:45 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :186:48 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :187:51 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :188:51 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :189:49 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :190:48 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :191:48 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :192:49 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :193:50 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :194:53 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :195:49 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :196:53 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :197:49 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :198:52 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :201:9 - Attribute `seek` on type `Unknown | None` may be missing
[error] invalid-argument-type - :203:48 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None`
[warning] possibly-missing-attribute - :207:13 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :210:17 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :218:13 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :228:9 - Attribute `seek` on type `Unknown | None` may be missing
[error] invalid-argument-type - :230:30 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None`
[warning] possibly-missing-attribute - :252:9 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :259:23 - Attribute `sh_offset` on type `SectionHeader | None` may be missing
[warning] possibly-missing-attribute - :268:9 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :275:9 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :294:22 - Attribute `sh_offset` on type `SectionHeader | None` may be missing
[warning] possibly-missing-attribute - :295:13 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :302:17 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :303:17 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :317:9 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :352:13 - Attribute `seek` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :353:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :354:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :371:9 - Attribute `seek` on type `Unknown | None` may be missing
[error] invalid-argument-type - :373:25 - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `Unknown | None`

mesonbuild/utils/universal.py

[error] invalid-argument-type - :2503:27 - Argument to function `setattr` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :586:16 -
Old: Return type does not match returned value: expected `PerMachine[_T@PerMachineDefaultable]`, found `PerMachine[Unknown & ~None]`
New: Return type does not match returned value: expected `PerMachine[_T@PerMachineDefaultable]`, found `PerMachine[_T@PerMachineDefaultable & ~None]`
[error] invalid-return-type - :620:16 -
Old: Return type does not match returned value: expected `PerThreeMachine[_T@PerThreeMachineDefaultable]`, found `PerThreeMachine[Unknown & ~None]`
New: Return type does not match returned value: expected `PerThreeMachine[_T@PerThreeMachineDefaultable]`, found `PerThreeMachine[_T@PerThreeMachineDefaultable & ~None]`

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :509:45 - Argument to function `bold` is incorrect: Expected `str`, found `bytes`
[error] invalid-return-type - :540:20 - Return type does not match returned value: expected `tuple[str, @Todo]`, found `tuple[bytes, (@Todo & ~AlwaysFalsy) | Literal["meson"]]`
[error] invalid-return-type - :585:16 - Return type does not match returned value: expected `tuple[str, @Todo]`, found `tuple[bytes, (@Todo & ~AlwaysFalsy) | Literal["meson"]]`
[error] invalid-assignment - :665:13 - Object of type `list[Unknown | str | None]` is not assignable to `list[str]`
[error] not-iterable - :742:36 - Object of type `None` is not iterable

unittests/allplatformstests.py

[error] unresolved-attribute - :2703:38 - Type `_AssertRaisesContext[Unknown]` has no attribute `stderr`

unittests/baseplatformtests.py

[error] invalid-argument-type - :224:54 - Argument to function `handle_meson_skip_test` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :243:16 - Return type does not match returned value: expected `str`, found `str | None | Unknown`

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

examples/contrib/jsondump.py

[error] not-iterable - :182:20 - Object of type `Unknown | None | list[Unknown | dict[Unknown | 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[Unknown | 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[Unknown | 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[Unknown | 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 - :183:26 - Object of type `Unknown | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | ... omitted 6 union elements` may not be iterable
[warning] possibly-missing-attribute - :188:13 - Attribute `acquire` on type `Unknown | None | LockType` may be missing
[warning] possibly-missing-attribute - :190:13 - Attribute `release` on type `Unknown | None | LockType` may be missing
[error] invalid-argument-type - :192:27 - Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`

mitmproxy/contentviews/_view_mqtt.py

[error] invalid-argument-type - :106:53 - Argument to function `bytes_to_escaped_str` is incorrect: Expected `bytes`, found `(Unknown & ~AlwaysFalsy) | (dict[Unknown, Unknown] & ~AlwaysFalsy)`

mitmproxy/contrib/wbxml/ASCommandResponse.py

[error] unresolved-attribute - :47:10 - Type `Self@getWBXMLBytes` has no attribute `wbxmlBytes`

mitmproxy/proxy/layer.py

[warning] unused-ignore-comment - :312:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :313:59 - Unused blanket `type: ignore` directive

mitmproxy/tools/console/grideditor/col_text.py

[warning] unused-ignore-comment - :31:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :34:36 - Unused blanket `type: ignore` directive

docs/scripts/clirecording/clidirector.py

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

examples/contrib/search.py

[warning] possibly-missing-attribute - :68:23 - Attribute `findall` on type `Unknown | Pattern[str] | None` may be missing
[warning] possibly-missing-attribute - :73:41 - Attribute `findall` on type `Unknown | Pattern[str] | None` may be missing
[warning] possibly-missing-attribute - :75:45 - Attribute `findall` on type `Unknown | Pattern[str] | None` may be missing
[warning] possibly-missing-attribute - :78:49 - Attribute `findall` on type `Unknown | Pattern[str] | None` may be missing
[warning] possibly-missing-attribute - :82:50 - Attribute `findall` on type `Unknown | Pattern[str] | None` may be missing

examples/contrib/webscanner_helper/proxyauth_selenium.py

[warning] possibly-missing-attribute - :72:9 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :114:9 - Attribute `close` on type `Unknown | None` may be missing

examples/contrib/xss_scanner.py

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

mitmproxy/addons/savehar.py

[warning] possibly-missing-implicit-call - :206:17 - Method `__setitem__` of type `Unknown | int | str | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :206:17 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
[warning] possibly-missing-implicit-call - :207:17 - Method `__setitem__` of type `Unknown | int | str | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :207:17 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["encoding"]` and a value of type `Literal["base64"]` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
[warning] possibly-missing-implicit-call - :211:21 - Method `__setitem__` of type `Unknown | int | str | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :211:21 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `Literal[""]` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
[warning] possibly-missing-implicit-call - :213:21 - Method `__setitem__` of type `Unknown | int | str | dict[Unknown | str, Unknown | int]` may be missing
[error] invalid-assignment - :213:21 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: dict[Unknown, Unknown], /) -> None, (key: slice[Any, Any, Any], value: Iterable[dict[Unknown, Unknown]], /) -> None]) | (bound method dict[Unknown | str, Unknown | int].__setitem__(key: Unknown | str, value: Unknown | int, /) -> None)` cannot be called with a key of type `Literal["text"]` and a value of type `str` on object of type `Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]`
[error] invalid-assignment - :260:13 -
Old: Method `__setitem__` of type `Any | (bound method dict[Unknown | str, Unknown | str | int].__setitem__(key: Unknown | str, value: Unknown | str | int, /) -> None) | (bound method dict[Unknown | str, Unknown | int | str | dict[Unknown | str, Unknown | int]].__setitem__(key: Unknown | str, value: Unknown | int | str | dict[Unknown | str, Unknown | int], /) -> None) | ... omitted 3 union elements` cannot be called with a key of type `Literal["postData"]` and a value of type `dict[Unknown | str, Unknown | str | None]` on object of type `Any | int | dict[Unknown | str, Unknown | str | int] | ... omitted 4 union elements`
New: Method `__setitem__` of type `Any | (bound method dict[Unknown | str, Unknown | str | list[dict[Unknown, Unknown]] | int].__setitem__(key: Unknown | str, value: Unknown | str | list[dict[Unknown, Unknown]] | int, /) -> None) | (bound method dict[Unknown | str, Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int]].__setitem__(key: Unknown | str, value: Unknown | int | str | list[dict[Unknown, Unknown]] | dict[Unknown | str, Unknown | int], /) -> None) | ... omitted 3 union elements` cannot be called with a key of type `Literal["postData"]` and a value of type `dict[Unknown | str, Unknown | str | None | list[dict[Unknown, Unknown]]]` on object of type `Any | int | dict[Unknown | str, Unknown | str | list[dict[Unknown, Unknown]] | int] | ... omitted 4 union elements`

mitmproxy/coretypes/multidict.py

[error] invalid-super-argument - :145:20 - `Self@items` is not an instance or subclass of `<class '_MultiDict'>` in `super(<class '_MultiDict'>, Self@items)` call
[error] invalid-super-argument - :152:9 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :184:9 - `Self@__init__` is not an instance or subclass of `<class 'MultiDictView'>` in `super(<class 'MultiDictView'>, Self@__init__)` call

mitmproxy/hooks.py

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

mitmproxy/http.py

[error] invalid-argument-type - :383:54 - Argument to function `len` is incorrect: Expected `Sized`, found `bytes | None`
[error] invalid-argument-type - :1202:82 - Argument to function `refresh_set_cookie_header` is incorrect: Expected `int`, found `Unknown | int | float`

mitmproxy/proxy/layers/http/__init__.py

[error] missing-argument - :825:24 - No argument provided for required parameter `event` of function `handle_event`
[error] invalid-argument-type - :825:54 - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `Start`

mitmproxy/proxy/layers/http/_http2.py

[error] missing-argument - :537:28 - No argument provided for required parameter `event` of function `_handle_event`
[error] invalid-argument-type - :537:47 - Argument to function `_handle_event` is incorrect: Expected `Http2Connection`, found `Event`

mitmproxy/proxy/layers/modes.py

[error] missing-argument - :300:28 - No argument provided for required parameter `event` of function `handle_event`
[error] invalid-argument-type - :301:21 - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `DataReceived`
[warning] unused-ignore-comment - :56:61 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/quic/_raw_layers.py

[warning] unused-ignore-comment - :101:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :102:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :197:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :304:49 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/quic/_stream_layers.py

[warning] unused-ignore-comment - :520:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :568:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :588:34 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/tls.py

[error] invalid-argument-type - :570:56 - Argument to function `dtls_parse_client_hello` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - :572:51 - Argument to function `parse_client_hello` is incorrect: Expected `bytes`, found `bytearray`
[warning] unused-ignore-comment - :675:45 - Unused blanket `type: ignore` directive

mitmproxy/proxy/mode_servers.py

[error] invalid-super-argument - :231:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncioServerInstance'>` in `super(<class 'AsyncioServerInstance'>, Self@__init__)` call

mitmproxy/proxy/mode_specs.py

[error] invalid-assignment - :220:9 - Property `scheme` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :237:13 - Property `transport_protocol` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :239:13 - Property `transport_protocol` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :240:9 - Property `description` defined in `Self@__post_init__` is read-only

mitmproxy/tools/web/app.py

[error] unresolved-attribute - :584:29 - Unresolved attribute `port` on type `object`.
[error] unresolved-attribute - :586:29 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :588:33 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :590:32 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :591:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :595:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :597:29 - Unresolved attribute `text` on type `object`.
[error] unresolved-attribute - :607:29 - Unresolved attribute `status_code` on type `object`.
[error] unresolved-attribute - :609:29 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :611:33 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :613:32 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :614:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :618:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :620:29 - Unresolved attribute `text` on type `object`.
[error] unresolved-attribute - :593:33 - Unresolved attribute `trailers` on type `object`.
[error] unresolved-attribute - :616:33 - Unresolved attribute `trailers` on type `object`.

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-argument-type - :274:51 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] non-subscriptable - :275:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :337:42 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - :408:38 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`

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

[warning] possibly-missing-attribute - :403:13 - Attribute `connect` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :420:31 - Attribute `datagrams_to_send` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :429:24 - Attribute `next_event` on type `Unknown | None` may be missing

test/mitmproxy/proxy/tutils.py

[error] invalid-return-type - :386:16 - Return type does not match returned value: expected `T@_Placeholder`, found `Unknown | None | T@_Placeholder`
[error] invalid-super-argument - :411:9 - `Self@__init__` is not an instance or subclass of `<class '_AnyStrPlaceholder'>` in `super(<class '_AnyStrPlaceholder'>, Self@__init__)` call
[error] invalid-super-argument - :416:13 - `Self@setdefault` is not an instance or subclass of `<class '_AnyStrPlaceholder'>` in `super(<class '_AnyStrPlaceholder'>, Self@setdefault)` call
[error] invalid-return-type - :419:16 - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `Unknown | None | AnyStr@_AnyStrPlaceholder`
[warning] unused-ignore-comment - :417:67 - Unused blanket `type: ignore` directive

test/mitmproxy/tools/console/conftest.py

[warning] possibly-missing-attribute - :30:13 - Attribute `keypress` on type `Window | None` may be missing
[warning] possibly-missing-attribute - :33:27 - Attribute `render` on type `Window | None` may be missing

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

mkdocs/contrib/search/search_index.py

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

mkdocs/structure/files.py

[warning] possibly-missing-attribute - :47:29 - Attribute `value` on type `Unknown | Literal[-2]` may be missing
[warning] possibly-missing-attribute - :50:30 - Attribute `value` on type `Unknown | Literal[-2]` may be missing
[warning] possibly-missing-attribute - :53:30 - Attribute `value` on type `Unknown | Literal[-2]` may be missing
[warning] possibly-missing-attribute - :56:29 - Attribute `value` on type `Unknown | Literal[-1]` may be missing
[warning] possibly-missing-attribute - :59:30 - Attribute `value` on type `Unknown | Literal[-1]` may be missing

mkdocs/config/config_options.py

[error] invalid-super-argument - :84:9 - `Self@__init__` is not an instance or subclass of `<class 'SubConfig'>` in `super(<class 'SubConfig'>, Self@__init__)` call
[error] invalid-super-argument - :145:16 - `Self@run_validation` is not an instance or subclass of `<class 'PropagatingSubConfig'>` in `super(<class 'PropagatingSubConfig'>, Self@run_validation)` call
[error] invalid-super-argument - :165:9 - `Self@__init__` is not an instance or subclass of `<class 'OptionallyRequired'>` in `super(<class 'OptionallyRequired'>, Self@__init__)` call
[error] invalid-super-argument - :199:9 - `Self@__init__` is not an instance or subclass of `<class 'ListOfItems'>` in `super(<class 'ListOfItems'>, Self@__init__)` call
[error] invalid-super-argument - :254:9 - `Self@__init__` is not an instance or subclass of `<class 'DictOfItems'>` in `super(<class 'DictOfItems'>, Self@__init__)` call
[error] invalid-super-argument - :339:9 - `Self@__init__` is not an instance or subclass of `<class 'Type'>` in `super(<class 'Type'>, Self@__init__)` call
[error] invalid-super-argument - :365:9 - `Self@__init__` is not an instance or subclass of `<class 'Choice'>` in `super(<class 'Choice'>, Self@__init__)` call
[error] invalid-argument-type - :509:35 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-super-argument - :542:9 - `Self@__init__` is not an instance or subclass of `<class 'Optional'>` in `super(<class 'Optional'>, Self@__init__)` call

mkdocs/plugins.py

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

mkdocs/structure/pages.py

[error] invalid-assignment - :40:13 - Object of type `str` is not assignable to attribute `title` of type `weak_property`
[warning] unused-ignore-comment - :59:24 - Unused blanket `type: ignore` directive

mkdocs/tests/base.py

[error] unresolved-attribute - :105:9 - Type `Self@assertPathsEqual` has no attribute `assertEqual`
[error] unresolved-attribute - :110:19 - Type `Self@assertPathExists` has no attribute `_formatMessage`
[error] unresolved-attribute - :111:19 - Type `Self@assertPathExists` has no attribute `failureException`
[error] unresolved-attribute - :116:19 - Type `Self@assertPathNotExists` has no attribute `_formatMessage`
[error] unresolved-attribute - :117:19 - Type `Self@assertPathNotExists` has no attribute `failureException`
[error] unresolved-attribute - :122:19 - Type `Self@assertPathIsFile` has no attribute `_formatMessage`
[error] unresolved-attribute - :123:19 - Type `Self@assertPathIsFile` has no attribute `failureException`
[error] unresolved-attribute - :128:19 - Type `Self@assertPathIsDir` has no attribute `_formatMessage`
[error] unresolved-attribute - :129:19 - Type `Self@assertPathIsDir` has no attribute `failureException`

mkdocs/tests/livereload_tests.py

[error] invalid-assignment - :21:9 - Implicit shadowing of function `close`

mkosi (https://github.com/systemd/mkosi)

mkosi/config.py

[error] invalid-argument-type - :4971:44 - Argument to bound method `setting_prohibited` is incorrect: Expected `ConfigSetting[Unknown]`, found `@Todo | None`

mkosi/run.py

[error] invalid-super-argument - :335:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncioThread'>` in `super(<class 'AsyncioThread'>, Self@__init__)` call

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

pymongo/_asyncio_lock.py

[warning] unused-ignore-comment - :34:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :40:25 - Unused blanket `type: ignore` directive

pymongo/periodic_executor.py

[warning] unused-ignore-comment - :68:95 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :100:57 - Unused blanket `type: ignore` directive

pymongo/results.py

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

bson/regex.py

[error] no-matching-overload - :133:16 - No overload of function `compile` matches arguments

bson/son.py

[warning] redundant-cast - :176:16 - Value is already of type `bool`

gridfs/asynchronous/grid_file.py

[warning] possibly-missing-attribute - :1872:26 - Attribute `next` on type `AsyncCursor[Any] | None` may be missing
[warning] possibly-missing-attribute - :1874:19 - Attribute `close` on type `AsyncCursor[Any] | None` may be missing
[warning] possibly-missing-attribute - :1876:26 - Attribute `next` on type `AsyncCursor[Any] | None` may be missing

gridfs/synchronous/grid_file.py

[warning] possibly-missing-attribute - :1860:20 - Attribute `next` on type `Cursor[Any] | None` may be missing
[warning] possibly-missing-attribute - :1862:13 - Attribute `close` on type `Cursor[Any] | None` may be missing
[warning] possibly-missing-attribute - :1864:20 - Attribute `next` on type `Cursor[Any] | None` may be missing

pymongo/asynchronous/bulk.py

[error] invalid-argument-type - :503:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :538:75 - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :558:73 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :637:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :652:69 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[warning] unused-ignore-comment - :440:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :462:92 - Unused blanket `type: ignore` directive

pymongo/asynchronous/change_stream.py

[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `AsyncDatabase[Any] | AsyncCollection[Any]`, found `Unknown | AsyncDatabase[Any] | AsyncCollection[Any] | ... omitted 3 union elements`
[error] invalid-super-argument - :494:19 - `Self@_change_stream_options` is not an instance or subclass of `<class 'AsyncClusterChangeStream'>` in `super(<class 'AsyncClusterChangeStream'>, Self@_change_stream_options)` call

pymongo/asynchronous/client_bulk.py

[warning] unused-ignore-comment - :314:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :417:98 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :510:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :551:100 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :608:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :685:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :708:90 - Unused blanket `type: ignore` directive

pymongo/asynchronous/client_session.py

[error] invalid-return-type - :602:20 - Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-assignment - :1033:9 - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1034:27 - Attribute `session_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1037:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1058:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1063:9 - Attribute `inc_transaction_id` on type `Unknown | None | _ServerSession` may be missing

pymongo/asynchronous/collection.py

[error] invalid-super-argument - :224:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncCollection'>` in `super(<class 'AsyncCollection'>, Self@__init__)` call
[error] invalid-argument-type - :2585:23 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :2685:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2917:48 - Unused blanket `type: ignore` directive

pymongo/asynchronous/command_cursor.py

[error] invalid-super-argument - :446:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncRawBatchCommandCursor'>` in `super(<class 'AsyncRawBatchCommandCursor'>, Self@__init__)` call

pymongo/asynchronous/cursor.py

[error] invalid-super-argument - :1348:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncRawBatchCursor'>` in `super(<class 'AsyncRawBatchCursor'>, Self@__init__)` call
[error] invalid-assignment - :140:13 - Object of type `Literal[True]` is not assignable to attribute `_attached_to_cursor` on type `AsyncClientSession | None`

pymongo/asynchronous/database.py

[error] invalid-super-argument - :115:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncDatabase'>` in `super(<class 'AsyncDatabase'>, Self@__init__)` call
[error] invalid-argument-type - :935:13 - Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - :1078:57 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - :1151:19 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :716:46 - Unused blanket `type: ignore` directive

pymongo/asynchronous/encryption.py

[warning] possibly-missing-attribute - :899:23 - Attribute `create_data_key` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :944:35 - Attribute `encrypt` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1089:35 - Attribute `decrypt` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1239:32 - Attribute `rewrap_many_data_key` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1281:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] unused-ignore-comment - :801:53 - Unused blanket `type: ignore` directive

pymongo/asynchronous/mongo_client.py

[error] invalid-super-argument - :875:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncMongoClient'>` in `super(<class 'AsyncMongoClient'>, Self@__init__)` call
[warning] possibly-missing-attribute - :2689:17 - Attribute `mark_dirty` on type `Unknown | None | _ServerSession` may be missing
[warning] unused-ignore-comment - :2315:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2766:53 - Unused blanket `type: ignore` directive

pymongo/asynchronous/monitor.py

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

pymongo/asynchronous/pool.py

[warning] unused-ignore-comment - :332:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :919:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1063:98 - Unused blanket `type: ignore` directive

pymongo/asynchronous/topology.py

[warning] possibly-missing-attribute - :129:31 - Attribute `publish_topology_opened` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :148:21 - Attribute `publish_topology_description_changed` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :164:35 - Attribute `publish_server_opened` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :496:21 - Attribute `publish_server_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :508:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :575:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :736:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :744:31 - Attribute `publish_topology_closed` on type `Unknown | _EventListeners | None` may be missing
[warning] unused-ignore-comment - :761:62 - Unused blanket `type: ignore` directive

pymongo/message.py

[error] invalid-argument-type - :1721:47 - 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]])`

pymongo/network_layer.py

[warning] unused-ignore-comment - :511:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :574:54 - Unused blanket `type: ignore` directive

pymongo/pyopenssl_context.py

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

pymongo/synchronous/bulk.py

[error] invalid-argument-type - :503:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :538:69 - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :558:67 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :635:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :650:63 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[warning] unused-ignore-comment - :440:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :462:86 - Unused blanket `type: ignore` directive

pymongo/synchronous/change_stream.py

[error] invalid-argument-type - :243:13 - Argument to bound method `__init__` is incorrect: Expected `Database[Any] | Collection[Any]`, found `Unknown | Database[Any] | Collection[Any] | ... omitted 3 union elements`
[error] invalid-super-argument - :492:19 - `Self@_change_stream_options` is not an instance or subclass of `<class 'ClusterChangeStream'>` in `super(<class 'ClusterChangeStream'>, Self@_change_stream_options)` call

pymongo/synchronous/client_bulk.py

[warning] unused-ignore-comment - :314:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :417:92 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :508:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :549:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :606:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :683:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :706:84 - Unused blanket `type: ignore` directive

pymongo/synchronous/client_session.py

[error] invalid-return-type - :601:20 - Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-assignment - :1030:9 - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1031:27 - Attribute `session_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1034:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1055:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` may be missing
[warning] possibly-missing-attribute - :1060:9 - Attribute `inc_transaction_id` on type `Unknown | None | _ServerSession` may be missing

pymongo/synchronous/collection.py

[error] invalid-super-argument - :227:9 - `Self@__init__` is not an instance or subclass of `<class 'Collection'>` in `super(<class 'Collection'>, Self@__init__)` call
[error] invalid-argument-type - :2582:23 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :2682:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2910:48 - Unused blanket `type: ignore` directive

pymongo/synchronous/command_cursor.py

[error] invalid-super-argument - :446:9 - `Self@__init__` is not an instance or subclass of `<class 'RawBatchCommandCursor'>` in `super(<class 'RawBatchCommandCursor'>, Self@__init__)` call

pymongo/synchronous/cursor.py

[error] invalid-super-argument - :1344:9 - `Self@__init__` is not an instance or subclass of `<class 'RawBatchCursor'>` in `super(<class 'RawBatchCursor'>, Self@__init__)` call
[error] invalid-assignment - :140:13 - Object of type `Literal[True]` is not assignable to attribute `_attached_to_cursor` on type `ClientSession | None`

pymongo/synchronous/database.py

[error] invalid-super-argument - :115:9 - `Self@__init__` is not an instance or subclass of `<class 'Database'>` in `super(<class 'Database'>, Self@__init__)` call
[error] invalid-argument-type - :934:43 - Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] no-matching-overload - :938:20 - No overload of bound method `_command` matches arguments
[error] invalid-argument-type - :1074:51 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - :1145:19 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :716:46 - Unused blanket `type: ignore` directive

pymongo/synchronous/encryption.py

[warning] possibly-missing-attribute - :892:17 - Attribute `create_data_key` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :937:29 - Attribute `encrypt` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1082:29 - Attribute `decrypt` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1232:26 - Attribute `rewrap_many_data_key` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1274:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] unused-ignore-comment - :794:53 - Unused blanket `type: ignore` directive

pymongo/synchronous/mongo_client.py

[error] invalid-super-argument - :875:9 - `Self@__init__` is not an instance or subclass of `<class 'MongoClient'>` in `super(<class 'MongoClient'>, Self@__init__)` call
[warning] possibly-missing-attribute - :2679:17 - Attribute `mark_dirty` on type `Unknown | None | _ServerSession` may be missing
[warning] unused-ignore-comment - :2307:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2756:53 - Unused blanket `type: ignore` directive

pymongo/synchronous/monitor.py

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

pymongo/synchronous/pool.py

[warning] unused-ignore-comment - :332:45 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :372:10 - Function can implicitly return `None`, which is not assignable to return type `dict[str, Any]`
[error] invalid-return-type - :460:61 - Function can implicitly return `None`, which is not assignable to return type `_OpReply | _OpMsg`
[warning] unused-ignore-comment - :917:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1059:93 - Unused blanket `type: ignore` directive

pymongo/synchronous/topology.py

[warning] possibly-missing-attribute - :129:31 - Attribute `publish_topology_opened` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :148:21 - Attribute `publish_topology_description_changed` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :164:35 - Attribute `publish_server_opened` on type `_EventListeners | None` may be missing
[warning] possibly-missing-attribute - :496:21 - Attribute `publish_server_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :508:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :575:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :734:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` may be missing
[warning] possibly-missing-attribute - :742:31 - Attribute `publish_topology_closed` on type `Unknown | _EventListeners | None` may be missing
[warning] unused-ignore-comment - :759:62 - Unused blanket `type: ignore` directive

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

mypy/semanal_newtype.py

[error] invalid-argument-type - :125:82 - Argument to function `has_any_from_unimported_type` is incorrect: Expected `Type`, found `ProperType | None`
[error] invalid-argument-type - :126:80 - Argument to bound method `unimported_type_becomes_any` is incorrect: Expected `Type`, found `ProperType | None`

mypy/test/testmodulefinder.py

[error] invalid-argument-type - :156:13 - Argument to bound method `__init__` is incorrect: Expected `tuple[str, ...]`, found `tuple[str, str, str, bytes]`

mypy/typestate.py

[error] invalid-assignment - :106:9 - Cannot assign to final attribute `_subtype_caches` on type `Self@__init__`
[error] invalid-assignment - :107:9 - Cannot assign to final attribute `_negative_subtype_caches` on type `Self@__init__`
[error] invalid-assignment - :109:9 - Cannot assign to final attribute `_attempted_protocols` on type `Self@__init__`
[error] invalid-assignment - :110:9 - Cannot assign to final attribute `_checked_against_members` on type `Self@__init__`
[error] invalid-assignment - :111:9 - Cannot assign to final attribute `_rechecked_types` on type `Self@__init__`
[error] invalid-assignment - :112:9 - Cannot assign to final attribute `_assuming` on type `Self@__init__`
[error] invalid-assignment - :113:9 - Cannot assign to final attribute `_assuming_proper` on type `Self@__init__`
[error] invalid-assignment - :114:9 - Cannot assign to final attribute `inferring` on type `Self@__init__`

mypy/main.py

[error] invalid-return-type - :412:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`

mypy/checker.py

[error] invalid-argument-type - :2350:53 - Argument to bound method `check_setter_type_override` is incorrect: Expected `OverloadedFuncDef`, found `FuncDef | OverloadedFuncDef | Decorator`

mypy/checker_shared.py

[error] invalid-return-type - :306:20 - Return type does not match returned value: expected `TypeInfo | None`, found `TypeInfo | FuncItem | MypyFile`

mypy/modulefinder.py

[error] invalid-return-type - :167:13 -
Old: Return type does not match returned value: expected `bool`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | Literal[True] | Unknown`
New: Return type does not match returned value: expected `bool`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | bool | Unknown`

mypy/report.py

[error] invalid-assignment - :686:9 - Method `__setitem__` of type `Unknown | (bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None)` cannot be called with a key of type `bytes` and a value of type `Unknown` on object of type `Unknown | dict[str, Any]`

mypy/semanal.py

[error] invalid-argument-type - :3985:86 - Argument to bound method `analyze_type_alias_type_params` is incorrect: Expected `CallExpr`, found `Expression`
[warning] possibly-missing-attribute - :4422:24 - Attribute `get` on type `SymbolTable | None` may be missing
[error] unsupported-operator - :5529:52 - Operator `in` is not supported for types `str` and `None`, in comparing `str` with `SymbolTable | None`
[warning] possibly-missing-attribute - :6727:20 - Attribute `get` on type `SymbolTable | None` may be missing

mypy/type_visitor.py

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

mypy/types.py

[error] invalid-assignment - :537:9 - Cannot assign to final attribute `raw_id` on type `Self@__init__`

mypyc/irbuild/for_helpers.py

[error] unresolved-attribute - :773:13 - Unresolved attribute `next_reg` on type `Self@gen_condition`.
[error] unresolved-attribute - :792:35 - Type `Self@begin_body` has no attribute `next_reg`

mypyc/irbuild/ll_builder.py

[error] invalid-argument-type - :1435:52 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1438:25 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1459:25 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1462:52 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1465:52 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`

nionutils (https://github.com/nion-software/nionutils)

nion/utils/ListModel.py

[error] invalid-super-argument - :39:9 - `Self@__init__` is not an instance or subclass of `<class 'ListModel'>` in `super(<class 'ListModel'>, Self@__init__)` call
[error] unresolved-attribute - :632:59 - Type `object` has no attribute `listen`
[error] unresolved-attribute - :633:57 - Type `object` has no attribute `listen`
[error] invalid-super-argument - :990:9 - `Self@__init__` is not an instance or subclass of `<class 'ObservedListModel'>` in `super(<class 'ObservedListModel'>, Self@__init__)` call

nion/utils/Model.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyModel'>` in `super(<class 'PropertyModel'>, Self@__init__)` call
[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'FuncStreamValueModel'>` in `super(<class 'FuncStreamValueModel'>, Self@__init__)` call
[error] invalid-super-argument - :146:9 - `Self@__init__` is not an instance or subclass of `<class 'StreamValueModel'>` in `super(<class 'StreamValueModel'>, Self@__init__)` call
[error] invalid-super-argument - :168:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyChangedPropertyModel'>` in `super(<class 'PropertyChangedPropertyModel'>, Self@__init__)` call

nion/utils/Stream.py

[error] invalid-super-argument - :34:9 - `Self@__init__` is not an instance or subclass of `<class 'AbstractStream'>` in `super(<class 'AbstractStream'>, Self@__init__)` call
[error] invalid-super-argument - :98:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueStream'>` in `super(<class 'ValueStream'>, Self@__init__)` call
[error] invalid-super-argument - :130:9 - `Self@__init__` is not an instance or subclass of `<class 'MapStream'>` in `super(<class 'MapStream'>, Self@__init__)` call
[error] invalid-super-argument - :163:9 - `Self@__init__` is not an instance or subclass of `<class 'CombineLatestStream'>` in `super(<class 'CombineLatestStream'>, Self@__init__)` call
[error] invalid-super-argument - :230:9 - `Self@__init__` is not an instance or subclass of `<class 'DebounceStream'>` in `super(<class 'DebounceStream'>, Self@__init__)` call
[error] invalid-super-argument - :281:9 - `Self@__init__` is not an instance or subclass of `<class 'SampleStream'>` in `super(<class 'SampleStream'>, Self@__init__)` call
[error] invalid-super-argument - :320:9 - `Self@__init__` is not an instance or subclass of `<class 'ConstantStream'>` in `super(<class 'ConstantStream'>, Self@__init__)` call
[error] invalid-super-argument - :336:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyChangedEventStream'>` in `super(<class 'PropertyChangedEventStream'>, Self@__init__)` call
[error] invalid-super-argument - :387:9 - `Self@__init__` is not an instance or subclass of `<class 'OptionalStream'>` in `super(<class 'OptionalStream'>, Self@__init__)` call
[error] invalid-super-argument - :410:9 - `Self@__init__` is not an instance or subclass of `<class 'FollowStream'>` in `super(<class 'FollowStream'>, Self@__init__)` call
[error] invalid-super-argument - :453:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueStreamAction'>` in `super(<class 'ValueStreamAction'>, Self@__init__)` call
[error] invalid-super-argument - :499:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueChangeStream'>` in `super(<class 'ValueChangeStream'>, Self@__init__)` call
[error] invalid-super-argument - :510:13 - `Self@_send_value` is not an instance or subclass of `<class 'ValueChangeStream'>` in `super(<class 'ValueChangeStream'>, Self@_send_value)` call

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

nox/sessions.py

[warning] possibly-missing-attribute - :722:49 - Attribute `_reused` on type `(Unknown & ~PassthroughEnv) | (ProcessEnv & ~PassthroughEnv) | None` may be missing
[warning] possibly-missing-attribute - :734:29 - Attribute `is_offline` on type `Unknown | ProcessEnv | None` may be missing
[warning] possibly-missing-attribute - :748:13 - Attribute `conda_cmd` on type `Unknown | ProcessEnv | None` may be missing

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

openlibrary/plugins/importapi/import_edition_builder.py

[error] call-non-callable - :156:13 - Object of type `str` is not callable

openlibrary/plugins/openlibrary/tests/test_listapi.py

[error] invalid-argument-type - :28:34 - Argument to bound method `send` is incorrect: Expected `PreparedRequest`, found `Request`
[error] unresolved-attribute - :33:15 - Type `Self@login` has no attribute `cookiejar`

openlibrary/plugins/openlibrary/tests/test_ratingsapi.py

[error] invalid-argument-type - :30:34 - Argument to bound method `send` is incorrect: Expected `PreparedRequest`, found `Request`

openlibrary/accounts/__init__.py

[warning] possibly-missing-attribute - :44:37 - Attribute `generate_login_code` on type `Unknown | Account | None` may be missing

openlibrary/accounts/model.py

[error] invalid-return-type - :163:16 - Return type does not match returned value: expected `int`, found `(User & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | Literal[0]`
[error] non-subscriptable - :361:13 - Cannot subscript object of type `bool` with no `__getitem__` method

openlibrary/catalog/marc/marc_binary.py

[error] unresolved-attribute - :64:12 - Type `MarcBase` has no attribute `marc8`
[error] unsupported-operator - :183:24 - Operator `+` is unsupported between objects of type `Unknown | int` and `Literal["\u{fe20}"]`

openlibrary/catalog/marc/tests/test_marc.py

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

openlibrary/core/cache.py

[error] unresolved-attribute - :95:22 - Type `(...) -> T@memcache_memoize` has no attribute `__name__`

openlibrary/plugins/books/readlinks.py

[warning] possibly-missing-attribute - :135:16 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :142:39 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :157:12 - Attribute `get` on type `Unknown | None` may be missing
[error] non-subscriptable - :158:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :312:62 - Argument to function `get_solr_fields_for_works` is incorrect: Expected `list[str]`, found `Unknown | dict[str, dict[Unknown, Unknown]]`

openlibrary/plugins/openlibrary/stats.py

[error] unsupported-operator - :203:30 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[error] no-matching-overload - :214:16 - No overload of bound method `join` matches arguments

openlibrary/plugins/upstream/addbook.py

[error] invalid-argument-type - :260:44 - Argument to bound method `work_edition_match` is incorrect: Expected `Edition`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - :265:46 - Argument to bound method `work_match` is incorrect: Expected `Work`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`

openlibrary/plugins/upstream/forms.py

[error] non-subscriptable - :77:16 - Cannot subscript object of type `None` with no `__getitem__` method

openlibrary/plugins/upstream/mybooks.py

[warning] possibly-missing-attribute - :515:20 - Attribute `get_username` on type `Unknown | User | None` may be missing
[warning] possibly-missing-attribute - :547:13 - Attribute `get_username` on type `Unknown | User | None` may be missing

openlibrary/plugins/worksearch/autocomplete.py

[error] invalid-argument-type - :87:32 - Argument to bound method `doc_filter` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | (Thing & ~AlwaysFalsy)`
[error] invalid-argument-type - :88:31 - Argument to bound method `doc_wrap` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | (Thing & ~AlwaysFalsy)`

openlibrary/tests/core/test_processors_invalidation.py

[error] unresolved-attribute - :43:16 - Type `Self@test_hook` has no attribute `cookie`
[warning] possibly-missing-attribute - :66:13 - Attribute `dict` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :97:13 - Attribute `dict` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :149:13 - Attribute `dict` on type `Unknown | None` may be missing
[error] unresolved-attribute - :170:16 - Type `Self@test_setcookie_after_reload` has no attribute `cookie`
[error] unresolved-attribute - :189:13 - Unresolved attribute `cookie` on type `Self@_monkeypatch_web`.

openlibrary/tests/solr/test_update.py

[error] invalid-assignment - :77:9 - Object of type `(Unknown & ~AlwaysFalsy) | list[Unknown]` is not assignable to attribute `docs` of type `tuple[Unknown, ...]`
[error] invalid-assignment - :78:9 - Object of type `dict[@Todo, @Todo]` is not assignable to attribute `docs_by_key` of type `MappingProxyType[Unknown, Unknown]`
[error] unresolved-attribute - :81:9 - Type `tuple[Unknown, ...]` has no attribute `extend`
[error] unresolved-attribute - :82:9 - Type `MappingProxyType[Unknown, Unknown]` has no attribute `update`

openlibrary/utils/bulkimport.py

[error] call-non-callable - :54:25 - Object of type `DocumentLoader` is not callable

openlibrary/utils/schema.py

[error] unresolved-attribute - :56:16 - Type `Self@get_native_type` has no attribute `native_types`
[error] unresolved-attribute - :88:16 - Type `Self@get_constant` has no attribute `constants`

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

ops/_private/harness.py

[error] invalid-argument-type - :308:47 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - :484:64 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :824:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :851:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :883:56 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :910:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :1042:64 - Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-return-type - :1221:16 - Return type does not match returned value: expected `Mapping[str, str]`, found `Unknown | dict[str, str] | None`
[error] invalid-return-type - :1229:16 - 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 - :1319:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[error] missing-argument - :3132:16 - No argument provided for required parameter `pebble_client` of function `_can_connect`
[error] invalid-argument-type - :3132:43 - Argument to function `_can_connect` is incorrect: Expected `_TestingModelBackend`, found `Self@_check_connection`
[error] unsupported-operator - :3627:52 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes`
[warning] unused-ignore-comment - :443:55 - Unused blanket `type: ignore` directive

ops/charm.py

[warning] unused-ignore-comment - :137:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :575:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :616:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :803:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :890:35 - Unused blanket `type: ignore` directive

ops/framework.py

[error] invalid-assignment - :681:13 - Implicit shadowing of function `breakpointhook`
[error] invalid-argument-type - :1052:36 - Argument to bound method `_forget` is incorrect: Expected `Serializable`, found `EventBase`
[warning] unused-ignore-comment - :307:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :410:38 - Unused blanket `type: ignore` directive

ops/lib/__init__.py

[error] invalid-argument-type - :194:19 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bool`
[warning] possibly-missing-attribute - :272:13 - Attribute `exec_module` on type `Unknown | Loader | None` may be missing

ops/model.py

[error] no-matching-overload - :3318:16 - No overload of bound method `exec` matches arguments

ops/pebble.py

[error] invalid-argument-type - :574:19 - Method `__getitem__` of type `(Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]) | (Overload[(key: SupportsIndex, /) -> int, (key: slice[Any, Any, Any], /) -> bytes])` cannot be called with key of type `slice[Any, Any, Any]` on object of type `AnyStr@ExecError`
[warning] unused-ignore-comment - :404:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :456:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3543:37 - Unused blanket `type: ignore` directive

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

tutorial/20_recipes/005_user_defined_sampler.py

[warning] possibly-missing-attribute - :88:29 - Attribute `params` on type `Unknown | None` may be missing

optuna/_gp/search_space.py

[error] invalid-argument-type - :73:21 - Argument to function `_normalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - :74:21 - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, <class 'float'>], Unknown | ndarray[Unknown, <class 'float'>]]`
[error] invalid-argument-type - :75:21 - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`
[error] invalid-argument-type - :104:21 - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, <class 'float'>], Unknown | ndarray[Unknown, <class 'float'>]]`
[error] invalid-argument-type - :105:21 - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`

optuna/pruners/_hyperband.py

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

optuna/storages/_rdb/models.py

[error] invalid-argument-type - :389:52 - Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Unknown | Column[Unknown]`

optuna/storages/_rdb/storage.py

[error] invalid-argument-type - :553:30 - Argument to bound method `_set_trial_param_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :558:62 - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :563:64 - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :568:30 - Argument to bound method `_set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :599:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :626:57 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :653:39 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :653:55 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :685:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :737:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`

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

paasta_tools/mesos/mesos_file.py

[warning] possibly-missing-attribute - :67:55 - Attribute `directory` on type `Unknown | None` may be missing

paasta_tools/api/tweens/auth.py

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

paasta_tools/config_utils.py

[error] invalid-argument-type - :232:13 - Argument to function `write_auto_config_data` is incorrect: Expected `str`, found `Unknown | str | None`
[error] no-matching-overload - :244:13 - No overload of function `abspath` matches arguments

paasta_tools/frameworks/native_service_config.py

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

paasta_tools/kubernetes/application/controller_wrappers.py

[warning] possibly-missing-attribute - :125:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :140:12 - Attribute `get_iam_role` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :142:26 - Attribute `get_iam_role` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :143:27 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :176:38 - Attribute `config_dict` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :178:29 - Attribute `get_bounce_margin_factor` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :275:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :277:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :286:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :298:28 - Attribute `get_autoscaling_metric_spec` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :300:21 - Attribute `cluster` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :420:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :422:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :428:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing
[warning] possibly-missing-attribute - :475:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` may be missing

paasta_tools/kubernetes_tools.py

[error] invalid-argument-type - :938:13 - Argument to bound method `get_autoscaling_scaling_policy` is incorrect: Expected `int`, found `(int & ~Literal[0]) | None`
[error] invalid-argument-type - :2237:17 - Argument to function `get_config_hash` is incorrect: Expected `str`, found `str | None`

paasta_tools/long_running_service_tools.py

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

paasta_tools/mesos/slave.py

[error] unresolved-attribute - :89:12 - Type `CoroutineType[Any, Any, Unknown]` has no attribute `status_code`
[error] unresolved-attribute - :91:22 - Type `CoroutineType[Any, Any, Unknown]` has no attribute `json`

paasta_tools/paasta_service_config_loader.py

[error] invalid-assignment - :75:9 - Object of type `None` is not assignable to attribute `_clusters` of type `list[str]`
[error] invalid-assignment - :77:9 - Object of type `None` is not assignable to attribute `_deployments_json` of type `DeploymentsJsonV2`

paasta_tools/paastaapi/api_client.py

[error] non-subscriptable - :629:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :638:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :660:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :668:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :674:35 - Attribute `configuration` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :687:31 - Attribute `configuration` on type `Unknown | None` may be missing
[error] call-non-callable - :740:16 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :745:21 - Attribute `configuration` on type `Unknown | None` may be missing
[error] non-subscriptable - :746:17 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :746:48 - Attribute `configuration` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :748:32 - Attribute `configuration` on type `Unknown | None` may be missing
[error] non-subscriptable - :749:17 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :749:48 - Attribute `configuration` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :751:21 - Attribute `configuration` on type `Unknown | None` may be missing
[error] non-subscriptable - :752:60 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :755:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :758:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :763:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :767:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :772:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :777:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :780:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :784:36 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :791:31 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :793:42 - Attribute `select_header_accept` on type `Unknown | None` may be missing
[error] non-subscriptable - :796:37 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :798:27 - Attribute `select_header_content_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :802:16 - Attribute `call_api` on type `Unknown | None` may be missing
[error] non-subscriptable - :803:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :803:45 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :810:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :811:27 - Cannot subscript object of type `None` with no `__getitem__` method

paasta_tools/paastaapi/model_utils.py

[error] invalid-assignment - :169:9 - Cannot assign to object of type `Self@__setattr__` with no `__setitem__` method

paasta_tools/tron_tools.py

[error] non-subscriptable - :194:24 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :877:38 - Attribute `items` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1097:17 -
Old: Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
New: Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1112:25 -
Old: Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1129:21 -
Old: Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1133:17 -
Old: Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`

paasta_tools/utils.py

[error] invalid-assignment - :221:17 - Method `__setitem__` of type `bound method dict[tuple[Unknown, ...], TimeCacheEntry].__setitem__(key: tuple[Unknown, ...], value: TimeCacheEntry, /) -> None` cannot be called with a key of type `tuple[Any, ...]` and a value of type `dict[Unknown | str, Unknown | _CacheRetT@__call__ | int | float]` on object of type `dict[tuple[Unknown, ...], TimeCacheEntry]`
[error] invalid-argument-type - :1037:17 - Argument to bound method `append` is incorrect: Expected `DockerVolume`, found `dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :616:35 -
Old: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[Unknown | dict[Unknown | str, Unknown]]`
New: Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[Unknown | dict[Unknown | str, Unknown | str]]`
[error] invalid-assignment - :3581:9 -
Old: Object of type `dict[Unknown | str, Unknown]` is not assignable to `BranchDictV2`
New: Object of type `dict[Unknown | str, Unknown | str | None]` is not assignable to `BranchDictV2`

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

src/packaging/requirements.py

[error] invalid-assignment - :47:13 - Object of type `Any` is not assignable to attribute `_markers` on type `Marker | None`

src/packaging/metadata.py

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

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

pandera/backends/pandas/parsers.py

[error] invalid-return-type - :27:20 - Return type does not match returned value: expected `Series[Any]`, found `DataFrame | dict[str, DataFrame]`
[error] invalid-return-type - :29:20 - Return type does not match returned value: expected `Series[Any]`, found `DataFrame | dict[str, DataFrame]`

pandera/api/dataframe/components.py

[error] invalid-super-argument - :69:9 - `Self@__init__` is not an instance or subclass of `<class 'ComponentSchema'>` in `super(<class 'ComponentSchema'>, Self@__init__)` call

pandera/api/dataframe/container.py

[error] invalid-super-argument - :156:9 - `Self@__init__` is not an instance or subclass of `<class 'DataFrameSchema'>` in `super(<class 'DataFrameSchema'>, Self@__init__)` call
[error] missing-argument - :321:22 - No argument provided for required parameter `self` of function `__repr__`
[warning] redundant-cast - :485:16 - Value is already of type `Self@add_columns`
[warning] redundant-cast - :548:16 - Value is already of type `Self@remove_columns`
[warning] redundant-cast - :614:16 - Value is already of type `Self@update_column`
[warning] redundant-cast - :703:16 - Value is already of type `Self@update_columns`
[warning] redundant-cast - :789:16 - Value is already of type `Self@rename_columns`
[warning] redundant-cast - :825:16 - Value is already of type `Self@update_index`
[warning] redundant-cast - :857:16 - Value is already of type `Self@update_indexes`
[warning] redundant-cast - :901:16 - Value is already of type `Self@rename_indexes`
[warning] redundant-cast - :964:16 - Value is already of type `Self@select_columns`
[warning] redundant-cast - :1107:16 - Value is already of type `Self@set_index`

pandera/api/pandas/array.py

[error] invalid-argument-type - :76:13 - Argument to function `series_strategy` is incorrect: Expected `DataType | DataType`, found `DataType`

pandera/api/pandas/components.py

[error] invalid-argument-type - :190:13 - Argument to function `column_strategy` is incorrect: Expected `DataType | DataType`, found `DataType`
[error] invalid-argument-type - :193:13 - Argument to function `column_strategy` is incorrect: Expected `str | None`, found `Unknown | str | tuple[str, ...] | None`
[error] invalid-argument-type - :263:13 - Argument to function `column_strategy` is incorrect: Expected `DataType | DataType`, found `DataType`
[warning] unused-ignore-comment - :249:26 - Unused blanket `type: ignore` directive

pandera/api/pyspark/column_schema.py

[error] unknown-argument - :126:13 - Argument `error_handler` does not match any known parameter of bound method `validate`

pandera/api/pyspark/components.py

[error] unknown-argument - :158:13 - Argument `error_handler` does not match any known parameter of bound method `validate`
[error] unresolved-attribute - :167:16 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`

pandera/api/pyspark/container.py

[error] unresolved-attribute - :237:34 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`
[error] unresolved-attribute - :237:34 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`
[error] unresolved-attribute - :237:34 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`
[error] unresolved-attribute - :237:34 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`
[error] unresolved-attribute - :237:34 - Type `BaseSchemaBackend` has no attribute `get_regex_columns`
[error] unknown-argument - :362:13 - Argument `error_handler` does not match any known parameter of bound method `validate`

pandera/backends/ibis/container.py

[error] invalid-argument-type - :62:47 - Argument to bound method `strict_filter_columns` is incorrect: Expected `ColumnInfo`, found `Any | DataFrameSchema | ColumnInfo`
[error] invalid-argument-type - :62:47 - Argument to bound method `strict_filter_columns` is incorrect: Expected `DataFrameSchema`, found `Any | DataFrameSchema | ColumnInfo`
[error] invalid-argument-type - :92:29 - Argument to bound method `run_schema_component_checks` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | DataFrameSchema | ColumnInfo | bool`
[error] invalid-argument-type - :92:29 - Argument to bound method `run_schema_component_checks` is incorrect: Expected `bool`, found `Unknown | DataFrameSchema | ColumnInfo | bool`

pandera/backends/pandas/checks.py

[error] invalid-return-type - :86:20 - Return type does not match returned value: expected `Series[Any]`, found `Series[Any] | dict[str, Series[Any]]`
[error] invalid-return-type - :88:20 - Return type does not match returned value: expected `Series[Any]`, found `DataFrame | dict[str, DataFrame]`
[error] invalid-return-type - :90:20 - Return type does not match returned value: expected `Series[Any]`, found `DataFrame | dict[str, DataFrame]`

pandera/backends/pandas/components.py

[error] invalid-argument-type - :514:13 - Argument to bound method `_map_schema_to_levels` is incorrect: Expected `MultiIndex`, found `Index[Any]`
[error] invalid-argument-type - :520:17 - Argument to bound method `_check_strict` is incorrect: Expected `MultiIndex`, found `Index[Any]`
[error] invalid-argument-type - :526:13 - Argument to bound method `_validate_index_names` is incorrect: Expected `MultiIndex`, found `Index[Any]`
[error] invalid-argument-type - :555:32 - Argument to bound method `_check_unique` is incorrect: Expected `MultiIndex`, found `Index[Any]`

pandera/backends/polars/container.py

[error] invalid-argument-type - :80:45 - Argument to bound method `add_missing_columns` is incorrect: Expected `ColumnInfo`, found `DataFrameSchema | Unknown`
[error] invalid-argument-type - :80:45 - Argument to bound method `strict_filter_columns` is incorrect: Expected `ColumnInfo`, found `DataFrameSchema | Unknown`
[warning] unused-ignore-comment - :118:37 - Unused blanket `type: ignore` directive

pandera/backends/pyspark/checks.py

[error] invalid-argument-type - :90:48 - Argument to bound method `preprocess` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :92:46 - Argument to bound method `apply` is incorrect: Expected `str`, found `str | None`

pandera/engines/pandas_engine.py

[error] invalid-argument-type - :882:40 - Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `str`
[error] invalid-argument-type - :961:40 - Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `str & ~AlwaysFalsy`
[error] invalid-argument-type - :979:40 - Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `(str & ~AlwaysFalsy) | @Todo`
[error] invalid-argument-type - :1021:40 - Argument to bound method `__init__` is incorrect: Expected `Literal["ns"]`, found `str`
[warning] deprecated - :1272:37 - The function `parse_obj` is deprecated: The `parse_obj` method is deprecated; use `model_validate` instead.
[error] unresolved-attribute - :1357:35 - Type `BaseModel` has no attribute `root`
[error] too-many-positional-arguments - :1357:55 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :1359:35 - Type `BaseModel` has no attribute `__root__`
[warning] unused-ignore-comment - :644:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :658:43 - Unused blanket `type: ignore` directive

pandera/engines/pyspark_engine.py

[warning] unused-ignore-comment - :397:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :455:81 - Unused blanket `type: ignore` directive

pandera/typing/fastapi.py

[error] invalid-super-argument - :55:13 - `Self@__init__` is not an instance or subclass of `<class 'UploadFile'>` in `super(<class 'UploadFile'>, Self@__init__)` call

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

parso/normalizer.py

[error] unresolved-attribute - :56:13 - Type `type` has no attribute `feed_node`
[error] unresolved-attribute - :62:13 - Type `type` has no attribute `feed_node`

parso/pgen2/generator.py

[error] invalid-assignment - :100:9 - Cannot assign to object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method
[error] invalid-assignment - :105:17 - Cannot assign to object of type `Mapping[str, DFAState[Unknown]]` with no `__setitem__` method

parso/python/pep8.py

[warning] possibly-missing-attribute - :290:22 - Attribute `get_latest_suite_node` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :362:17 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :363:37 - Attribute `parent` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :385:37 - Attribute `parent` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :414:16 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :415:20 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :418:35 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :419:54 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :431:16 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :432:25 - Attribute `type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :433:41 - Attribute `parent` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :436:41 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :441:51 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :444:49 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :449:29 - Attribute `parent` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :460:49 - Attribute `bracket_indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :462:49 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :464:29 - Attribute `get_latest_suite_node` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :471:36 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :486:40 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :492:42 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :498:42 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :507:40 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :513:42 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :537:24 - Attribute `type` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :538:41 - Attribute `parent` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :541:27 - Attribute `indentation` on type `Unknown | IndentationNode | None` may be missing
[warning] possibly-missing-attribute - :631:33 - Attribute `parent` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :651:40 - Attribute `type` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :656:41 - Attribute `prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :657:41 - Attribute `prefix` on type `Unknown | None` may be missing
[error] unresolved-attribute - :679:21 - Type `Self@_analyse_non_prefix` has no attribute `add_issuadd_issue`
[error] unresolved-attribute - :767:16 - Type `Self@is_issue` has no attribute `_newline_count`

parso/python/tree.py

[error] unresolved-attribute - :78:12 - Type `Self@get_doc_node` has no attribute `type`
[error] unresolved-attribute - :79:20 - Type `Self@get_doc_node` has no attribute `children`
[error] unresolved-attribute - :80:14 - Type `Self@get_doc_node` has no attribute `type`
[error] unresolved-attribute - :81:20 - Type `Self@get_doc_node` has no attribute `children`
[error] unresolved-attribute - :81:34 - Type `Self@get_doc_node` has no attribute `children`
[error] unresolved-attribute - :85:27 - Type `Self@get_doc_node` has no attribute `parent`
[error] unresolved-attribute - :110:18 - Type `Self@get_name_of_position` has no attribute `children`
[warning] possibly-missing-attribute - :219:17 - Attribute `type` on type `BaseNode | None` may be missing
[error] unresolved-attribute - :222:24 - Type `BaseNode | None` has no attribute `name`
[warning] possibly-missing-attribute - :228:24 - Attribute `parent` on type `BaseNode | None` may be missing
[error] unresolved-attribute - :235:28 - Type `BaseNode` has no attribute `get_defined_names`
[error] unresolved-attribute - :306:20 - Type `Self@__eq__` has no attribute `value`
[error] unresolved-attribute - :311:21 - Type `Self@__hash__` has no attribute `value`
[error] unresolved-attribute - :371:20 - Type `Self@__repr__` has no attribute `name`
[warning] possibly-missing-attribute - :453:12 - Attribute `type` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :454:25 - Attribute `parent` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :456:12 - Attribute `type` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :457:16 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :458:24 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :458:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :460:24 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :554:31 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :558:13 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :561:16 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :767:23 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :785:41 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[error] unresolved-attribute - :806:20 - Type `Self@get_path_for_name` has no attribute `_aliases`
[error] unresolved-attribute - :810:21 - Type `Self@get_path_for_name` has no attribute `get_paths`
[warning] possibly-missing-attribute - :869:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :876:23 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :917:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :923:25 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :924:27 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :931:23 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1049:23 - Attribute `value` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1057:20 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1058:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1060:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1069:20 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :1072:21 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :844:20 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing

parso/tree.py

[warning] possibly-missing-attribute - :63:28 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :82:24 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :94:17 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :98:20 - Attribute `parent` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :106:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing
[warning] possibly-missing-attribute - :120:17 - Attribute `children` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :124:20 - Attribute `parent` on type `BaseNode | None` may be missing
[warning] possibly-missing-attribute - :132:24 - Attribute `children` on type `Unknown | NodeOrLeaf` may be missing

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/python_generator.py

[error] unresolved-attribute - :270:51 - Type `GrammarVisitor` has no attribute `keywords`
[error] unresolved-attribute - :271:56 - Type `GrammarVisitor` has no attribute `soft_keywords`

src/pegen/grammar_parser.py

[error] invalid-return-type - :160:20 -
Old: Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[Unknown, None]`
New: Return type does not match returned value: expected `tuple[str, str] | None`, found `tuple[str, None]`
[error] no-matching-overload - :438:31 - No overload of bound method `join` matches arguments

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

src/pip/_internal/index/package_finder.py

[warning] possibly-missing-attribute - :991:21 - Attribute `version` on type `InstallationCandidate | None` may be missing
[warning] possibly-missing-attribute - :1004:17 - Attribute `version` on type `InstallationCandidate | None` may be missing

src/pip/_vendor/pygments/filter.py

[error] call-non-callable - :70:20 - Object of type `None` is not callable

src/pip/_vendor/pygments/filters/__init__.py

[error] unresolved-attribute - :838:22 - Type `Self@filter` has no attribute `spaces`
[error] unresolved-attribute - :856:38 - Type `Self@filter` has no attribute `spaces`

src/pip/_vendor/pygments/formatter.py

[error] unresolved-attribute - :124:16 - Type `Self@format` has no attribute `format_unencoded`

src/pip/_vendor/pygments/lexers/python.py

[error] non-subscriptable - :410:26 - Cannot subscript object of type `Self@analyse_text` with no `__getitem__` method
[error] non-subscriptable - :1198:17 - Cannot subscript object of type `Self@analyse_text` with no `__getitem__` method

src/pip/_vendor/pygments/style.py

[error] unresolved-attribute - :127:13 - Type `Self@style_for_token` has no attribute `_styles`
[error] unresolved-attribute - :160:25 - Type `Self@styles_token` has no attribute `_styles`
[error] unresolved-attribute - :163:22 - Type `Self@__iter__` has no attribute `_styles`
[error] unresolved-attribute - :167:20 - Type `Self@__len__` has no attribute `_styles`

src/pip/_vendor/resolvelib/resolvers/exceptions.py

[error] invalid-super-argument - :21:9 - `Self@__init__` is not an instance or subclass of `<class 'RequirementsConflicted'>` in `super(<class 'RequirementsConflicted'>, Self@__init__)` call
[error] invalid-super-argument - :32:9 - `Self@__init__` is not an instance or subclass of `<class 'InconsistentCandidate'>` in `super(<class 'InconsistentCandidate'>, Self@__init__)` call
[error] invalid-super-argument - :49:9 - `Self@__init__` is not an instance or subclass of `<class 'ResolutionImpossible'>` in `super(<class 'ResolutionImpossible'>, Self@__init__)` call

src/pip/_vendor/rich/prompt.py

[error] not-iterable - :355:19 - Object of type `None` is not iterable
[error] unsupported-operator - :361:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
[error] non-subscriptable - :363:25 - Cannot subscript object of type `None` with no `__getitem__` method

src/pip/_vendor/rich/style.py

[error] too-many-positional-arguments - :634:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :680:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2

src/pip/_vendor/urllib3/response.py

[warning] possibly-missing-attribute - :685:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :752:16 - Attribute `fp` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :764:21 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :766:13 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :769:21 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :773:21 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :774:13 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :778:30 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :779:13 - Attribute `_safe_read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :818:16 - Attribute `fp` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :842:24 - Attribute `fp` on type `Unknown | None` may be missing

src/pip/_internal/cli/parser.py

[error] invalid-return-type - :296:34 - Function always implicitly returns `None`, which is not assignable to return type `Never`

src/pip/_vendor/cachecontrol/filewrapper.py

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

src/pip/_vendor/packaging/requirements.py

[error] invalid-assignment - :47:13 - Object of type `Any` is not assignable to attribute `_markers` on type `Marker | None`

src/pip/_internal/network/auth.py

[error] invalid-argument-type - :442:65 - Argument to bound method `_get_url_and_credentials` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :489:17 - Argument to bound method `_get_new_credentials` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :503:66 - Argument to bound method `_prompt_for_password` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :508:13 - Method `__setitem__` of type `bound method dict[str, tuple[str | None, str | None]].__setitem__(key: str, value: tuple[str | None, str | None], /) -> None` cannot be called with a key of type `bytes` and a value of type `tuple[str, str]` on object of type `dict[str, tuple[str | None, str | None]]`

src/pip/_internal/network/session.py

[warning] unused-ignore-comment - :280:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :292:66 - Unused blanket `type: ignore` directive

src/pip/_internal/operations/prepare.py

[error] invalid-argument-type - :388:52 - Argument to bound method `_fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Unknown | Link | None`

src/pip/_internal/resolution/legacy/resolver.py

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

src/pip/_vendor/cachecontrol/controller.py

[error] invalid-argument-type - :177:39 - Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `Unknown | None | CaseInsensitiveDict`
[error] invalid-argument-type - :378:43 - Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `Unknown | None | CaseInsensitiveDict`

src/pip/_vendor/distlib/compat.py

[warning] possibly-missing-attribute - :727:29 - Attribute `itervalues` on type `Unknown | dict[Unknown, Unknown]` may be missing
[error] unresolved-attribute - :935:22 - Type `Self@__getitem__` has no attribute `configurator`
[error] unresolved-attribute - :947:22 - Type `Self@get` has no attribute `configurator`
[error] unresolved-attribute - :972:22 - Type `Self@__getitem__` has no attribute `configurator`
[error] unresolved-attribute - :984:22 - Type `Self@pop` has no attribute `configurator`
[error] unresolved-attribute - :996:22 - Type `Self@__getitem__` has no attribute `configurator`
[error] unresolved-attribute - :1026:13 - Unresolved attribute `configurator` on type `ConvertingDict`.

src/pip/_vendor/distlib/resources.py

[warning] possibly-missing-attribute - :214:19 - Attribute `archive` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :239:55 - Attribute `prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :241:55 - Attribute `prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :245:18 - Attribute `archive` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :250:16 - Attribute `get_data` on type `Unknown | None` may be missing

src/pip/_vendor/distlib/scripts.py

[warning] possibly-missing-attribute - :265:28 - Attribute `_get_launcher` on type `Self@_write_script` may be missing
[warning] possibly-missing-attribute - :267:28 - Attribute `_get_launcher` on type `Self@_write_script` may be missing

src/pip/_vendor/distlib/util.py

[error] unresolved-attribute - :1467:17 - Type `Self@connect` has no attribute `_tunnel`
[error] unresolved-attribute - :1473:41 - Type `Self@connect` has no attribute `cert_file`
[error] unresolved-attribute - :1473:57 - Type `Self@connect` has no attribute `key_file`
[warning] possibly-missing-attribute - :1484:36 - Attribute `getpeercert` on type `socket | @Todo` may be missing
[error] invalid-argument-type - :1572:75 - Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `str | Unknown`
[error] invalid-argument-type - :1572:75 - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `str | Unknown`
[error] invalid-argument-type - :1572:75 - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `str | Unknown`
[error] invalid-argument-type - :1572:75 - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Unknown`
[error] invalid-argument-type - :1572:75 - Argument to bound method `__init__` is incorrect: Expected `tuple[str, int] | None`, found `str | Unknown`
[error] unresolved-attribute - :1623:9 - Type `Self@__exit__` has no attribute `stream`
[error] invalid-argument-type - :1637:47 - Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - :1637:47 - Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - :1637:47 - Argument to function `reader` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - :1657:47 - Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - :1657:47 - Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`
[error] invalid-argument-type - :1657:47 - Argument to function `writer` is incorrect: Expected `bool`, found `Unknown | str`

src/pip/_vendor/msgpack/fallback.py

[warning] possibly-missing-attribute - :929:20 - Attribute `getbuffer` on type `Unknown | BytesIO | BytesIO` may be missing

src/pip/_vendor/packaging/metadata.py

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

src/pip/_vendor/pkg_resources/__init__.py

[warning] unused-ignore-comment - :1830:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3319:38 - Unused blanket `type: ignore` directive

src/pip/_vendor/pygments/lexer.py

[error] unresolved-attribute - :560:18 - Type `Self@_process_state` has no attribute `flags`
[error] unresolved-attribute - :599:34 - Type `Self@process_tokendef` has no attribute `tokens`
[error] unresolved-attribute - :709:21 - Type `Self@get_tokens_unprocessed` has no attribute `_tokens`
[error] unresolved-attribute - :789:21 - Type `Self@get_tokens_unprocessed` has no attribute `_tokens`
[error] unresolved-attribute - :927:20 - Type `Self@_process_regex` has no attribute `_prof_data`

src/pip/_vendor/pygments/token.py

[error] unsupported-operator - :44:16 - Operator `+` is unsupported between objects of type `Literal["Token"]` and `(Self@__repr__ & ~AlwaysTruthy & ~AlwaysFalsy) | Literal[".", ""]`

src/pip/_vendor/requests/cookies.py

[error] unresolved-attribute - :437:16 - Type `Self@get_policy` has no attribute `_policy`

src/pip/_vendor/requests/models.py

[error] unresolved-attribute - :210:25 - Type `Self@register_hook` has no attribute `hooks`
[error] unresolved-attribute - :214:13 - Type `Self@register_hook` has no attribute `hooks`
[error] unresolved-attribute - :216:13 - Type `Self@register_hook` has no attribute `hooks`
[error] unresolved-attribute - :224:13 - Type `Self@deregister_hook` has no attribute `hooks`
[warning] possibly-missing-implicit-call - :549:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-implicit-call - :551:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[error] unsupported-operator - :567:34 - Operator `not in` is not supported for types `str` and `None`, in comparing `Literal["content-type"]` with `Unknown | None | CaseInsensitiveDict`
[warning] possibly-missing-implicit-call - :568:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-implicit-call - :579:17 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-attribute - :582:17 - Attribute `get` on type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-implicit-call - :586:13 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-implicit-call - :628:13 - Method `__setitem__` of type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-attribute - :832:29 - Attribute `read` on type `(Unknown & ~<Protocol with members 'stream'>) | None` may be missing
[error] unsupported-operator - :1015:12 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[400]` with `Unknown | None`
[error] unsupported-operator - :1015:19 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
[error] unsupported-operator - :1020:14 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[500]` with `Unknown | None`
[error] unsupported-operator - :1020:21 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[600]`
[warning] possibly-missing-attribute - :1035:13 - Attribute `close` on type `Unknown | None` may be missing

src/pip/_vendor/requests/sessions.py

[error] unresolved-attribute - :190:37 - Type `Self@resolve_redirects` has no attribute `max_redirects`
[error] unresolved-attribute - :192:33 - Type `Self@resolve_redirects` has no attribute `max_redirects`
[error] unresolved-attribute - :241:54 - Type `Self@resolve_redirects` has no attribute `cookies`
[error] unresolved-attribute - :265:24 - Type `Self@resolve_redirects` has no attribute `send`
[error] unresolved-attribute - :276:40 - Type `Self@resolve_redirects` has no attribute `cookies`
[error] unresolved-attribute - :298:43 - Type `Self@rebuild_auth` has no attribute `trust_env`
[error] unresolved-attribute - :316:66 - Type `Self@rebuild_proxies` has no attribute `trust_env`

src/pip/_vendor/rich/progress.py

[error] invalid-argument-type - :294:16 - Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - :294:16 - Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-return-type - :294:16 - Return type does not match returned value: expected `_I@_ReadContext`, found `TextIO | BinaryIO`
[warning] unused-ignore-comment - :251:38 - Unused blanket `type: ignore` directive

src/pip/_vendor/urllib3/connectionpool.py

[warning] possibly-missing-attribute - :276:20 - Attribute `get` on type `Unknown | LifoQueue | None` may be missing
[warning] possibly-missing-attribute - :316:13 - Attribute `put` on type `Unknown | LifoQueue | None` may be missing
[warning] possibly-missing-attribute - :326:17 - Attribute `qsize` on type `Unknown | LifoQueue | None` may be missing
[warning] possibly-missing-attribute - :1012:12 - Attribute `scheme` on type `Unknown | None` may be missing

src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py

[error] unresolved-attribute - :52:9 - Unresolved attribute `weakref` on type `_Info`.
[error] unresolved-attribute - :53:9 - Unresolved attribute `func` on type `_Info`.
[error] unresolved-attribute - :54:9 - Unresolved attribute `args` on type `_Info`.
[error] unresolved-attribute - :55:9 - Unresolved attribute `kwargs` on type `_Info`.
[error] unresolved-attribute - :56:9 - Unresolved attribute `atexit` on type `_Info`.
[error] unresolved-attribute - :57:9 - Unresolved attribute `index` on type `_Info`.
[warning] possibly-missing-attribute - :74:26 - Attribute `func` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :74:37 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :74:48 - Attribute `kwargs` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :82:26 - Attribute `func` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :82:37 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :82:48 - Attribute `kwargs` on type `Unknown | None` may be missing

src/pip/_vendor/urllib3/packages/six.py

[error] unresolved-attribute - :96:18 - Type `Self@__get__` has no attribute `_resolve`

src/pip/_vendor/urllib3/poolmanager.py

[warning] possibly-missing-attribute - :508:13 - Attribute `host` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :508:30 - Attribute `port` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :508:47 - Attribute `scheme` on type `Unknown | None` may be missing

src/pip/_vendor/urllib3/util/retry.py

[error] unsupported-operator - :466:32 - Operator `not in` is not supported for types `Unknown` and `object`, in comparing `Unknown` with `~AlwaysFalsy`

src/pip/_vendor/urllib3/util/ssl_.py

[error] invalid-argument-type - :182:62 -
Old: Argument to function `wrap_socket` is incorrect: Expected `str | None`, found `Unknown | bool`
New: Argument to function `wrap_socket` is incorrect: Expected `bool`, found `Unknown | None | VerifyMode | bool`
[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `int`, found `Unknown | None | VerifyMode | bool`
[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `int`, found `Unknown | None | VerifyMode | bool`
[error] invalid-argument-type - :182:62 - Argument to function `wrap_socket` is incorrect: Expected `str | None`, found `Unknown | None | VerifyMode | bool`

src/pip/_vendor/urllib3/util/ssltransport.py

[error] invalid-argument-type - :127:31 - Argument to bound method `__init__` is incorrect: Expected `socket`, found `Self@makefile`

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

src/poetry/utils/threading.py

[error] invalid-super-argument - :23:9 - `Self@__init__` is not an instance or subclass of `<class 'AtomicCachedProperty'>` in `super(<class 'AtomicCachedProperty'>, Self@__init__)` call
[error] invalid-super-argument - :49:20 - `Self@__get__` is not an instance or subclass of `<class 'AtomicCachedProperty'>` in `super(<class 'AtomicCachedProperty'>, Self@__get__)` call

src/poetry/publishing/uploader.py

[error] invalid-argument-type - :206:17 - Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, @Todo, Literal["application/octet-stream"]]]`

src/poetry/utils/env/mock_env.py

[error] invalid-assignment - :66:38 - 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]`
[warning] unused-ignore-comment - :80:42 - Unused blanket `type: ignore` directive

porcupine (https://github.com/Akuli/porcupine)

porcupine/pluginmanager.py

[error] index-out-of-bounds - :172:21 - Index -1 is out of bounds for string `Literal[""]` with length 0

porcupine/plugins/directory_tree.py

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

porcupine/plugins/run/no_terminal.py

[error] invalid-assignment - :106:13 - Object of type `Popen[str]` is not assignable to attribute `_shell_process` of type `Popen[bytes] | None`
[warning] possibly-missing-attribute - :121:16 - Attribute `stdout` on type `Popen[bytes] | None` may be missing
[warning] possibly-missing-attribute - :129:18 - Attribute `wait` on type `Popen[bytes] | None` may be missing
[warning] unused-ignore-comment - :123:57 - Unused blanket `type: ignore` directive

porcupine/utils.py

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

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

ppb_vector/__init__.py

[error] invalid-return-type - :567:16 - Return type does not match returned value: expected `Vector`, found `int | float`
[error] invalid-return-type - :588:16 - Return type does not match returned value: expected `tuple[Vector, Vector]`, found `tuple[int | float, Vector]`

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

src/prefect/_internal/_logging.py

[error] invalid-return-type - :31:16 - Return type does not match returned value: expected `Self@getChild`, found `SafeLogger`

src/prefect/serializers.py

[error] invalid-super-argument - :96:9 - `Self@__init__` is not an instance or subclass of `<class 'Serializer'>` in `super(<class 'Serializer'>, Self@__init__)` call

src/prefect/server/orchestration/rules.py

[error] invalid-return-type - :353:16 - Return type does not match returned value: expected `Self@safe_copy`, found `FlowOrchestrationContext`
[error] invalid-return-type - :514:16 - Return type does not match returned value: expected `Self@safe_copy`, found `TaskOrchestrationContext`
[error] invalid-argument-type - :651:46 - Argument to bound method `before_transition` is incorrect: Expected `OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :651:46 - Argument to bound method `before_transition` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :651:46 - Argument to bound method `before_transition` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :691:32 - Argument to bound method `cleanup` is incorrect: Expected `OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :691:32 - Argument to bound method `cleanup` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :691:32 - Argument to bound method `cleanup` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :693:41 - Argument to bound method `after_transition` is incorrect: Expected `OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :693:41 - Argument to bound method `after_transition` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`
[error] invalid-argument-type - :693:41 - Argument to bound method `after_transition` is incorrect: Expected `State | None`, found `Unknown | State | None | OrchestrationContext[T@BaseOrchestrationRule, RP@BaseOrchestrationRule]`

src/prefect/utilities/pydantic.py

[error] invalid-super-argument - :250:20 - `Self@__setattr__` is not an instance or subclass of `<class 'PartialModel'>` in `super(<class 'PartialModel'>, Self@__setattr__)` call

src/integrations/prefect-aws/prefect_aws/lambda_function.py

[error] invalid-assignment - :166:13 - Method `__setitem__` of type `bound method dict[str, str].__setitem__(key: str, value: str, /) -> None` cannot be called with a key of type `Literal["Payload"]` and a value of type `bytes` on object of type `dict[str, str]`

src/integrations/prefect-aws/prefect_aws/workers/ecs_worker.py

[error] non-subscriptable - :1163:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :1164:24 - Type `None` has no attribute `get`
[error] unresolved-attribute - :1165:26 - Type `None` has no attribute `get`
[error] invalid-return-type - :1908:16 - Return type does not match returned value: expected `Self@__aenter__`, found `ECSWorker`
[error] invalid-return-type - :1169:16 - Return type does not match returned value: expected `dict[Unknown, Unknown]`, found `None`

src/integrations/prefect-azure/prefect_azure/blob_storage.py

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

src/integrations/prefect-azure/prefect_azure/credentials.py

[warning] possibly-missing-attribute - :598:27 - Attribute `get_secret_value` on type `SecretStr | None` may be missing

src/integrations/prefect-bitbucket/prefect_bitbucket/credentials.py

[warning] possibly-missing-attribute - :99:20 - Attribute `get_secret_value` on type `SecretStr | None` may be missing

src/integrations/prefect-bitbucket/prefect_bitbucket/repository.py

[warning] possibly-missing-attribute - :122:21 - Attribute `token` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :123:24 - Attribute `username` on type `Unknown | None` may be missing

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-super-argument - :398:16 - `type[DbtCoreOperation]` is not a valid class

src/integrations/prefect-docker/prefect_docker/worker.py

[error] no-matching-overload - :333:16 - No overload of function `search` matches arguments
[error] unresolved-attribute - :788:20 - Type `None` has no attribute `status`
[error] unresolved-attribute - :789:39 - Type `None` has no attribute `status`
[warning] possibly-missing-attribute - :797:37 - Attribute `name` on type `Unknown | None` may be missing

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

[warning] possibly-missing-attribute - :191:25 - Attribute `value` on type `SMTPType | str` may be missing
[warning] possibly-unresolved-reference - :217:13 - Name `server` used when possibly not defined
[warning] possibly-unresolved-reference - :219:16 - Name `server` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/bigquery.py

[warning] possibly-missing-attribute - :612:26 - Attribute `cursor` on type `Unknown | None` may be missing

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

[error] unresolved-attribute - :689:22 - Type `Self@_create_job_error` has no attribute `region`
[error] unresolved-attribute - :707:45 - Type `Self@_job_run_submission_error` has no attribute `region`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run_v2.py

[error] invalid-context-manager - :642:14 - Object of type `ResourceWarning` cannot be used with `with` because it does not implement `__enter__` and `__exit__`

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[warning] possibly-missing-attribute - :365:38 - Attribute `_service_account_email` on type `Unknown | None` may be missing
[error] invalid-argument-type - :494:13 - Argument to bound method `_watch_job_run` is incorrect: Expected `tuple[Unknown]`, found `tuple[Unknown, Unknown, Unknown, Unknown]`

src/integrations/prefect-gitlab/prefect_gitlab/credentials.py

[warning] possibly-missing-attribute - :48:51 - Attribute `get_secret_value` on type `SecretStr | None` may be missing

src/integrations/prefect-ray/prefect_ray/task_runners.py

[error] invalid-super-argument - :205:9 - `Self@__init__` is not an instance or subclass of `<class 'RayTaskRunner'>` in `super(<class 'RayTaskRunner'>, Self@__init__)` call
[error] invalid-super-argument - :314:16 - `Self@map` is not an instance or subclass of `<class 'RayTaskRunner'>` in `super(<class 'RayTaskRunner'>, Self@map)` call
[error] invalid-super-argument - :384:9 - `Self@__enter__` is not an instance or subclass of `<class 'RayTaskRunner'>` in `super(<class 'RayTaskRunner'>, Self@__enter__)` call
[error] invalid-super-argument - :426:9 - `Self@__exit__` is not an instance or subclass of `<class 'RayTaskRunner'>` in `super(<class 'RayTaskRunner'>, Self@__exit__)` call

src/integrations/prefect-redis/prefect_redis/lease_storage.py

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

src/integrations/prefect-slack/prefect_slack/credentials.py

[error] call-non-callable - :124:9 - Object of type `bool` is not callable

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

[error] invalid-argument-type - :210:47 - Argument to function `_decode_secret` is incorrect: Expected `SecretStr | SecretBytes`, found `SecretBytes | None`
[error] invalid-argument-type - :226:50 - Argument to function `_compose_pem` is incorrect: Expected `bytes`, found `bytes | None`

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

[warning] possibly-missing-attribute - :192:26 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :208:15 - Attribute `is_still_running` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :210:17 - Attribute `get_query_status_throw_if_error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :653:14 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :694:14 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :738:14 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :784:14 - Attribute `cursor` on type `Unknown | None` may be missing

src/integrations/prefect-snowflake/prefect_snowflake/experimental/workers/spcs.py

[error] invalid-argument-type - :207:48 - Argument to bound method `prepare_for_flow_run` is incorrect: Expected `DeploymentResponse | None`, found `DeploymentResponse | None`
[error] invalid-argument-type - :207:60 - Argument to bound method `prepare_for_flow_run` is incorrect: Expected `Flow | None`, found `Flow | None`
[error] invalid-argument-type - :424:55 - Argument to function `_slugify_service_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :443:16 - Return type does not match returned value: expected `str`, found `str | None`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] invalid-return-type - :269:16 - Return type does not match returned value: expected `Connection | AsyncConnection`, found `_GeneratorContextManager[Unknown, None, None] | _AsyncGeneratorContextManager[Unknown, None] | Connection | AsyncConnection`
[error] invalid-argument-type - :308:42 - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[warning] possibly-missing-attribute - :368:30 - Attribute `keys` on type `dict[str, CursorResult[Unknown]] | None` may be missing
[warning] possibly-missing-attribute - :370:36 - Attribute `enter_async_context` on type `ExitStack[bool | None] | AsyncExitStack[bool | None] | None` may be missing
[error] invalid-argument-type - :371:21 - Argument to bound method `enter_async_context` is incorrect: Expected `AbstractAsyncContextManager[Unknown, bool | None]`, found `Connection | AsyncConnection`
[warning] possibly-missing-attribute - :374:30 - Attribute `enter_context` on type `ExitStack[bool | None] | AsyncExitStack[bool | None] | None` may be missing
[error] invalid-argument-type - :374:61 - Argument to bound method `enter_context` is incorrect: Expected `AbstractContextManager[Unknown, bool | None]`, found `Connection | AsyncConnection`
[error] invalid-argument-type - :374:61 - Argument to bound method `enter_context` is incorrect: Expected `AbstractContextManager[Unknown, bool | None]`, found `Connection | AsyncConnection`
[warning] possibly-missing-implicit-call - :380:13 - Method `__setitem__` of type `dict[str, CursorResult[Unknown]] | None` may be missing
[error] non-subscriptable - :382:26 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :389:30 - Attribute `keys` on type `dict[str, CursorResult[Unknown]] | None` may be missing
[warning] possibly-missing-attribute - :392:33 - Attribute `pop` on type `dict[str, CursorResult[Unknown]] | None` may be missing
[warning] possibly-missing-attribute - :459:15 - Attribute `aclose` on type `ExitStack[bool | None] | AsyncExitStack[bool | None]` may be missing
[error] invalid-await - :739:23 - `CoroutineType[Any, Any, None] | None` is not awaitable
[error] invalid-argument-type - :218:42 -
Old: Argument to function `create_async_engine` is incorrect: Expected `str | URL`, found `Unknown | dict[Unknown, Unknown] | dict[str, Any]`
New: Argument to function `create_async_engine` is incorrect: Expected `str | URL`, found `Unknown | URL | dict[str, Any] | dict[Unknown, Unknown]`

src/prefect/_internal/concurrency/calls.py

[error] invalid-super-argument - :76:9 - `Self@__init__` is not an instance or subclass of `<class 'Future'>` in `super(<class 'Future'>, Self@__init__)` call
[error] invalid-super-argument - :85:16 - `Self@set_running_or_notify_cancel` is not an instance or subclass of `<class 'Future'>` in `super(<class 'Future'>, Self@set_running_or_notify_cancel)` call

src/prefect/_internal/concurrency/waiters.py

[error] invalid-super-argument - :61:9 - `Self@__init__` is not an instance or subclass of `<class 'Waiter'>` in `super(<class 'Waiter'>, Self@__init__)` call
[error] invalid-super-argument - :95:9 - `Self@__init__` is not an instance or subclass of `<class 'SyncWaiter'>` in `super(<class 'SyncWaiter'>, Self@__init__)` call
[error] invalid-super-argument - :160:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncWaiter'>` in `super(<class 'AsyncWaiter'>, Self@__init__)` call

src/prefect/_internal/websockets.py

[error] invalid-super-argument - :134:9 - `Self@_proxy_connect` is not an instance or subclass of `<class 'WebsocketProxyConnect'>` in `super(<class 'WebsocketProxyConnect'>, Self@_proxy_connect)` call

src/prefect/client/schemas/objects.py

[error] invalid-super-argument - :447:16 - `Self@model_copy` is not an instance or subclass of `<class 'State'>` in `super(<class 'State'>, Self@model_copy)` call

src/prefect/context.py

[error] invalid-return-type - :202:16 - Return type does not match returned value: expected `Self@model_copy`, found `ContextModel`
[error] invalid-return-type - :250:20 - Return type does not match returned value: expected `Self@__enter__`, found `SyncClientContext`
[error] invalid-super-argument - :199:15 - `Self@model_copy` is not an instance or subclass of `<class 'ContextModel'>` in `super(<class 'ContextModel'>, Self@model_copy)` call
[error] invalid-super-argument - :316:20 - `Self@__aexit__` is not an instance or subclass of `<class 'AsyncClientContext'>` in `super(<class 'AsyncClientContext'>, Self@__aexit__)` call
[error] invalid-super-argument - :308:20 - `Self@__aenter__` is not an instance or subclass of `<class 'AsyncClientContext'>` in `super(<class 'AsyncClientContext'>, Self@__aenter__)` call
[error] invalid-return-type - :308:20 - Return type does not match returned value: expected `Self@__aenter__`, found `AsyncClientContext`

src/prefect/deployments/runner.py

[error] invalid-argument-type - :353:58 - Argument to bound method `create_flow_from_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :543:67 - Argument to bound method `apply_slas_for_deployment` is incorrect: Expected `list[@Todo]`, found `@Todo | list[@Todo] | None`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `UUID`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `VersionInfo | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `bool | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `bool | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `int | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `list[DeploymentScheduleCreate] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `list[dict[str, Any]] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `list[str] | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 -
Old: Argument to bound method `create_deployment` is incorrect: Expected `str`, found `UUID | Unknown | (str & ~AlwaysFalsy) | VersionInfo | None`
New: Argument to bound method `create_deployment` is incorrect: Expected `ConcurrencyOptions | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `UUID | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `UUID`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `VersionInfo | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `bool | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `bool | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `dict[str, Any] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `int | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `list[DeploymentScheduleCreate] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `list[dict[str, Any]] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `list[str] | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str | None`, found `UUID | str | None | ... omitted 6 union elements`
[error] invalid-argument-type - :396:64 - Argument to bound method `create_deployment` is incorrect: Expected `str`, found `UUID | str | None | ... omitted 6 union elements`

src/prefect/events/clients.py

[warning] possibly-missing-attribute - :389:23 - Attribute `send` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :642:50 - Attribute `recv` on type `Unknown | None` may be missing

src/prefect/events/schemas/automations.py

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

src/prefect/filesystems.py

[error] invalid-assignment - :141:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-argument-type - :157:17 - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :157:39 - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :235:47 - Argument to bound method `_resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :242:17 - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `str | None`

src/prefect/flow_engine.py

[error] invalid-argument-type - :316:21 - Argument to bound method `handle_exception` is incorrect: Expected `ResultStore | None`, found `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :336:45 - Attribute `id` on type `FlowRun | None` may be missing
[error] invalid-argument-type - :796:67 - Argument to function `call_with_parameters` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - :801:57 - Argument to function `call_with_parameters` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - :889:21 - Argument to bound method `handle_exception` is incorrect: Expected `ResultStore | None`, found `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :909:45 - Attribute `id` on type `FlowRun | None` may be missing
[error] invalid-argument-type - :1371:59 - Argument to function `call_with_parameters` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | None`
[warning] unused-ignore-comment - :338:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :339:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :340:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :911:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :912:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :913:48 - Unused blanket `type: ignore` directive

src/prefect/futures.py

[error] invalid-super-argument - :169:9 - `Self@__init__` is not an instance or subclass of `<class 'PrefectWrappedFuture'>` in `super(<class 'PrefectWrappedFuture'>, Self@__init__)` call
[error] unresolved-attribute - :184:13 - Type `F@PrefectWrappedFuture` has no attribute `add_done_callback`
[error] unknown-argument - :223:13 - Argument `raise_on_failure` does not match any known parameter
[error] unknown-argument - :223:48 - Argument `_sync` does not match any known parameter
[error] invalid-return-type - :225:16 - Return type does not match returned value: expected `R@PrefectConcurrentFuture`, found `object`
[error] invalid-return-type - :316:16 - Return type does not match returned value: expected `R@PrefectDistributedFuture`, found `Unknown | Exception`
[warning] possibly-missing-attribute - :316:22 - Attribute `aresult` on type `Unknown | State[Any] | None` may be missing
[error] invalid-return-type - :431:16 - Return type does not match returned value: expected `R@PrefectFlowRunFuture`, found `R@PrefectFlowRunFuture | Exception`
[warning] possibly-missing-attribute - :431:22 - Attribute `aresult` on type `State[R@PrefectFlowRunFuture] | None` may be missing

src/prefect/infrastructure/provisioners/container_instance.py

[error] no-matching-overload - :250:41 - No overload of function `prompt_select_from_table` matches arguments
[error] invalid-argument-type - :346:24 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["displayName"]` on object of type `str`
[error] non-subscriptable - :412:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :412:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["tenant"]` on object of type `str`
[error] non-subscriptable - :412:42 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :412:42 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["password"]` on object of type `str`
[error] invalid-argument-type - :637:20 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["roleDefinitionName"]` on object of type `str`
[error] invalid-argument-type - :637:57 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `Literal["scope"]` on object of type `str`
[error] invalid-argument-type - :750:17 - Argument to bound method `read_block_document_by_name` is incorrect: Expected `str`, found `Unknown | str | None`

src/prefect/logging/clients.py

[warning] possibly-missing-attribute - :288:50 - Attribute `recv` on type `Unknown | None` may be missing

src/prefect/results.py

[error] invalid-return-type - :526:16 - Return type does not match returned value: expected `bool`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-return-type - :631:16 - Return type does not match returned value: expected `ResultRecord[Any]`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-assignment - :668:13 - Object of type `Unknown | Coroutine[Any, Any, Unknown]` is not assignable to attribute `result_storage` of type `WritableFileSystem | None`
[error] invalid-return-type - :813:16 - Return type does not match returned value: expected `None`, found `Unknown | Coroutine[Any, Any, Unknown]`

src/prefect/server/events/services/actions.py

[error] unresolved-attribute - :54:19 - Type `Consumer` has no attribute `cleanup`

src/prefect/server/events/services/event_logger.py

[error] unresolved-attribute - :74:19 - Type `Consumer` has no attribute `cleanup`

src/prefect/server/events/services/event_persister.py

[error] unresolved-attribute - :137:19 - Type `Consumer` has no attribute `cleanup`

src/prefect/server/events/services/triggers.py

[error] unresolved-attribute - :60:19 - Type `Consumer` has no attribute `cleanup`

src/prefect/server/schemas/schedules.py

[error] invalid-argument-type - :257:72 - Argument to function `_prepare_scheduling_start_and_end` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :394:68 - Argument to function `_prepare_scheduling_start_and_end` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :667:68 - Argument to function `_prepare_scheduling_start_and_end` is incorrect: Expected `str`, found `@Todo | None`
[error] invalid-argument-type - :684:26 - Argument to function `__new__` is incorrect: Expected `str`, found `@Todo | None`

src/prefect/server/utilities/database.py

[error] invalid-super-argument - :298:9 - `Self@__init__` is not an instance or subclass of `<class 'Pydantic'>` in `super(<class 'Pydantic'>, Self@__init__)` call

src/prefect/task_engine.py

[warning] possibly-missing-attribute - :220:13 - Attribute `extra` on type `Logger | @Todo` may be missing
[warning] possibly-missing-attribute - :222:37 - Attribute `name` on type `TaskRun | None | @Todo` may be missing
[error] invalid-assignment - :224:13 - Object of type `str` is not assignable to attribute `name` on type `TaskRun | None | @Todo`
[error] invalid-assignment - :993:9 - Object of type `datetime` is not assignable to attribute `start_time` on type `TaskRun | None`
[error] invalid-assignment - :999:13 - Object of type `Unknown` is not assignable to attribute `flow_run_run_count` on type `TaskRun | None`

src/prefect/task_runners.py

[error] invalid-super-argument - :308:9 - `Self@__init__` is not an instance or subclass of `<class 'ThreadPoolTaskRunner'>` in `super(<class 'ThreadPoolTaskRunner'>, Self@__init__)` call
[error] invalid-super-argument - :434:16 - `Self@map` is not an instance or subclass of `<class 'ThreadPoolTaskRunner'>` in `super(<class 'ThreadPoolTaskRunner'>, Self@map)` call
[error] invalid-super-argument - :446:9 - `Self@__enter__` is not an instance or subclass of `<class 'ThreadPoolTaskRunner'>` in `super(<class 'ThreadPoolTaskRunner'>, Self@__enter__)` call
[error] invalid-super-argument - :455:9 - `Self@__exit__` is not an instance or subclass of `<class 'ThreadPoolTaskRunner'>` in `super(<class 'ThreadPoolTaskRunner'>, Self@__exit__)` call
[error] invalid-return-type - :627:16 - Return type does not match returned value: expected `Self@duplicate`, found `ProcessPoolTaskRunner`
[error] invalid-super-argument - :790:9 - `Self@__init__` is not an instance or subclass of `<class 'PrefectTaskRunner'>` in `super(<class 'PrefectTaskRunner'>, Self@__init__)` call
[error] invalid-super-argument - :872:16 - `Self@map` is not an instance or subclass of `<class 'PrefectTaskRunner'>` in `super(<class 'PrefectTaskRunner'>, Self@map)` call

src/prefect/tasks.py

[error] invalid-argument-type - :1545:53 - Argument to bound method `apply_async` is incorrect: Expected `Iterable[PrefectFuture[Unknown]] | None`, found `Iterable[PrefectFuture[R@map] | R@map] | None`
[error] invalid-argument-type - :778:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
[error] invalid-argument-type - :784:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
[error] invalid-argument-type - :789:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
[error] invalid-argument-type - :795:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
[error] invalid-argument-type - :813:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`
[error] invalid-argument-type - :814:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | @Todo`

src/prefect/transactions.py

[error] invalid-argument-type - :219:30 - Argument to bound method `append` is incorrect: Expected `typing.Self`, found `Self@add_child`
[error] invalid-argument-type - :268:40 - Argument to bound method `set` is incorrect: Expected `typing.Self`, found `Self@__enter__`
[error] unresolved-attribute - :350:48 - Type `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :351:38 - Type `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :353:21 - Type `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :430:48 - Type `typing.Self` has no attribute `rollback`
[error] unresolved-attribute - :431:38 - Type `typing.Self` has no attribute `rollback`
[error] unresolved-attribute - :433:21 - Type `typing.Self` has no attribute `rollback`
[error] unresolved-attribute - :513:21 - Type `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :593:21 - Type `typing.Self` has no attribute `rollback`
[error] invalid-argument-type - :615:40 - Argument to bound method `set` is incorrect: Expected `typing.Self`, found `Self@__aenter__`

src/prefect/utilities/annotations.py

[error] invalid-return-type - :31:16 - Return type does not match returned value: expected `Self@rewrap`, found `BaseAnnotation[T@BaseAnnotation]`
[error] invalid-super-argument - :36:16 - `Self@__eq__` is not an instance or subclass of `<class 'BaseAnnotation'>` in `super(<class 'BaseAnnotation'>, Self@__eq__)` call
[error] invalid-super-argument - :52:16 - `Self@__getitem__` is not an instance or subclass of `<class 'unmapped'>` in `super(<class 'unmapped'>, Self@__getitem__)` call

src/prefect/workers/base.py

[error] invalid-argument-type - :1084:66 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `WorkerMetadata | None`, found `Any | str | int`
[error] invalid-argument-type - :1084:66 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `bool`, found `Any | str | int`
[error] invalid-argument-type - :1084:66 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `int | float | None`, found `Any | str | int`
[error] invalid-argument-type - :1084:66 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `str`, found `Any | str | int`
[error] invalid-argument-type - :1084:66 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `str`, found `Any | str | int`
[error] invalid-argument-type - :1091:70 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `WorkerMetadata | None`, found `Any | str | int`
[error] invalid-argument-type - :1091:70 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `bool`, found `Any | str | int`
[error] invalid-argument-type - :1091:70 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `int | float | None`, found `Any | str | int`
[error] invalid-argument-type - :1091:70 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `str`, found `Any | str | int`
[error] invalid-argument-type - :1091:70 - Argument to bound method `send_worker_heartbeat` is incorrect: Expected `str`, found `Any | str | int`

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

psycopg/psycopg/_acompat.py

[error] invalid-super-argument - :38:16 - `Self@get` is not an instance or subclass of `<class 'Queue'>` in `super(<class 'Queue'>, Self@get)` call

psycopg/psycopg/_server_cursor_base.py

[error] invalid-super-argument - :63:17 - `Self@__repr__` is not an instance or subclass of `<class 'ServerCursorMixin'>` in `super(<class 'ServerCursorMixin'>, Self@__repr__)` call
[error] invalid-argument-type - :183:51 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `RowMaker[Row@ServerCursorMixin]`

psycopg/psycopg/connection.py

[error] invalid-super-argument - :75:9 - `Self@__init__` is not an instance or subclass of `<class 'Connection'>` in `super(<class 'Connection'>, Self@__init__)` call

psycopg/psycopg/connection_async.py

[error] invalid-super-argument - :79:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncConnection'>` in `super(<class 'AsyncConnection'>, Self@__init__)` call

psycopg/psycopg/cursor.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'Cursor'>` in `super(<class 'Cursor'>, Self@__init__)` call
[error] invalid-argument-type - :176:54 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@Cursor]`
[error] invalid-argument-type - :224:51 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@Cursor]`
[error] invalid-return-type - :226:20 - Return type does not match returned value: expected `Row@Cursor | None`, found `tuple[Any, ...]`
[error] invalid-argument-type - :243:60 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@Cursor]`
[error] invalid-return-type - :246:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[error] invalid-argument-type - :256:62 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@Cursor]`
[error] invalid-return-type - :258:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[error] invalid-argument-type - :267:51 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@Cursor]`
[error] invalid-return-type - :269:20 - Return type does not match returned value: expected `Row@Cursor`, found `tuple[Any, ...]`

psycopg/psycopg/cursor_async.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncCursor'>` in `super(<class 'AsyncCursor'>, Self@__init__)` call
[error] invalid-argument-type - :176:54 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@AsyncCursor]`
[error] invalid-argument-type - :226:51 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@AsyncCursor]`
[error] invalid-return-type - :228:20 - Return type does not match returned value: expected `Row@AsyncCursor | None`, found `tuple[Any, ...]`
[error] invalid-argument-type - :245:60 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@AsyncCursor]`
[error] invalid-return-type - :248:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-argument-type - :258:62 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@AsyncCursor]`
[error] invalid-return-type - :260:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-argument-type - :269:51 - Argument to bound method `load_row` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `Unknown | RowMaker[Row@AsyncCursor]`
[error] invalid-return-type - :271:20 - Return type does not match returned value: expected `Row@AsyncCursor`, found `tuple[Any, ...]`

psycopg_pool/psycopg_pool/_acompat.py

[error] invalid-super-argument - :57:16 - `Self@get` is not an instance or subclass of `<class 'Queue'>` in `super(<class 'Queue'>, Self@get)` call

tests/dbapi20_tpc.py

[warning] possibly-unresolved-reference - :36:30 - Name `xid` used when possibly not defined
[warning] possibly-unresolved-reference - :37:30 - Name `xid` used when possibly not defined
[warning] possibly-unresolved-reference - :38:30 - Name `xid` used when possibly not defined

docs/lib/libpq_docs.py

[error] non-subscriptable - :99:16 - Cannot subscript object of type `None` with no `__getitem__` method

psycopg/psycopg/_adapters_map.py

[error] invalid-assignment - :147:21 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Literal[False]].__setitem__(key: Unknown, value: Literal[False], /) -> None) | (bound method dict[Unknown, Literal[True]].__setitem__(key: Unknown, value: Literal[True], /) -> None)` cannot be called with a key of type `PyFormat` and a value of type `Literal[True]` on object of type `Unknown | dict[Unknown, Literal[False]] | dict[Unknown, Literal[True]]`

psycopg/psycopg/_server_cursor.py

[error] invalid-super-argument - :74:13 - `Self@close` is not an instance or subclass of `<class 'ServerCursor'>` in `super(<class 'ServerCursor'>, Self@close)` call

psycopg/psycopg/_server_cursor_async.py

[error] invalid-super-argument - :73:19 - `Self@close` is not an instance or subclass of `<class 'AsyncServerCursor'>` in `super(<class 'AsyncServerCursor'>, Self@close)` call

psycopg/psycopg/errors.py

[error] invalid-return-type - :90:31 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :96:24 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :102:30 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :105:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :112:47 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :119:36 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :125:42 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :128:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :131:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :134:50 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :137:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :140:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :143:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :146:53 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :149:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :152:51 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :155:45 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :158:50 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :161:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :164:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :167:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :170:32 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :173:26 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :176:24 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :179:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :182:51 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :185:30 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :188:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :191:27 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :194:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :197:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :200:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :203:36 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :206:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :209:26 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :212:47 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :215:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :218:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :221:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :224:37 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :227:32 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :230:37 - Function always implicitly returns `None`, which is not assignable to return type `Never`

psycopg/psycopg/types/array.py

[error] invalid-argument-type - :251:37 - Argument is incorrect: Expected `int`, found `(Dumper & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] invalid-argument-type - :290:50 - Argument is incorrect: Expected `int`, found `(Dumper & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[warning] unused-ignore-comment - :275:60 - Unused blanket `type: ignore` directive

psycopg/psycopg/types/multirange.py

[error] invalid-super-argument - :293:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseMultirangeLoader'>` in `super(<class 'BaseMultirangeLoader'>, Self@__init__)` call

psycopg/psycopg/types/range.py

[error] invalid-super-argument - :453:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseRangeLoader'>` in `super(<class 'BaseRangeLoader'>, Self@__init__)` call
[warning] unused-ignore-comment - :188:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :190:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :195:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :197:37 - Unused blanket `type: ignore` directive

psycopg_pool/psycopg_pool/null_pool.py

[error] invalid-super-argument - :52:9 - `Self@__init__` is not an instance or subclass of `<class 'NullConnectionPool'>` in `super(<class 'NullConnectionPool'>, Self@__init__)` call

psycopg_pool/psycopg_pool/null_pool_async.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncNullConnectionPool'>` in `super(<class 'AsyncNullConnectionPool'>, Self@__init__)` call

psycopg_pool/psycopg_pool/pool.py

[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'ConnectionPool'>` in `super(<class 'ConnectionPool'>, Self@__init__)` call
[error] invalid-super-argument - :114:9 - `Self@_check_open_getconn` is not an instance or subclass of `<class 'ConnectionPool'>` in `super(<class 'ConnectionPool'>, Self@_check_open_getconn)` call
[error] invalid-super-argument - :809:14 - `Self@_get_measures` is not an instance or subclass of `<class 'ConnectionPool'>` in `super(<class 'ConnectionPool'>, Self@_get_measures)` call

psycopg_pool/psycopg_pool/pool_async.py

[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@__init__)` call
[error] invalid-super-argument - :123:9 - `Self@_check_open_getconn` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@_check_open_getconn)` call
[error] invalid-super-argument - :863:14 - `Self@_get_measures` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@_get_measures)` call

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

pwndbg/aglib/dynamic.py

[warning] possibly-missing-attribute - :420:20 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :423:22 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :448:63 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :475:26 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :475:67 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :494:26 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :494:65 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :513:26 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :513:71 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :541:21 - Attribute `size` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :560:16 - Attribute `read` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :560:61 - Attribute `size` on type `Unknown | None` may be missing

pwndbg/gdblib/config.py

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

pwndbg/lib/regs.py

[error] invalid-assignment - :34:9 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `flags` of type `OrderedDict[str, int | tuple[int, int]]`
[error] invalid-assignment - :37:9 - Object of type `Unknown | None` is not assignable to attribute `value` of type `int`
[error] invalid-assignment - :129:9 - Object of type `SegmentRegisters | None` is not assignable to attribute `segments` of type `SegmentRegisters`

pwndbg/aglib/disasm/aarch64.py

[error] invalid-argument-type - :286:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :287:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :296:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :305:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :418:67 - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arch.py

[error] invalid-argument-type - :227:57 - Argument to bound method `_enhance_operands` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :241:46 - Argument to bound method `_enhance_next` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :740:79 - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :750:92 - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arm.py

[error] invalid-argument-type - :187:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :188:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :197:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :208:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/disasm/loongarch64.py

[error] invalid-argument-type - :58:17 - Argument to bound method `append` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :77:64 - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/mips.py

[error] invalid-argument-type - :209:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :210:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :219:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :255:17 - Argument to bound method `append` is incorrect: Expected `int`, found `int | None`

pwndbg/aglib/disasm/riscv.py

[error] invalid-argument-type - :144:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :145:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :154:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :271:68 - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/x86.py

[error] invalid-argument-type - :112:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :113:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :123:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/heap/mallocng.py

[warning] possibly-missing-attribute - :1142:13 - Attribute `load` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1306:26 - Attribute `meta_area_head` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1451:12 - Attribute `free_meta_head` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1460:27 - Attribute `free_meta_head` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1480:13 - Attribute `avail_meta` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1482:16 - Attribute `avail_meta` on type `MallocContext | None` may be missing
[warning] possibly-missing-attribute - :1482:54 - Attribute `avail_meta_count` on type `MallocContext | None` may be missing

pwndbg/aglib/heap/ptmalloc.py

[error] unsupported-operator - :464:27 - Operator `+` is unsupported between objects of type `int` and `int | None`
[error] invalid-argument-type - :1189:74 - Argument to bound method `keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[warning] possibly-missing-attribute - :1189:74 - Attribute `keys` on type `TheType@GlibcMemoryAllocator` may be missing
[error] invalid-argument-type - :1263:18 - Method `__getitem__` of type `(bound method TheValue@GlibcMemoryAllocator.__getitem__(idx: int | str) -> Value) | (bound method TheValue@GlibcMemoryAllocator.__getitem__(key: str) -> Value)` cannot be called with key of type `Literal["counts"]` on object of type `TheValue@GlibcMemoryAllocator`
[error] invalid-argument-type - :1264:19 - Method `__getitem__` of type `(bound method TheValue@GlibcMemoryAllocator.__getitem__(idx: int | str) -> Value) | (bound method TheValue@GlibcMemoryAllocator.__getitem__(key: str) -> Value)` cannot be called with key of type `Literal["entries"]` on object of type `TheValue@GlibcMemoryAllocator`
[warning] possibly-missing-attribute - :2277:40 - Attribute `top` on type `Arena | None` may be missing

pwndbg/aglib/heap/structs.py

[error] unresolved-attribute - :166:37 - Type `Value` has no attribute `inner`

pwndbg/aglib/kernel/kallsyms.py

[error] unsupported-operator - :264:24 - Operator `-` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :278:70 - Operator `-` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :335:55 - Operator `+` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :339:13 - Operator `+=` is unsupported between objects of type `None` and `Literal[8]`

pwndbg/aglib/kernel/nftables.py

[warning] possibly-missing-attribute - :227:18 - Attribute `table` on type `Unknown | None | Chain` may be missing
[warning] possibly-missing-attribute - :232:21 - Attribute `basechain` on type `Unknown | None | Chain` may be missing

pwndbg/aglib/macho.py

[error] invalid-super-argument - :134:9 - `Self@__init__` is not an instance or subclass of `<class 'Trie'>` in `super(<class 'Trie'>, Self@__init__)` call
[error] not-iterable - :141:24 - Object of type `None` is not iterable

pwndbg/aglib/objc.py

[error] invalid-super-argument - :326:9 - `Self@__init__` is not an instance or subclass of `<class '_RelativeListOfLists'>` in `super(<class '_RelativeListOfLists'>, Self@__init__)` call

pwndbg/commands/__init__.py

[error] invalid-argument-type - :213:27 - Argument to bound method `add` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-assignment - :226:9 - Object of type `Unknown | str | None` is not assignable to attribute `prog` on type `Unknown | (ArgumentParser & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :320:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :373:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :375:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` may be missing

pwndbg/commands/context.py

[warning] possibly-missing-attribute - :239:9 - Attribute `close` on type `Unknown | None` may be missing

pwndbg/commands/rop.py

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

pwndbg/dbg/gdb/__init__.py

[error] call-non-callable - :308:20 - Object of type `None` is not callable
[error] invalid-assignment - :318:13 - Implicit shadowing of function `stop`
[error] invalid-assignment - :328:13 - Implicit shadowing of function `stop`
[error] invalid-assignment - :352:13 - Implicit shadowing of function `stop`
[error] invalid-argument-type - :1135:25 - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-argument-type - :1141:17 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1143:25 - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-assignment - :1288:13 - Object of type `Unknown | Field` is not assignable to `str | int`

pwndbg/dbg/lldb/__init__.py

[error] invalid-assignment - :2016:9 - Object of type `Process | None` is not assignable to `LLDBProcess`
[error] invalid-assignment - :2052:9 - Object of type `Thread | None` is not assignable to `LLDBThread`
[error] invalid-assignment - :2151:9 - Object of type `Process | None` is not assignable to `LLDBProcess`
[error] invalid-assignment - :2181:9 - Object of type `str & ~Literal["default"]` is not assignable to `Literal["att", "intel"]`
[warning] unused-ignore-comment - :2099:49 - Unused blanket `type: ignore` directive

pwndbg/dbg/lldb/repl/proc.py

[error] invalid-assignment - :164:9 - Object of type `None` is not assignable to attribute `io` of type `IODriver`

pwndbg/emu/emulator.py

[error] invalid-argument-type - :807:40 - Argument to bound method `until_jump` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :505:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`

pwndbg/gdblib/got.py

[warning] possibly-missing-attribute - :276:26 - Attribute `trapped_address` on type `Unknown | None` may be missing
[error] invalid-assignment - :283:9 - Object of type `int` is not assignable to attribute `target` on type `Unknown | None`
[warning] possibly-missing-attribute - :288:51 - Attribute `sym_display_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :288:83 - Attribute `obj_display_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :296:55 - Attribute `trapped_address` on type `Unknown | None` may be missing
[error] unresolved-attribute - :331:22 - Type `Self@should_stop` has no attribute `sym_display_name`
[error] unresolved-attribute - :331:46 - Type `Self@should_stop` has no attribute `obj_display_name`

pwndbg/gdblib/ptmalloc2_tracking.py

[error] unresolved-attribute - :505:49 - Type `Self@stop` has no attribute `freed_pointer`

pwndbg/gdblib/tui/context.py

[error] invalid-assignment - :42:9 - Object of type `bound method Self@__init__._before_prompt() -> Unknown` is not assignable to attribute `_before_prompt_listener` of type `(None, /) -> object`

pwndbg/lib/memory.py

[error] invalid-argument-type - :170:82 - Argument to function `format_address` is incorrect: Expected `str | None`, found `Unknown | str | bytes`
[warning] unused-ignore-comment - :182:61 - Unused blanket `type: ignore` directive

pwndbg/log.py

[error] call-non-callable - :23:39 - Object of type `None` is not callable

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

lib/Crypto/Cipher/_mode_ccm.py

[warning] possibly-missing-attribute - :288:13 - Attribute `append` on type `Unknown | list[Unknown] | Literal[b""]` may be missing

lib/Crypto/Hash/CMAC.py

[error] too-many-positional-arguments - :173:28 - Too many positional arguments to bound method `__new__`: expected 1, got 2

lib/Crypto/Hash/KangarooTwelve.py

[warning] possibly-missing-attribute - :140:13 - Attribute `update` on type `Unknown | None | TurboSHAKE` may be missing
[warning] possibly-missing-attribute - :145:24 - Attribute `read` on type `Unknown | None | TurboSHAKE` may be missing
[warning] possibly-missing-attribute - :148:17 - Attribute `_reset` on type `Unknown | None | TurboSHAKE` may be missing
[warning] possibly-missing-attribute - :187:24 - Attribute `read` on type `Unknown | None | TurboSHAKE` may be missing
[warning] possibly-missing-attribute - :190:17 - Attribute `_reset` on type `Unknown | None | TurboSHAKE` may be missing
[error] invalid-assignment - :200:9 - Object of type `Unknown | None | Literal[7, 6]` is not assignable to attribute `_domain` on type `Unknown | TurboSHAKE`

lib/Crypto/Hash/cSHAKE128.py

[error] unresolved-attribute - :135:41 - Type `Self@update` has no attribute `name`
[error] unresolved-attribute - :161:41 - Type `Self@read` has no attribute `name`

lib/Crypto/PublicKey/ElGamal.py

[error] unresolved-attribute - :185:15 - Type `Self@_encrypt` has no attribute `g`
[error] unresolved-attribute - :185:26 - Type `Self@_encrypt` has no attribute `p`
[error] unresolved-attribute - :186:17 - Type `Self@_encrypt` has no attribute `y`
[error] unresolved-attribute - :186:28 - Type `Self@_encrypt` has no attribute `p`
[error] unresolved-attribute - :186:42 - Type `Self@_encrypt` has no attribute `p`
[error] unresolved-attribute - :193:48 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :195:24 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `g`
[error] unresolved-attribute - :195:35 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :195:53 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :196:33 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :197:39 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :197:58 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :198:44 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `y`
[error] unresolved-attribute - :198:55 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :198:66 - Type `Self@_decrypt & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :204:12 - Type `Self@_sign & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :208:15 - Type `Self@_sign & <Protocol with members 'x'>` has no attribute `g`
[error] unresolved-attribute - :208:26 - Type `Self@_sign & <Protocol with members 'x'>` has no attribute `p`
[error] unresolved-attribute - :216:31 - Type `Self@_verify` has no attribute `p`
[error] unresolved-attribute - :218:16 - Type `Self@_verify` has no attribute `y`
[error] unresolved-attribute - :218:32 - Type `Self@_verify` has no attribute `p`
[error] unresolved-attribute - :219:36 - Type `Self@_verify` has no attribute `p`
[error] unresolved-attribute - :219:47 - Type `Self@_verify` has no attribute `p`
[error] unresolved-attribute - :220:16 - Type `Self@_verify` has no attribute `g`
[error] unresolved-attribute - :220:27 - Type `Self@_verify` has no attribute `p`
[error] unresolved-attribute - :245:27 - Type `Self@publickey` has no attribute `p`
[error] unresolved-attribute - :245:35 - Type `Self@publickey` has no attribute `g`
[error] unresolved-attribute - :245:43 - Type `Self@publickey` has no attribute `y`
[error] unresolved-attribute - :253:42 - Type `Self@__eq__` has no attribute `key`

lib/Crypto/PublicKey/RSA.py

[error] unresolved-attribute - :109:24 - Type `Self@__init__` has no attribute `_d`
[error] unresolved-attribute - :109:35 - Type `Self@__init__` has no attribute `_p`
[error] unresolved-attribute - :110:24 - Type `Self@__init__` has no attribute `_d`
[error] unresolved-attribute - :110:35 - Type `Self@__init__` has no attribute `_q`
[error] unresolved-attribute - :171:16 - Type `Self@size_in_bits` has no attribute `_n`
[error] unresolved-attribute - :175:17 - Type `Self@size_in_bytes` has no attribute `_n`
[error] unresolved-attribute - :178:33 - Type `Self@_encrypt` has no attribute `_n`
[error] unresolved-attribute - :180:44 - Type `Self@_encrypt` has no attribute `_e`
[error] unresolved-attribute - :180:53 - Type `Self@_encrypt` has no attribute `_n`
[error] unresolved-attribute - :183:34 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :191:65 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :193:43 - Type `Self@_decrypt_to_bytes` has no attribute `_e`
[error] unresolved-attribute - :193:52 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :193:63 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :195:32 - Type `Self@_decrypt_to_bytes` has no attribute `_p`
[error] unresolved-attribute - :196:32 - Type `Self@_decrypt_to_bytes` has no attribute `_q`
[error] unresolved-attribute - :197:26 - Type `Self@_decrypt_to_bytes` has no attribute `_u`
[error] unresolved-attribute - :197:37 - Type `Self@_decrypt_to_bytes` has no attribute `_q`
[error] unresolved-attribute - :198:18 - Type `Self@_decrypt_to_bytes` has no attribute `_p`
[error] unresolved-attribute - :202:31 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :204:21 - Type `Self@_decrypt_to_bytes` has no attribute `_n`
[error] unresolved-attribute - :229:25 - Type `Self@public_key` has no attribute `_n`
[error] unresolved-attribute - :229:36 - Type `Self@public_key` has no attribute `_e`
[error] unresolved-attribute - :250:55 - Type `Self@__repr__` has no attribute `_d`
[error] unresolved-attribute - :250:69 - Type `Self@__repr__` has no attribute `_p`
[error] unresolved-attribute - :251:55 - Type `Self@__repr__` has no attribute `_q`
[error] unresolved-attribute - :251:69 - Type `Self@__repr__` has no attribute `_u`
[error] unresolved-attribute - :254:46 - Type `Self@__repr__` has no attribute `_n`
[error] unresolved-attribute - :254:60 - Type `Self@__repr__` has no attribute `_e`
[error] unresolved-attribute - :356:56 - Type `Self@export_key` has no attribute `_e`
[error] unresolved-attribute - :356:65 - Type `Self@export_key` has no attribute `_n`

lib/Crypto/SelfTest/Cipher/test_CBC.py

[error] unresolved-attribute - :53:40 - Type `Self@test_loopback_128` has no attribute `aes_mode`
[error] unresolved-attribute - :57:40 - Type `Self@test_loopback_128` has no attribute `aes_mode`
[error] unresolved-attribute - :62:41 - Type `Self@test_loopback_64` has no attribute `des3_mode`
[error] unresolved-attribute - :66:41 - Type `Self@test_loopback_64` has no attribute `des3_mode`
[error] unresolved-attribute - :72:40 - Type `Self@test_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :74:40 - Type `Self@test_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :80:40 - Type `Self@test_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :83:40 - Type `Self@test_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :86:40 - Type `Self@test_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :90:61 - Type `Self@test_iv_must_be_bytes` has no attribute `aes_mode`
[error] unresolved-attribute - :95:61 - Type `Self@test_only_one_iv` has no attribute `aes_mode`
[error] unresolved-attribute - :99:62 - Type `Self@test_iv_with_matching_length` has no attribute `aes_mode`
[error] unresolved-attribute - :101:62 - Type `Self@test_iv_with_matching_length` has no attribute `aes_mode`
[error] unresolved-attribute - :103:62 - Type `Self@test_iv_with_matching_length` has no attribute `aes_mode`
[error] unresolved-attribute - :107:40 - Type `Self@test_block_size_128` has no attribute `aes_mode`
[error] unresolved-attribute - :111:41 - Type `Self@test_block_size_64` has no attribute `des3_mode`
[error] unresolved-attribute - :115:40 - Type `Self@test_unaligned_data_128` has no attribute `aes_mode`
[error] unresolved-attribute - :119:40 - Type `Self@test_unaligned_data_128` has no attribute `aes_mode`
[error] unresolved-attribute - :124:41 - Type `Self@test_unaligned_data_64` has no attribute `des3_mode`
[error] unresolved-attribute - :128:41 - Type `Self@test_unaligned_data_64` has no attribute `des3_mode`
[error] unresolved-attribute - :135:44 - Type `Self@test_IV_iv_attributes` has no attribute `aes_mode`
[error] unresolved-attribute - :141:61 - Type `Self@test_unknown_parameters` has no attribute `aes_mode`
[error] unresolved-attribute - :143:61 - Type `Self@test_unknown_parameters` has no attribute `aes_mode`
[error] unresolved-attribute - :146:31 - Type `Self@test_unknown_parameters` has no attribute `aes_mode`
[error] unresolved-attribute - :150:44 - Type `Self@test_null_encryption_decryption` has no attribute `aes_mode`
[error] unresolved-attribute - :155:40 - Type `Self@test_either_encrypt_or_decrypt` has no attribute `aes_mode`
[error] unresolved-attribute - :159:40 - Type `Self@test_either_encrypt_or_decrypt` has no attribute `aes_mode`
[error] unresolved-attribute - :164:40 - Type `Self@test_data_must_be_bytes` has no attribute `aes_mode`
[error] unresolved-attribute - :167:40 - Type `Self@test_data_must_be_bytes` has no attribute `aes_mode`
[error] unresolved-attribute - :178:41 - Type `Self@test_bytearray` has no attribute `aes_mode`
[error] unresolved-attribute - :181:35 - Type `Self@test_bytearray` has no attribute `aes_mode`
[error] unresolved-attribute - :193:41 - Type `Self@test_bytearray` has no attribute `aes_mode`
[error] unresolved-attribute - :196:35 - Type `Self@test_bytearray` has no attribute `aes_mode`
[error] unresolved-attribute - :211:41 - Type `Self@test_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :214:35 - Type `Self@test_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :226:41 - Type `Self@test_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :229:35 - Type `Self@test_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :239:35 - Type `Self@test_output_param` has no attribute `aes_mode`
[error] unresolved-attribute - :243:35 - Type `Self@test_output_param` has no attribute `aes_mode`
[error] unresolved-attribute - :248:35 - Type `Self@test_output_param` has no attribute `aes_mode`
[error] unresolved-attribute - :257:35 - Type `Self@test_output_param_same_buffer` has no attribute `aes_mode`
[error] unresolved-attribute - :261:35 - Type `Self@test_output_param_same_buffer` has no attribute `aes_mode`
[error] unresolved-attribute - :267:35 - Type `Self@test_output_param_same_buffer` has no attribute `aes_mode`
[error] unresolved-attribute - :276:35 - Type `Self@test_output_param_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :280:35 - Type `Self@test_output_param_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :284:35 - Type `Self@test_output_param_memoryview` has no attribute `aes_mode`
[error] unresolved-attribute - :292:35 - Type `Self@test_output_param_neg` has no attribute `aes_mode`
[error] unresolved-attribute - :295:35 - Type `Self@test_output_param_neg` has no attribute `aes_mode`
[error] unresolved-attribute - :298:35 - Type `Self@test_output_param_neg` has no attribute `aes_mode`
[error] unresolved-attribute - :302:35 - Type `Self@test_output_param_neg` has no attribute `aes_mode`
[error] unresolved-attribute - :304:35 - Type `Self@test_output_param_neg` has no attribute `aes_mode`
[error] unresolved-attribute - :334:38 - Type `Self@_do_kat_aes_test` has no attribute `aes_mode`
[error] unresolved-attribute - :361:38 - Type `Self@_do_mct_aes_test` has no attribute `aes_mode`
[error] unresolved-attribute - :397:43 - Type `Self@_do_tdes_test` has no attribute `des_mode`
[error] unresolved-attribute - :403:40 - Type `Self@_do_tdes_test` has no attribute `des3_mode`

lib/Crypto/SelfTest/Hash/test_BLAKE2.py

[error] unresolved-attribute - :48:13 - Type `Self@test_new_positive` has no attribute `BLAKE2`
[error] unresolved-attribute - :48:41 - Type `Self@test_new_positive` has no attribute `max_bits`
[error] unresolved-attribute - :49:25 - Type `Self@test_new_positive` has no attribute `BLAKE2`
[error] unresolved-attribute - :51:35 - Type `Self@test_new_positive` has no attribute `max_bits`
[error] unresolved-attribute - :55:36 - Type `Self@test_new_positive` has no attribute `max_bytes`
[error] unresolved-attribute - :59:59 - Type `Self@test_new_positive` has no attribute `max_bytes`
[error] unresolved-attribute - :60:45 - Type `Self@test_new_positive` has no attribute `max_bytes`
[error] unresolved-attribute - :63:56 - Type `Self@test_new_positive` has no attribute `max_bytes`
[error] unresolved-attribute - :66:44 - Type `Self@test_new_positive` has no attribute `max_bytes`
[error] unresolved-attribute - :70:13 - Type `Self@test_new_negative` has no attribute `BLAKE2`
[error] unresolved-attribute - :70:41 - Type `Self@test_new_negative` has no attribute `max_bits`
[error] unresolved-attribute - :71:25 - Type `Self@test_new_negative` has no attribute `BLAKE2`
[error] unresolved-attribute - :73:44 - Type `Self@test_new_negative` has no attribute `max_bytes`
[error] unresolved-attribute - :74:43 - Type `Self@test_new_negative` has no attribute `max_bits`
[error] unresolved-attribute - :77:44 - Type `Self@test_new_negative` has no attribute `max_bytes`
[error] unresolved-attribute - :81:43 - Type `Self@test_new_negative` has no attribute `max_bits`
[error] unresolved-attribute - :83:44 - Type `Self@test_new_negative` has no attribute `max_bytes`
[error] unresolved-attribute - :86:44 - Type `Self@test_new_negative` has no attribute `max_bytes`
[error] unresolved-attribute - :90:18 - Type `Self@test_default_digest_size` has no attribute `BLAKE2`
[error] unresolved-attribute - :91:39 - Type `Self@test_default_digest_size` has no attribute `max_bytes`
[error] unresolved-attribute - :95:13 - Type `Self@test_update` has no attribute `BLAKE2`
[error] unresolved-attribute - :95:42 - Type `Self@test_update` has no attribute `max_bytes`
[error] unresolved-attribute - :98:13 - Type `Self@test_update` has no attribute `BLAKE2`
[error] unresolved-attribute - :98:42 - Type `Self@test_update` has no attribute `max_bytes`
[error] unresolved-attribute - :103:13 - Type `Self@test_update_negative` has no attribute `BLAKE2`
[error] unresolved-attribute - :103:42 - Type `Self@test_update_negative` has no attribute `max_bytes`
[error] unresolved-attribute - :107:13 - Type `Self@test_digest` has no attribute `BLAKE2`
[error] unresolved-attribute - :107:42 - Type `Self@test_digest` has no attribute `max_bytes`
[error] unresolved-attribute - :119:13 - Type `Self@test_update_after_digest` has no attribute `BLAKE2`
[error] unresolved-attribute - :122:16 - Type `Self@test_update_after_digest` has no attribute `BLAKE2`
[error] unresolved-attribute - :125:13 - Type `Self@test_update_after_digest` has no attribute `BLAKE2`
[error] unresolved-attribute - :133:15 - Type `Self@test_hex_digest` has no attribute `BLAKE2`
[error] unresolved-attribute - :133:43 - Type `Self@test_hex_digest` has no attribute `max_bits`
[error] unresolved-attribute - :145:13 - Type `Self@test_verify` has no attribute `BLAKE2`
[error] unresolved-attribute - :145:42 - Type `Self@test_verify` has no attribute `max_bytes`
[error] unresolved-attribute - :152:13 - Type `Self@test_hexverify` has no attribute `BLAKE2`
[error] unresolved-attribute - :152:42 - Type `Self@test_hexverify` has no attribute `max_bytes`
[error] unresolved-attribute - :159:45 - Type `Self@test_oid` has no attribute `oid_variant`
[error] unresolved-attribute - :170:28 - Type `Self@test_oid` has no attribute `digest_bits_oid`
[error] unresolved-attribute - :171:17 - Type `Self@test_oid` has no attribute `BLAKE2`
[error] unresolved-attribute - :174:17 - Type `Self@test_oid` has no attribute `BLAKE2`
[error] unresolved-attribute - :177:32 - Type `Self@test_oid` has no attribute `max_bits`
[error] unresolved-attribute - :178:31 - Type `Self@test_oid` has no attribute `digest_bits_oid`
[error] unresolved-attribute - :191:14 - Type `Self@test_bytearray` has no attribute `BLAKE2`
[error] unresolved-attribute - :192:14 - Type `Self@test_bytearray` has no attribute `BLAKE2`
[error] unresolved-attribute - :201:14 - Type `Self@test_bytearray` has no attribute `BLAKE2`
[error] unresolved-attribute - :202:14 - Type `Self@test_bytearray` has no attribute `BLAKE2`
[error] unresolved-attribute - :226:18 - Type `Self@test_memoryview` has no attribute `BLAKE2`
[error] unresolved-attribute - :227:18 - Type `Self@test_memoryview` has no attribute `BLAKE2`
[error] unresolved-attribute - :237:18 - Type `Self@test_memoryview` has no attribute `BLAKE2`
[error] unresolved-attribute - :238:18 - Type `Self@test_memoryview` has no attribute `BLAKE2`
[error] unresolved-attribute - :307:30 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :308:21 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :309:41 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :314:71 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :325:19 - Type `Self@runTest` has no attribute `BLAKE2`
[error] unresolved-attribute - :325:57 - Type `Self@runTest` has no attribute `max_bytes`
[error] unresolved-attribute - :365:30 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :367:41 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :372:71 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :387:21 - Type `Self@runTest` has no attribute `BLAKE2`
[error] unresolved-attribute - :425:30 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :427:41 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :432:71 - Type `Self@setUp` has no attribute `name`
[error] unresolved-attribute - :446:21 - Type `Self@runTest` has no attribute `BLAKE2`
[error] unresolved-attribute - :446:50 - Type `Self@runTest` has no attribute `max_bytes`

lib/Crypto/SelfTest/Hash/test_KMAC.py

[error] unresolved-attribute - :14:16 - Type `Self@new` has no attribute `KMAC`
[error] unresolved-attribute - :14:42 - Type `Self@new` has no attribute `minimum_key_bits`
[error] unresolved-attribute - :21:25 - Type `Self@test_new_positive` has no attribute `KMAC`
[error] unresolved-attribute - :23:33 - Type `Self@test_new_positive` has no attribute `minimum_bytes`
[error] unresolved-attribute - :34:44 - Type `Self@test_new_positive` has no attribute `default_bytes`
[error] unresolved-attribute - :39:25 - Type `Self@test_new_negative` has no attribute `KMAC`
[error] unresolved-attribute - :43:39 - Type `Self@test_new_negative` has no attribute `minimum_bytes`
[error] unresolved-attribute - :51:39 - Type `Self@test_default_digest_size` has no attribute `default_bytes`
[error] unresolved-attribute - :110:41 - Type `Self@test_oid` has no attribute `oid_variant`
[error] unresolved-attribute - :123:14 - Type `Self@test_bytearray` has no attribute `KMAC`
[error] unresolved-attribute - :124:14 - Type `Self@test_bytearray` has no attribute `KMAC`
[error] unresolved-attribute - :158:18 - Type `Self@test_memoryview` has no attribute `KMAC`
[error] unresolved-attribute - :159:18 - Type `Self@test_memoryview` has no attribute `KMAC`

lib/Crypto/SelfTest/Hash/test_SHAKE.py

[error] unresolved-attribute - :46:16 - Type `Self@test_new_positive` has no attribute `shake`
[error] unresolved-attribute - :47:16 - Type `Self@test_new_positive` has no attribute `shake`
[error] unresolved-attribute - :48:16 - Type `Self@test_new_positive` has no attribute `shake`
[error] unresolved-attribute - :56:13 - Type `Self@test_update` has no attribute `shake`
[error] unresolved-attribute - :59:13 - Type `Self@test_update` has no attribute `shake`
[error] unresolved-attribute - :64:13 - Type `Self@test_update_negative` has no attribute `shake`
[error] unresolved-attribute - :68:13 - Type `Self@test_digest` has no attribute `shake`
[error] unresolved-attribute - :76:15 - Type `Self@test_update_after_read` has no attribute `shake`
[error] unresolved-attribute - :82:15 - Type `Self@test_copy` has no attribute `shake`

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] unresolved-attribute - :13:16 - Type `Self@new` has no attribute `TupleHash`
[error] unresolved-attribute - :18:25 - Type `Self@test_new_positive` has no attribute `TupleHash`
[error] unresolved-attribute - :29:44 - Type `Self@test_new_positive` has no attribute `default_bytes`
[error] unresolved-attribute - :34:25 - Type `Self@test_new_negative` has no attribute `TupleHash`
[error] unresolved-attribute - :36:44 - Type `Self@test_new_negative` has no attribute `minimum_bytes`
[error] unresolved-attribute - :37:43 - Type `Self@test_new_negative` has no attribute `minimum_bits`
[error] unresolved-attribute - :40:43 - Type `Self@test_new_negative` has no attribute `minimum_bits`
[error] unresolved-attribute - :42:43 - Type `Self@test_new_negative` has no attribute `minimum_bits`
[error] unresolved-attribute - :44:43 - Type `Self@test_new_negative` has no attribute `minimum_bytes`
[error] unresolved-attribute - :48:39 - Type `Self@test_default_digest_size` has no attribute `default_bytes`

lib/Crypto/SelfTest/Hash/test_TurboSHAKE.py

[error] unresolved-attribute - :16:16 - Type `Self@test_new_positive` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :19:16 - Type `Self@test_new_positive` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :22:16 - Type `Self@test_new_positive` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :32:16 - Type `Self@test_new_domain` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :33:16 - Type `Self@test_new_domain` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :39:16 - Type `Self@test_update` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :43:16 - Type `Self@test_update` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :50:16 - Type `Self@test_update_negative` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :54:16 - Type `Self@test_read` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :62:16 - Type `Self@test_update_after_read` has no attribute `TurboSHAKE`
[error] unresolved-attribute - :68:16 - Type `Self@test_new` has no attribute `TurboSHAKE`

lib/Crypto/SelfTest/Hash/test_cSHAKE.py

[error] unresolved-attribute - :59:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :60:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :61:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :67:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :69:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :70:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :75:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :76:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :77:16 - Type `Self@test_new_positive` has no attribute `cshake`
[error] unresolved-attribute - :85:13 - Type `Self@test_update` has no attribute `cshake`
[error] unresolved-attribute - :88:13 - Type `Self@test_update` has no attribute `cshake`
[error] unresolved-attribute - :93:13 - Type `Self@test_update_negative` has no attribute `cshake`
[error] unresolved-attribute - :97:13 - Type `Self@test_digest` has no attribute `cshake`
[error] unresolved-attribute - :105:15 - Type `Self@test_update_after_read` has no attribute `cshake`
[error] unresolved-attribute - :113:20 - Type `Self@test_shake` has no attribute `cshake`
[error] unresolved-attribute - :114:20 - Type `Self@test_shake` has no attribute `shake`

lib/Crypto/SelfTest/Math/test_Numbers.py

[error] unresolved-attribute - :52:20 - Type `Self@Integers` has no attribute `Integer`
[error] unresolved-attribute - :55:19 - Type `Self@test_init_and_equality` has no attribute `Integer`
[error] unresolved-attribute - :112:19 - Type `Self@test_conversion_to_bytes` has no attribute `Integer`
[error] unresolved-attribute - :143:19 - Type `Self@test_conversion_from_bytes` has no attribute `Integer`
[error] unresolved-attribute - :175:25 - Type `Self@test_inequality` has no attribute `Integer`
[error] unresolved-attribute - :243:45 - Type `Self@test_addition` has no attribute `Integer`
[error] unresolved-attribute - :253:45 - Type `Self@test_subtraction` has no attribute `Integer`
[error] unresolved-attribute - :263:45 - Type `Self@test_multiplication` has no attribute `Integer`
[error] unresolved-attribute - :271:46 - Type `Self@test_floor_div` has no attribute `Integer`
[error] unresolved-attribute - :281:45 - Type `Self@test_remainder` has no attribute `Integer`
[error] unresolved-attribute - :291:46 - Type `Self@test_simple_exponentiation` has no attribute `Integer`
[error] unresolved-attribute - :304:53 - Type `Self@test_modular_exponentiation` has no attribute `Integer`
[error] unresolved-attribute - :318:14 - Type `Self@test_inplace_exponentiation` has no attribute `Integer`
[error] unresolved-attribute - :322:14 - Type `Self@test_inplace_exponentiation` has no attribute `Integer`
[error] unresolved-attribute - :345:39 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :346:39 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :349:16 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :350:16 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :356:23 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :360:39 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :363:39 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :366:16 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :367:16 - Type `Self@test_sqrt_module` has no attribute `Integer`
[error] unresolved-attribute - :415:18 - Type `Self@test_in_place_modulus` has no attribute `Integer`
[error] unresolved-attribute - :421:45 - Type `Self@test_and` has no attribute `Integer`
[error] unresolved-attribute - :431:45 - Type `Self@test_or` has no attribute `Integer`
[error] unresolved-attribute - :440:46 - Type `Self@test_right_shift` has no attribute `Integer`
[error] unresolved-attribute - :460:18 - Type `Self@test_in_place_right_shift` has no attribute `Integer`
[error] unresolved-attribute - :464:18 - Type `Self@test_in_place_right_shift` has no attribute `Integer`
[error] unresolved-attribute - :469:18 - Type `Self@test_in_place_right_shift` has no attribute `Integer`
[error] unresolved-attribute - :477:46 - Type `Self@_test_left_shift` has no attribute `Integer`
[error] unresolved-attribute - :495:18 - Type `Self@test_in_place_left_shift` has no attribute `Integer`
[error] unresolved-attribute - :499:18 - Type `Self@test_in_place_left_shift` has no attribute `Integer`
[error] unresolved-attribute - :553:26 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :554:25 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :555:25 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :556:26 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :557:26 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :558:25 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :559:25 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :560:26 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :563:30 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :564:29 - Type `Self@test_perfect_square` has no attribute `Integer`
[error] unresolved-attribute - :609:52 - Type `Self@test_inverse` has no attribute `Integer`
[error] unresolved-attribute - :629:48 - Type `Self@test_gcd` has no attribute `Integer`
[error] unresolved-attribute - :638:48 - Type `Self@test_lcm` has no attribute `Integer`
[error] unresolved-attribute - :659:14 - Type `Self@test_jacobi_symbol` has no attribute `Integer`
[error] unresolved-attribute - :679:33 - Type `Self@test_jacobi_symbol` has no attribute `Integer`
[error] unresolved-attribute - :680:40 - Type `Self@test_jacobi_symbol` has no attribute `Integer`
[error] unresolved-attribute - :702:14 - Type `Self@test_jacobi_symbol_wikipedia` has no attribute `Integer`
[error] unresolved-attribute - :713:19 - Type `Self@test_mult_modulo_bytes` has no attribute `Integer`

lib/Crypto/SelfTest/Protocol/test_KDF.py

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

lib/Crypto/SelfTest/Signature/test_dss.py

[warning] possibly-missing-attribute - :652:18 - Attribute `test_key` on type `Unknown | tuple[str, str, str, str, Unknown, str]` may be missing
[warning] possibly-missing-attribute - :656:24 - Attribute `module` on type `Unknown | tuple[str, str, str, str, Unknown, str]` may be missing
[warning] possibly-missing-attribute - :656:39 - Attribute `message` on type `Unknown | tuple[str, str, str, str, Unknown, str]` may be missing
[warning] possibly-missing-attribute - :658:30 - Attribute `result` on type `Unknown | tuple[str, str, str, str, Unknown, str]` may be missing

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

pydantic/aliases.py

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

pydantic/v1/errors.py

[warning] unused-ignore-comment - :167:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :238:73 - Unused blanket `type: ignore` directive

pydantic/_internal/_config.py

[error] invalid-key - :155:41 - TypedDict `ConfigDict` cannot be indexed with a key of type `str`

pydantic/_internal/_generics.py

[error] invalid-super-argument - :45:9 - `Self@__init__` is not an instance or subclass of `<class 'LimitedDict'>` in `super(<class 'LimitedDict'>, Self@__init__)` call
[error] invalid-super-argument - :48:9 - `Self@__setitem__` is not an instance or subclass of `<class 'LimitedDict'>` in `super(<class 'LimitedDict'>, Self@__setitem__)` call

pydantic/_internal/_utils.py

[warning] possibly-missing-attribute - :434:22 - Attribute `__func__` on type `Unknown | ((...) -> _RT@deprecated_instance_property)` may be missing
[warning] possibly-missing-attribute - :443:16 - Attribute `__get__` on type `Unknown | ((...) -> _RT@deprecated_instance_property)` may be missing

pydantic/main.py

[error] call-non-callable - :1053:58 - Object of type `object` is not callable
[warning] possibly-missing-implicit-call - :1082:21 - Method `__setitem__` of type `dict[str, Any] | None` may be missing
[error] invalid-argument-type - :1237:19 - Argument to bound method `__repr_name__` is incorrect: Expected `Representation`, found `Self@__repr__`
[error] invalid-argument-type - :1237:42 - Argument to bound method `__repr_str__` is incorrect: Expected `Representation`, found `Self@__repr__`
[error] invalid-argument-type - :1253:30 - Argument to bound method `__repr_recursion__` is incorrect: Expected `Representation`, found `Self@__repr_args__`
[error] invalid-argument-type - :1275:16 - Argument to bound method `__repr_str__` is incorrect: Expected `Representation`, found `Self@__str__`
[warning] unused-ignore-comment - :1008:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1096:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1101:58 - Unused blanket `type: ignore` directive

pydantic/networks.py

[error] invalid-return-type - :238:16 - Return type does not match returned value: expected `Self@__deepcopy__`, found `_BaseUrl`
[error] invalid-return-type - :244:16 - Return type does not match returned value: expected `bool`, found `SupportsBool`
[error] invalid-return-type - :247:16 - Return type does not match returned value: expected `bool`, found `SupportsBool`
[error] invalid-return-type - :250:16 - Return type does not match returned value: expected `bool`, found `SupportsBool`
[error] invalid-return-type - :253:16 - Return type does not match returned value: expected `bool`, found `SupportsBool`
[error] invalid-return-type - :430:16 - Return type does not match returned value: expected `Self@__deepcopy__`, found `_BaseMultiHostUrl`

pydantic/root_model.py

[error] invalid-super-argument - :152:26 - `Self@__eq__` is not an instance or subclass of `<class 'RootModel'>` in `super(<class 'RootModel'>, Self@__eq__)` call

pydantic/v1/env_settings.py

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

pydantic/v1/fields.py

[warning] unused-ignore-comment - :977:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :987:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1012:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1175:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1177:99 - Unused blanket `type: ignore` directive

pydantic/v1/main.py

[warning] redundant-cast - :492:19 - Value is already of type `(Any, /) -> Any`
[error] invalid-argument-type - :876:21 - Argument to bound method `_get_value` is incorrect: Expected `AbstractSet[@Todo] | Mapping[@Todo, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[@Todo] | Mapping[@Todo, Any]`
[error] invalid-argument-type - :877:21 - Argument to bound method `_get_value` is incorrect: Expected `AbstractSet[@Todo] | Mapping[@Todo, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[@Todo] | Mapping[@Todo, Any]`

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/magic/_utils.py

[warning] unused-ignore-comment - :73:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :74:54 - Unused blanket `type: ignore` directive

pyinstrument/session.py

[error] invalid-assignment - :213:9 - Method `__setitem__` of type `bound method dict[str, str].__setitem__(key: str, value: str, /) -> None` cannot be called with a key of type `str` and a value of type `str | bytes` on object of type `dict[str, str]`

pyinstrument/vendor/decorator.py

[warning] possibly-missing-attribute - :165:31 - Attribute `split` on type `Unknown | None` may be missing

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

jwt/jwks_client.py

[error] invalid-assignment - :50:13 - Implicit shadowing of function `get_signing_key`
[error] invalid-argument-type - :83:35 - Argument to function `from_dict` is incorrect: Expected `dict[str, Any]`, found `(PyJWKSet & Top[dict[Unknown, Unknown]]) | (Any & Top[dict[Unknown, Unknown]])`
[error] missing-argument - :117:16 - No argument provided for required parameter `kid` of function `get_signing_key`

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

pylint/checkers/base/name_checker/checker.py

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

pylint/checkers/logging.py

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

pylint/checkers/spelling.py

[error] call-non-callable - :361:36 - Object of type `Filter` is not callable

pylint/checkers/symilar.py

[error] unresolved-attribute - :385:21 - Type `object` has no attribute `_is_one_message_enabled`

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

pylox/resolver.py

[error] invalid-argument-type - :63:21 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
[error] invalid-argument-type - :63:21 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`

pylox/ast_printer.py

[error] invalid-argument-type - :10:43 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_parenthesize`
[warning] unused-ignore-comment - :17:35 - Unused blanket `type: ignore` directive

pylox/containers/array.py

[warning] possibly-missing-attribute - :26:9 - Attribute `append` on type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]` may be missing
[warning] possibly-missing-attribute - :39:9 - Attribute `appendleft` on type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]` may be missing
[error] no-matching-overload - :70:16 - No overload of bound method `join` matches arguments
[error] no-matching-overload - :84:20 - No overload of bound method `pop` matches arguments
[warning] possibly-missing-attribute - :100:20 - Attribute `popleft` on type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]` may be missing
[warning] possibly-missing-attribute - :115:9 - Attribute `reverse` on type `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]` may be missing
[error] invalid-assignment - :146:9 - Object of type `<class 'LoxArray'>` is not assignable to attribute `instance_of` of type `LoxClass`
[error] invalid-assignment - :147:9 - Object of type `deque[Unknown | None]` is not assignable to attribute `fields` of type `dict[Unknown, Unknown]`

pylox/environment.py

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

pylox/interpreter.py

[error] invalid-argument-type - :113:28 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
[error] invalid-argument-type - :113:28 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
[warning] possibly-missing-attribute - :127:20 - Attribute `get_at` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :142:9 - Attribute `define` on type `Unknown | Environment | None` may be missing
[error] invalid-argument-type - :152:25 - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[warning] possibly-missing-attribute - :160:33 - Attribute `enclosing` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :162:9 - Attribute `assign` on type `Unknown | Environment | None` may be missing
[error] invalid-argument-type - :168:38 - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[warning] possibly-missing-attribute - :169:9 - Attribute `define` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :184:9 - Attribute `define` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :252:13 - Attribute `assign_at` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :359:32 - Attribute `get_at` on type `Unknown | Environment | None` may be missing
[warning] possibly-missing-attribute - :363:32 - Attribute `get_at` on type `Unknown | Environment | None` may be missing

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

src/py/_pyodide/_core_docs.py

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

src/py/pyodide/http/_pyfetch.py

[warning] possibly-missing-attribute - :161:46 - Attribute `aborted` on type `(Unknown & ~AlwaysFalsy) | (AbortSignal & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :162:30 - Attribute `reason` on type `(Unknown & ~AlwaysFalsy) | (AbortSignal & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :305:9 - Attribute `abort` on type `(Unknown & ~None) | AbortController` may be missing

src/py/pyodide/webloop.py

[error] invalid-super-argument - :177:9 - `Self@__init__` is not an instance or subclass of `<class 'PyodideTask'>` in `super(<class 'PyodideTask'>, Self@__init__)` call
[error] invalid-super-argument - :181:15 - `Self@add_done_callback` is not an instance or subclass of `<class 'PyodideTask'>` in `super(<class 'PyodideTask'>, Self@add_done_callback)` call

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

pyp.py

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

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

pyppeteer/connection.py

[error] invalid-assignment - :56:13 - Object of type `Unknown | WebSocketClientProtocol` is not assignable to attribute `connection` of type `CDPSession`
[error] unresolved-attribute - :59:34 - Type `CDPSession` has no attribute `recv`
[error] unresolved-attribute - :163:19 - Type `CDPSession` has no attribute `close`
[warning] unused-ignore-comment - :108:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :152:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :153:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :241:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :256:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :257:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :292:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :293:65 - Unused blanket `type: ignore` directive

pyppeteer/frame_manager.py

[error] invalid-argument-type - :174:34 - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[warning] unused-ignore-comment - :151:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :488:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :501:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :508:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :554:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :564:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :568:52 - Unused blanket `type: ignore` directive

pyppeteer/launcher.py

[error] invalid-argument-type - :171:40 - Argument to function `create` is incorrect: Expected `Connection`, found `Connection | None`

pyppeteer/navigator_watcher.py

[error] no-matching-overload - :49:58 - No overload of function `wait` matches arguments

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

src/_pytest/helpconfig.py

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

src/_pytest/_py/error.py

[error] invalid-assignment - :78:13 - Method `__setitem__` of type `bound method dict[int, type[Error]].__setitem__(key: int, value: type[Error], /) -> None` cannot be called with a key of type `int` and a value of type `type` on object of type `dict[int, type[Error]]`

src/_pytest/assertion/rewrite.py

[error] invalid-assignment - :745:17 - Object of type `tuple[@Todo, AST | Sentinel]` is not assignable to attribute `scope` of type `tuple[AST, ...]`
[error] invalid-argument-type - :1069:36 - Argument to bound method `visit` is incorrect: Expected `AST`, found `expr | str`
[warning] unused-ignore-comment - :116:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1021:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1077:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1117:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1119:78 - Unused blanket `type: ignore` directive

src/_pytest/capture.py

[error] unsupported-operator - :948:13 - Operator `+=` is unsupported between objects of type `AnyStr@CaptureFixture` and `AnyStr@CaptureFixture`
[error] unsupported-operator - :949:13 - Operator `+=` is unsupported between objects of type `AnyStr@CaptureFixture` and `AnyStr@CaptureFixture`
[error] unsupported-operator - :964:13 - Operator `+=` is unsupported between objects of type `AnyStr@CaptureFixture` and `AnyStr@CaptureFixture`
[error] unsupported-operator - :965:13 - Operator `+=` is unsupported between objects of type `AnyStr@CaptureFixture` and `AnyStr@CaptureFixture`
[error] invalid-return-type - :968:16 - Return type does not match returned value: expected `CaptureResult[AnyStr@CaptureFixture]`, found `CaptureResult[str]`
[error] invalid-argument-type - :968:30 - Argument is incorrect: Argument type `AnyStr@CaptureFixture | Unknown` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :968:44 - Argument is incorrect: Argument type `AnyStr@CaptureFixture | Unknown` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

src/_pytest/config/__init__.py

[warning] unused-ignore-comment - :1331:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1337:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1529:45 - Unused blanket `type: ignore` directive

src/_pytest/config/argparsing.py

[error] invalid-return-type - :171:16 - Return type does not match returned value: expected `tuple[Namespace, list[str]]`, found `tuple[Namespace | None, list[str]]`
[error] invalid-argument-type - :319:22 - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `Unknown | str`
[error] invalid-return-type - :470:16 - Return type does not match returned value: expected `Namespace`, found `Namespace | None`

src/_pytest/doctest.py

[warning] unused-ignore-comment - :286:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :528:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :545:66 - Unused blanket `type: ignore` directive

src/_pytest/fixtures.py

[error] invalid-argument-type - :564:43 - Argument to bound method `_check_scope` is incorrect: Expected `Scope`, found `Scope | (@Todo & ~str) | (((str, Config, /) -> @Todo) & ~(() -> object) & ~str)`

src/_pytest/junitxml.py

[error] missing-argument - :254:16 - No argument provided for required parameter `self` of function `to_xml`
[error] missing-argument - :671:35 - No argument provided for required parameter `self` of function `to_xml`
[warning] unused-ignore-comment - :258:37 - Unused blanket `type: ignore` directive

src/_pytest/logging.py

[error] invalid-argument-type - :209:53 - Argument to function `_get_auto_indent` is incorrect: Expected `int | str | None`, found `object`
[error] parameter-already-assigned - :74:37 - Multiple values provided for parameter `microsecond` of function `__new__`
[error] parameter-already-assigned - :74:75 - Multiple values provided for parameter `tzinfo` of function `__new__`
[warning] unused-ignore-comment - :908:53 - Unused blanket `type: ignore` directive

src/_pytest/monkeypatch.py

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

src/_pytest/python.py

[error] invalid-argument-type - :1385:39 - Argument to bound method `_validate_ids` is incorrect: Expected `Iterable[object]`, found `(Iterable[object] & ~(() -> object)) | (((Any, /) -> object) & ~(() -> object))`
[warning] unused-ignore-comment - :298:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1663:43 - Unused blanket `type: ignore` directive

src/_pytest/raises.py

[error] invalid-super-argument - :624:9 - `Self@__init__` is not an instance or subclass of `<class 'RaisesExc'>` in `super(<class 'RaisesExc'>, Self@__init__)` call

src/_pytest/terminal.py

[error] invalid-argument-type - :660:51 - Argument to bound method `_locationline` is incorrect: Expected `int | None`, found `str | int | None`
[error] invalid-argument-type - :660:51 - Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
[error] invalid-argument-type - :660:51 - Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
[error] invalid-return-type - :1374:16 - Return type does not match returned value: expected `tuple[str, list[str]]`, found `tuple[str | None, list[str] | None]`

testing/io/test_saferepr.py

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

testing/python/metafunc.py

[warning] unused-ignore-comment - :96:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :816:70 - Unused blanket `type: ignore` directive

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

tests/conftest.py

[error] invalid-argument-type - :298:54 - Argument to bound method `run_pytest` is incorrect: Expected `Literal[False]`, found `bool`

python-chess (https://github.com/niklasf/python-chess)

chess/variant.py

[error] invalid-return-type - :808:16 - Return type does not match returned value: expected `Self@copy`, found `ThreeCheckBoard`
[error] invalid-return-type - :814:20 - Return type does not match returned value: expected `Self@root`, found `ThreeCheckBoard`
[error] invalid-return-type - :822:16 - Return type does not match returned value: expected `Self@mirror`, found `ThreeCheckBoard`
[error] invalid-return-type - :876:16 - Return type does not match returned value: expected `Self@copy`, found `CrazyhousePocket`
[error] invalid-return-type - :1061:16 - Return type does not match returned value: expected `Self@copy`, found `CrazyhouseBoard`
[error] invalid-return-type - :1067:20 - Return type does not match returned value: expected `Self@root`, found `CrazyhouseBoard`
[error] invalid-return-type - :1075:16 - Return type does not match returned value: expected `Self@mirror`, found `CrazyhouseBoard`

chess/__init__.py

[error] invalid-return-type - :1558:16 - Return type does not match returned value: expected `Self@copy`, found `BaseBoard`
[error] invalid-return-type - :1842:20 - Return type does not match returned value: expected `Self@root`, found `Board`
[error] invalid-return-type - :3951:16 - Return type does not match returned value: expected `Self@copy`, found `Board`

chess/engine.py

[error] unsupported-operator - :506:20 - Operator `<` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :512:20 - Operator `<=` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :518:20 - Operator `>` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
[error] unsupported-operator - :524:20 - Operator `>=` is not supported for types `int` and `None`, in comparing `tuple[bool, bool, bool, int, int | None]` with `tuple[bool, bool, bool, int, int | None]`
[warning] unused-ignore-comment - :878:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :905:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :908:39 - Unused blanket `type: ignore` directive

chess/pgn.py

[error] invalid-return-type - :1050:16 - Return type does not match returned value: expected `Self@copy`, found `Headers`
[warning] unused-ignore-comment - :353:43 - Unused blanket `type: ignore` directive

python-htmlgen (https://github.com/srittau/python-htmlgen)

htmlgen/form.py

[error] invalid-assignment - :91:9 - Invalid assignment to data descriptor attribute `type` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :92:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :125:9 - Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :169:13 - Invalid assignment to data descriptor attribute `number` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :232:9 - Invalid assignment to data descriptor attribute `time` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :293:13 - Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :337:9 - Invalid assignment to data descriptor attribute `value` on type `Self@__init__` with custom `__set__` method

htmlgen/image.py

[error] invalid-assignment - :23:9 - Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :24:9 - Invalid assignment to data descriptor attribute `alternate_text` on type `Self@__init__` with custom `__set__` method

htmlgen/document.py

[error] invalid-assignment - :209:13 - Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :245:9 - Invalid assignment to data descriptor attribute `relation` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :246:9 - Invalid assignment to data descriptor attribute `url` on type `Self@__init__` with custom `__set__` method

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

AutoDuck/document_object.py

[warning] possibly-missing-attribute - :13:13 - Attribute `categories` on type `Unknown | None | Document` may be missing
[warning] possibly-missing-attribute - :15:24 - Attribute `categories` on type `Unknown | None | Document` may be missing
[warning] possibly-missing-attribute - :23:17 - Attribute `important` on type `Unknown | None | Document` may be missing
[warning] possibly-missing-attribute - :24:18 - Attribute `categories` on type `Unknown | None | Document` may be missing
[warning] possibly-missing-attribute - :25:28 - Attribute `categories` on type `Unknown | None | Document` may be missing
[warning] possibly-missing-attribute - :28:17 - Attribute `links` on type `Unknown | None | Document` may be missing

Pythonwin/pywin/mfc/activex.py

[warning] possibly-missing-attribute - :41:17 - Attribute `HookOleEvent` on type `Unknown | None` may be missing

Pythonwin/pywin/scintilla/bindings.py

[warning] possibly-missing-attribute - :62:13 - Attribute `HookCommand` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :75:9 - Attribute `update` on type `Unknown | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-implicit-call - :80:9 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] unsupported-operator - :92:16 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :109:24 - Attribute `idle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :122:19 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-implicit-call - :134:13 - Method `__setitem__` of type `Unknown | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-attribute - :147:24 - Attribute `idle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :177:17 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | None` may be missing

com/win32com/server/connect.py

[error] unresolved-attribute - :51:17 - Type `Self@Advise` has no attribute `_connect_interfaces_`
[error] unresolved-attribute - :72:19 - Type `Self@FindConnectionPoint` has no attribute `_connect_interfaces_`

com/win32comext/authorization/demos/EditSecurity.py

[error] unresolved-attribute - :45:9 - Type `Self@__init__` has no attribute `_wrap_`

com/win32comext/authorization/demos/EditServiceSecurity.py

[error] unresolved-attribute - :58:9 - Type `Self@__init__` has no attribute `_wrap_`

com/win32comext/axscript/server/axsite.py

[warning] possibly-missing-attribute - :20:9 - Attribute `SetScriptSite` on type `Unknown | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :21:9 - Attribute `InitNew` on type `Unknown | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :27:16 - Attribute `GetScriptDispatch` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :30:16 - Attribute `AddNamedItem` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :34:9 - Attribute `ParseScriptText` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :37:16 - Attribute `ParseScriptText` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :44:9 - Attribute `SetScriptState` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :50:13 - Attribute `Close` on type `(Unknown & ~AlwaysFalsy) | (PyIUnknown & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :54:9 - Attribute `SetScriptState` on type `Unknown | None | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :110:9 - Attribute `Close` on type `Unknown | None | AXEngine` may be missing

com/win32comext/shell/demos/ITransferAdviseSink.py

[error] unresolved-attribute - :43:9 - Type `Self@__init__` has no attribute `_wrap_`

com/win32comext/shell/demos/IUniformResourceLocator.py

[warning] possibly-missing-attribute - :20:9 - Attribute `Load` on type `Unknown | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :23:9 - Attribute `Save` on type `Unknown | PyIUnknown` may be missing

win32/Lib/win32rcparser.py

[warning] possibly-missing-attribute - :229:16 - Attribute `startswith` on type `Unknown | str | None` may be missing
[error] no-matching-overload - :237:16 - No overload of bound method `join` matches arguments
[error] non-subscriptable - :355:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :356:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :389:19 - Attribute `startswith` on type `Unknown | str | None` may be missing
[error] non-subscriptable - :391:15 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :400:19 - Attribute `isdigit` on type `Unknown | str | None` may be missing
[error] non-subscriptable - :477:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :488:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :507:20 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :512:43 - Attribute `isdigit` on type `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None` may be missing
[warning] possibly-missing-attribute - :520:37 - Attribute `isdigit` on type `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None` may be missing
[error] non-subscriptable - :531:35 - Cannot subscript object of type `None` with no `__getitem__` method

Pythonwin/pywin/Demos/app/basictimerapp.py

[error] unresolved-attribute - :174:29 - Type `Self@IsTime` has no attribute `SetFirstTime`
[error] unresolved-attribute - :178:29 - Type `Self@IsTime` has no attribute `SetNextTime`

Pythonwin/pywin/Demos/dibdemo.py

[error] unresolved-attribute - :17:9 - Type `PyCScrollView` has no attribute `HookMessage`
[error] missing-argument - :26:9 - No arguments provided for required parameters `arg`, `arg1` of bound method `SetScrollSizes`
[error] unresolved-attribute - :58:9 - Type `PyCMDIFrameWnd` has no attribute `LoadFrame`
[error] unresolved-attribute - :60:9 - Type `PyCMDIFrameWnd` has no attribute `ShowWindow`
[error] unresolved-attribute - :63:9 - Type `PyCMDIFrameWnd` has no attribute `ActivateFrame`
[warning] possibly-missing-attribute - :66:9 - Attribute `CreateWindow` on type `Unknown | PyCScrollView` may be missing

Pythonwin/pywin/debugger/debugger.py

[error] invalid-assignment - :760:17 - Object of type `Literal[1]` is not assignable to attribute `quitting` of type `bool`
[error] invalid-assignment - :782:13 - Object of type `Literal[1]` is not assignable to attribute `quitting` of type `bool`
[error] invalid-argument-type - :791:27 - Argument to bound method `set_next` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`
[error] invalid-argument-type - :795:29 - Argument to bound method `set_return` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`

Pythonwin/pywin/framework/interact.py

[error] unresolved-attribute - :331:12 - Type `Self@Init` has no attribute `GetTextLength`
[error] unresolved-attribute - :384:20 - Type `Self@DoGetLine` has no attribute `LineFromChar`
[error] unresolved-attribute - :385:16 - Type `Self@DoGetLine` has no attribute `GetLine`
[error] unresolved-attribute - :392:9 - Type `Self@AppendToPrompt` has no attribute `flush`
[error] unresolved-attribute - :393:22 - Type `Self@AppendToPrompt` has no attribute `GetLineCount`
[error] unresolved-attribute - :396:13 - Type `Self@AppendToPrompt` has no attribute `SetSel`
[error] unresolved-attribute - :396:25 - Type `Self@AppendToPrompt` has no attribute `GetTextLength`
[error] unresolved-attribute - :396:64 - Type `Self@AppendToPrompt` has no attribute `GetTextLength`
[error] unresolved-attribute - :397:13 - Type `Self@AppendToPrompt` has no attribute `ReplaceSel`
[error] unresolved-attribute - :400:17 - Type `Self@AppendToPrompt` has no attribute `write`
[error] unresolved-attribute - :401:13 - Type `Self@AppendToPrompt` has no attribute `write`
[error] unresolved-attribute - :402:9 - Type `Self@AppendToPrompt` has no attribute `flush`
[error] unresolved-attribute - :403:9 - Type `Self@AppendToPrompt` has no attribute `idle`
[error] unresolved-attribute - :409:17 - Type `Self@AppendToPrompt` has no attribute `write`
[error] unresolved-attribute - :410:9 - Type `Self@AppendToPrompt` has no attribute `flush`
[error] unresolved-attribute - :414:9 - Type `Self@EnsureNoPrompt` has no attribute `flush`
[error] unresolved-attribute - :415:22 - Type `Self@EnsureNoPrompt` has no attribute `GetLineCount`
[error] unresolved-attribute - :418:13 - Type `Self@EnsureNoPrompt` has no attribute `SetSel`
[error] unresolved-attribute - :418:25 - Type `Self@EnsureNoPrompt` has no attribute `GetTextLength`
[error] unresolved-attribute - :418:59 - Type `Self@EnsureNoPrompt` has no attribute `GetTextLength`
[error] unresolved-attribute - :419:13 - Type `Self@EnsureNoPrompt` has no attribute `ReplaceSel`
[error] unresolved-attribute - :422:13 - Type `Self@EnsureNoPrompt` has no attribute `write`
[error] unresolved-attribute - :429:9 - Type `Self@HookHandlers` has no attribute `HookCommand`
[error] unresolved-attribute - :430:9 - Type `Self@HookHandlers` has no attribute `HookCommand`
[error] unresolved-attribute - :431:9 - Type `Self@HookHandlers` has no attribute `HookCommand`
[error] unresolved-attribute - :449:21 - Type `Self@GetBlockBoundary` has no attribute `GetLineCount`
[error] unresolved-attribute - :499:9 - Type `Self@OutputGrab` has no attribute `flush`
[error] unresolved-attribute - :511:9 - Type `Self@OutputRelease` has no attribute `flush`
[error] unresolved-attribute - :521:12 - Type `Self@ProcessEnterEvent` has no attribute `SCIAutoCActive`
[error] unresolved-attribute - :522:13 - Type `Self@ProcessEnterEvent` has no attribute `SCIAutoCComplete`
[error] unresolved-attribute - :523:13 - Type `Self@ProcessEnterEvent` has no attribute `SCICancel`
[error] unresolved-attribute - :526:9 - Type `Self@ProcessEnterEvent` has no attribute `SCICancel`
[error] unresolved-attribute - :529:12 - Type `Self@ProcessEnterEvent` has no attribute `HandleSpecialLine`
[error] unresolved-attribute - :532:18 - Type `Self@ProcessEnterEvent` has no attribute `LineFromChar`
[error] unresolved-attribute - :544:19 - Type `Self@ProcessEnterEvent` has no attribute `GetLineCount`
[error] unresolved-attribute - :547:13 - Type `Self@ProcessEnterEvent` has no attribute `SetSel`
[error] unresolved-attribute - :556:13 - Type `Self@ProcessEnterEvent` has no attribute `ReplaceSel`
[error] unresolved-attribute - :558:13 - Type `Self@ProcessEnterEvent` has no attribute `SetSel`
[error] unresolved-attribute - :559:13 - Type `Self@ProcessEnterEvent` has no attribute `ReplaceSel`
[error] unresolved-attribute - :600:12 - Type `Self@ProcessEscEvent` has no attribute `SCIAutoCActive`
[error] unresolved-attribute - :600:37 - Type `Self@ProcessEscEvent` has no attribute `SCICallTipActive`
[error] unresolved-attribute - :601:13 - Type `Self@ProcessEscEvent` has no attribute `SCICancel`
[error] unresolved-attribute - :608:18 - Type `Self@OnSelectBlock` has no attribute `LineFromChar`
[error] unresolved-attribute - :610:22 - Type `Self@OnSelectBlock` has no attribute `LineIndex`
[error] unresolved-attribute - :611:20 - Type `Self@OnSelectBlock` has no attribute `LineIndex`
[error] unresolved-attribute - :614:9 - Type `Self@OnSelectBlock` has no attribute `SetSel`
[error] unresolved-attribute - :619:16 - Type `Self@OnEditCopyCode` has no attribute `GetSelText`
[error] unresolved-attribute - :662:22 - Type `Self@GetRightMenuItems` has no attribute `GetSel`
[error] unresolved-attribute - :684:18 - Type `Self@WindowBackEvent` has no attribute `GetParentFrame`
[error] unresolved-attribute - :696:30 - Type `Self@WindowBackEvent` has no attribute `GetParentFrame`
[error] unresolved-attribute - :701:34 - Type `Self@WindowBackEvent` has no attribute `GetParentFrame`
[error] unresolved-attribute - :434:40 - Type `Self@HookHandlers` has no attribute `idle`
[error] unresolved-attribute - :594:13 - Type `Self@ProcessEnterEvent` has no attribute `ReplaceSel`

Pythonwin/pywin/framework/winout.py

[error] unresolved-attribute - :100:25 - Type `Self@__init__` has no attribute `GetDocument`
[error] unresolved-attribute - :104:9 - Type `Self@HookHandlers` has no attribute `HookMessage`
[error] unresolved-attribute - :110:9 - Type `Self@OnInitialUpdate` has no attribute `RestoreKillBuffer`
[error] unresolved-attribute - :111:9 - Type `Self@OnInitialUpdate` has no attribute `SetSel`
[error] unresolved-attribute - :140:16 - Type `Self@HandleSpecialLine` has no attribute `GetLine`
[error] unresolved-attribute - :167:22 - Type `Self@HandleSpecialLine` has no attribute `LineFromChar`
[error] unresolved-attribute - :169:24 - Type `Self@HandleSpecialLine` has no attribute `GetLine`

Pythonwin/pywin/idle/CallTips.py

[error] call-non-callable - :53:28 - Object of type `None` is not callable

Pythonwin/pywin/idle/FormatParagraph.py

[warning] possibly-missing-attribute - :45:16 - Attribute `text` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :46:23 - Attribute `get_selection_indices` on type `Unknown | None` may be missing

Pythonwin/pywin/idle/PyParse.py

[error] unsupported-operator - :471:9 - Operator `+=` is unsupported between objects of type `None` and `Literal[1]`

Pythonwin/pywin/mfc/dialog.py

[warning] possibly-missing-attribute - :48:21 - Attribute `data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :53:9 - Attribute `OnOK` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :56:9 - Attribute `OnCancel` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :60:12 - Attribute `data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :61:13 - Attribute `UpdateData` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :69:9 - Attribute `datalist` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :82:9 - Attribute `data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :152:16 - Attribute `OnInitDialog` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :159:9 - Attribute `OnOK` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :219:16 - Attribute `OnInitDialog` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :267:13 - Attribute `data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :268:13 - Attribute `data` on type `Unknown | None` may be missing

Pythonwin/pywin/scintilla/IDLEenvironment.py

[warning] possibly-missing-attribute - :103:13 - Attribute `bindings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :108:20 - Attribute `bindings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :157:22 - Attribute `_getoffset` on type `Unknown | TkText | None` may be missing
[warning] possibly-missing-attribute - :158:13 - Attribute `edit` on type `Unknown | TkText | None` may be missing
[warning] possibly-missing-attribute - :168:21 - Attribute `index` on type `Unknown | TkText | None` may be missing
[warning] possibly-missing-attribute - :169:20 - Attribute `index` on type `Unknown | TkText | None` may be missing
[warning] possibly-missing-attribute - :175:9 - Attribute `SCISetTabWidth` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :178:16 - Attribute `GetTabWidth` on type `Unknown | None` may be missing

Pythonwin/pywin/scintilla/control.py

[error] unresolved-attribute - :95:9 - Type `Self@SCIAddText` has no attribute `SendMessage`
[error] unresolved-attribute - :106:9 - Type `Self@SCIAddStyledText` has no attribute `SendMessage`
[error] unresolved-attribute - :115:9 - Type `Self@SCIInsertText` has no attribute `SendScintilla`
[error] unresolved-attribute - :118:9 - Type `Self@SCISetSavePoint` has no attribute `SendScintilla`
[error] unresolved-attribute - :121:9 - Type `Self@SCISetUndoCollection` has no attribute `SendScintilla`
[error] unresolved-attribute - :124:9 - Type `Self@SCIBeginUndoAction` has no attribute `SendScintilla`
[error] unresolved-attribute - :127:9 - Type `Self@SCIEndUndoAction` has no attribute `SendScintilla`
[error] unresolved-attribute - :130:16 - Type `Self@SCIGetCurrentPos` has no attribute `SendScintilla`
[error] unresolved-attribute - :134:20 - Type `Self@SCIGetCharAt` has no attribute `SendScintilla`
[error] unresolved-attribute - :137:9 - Type `Self@SCIGotoLine` has no attribute `SendScintilla`
[error] unresolved-attribute - :140:16 - Type `Self@SCIBraceMatch` has no attribute `SendScintilla`
[error] unresolved-attribute - :143:16 - Type `Self@SCIBraceHighlight` has no attribute `SendScintilla`
[error] unresolved-attribute - :146:16 - Type `Self@SCIBraceBadHighlight` has no attribute `SendScintilla`
[error] unresolved-attribute - :153:16 - Type `Self@SCIGetEndStyled` has no attribute `SendScintilla`
[error] unresolved-attribute - :156:16 - Type `Self@SCIStyleSetFore` has no attribute `SendScintilla`
[error] unresolved-attribute - :159:16 - Type `Self@SCIStyleSetBack` has no attribute `SendScintilla`
[error] unresolved-attribute - :162:16 - Type `Self@SCIStyleSetEOLFilled` has no attribute `SendScintilla`
[error] unresolved-attribute - :166:9 - Type `Self@SCIStyleSetFont` has no attribute `SendScintilla`
[error] unresolved-attribute - :167:9 - Type `Self@SCIStyleSetFont` has no attribute `SendScintilla`
[error] unresolved-attribute - :170:9 - Type `Self@SCIStyleSetBold` has no attribute `SendScintilla`
[error] unresolved-attribute - :173:9 - Type `Self@SCIStyleSetItalic` has no attribute `SendScintilla`
[error] unresolved-attribute - :176:9 - Type `Self@SCIStyleSetSize` has no attribute `SendScintilla`
[error] unresolved-attribute - :179:16 - Type `Self@SCIGetViewWS` has no attribute `SendScintilla`
[error] unresolved-attribute - :182:9 - Type `Self@SCISetViewWS` has no attribute `SendScintilla`
[error] unresolved-attribute - :183:9 - Type `Self@SCISetViewWS` has no attribute `InvalidateRect`
[error] unresolved-attribute - :186:9 - Type `Self@SCISetIndentationGuides` has no attribute `SendScintilla`
[error] unresolved-attribute - :189:16 - Type `Self@SCIGetIndentationGuides` has no attribute `SendScintilla`
[error] unresolved-attribute - :192:9 - Type `Self@SCISetIndent` has no attribute `SendScintilla`
[error] unresolved-attribute - :195:16 - Type `Self@SCIGetIndent` has no attribute `SendScintilla`
[error] unresolved-attribute - :198:16 - Type `Self@SCIGetViewEOL` has no attribute `SendScintilla`
[error] unresolved-attribute - :201:9 - Type `Self@SCISetViewEOL` has no attribute `SendScintilla`
[error] unresolved-attribute - :202:9 - Type `Self@SCISetViewEOL` has no attribute `InvalidateRect`
[error] unresolved-attribute - :205:9 - Type `Self@SCISetTabWidth` has no attribute `SendScintilla`
[error] unresolved-attribute - :208:9 - Type `Self@SCIStartStyling` has no attribute `SendScintilla`
[error] unresolved-attribute - :211:9 - Type `Self@SCISetStyling` has no attribute `SendScintilla`
[error] unresolved-attribute - :215:9 - Type `Self@SCISetStylingEx` has no attribute `SendScintilla`
[error] unresolved-attribute - :218:16 - Type `Self@SCIGetStyleAt` has no attribute `SendScintilla`
[error] unresolved-attribute - :221:9 - Type `Self@SCISetMarginWidth` has no attribute `SendScintilla`
[error] unresolved-attribute - :224:9 - Type `Self@SCISetMarginWidthN` has no attribute `SendScintilla`
[error] unresolved-attribute - :227:9 - Type `Self@SCISetFoldFlags` has no attribute `SendScintilla`
[error] unresolved-attribute - :236:9 - Type `Self@SCIMarkerDefine` has no attribute `SendScintilla`
[error] unresolved-attribute - :239:9 - Type `Self@SCIMarkerSetFore` has no attribute `SendScintilla`
[error] unresolved-attribute - :242:9 - Type `Self@SCIMarkerSetBack` has no attribute `SendScintilla`
[error] unresolved-attribute - :245:9 - Type `Self@SCIMarkerAdd` has no attribute `SendScintilla`
[error] unresolved-attribute - :248:9 - Type `Self@SCIMarkerDelete` has no attribute `SendScintilla`
[error] unresolved-attribute - :251:9 - Type `Self@SCIMarkerDeleteAll` has no attribute `SendScintilla`
[error] unresolved-attribute - :254:16 - Type `Self@SCIMarkerGet` has no attribute `SendScintilla`
[error] unresolved-attribute - :257:16 - Type `Self@SCIMarkerNext` has no attribute `SendScintilla`
[error] unresolved-attribute - :260:9 - Type `Self@SCICancel` has no attribute `SendScintilla`
[error] unresolved-attribute - :267:16 - Type `Self@SCIAutoCShow` has no attribute `SendScintilla`
[error] unresolved-attribute - :270:9 - Type `Self@SCIAutoCCancel` has no attribute `SendScintilla`
[error] unresolved-attribute - :273:16 - Type `Self@SCIAutoCActive` has no attribute `SendScintilla`
[error] unresolved-attribute - :276:16 - Type `Self@SCIAutoCComplete` has no attribute `SendScintilla`
[error] unresolved-attribute - :280:9 - Type `Self@SCIAutoCStops` has no attribute `SendScintilla`
[error] unresolved-attribute - :283:9 - Type `Self@SCIAutoCSetAutoHide` has no attribute `SendScintilla`
[error] unresolved-attribute - :286:9 - Type `Self@SCIAutoCSetFillups` has no attribute `SendScintilla`
[error] unresolved-attribute - :291:19 - Type `Self@SCICallTipShow` has no attribute `GetSel`
[error] unresolved-attribute - :293:9 - Type `Self@SCICallTipShow` has no attribute `SendScintilla`
[error] unresolved-attribute - :296:9 - Type `Self@SCICallTipCancel` has no attribute `SendScintilla`
[error] unresolved-attribute - :299:16 - Type `Self@SCICallTipActive` has no attribute `SendScintilla`
[error] unresolved-attribute - :302:16 - Type `Self@SCICallTipPosStart` has no attribute `SendScintilla`
[error] unresolved-attribute - :305:9 - Type `Self@SCINewline` has no attribute `SendScintilla`
[error] unresolved-attribute - :310:9 - Type `Self@SCISetKeywords` has no attribute `SendScintilla`
[error] unresolved-attribute - :319:9 - Type `Self@SCISetProperty` has no attribute `SendScintilla`
[error] unresolved-attribute - :324:9 - Type `Self@SCISetStyleBits` has no attribute `SendScintilla`
[error] unresolved-attribute - :328:16 - Type `Self@SCIGetFoldLevel` has no attribute `SendScintilla`
[error] unresolved-attribute - :331:16 - Type `Self@SCIToggleFold` has no attribute `SendScintilla`
[error] unresolved-attribute - :334:9 - Type `Self@SCIEnsureVisible` has no attribute `SendScintilla`
[error] unresolved-attribute - :337:16 - Type `Self@SCIGetFoldExpanded` has no attribute `SendScintilla`
[error] unresolved-attribute - :341:9 - Type `Self@SCISetEdgeColumn` has no attribute `SendScintilla`
[error] unresolved-attribute - :344:16 - Type `Self@SCIGetEdgeColumn` has no attribute `SendScintilla`
[error] unresolved-attribute - :347:9 - Type `Self@SCISetEdgeMode` has no attribute `SendScintilla`
[error] unresolved-attribute - :350:16 - Type `Self@SCIGetEdgeMode` has no attribute `SendScintilla`
[error] unresolved-attribute - :353:9 - Type `Self@SCISetEdgeColor` has no attribute `SendScintilla`
[error] unresolved-attribute - :360:16 - Type `Self@SCIGetDocPointer` has no attribute `SendScintilla`
[error] unresolved-attribute - :363:16 - Type `Self@SCISetDocPointer` has no attribute `SendScintilla`
[error] unresolved-attribute - :366:16 - Type `Self@SCISetWrapMode` has no attribute `SendScintilla`
[error] unresolved-attribute - :369:16 - Type `Self@SCIGetWrapMode` has no attribute `SendScintilla`
[error] unresolved-attribute - :377:9 - Type `Self@Clear` has no attribute `SendScintilla`
[error] unresolved-attribute - :397:14 - Type `Self@FindText` has no attribute `SendScintilla`
[error] unresolved-attribute - :402:22 - Type `Self@GetSel` has no attribute `SendScintilla`
[error] unresolved-attribute - :403:21 - Type `Self@GetSel` has no attribute `SendScintilla`
[error] unresolved-attribute - :422:9 - Type `Self@GetSelText` has no attribute `SendScintilla`
[error] unresolved-attribute - :448:14 - Type `Self@SetSel` has no attribute `SendScintilla`
[error] unresolved-attribute - :451:16 - Type `Self@GetLineCount` has no attribute `SendScintilla`
[error] unresolved-attribute - :461:16 - Type `Self@LineFromChar` has no attribute `SendScintilla`
[error] unresolved-attribute - :464:16 - Type `Self@LineIndex` has no attribute `SendScintilla`
[error] unresolved-attribute - :467:16 - Type `Self@ScrollCaret` has no attribute `SendScintilla`
[error] unresolved-attribute - :473:16 - Type `Self@GetTextLength` has no attribute `SendScintilla`
[error] unresolved-attribute - :477:19 - Type `Self@GetTextRange` has no attribute `SendScintilla`
[error] unresolved-attribute - :489:21 - Type `Self@GetTextRange` has no attribute `SendScintilla`
[error] unresolved-attribute - :497:9 - Type `Self@ReplaceSel` has no attribute `SendScintilla`
[error] unresolved-attribute - :507:16 - Type `Self@SetReadOnly` has no attribute `SendScintilla`
[error] unresolved-attribute - :510:16 - Type `Self@LineScroll` has no attribute `SendScintilla`
[error] unresolved-attribute - :513:16 - Type `Self@GetFirstVisibleLine` has no attribute `SendScintilla`
[error] unresolved-attribute - :530:31 - Type `Self@_MakeColorizer` has no attribute `GetParentFrame`
[error] unresolved-attribute - :356:16 - Type `Self@SCIGetEdgeColor` has no attribute `SendScintilla`

Pythonwin/pywin/scintilla/formatter.py

[error] invalid-argument-type - :48:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :56:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :56:52 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :63:23 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :67:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :79:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :104:26 - Type `Self@GetStringStyle` has no attribute `string_style_names`
[warning] possibly-missing-implicit-call - :272:13 - Method `__setitem__` of type `Unknown | array[Unknown] | None` may be missing

Pythonwin/pywin/tools/browser.py

[error] unresolved-attribute - :54:36 - Type `Self@GetText` has no attribute `GetHLIType`
[warning] possibly-missing-attribute - :80:25 - Attribute `__methods__` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :85:27 - Attribute `__members__` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :137:16 - Attribute `strip` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :167:21 - Attribute `__bases__` on type `Unknown | None` may be missing
[error] unsupported-operator - :179:16 - Operator `+` is unsupported between objects of type `Literal["Method: "]` and `Unknown | None`
[warning] possibly-missing-attribute - :191:28 - Attribute `co_consts` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :192:28 - Attribute `co_names` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :193:28 - Attribute `co_filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :194:28 - Attribute `co_argcount` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :195:28 - Attribute `co_varnames` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :236:21 - Attribute `__code__` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :237:21 - Attribute `__globals__` on type `Unknown | None` may be missing
[error] invalid-argument-type - :248:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] not-iterable - :253:21 - Object of type `Unknown | None` may not be iterable
[error] invalid-argument-type - :279:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :282:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :282:72 - Argument to function `sorted` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

Pythonwin/pywin/tools/regedit.py

[error] unresolved-attribute - :325:16 - Type `Self@__lt__` has no attribute `name`

adodbapi/adodbapi.py

[warning] possibly-missing-attribute - :356:38 - Attribute `CommitTrans` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :361:21 - Attribute `Attributes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :366:42 - Attribute `BeginTrans` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :390:42 - Attribute `RollbackTrans` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :394:21 - Attribute `Attributes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :400:50 - Attribute `BeginTrans` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :460:13 - Attribute `Errors` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :463:18 - Attribute `Errors` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :507:18 - Attribute `OpenSchema` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :610:22 - Attribute `variantConversions` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :742:32 - Attribute `Execute` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :750:35 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :752:21 - Attribute `_suggest_error_class` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :777:24 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :822:35 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :847:17 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :851:43 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :860:39 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :863:28 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :870:45 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :887:45 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :892:49 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :912:29 - Attribute `CreateParameter` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :917:29 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :932:29 - Attribute `CreateParameter` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :935:25 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :940:29 - Attribute `CreateParameter` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :945:29 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] possibly-missing-attribute - :1009:48 - Attribute `Parameters` on type `Unknown | None | CDispatch` may be missing
[warning] division-by-zero - :1051:17 - Cannot floor divide object of type `int` by zero

adodbapi/test/adodbapitest.py

[error] unresolved-attribute - :606:46 - Type `Self@testErrorConnect` has no attribute `db`
[error] unresolved-attribute - :916:9 - Type `Self@testRollBack` has no attribute `conn`
[error] unresolved-attribute - :928:20 - Type `Self@testCommit` has no attribute `getAnotherConnection`
[error] unresolved-attribute - :955:20 - Type `Self@testAutoRollback` has no attribute `getAnotherConnection`
[error] unresolved-attribute - :983:23 - Type `Self@testAutoCommit` has no attribute `getAnotherConnection`
[error] unresolved-attribute - :1002:23 - Type `Self@testSwitchedAutoCommit` has no attribute `getAnotherConnection`
[warning] possibly-missing-attribute - :1074:13 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1078:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1093:16 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1104:13 - Attribute `commit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1117:9 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1136:13 - Attribute `commit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1154:16 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1165:13 - Attribute `commit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1176:9 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1179:16 - Attribute `cursor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1190:13 - Attribute `commit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1208:9 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1222:13 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1226:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1254:13 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1258:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1320:13 - Attribute `rollback` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1324:13 - Attribute `close` on type `Unknown | None` may be missing
[error] unresolved-attribute - :1374:16 - Type `Self@testIDate` has no attribute `tc`
[error] unresolved-attribute - :1377:16 - Type `Self@testITime` has no attribute `tc`
[error] unresolved-attribute - :1380:16 - Type `Self@testITimestamp` has no attribute `tc`
[error] unresolved-attribute - :1383:16 - Type `Self@testIDateObjectFromCOMDate` has no attribute `tc`
[error] unresolved-attribute - :1386:24 - Type `Self@testICOMDate` has no attribute `tc`
[error] unresolved-attribute - :1389:13 - Type `Self@testExactDate` has no attribute `tc`
[error] unresolved-attribute - :1390:19 - Type `Self@testExactDate` has no attribute `tc`
[error] unresolved-attribute - :1395:13 - Type `Self@testExactTimestamp` has no attribute `tc`
[error] unresolved-attribute - :1396:19 - Type `Self@testExactTimestamp` has no attribute `tc`
[error] unresolved-attribute - :1400:13 - Type `Self@testExactTimestamp` has no attribute `tc`
[error] unresolved-attribute - :1401:19 - Type `Self@testExactTimestamp` has no attribute `tc`
[error] unresolved-attribute - :1406:13 - Type `Self@testIsoFormat` has no attribute `tc`
[error] unresolved-attribute - :1407:15 - Type `Self@testIsoFormat` has no attribute `tc`
[error] unresolved-attribute - :1410:14 - Type `Self@testIsoFormat` has no attribute `tc`
[error] unresolved-attribute - :1411:15 - Type `Self@testIsoFormat` has no attribute `tc`

adodbapi/test/dbapi20.py

[warning] possibly-missing-attribute - :149:28 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :160:17 - Attribute `connect` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :172:24 - Attribute `apilevel` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :181:28 - Attribute `threadsafety` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :190:26 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :200:36 - Attribute `Warning` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :201:36 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :203:36 - Attribute `InterfaceError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :203:64 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :204:36 - Attribute `DatabaseError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :204:63 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :205:36 - Attribute `OperationalError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :205:66 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :206:36 - Attribute `IntegrityError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :206:64 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :207:36 - Attribute `InternalError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :207:63 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :208:36 - Attribute `ProgrammingError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :208:66 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :209:36 - Attribute `NotSupportedError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :209:67 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :220:40 - Attribute `Warning` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :221:38 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :222:47 - Attribute `InterfaceError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :223:46 - Attribute `DatabaseError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :224:49 - Attribute `OperationalError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :225:47 - Attribute `IntegrityError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :226:46 - Attribute `InternalError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :227:49 - Attribute `ProgrammingError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :228:50 - Attribute `NotSupportedError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :245:20 - Attribute `NotSupportedError` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :301:17 - Attribute `STRING` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :377:27 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :381:27 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :408:12 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :414:14 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :420:14 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :426:14 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :432:14 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :478:16 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :482:18 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :486:18 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :490:18 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :494:18 - Attribute `paramstyle` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :527:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :532:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :547:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :592:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :684:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :692:31 - Attribute `Error` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :837:14 - Attribute `Date` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :838:14 - Attribute `DateFromTicks` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :843:14 - Attribute `Time` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :844:14 - Attribute `TimeFromTicks` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :849:14 - Attribute `Timestamp` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :850:14 - Attribute `TimestampFromTicks` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :857:13 - Attribute `Binary` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :858:13 - Attribute `Binary` on type `Unknown | None` may be missing
[warning] possibly-unresolved-reference - :163:16 - Name `r` used when possibly not defined

com/win32com/client/dynamic.py

[warning] possibly-missing-attribute - :312:47 - Attribute `__getitem__` on type `Unknown | None` may be missing

com/win32com/client/genpy.py

[error] unresolved-attribute - :110:12 - Type `Self@__lt__` has no attribute `order`
[error] unresolved-attribute - :111:20 - Type `Self@__lt__` has no attribute `doc`
[error] unresolved-attribute - :112:16 - Type `Self@__lt__` has no attribute `order`
[error] unresolved-attribute - :115:32 - Type `Self@__repr__` has no attribute `doc`
[error] unresolved-attribute - :115:52 - Type `Self@__repr__` has no attribute `order`
[error] non-subscriptable - :173:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :179:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :182:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :216:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :331:15 - Operator `+` is unsupported between objects of type `Literal["class "]` and `Unknown | None`
[error] non-subscriptable - :332:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :333:47 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :353:15 - Operator `+` is unsupported between objects of type `Literal["class "]` and `Unknown | None`
[error] non-subscriptable - :354:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :355:47 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1058:16 - Attribute `encoding` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1059:20 - Attribute `encoding` on type `Unknown | None` may be missing

com/win32com/client/util.py

[error] too-many-positional-arguments - :79:54 - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] unresolved-attribute - :79:54 - Type `Self@Clone` has no attribute `resultCLSID`

com/win32com/demos/connect.py

[error] unresolved-attribute - :31:9 - Type `Self@DoIt` has no attribute `_BroadcastNotify`

com/win32com/demos/excelAddin.py

[warning] possibly-missing-attribute - :124:9 - Attribute `CommandBars` on type `Unknown | None` may be missing

com/win32com/demos/iebutton.py

[error] unresolved-attribute - :132:16 - Type `Self@GetClassID` has no attribute `_reg_clsid_`

com/win32com/demos/ietoolbar.py

[error] unresolved-attribute - :66:35 - Type `Self@__init__` has no attribute `_struct_items_`
[error] unresolved-attribute - :84:35 - Type `Self@toparam` has no attribute `_struct_items_`
[warning] possibly-missing-attribute - :222:9 - Attribute `Navigate2` on type `Unknown | CDispatch | None` may be missing

com/win32com/makegw/makegwparse.py

[error] unsupported-operator - :873:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[str]`

com/win32com/server/policy.py

[error] missing-argument - :274:16 - No argument provided for required parameter `iid` of function `_query_interface_`
[error] missing-argument - :298:16 - No argument provided for required parameter `args` of function `_invoke_`
[error] missing-argument - :303:26 - No argument provided for required parameter `serviceProvider` of function `_invokeex_`
[error] missing-argument - :316:16 - No argument provided for required parameter `lcid` of function `_getidsofnames_`
[error] missing-argument - :320:17 - No argument provided for required parameter `fdex` of function `_getdispid_`
[error] missing-argument - :327:16 - No argument provided for required parameter `fdex` of function `_getdispid_`
[error] missing-argument - :350:16 - No argument provided for required parameter `serviceProvider` of function `_invokeex_`
[error] unresolved-attribute - :367:16 - Type `Self@_DeleteMemberByDispID_` has no attribute `_deletememberbydispid`
[error] unresolved-attribute - :401:16 - Type `Self@_GetNameSpaceParent_` has no attribute `_getnamespaceparent`
[error] missing-argument - :747:26 - No argument provided for required parameter `serviceProvider` of function `_invokeex_`

com/win32com/test/errorSemantics.py

[warning] possibly-missing-attribute - :218:16 -
Old: Attribute `startswith` on type `Unknown | None` may be missing
New: Attribute `startswith` on type `Unknown | None | str` may be missing

com/win32com/test/testMSOfficeEvents.py

[error] unresolved-attribute - :21:13 - Type `Self@OnNewWorkbook` has no attribute `seen_events`
[error] unresolved-attribute - :30:13 - Type `Self@OnWindowActivate` has no attribute `seen_events`
[error] unresolved-attribute - :33:13 - Type `Self@OnWindowDeactivate` has no attribute `seen_events`
[error] unresolved-attribute - :36:13 - Type `Self@OnSheetDeactivate` has no attribute `seen_events`
[error] unresolved-attribute - :74:13 - Type `Self@OnDocumentChange` has no attribute `seen_events`
[error] unresolved-attribute - :77:13 - Type `Self@OnWindowActivate` has no attribute `seen_events`
[error] unresolved-attribute - :80:13 - Type `Self@OnQuit` has no attribute `seen_events`

com/win32com/test/util.py

[error] unresolved-attribute - :227:17 - Type `Self@__call__` has no attribute `run_leak_tests`
[warning] possibly-missing-attribute - :233:12 - Attribute `showAll` on type `(Unknown & ~None) | TestResult` may be missing

com/win32comext/axcontrol/demos/container_ie.py

[error] invalid-assignment - :220:9 - Object of type `int` is not assignable to attribute `Width` on type `Unknown | CDispatch | None`
[error] invalid-assignment - :221:9 - Object of type `int` is not assignable to attribute `Height` on type `Unknown | CDispatch | None`
[warning] possibly-missing-attribute - :224:9 - Attribute `Close` on type `Unknown | PyIUnknown | None` may be missing
[error] invalid-argument-type - :167:38 - Argument to function `UnregisterClass` is incorrect: Expected `PyResourceId`, found `Unknown | Literal["EmbeddedBrowser"]`

com/win32comext/axdebug/adb.py

[error] unresolved-attribute - :105:13 - Type `Self@__xxxxx__set_break` has no attribute `cbreaks`
[warning] possibly-missing-attribute - :165:12 - Attribute `FromFileName` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :183:12 - Attribute `FromFileName` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :231:28 - Attribute `HandleBreakPoint` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :269:17 - Attribute `RemoveStackFrameSniffer` on type `Unknown | None` may be missing

com/win32comext/axdebug/codecontainer.py

[error] invalid-assignment - :54:9 - Object of type `None` is not assignable to attribute `codeContexts` of type `dict[int, Any]`
[error] non-subscriptable - :71:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :79:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :91:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[error] non-subscriptable - :94:14 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :100:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :107:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :110:13 - Attribute `find` on type `str | None` may be missing
[error] invalid-argument-type - :112:26 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :115:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :132:23 - Cannot subscript object of type `None` with no `__getitem__` method

com/win32comext/axdebug/debugger.py

[warning] possibly-missing-attribute - :25:9 - Attribute `Attach` on type `Unknown | None` may be missing
[error] unresolved-attribute - :103:15 - Type `Self@MakeInterfaces` has no attribute `pdm`
[warning] possibly-missing-attribute - :161:9 - Attribute `StartDebugSession` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :165:9 - Attribute `set_trace` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :168:9 - Attribute `ResetAXDebugging` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :170:9 - Attribute `CloseApp` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :171:9 - Attribute `RemoveGlobalExpressionContextProvider` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :185:20 - Attribute `CreateApplicationNode` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :164:9 - Attribute `SetupAXDebugging` on type `Unknown | None` may be missing

com/win32comext/axdebug/documents.py

[warning] possibly-missing-attribute - :61:16 - Attribute `GetName` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :73:16 - Attribute `GetNumLines` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :73:50 - Attribute `GetNumChars` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :76:16 - Attribute `GetPositionOfLine` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :79:16 - Attribute `GetLineOfPosition` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :86:16 - Attribute `GetSyntaxColorAttributes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :87:16 - Attribute `GetText` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :98:14 - Attribute `GetCodeContextAtPosition` on type `Unknown | None` may be missing

com/win32comext/axdebug/expressions.py

[error] unresolved-attribute - :156:20 - Type `Self@GetCount` has no attribute `_list_`

com/win32comext/axdebug/util.py

[error] unresolved-attribute - :75:13 - Type `BasicWrapPolicy` has no attribute `_obj_`

com/win32comext/axscript/client/debug.py

[warning] possibly-missing-attribute - :128:9 - Attribute `SetupAXDebugging` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :132:9 - Attribute `ResetAXDebugging` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :143:23 - Attribute `CreateApplicationNode` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :149:9 - Attribute `AddCodeContainer` on type `Unknown | CodeContainerProvider | None` may be missing
[warning] possibly-missing-attribute - :205:22 - Attribute `scriptEngine` on type `Unknown | None` may be missing

com/win32comext/axscript/client/framework.py

[error] call-non-callable - :222:16 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :251:28 - Attribute `QueryInterface` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :260:32 - Attribute `QueryInterface` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :339:24 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :347:24 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :357:24 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :378:21 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :394:16 - Attribute `parentItem` on type `Self@GetEngine | Unknown | None` may be missing
[warning] possibly-missing-attribute - :447:24 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :454:24 - Attribute `values` on type `Unknown | dict[Unknown, Unknown] | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :473:29 - Attribute `QueryInterface` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :510:34 - Attribute `Invoke` on type `Unknown | None` may be missing
[error] unresolved-attribute - :664:9 - Type `Self@AddScriptlet` has no attribute `DoAddScriptlet`
[error] unresolved-attribute - :700:16 - Type `Self@ParseScriptText` has no attribute `DoParseScriptText`
[error] unresolved-attribute - :975:9 - Type `Self@ExecutePendingScripts` has no attribute `DoExecutePendingScripts`
[error] unresolved-attribute - :980:16 - Type `Self@ProcessScriptItemEvent` has no attribute `DoProcessScriptItemEvent`
[error] unresolved-attribute - :1038:9 - Type `Self@Run` has no attribute `DoRun`
[warning] possibly-missing-attribute - :1090:16 - Attribute `appDebugger` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1091:24 - Attribute `runcall` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1143:16 - Attribute `appDebugger` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1144:24 - Attribute `run` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1171:16 - Attribute `appDebugger` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1172:24 - Attribute `runeval` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1219:13 - Argument to function `ProcessAXScriptException` is incorrect: Expected `AXSite`, found `Unknown | None`
[error] invalid-argument-type - :1219:30 - Argument to function `ProcessAXScriptException` is incorrect: Expected `DebugManager`, found `Unknown | None | DebugManager`
[warning] possibly-missing-attribute - :1223:17 - Attribute `OnScriptTerminate` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1215:45 - Argument to bound method `__init__` is incorrect: Expected `COMScript`, found `Self@HandleException`

com/win32comext/axscript/client/pyscript.py

[error] unresolved-attribute - :322:9 - Type `Self@DoAddScriptlet` has no attribute `_AddScriptCodeBlock`
[error] unresolved-attribute - :384:9 - Type `Self@DoParseScriptText` has no attribute `_AddScriptCodeBlock`
[warning] possibly-missing-attribute - :407:17 - Attribute `ax` on type `(Unknown & ~None) | ModuleType` may be missing

com/win32comext/axscript/client/scriptdispatch.py

[error] unresolved-attribute - :76:20 - Type `Self@_wrap_` has no attribute `_obj_`
[error] unresolved-attribute - :77:29 - Type `Self@_wrap_` has no attribute `_obj_`
[error] unresolved-attribute - :78:17 - Type `Self@_wrap_` has no attribute `_dyn_dispid_to_name_`
[error] unresolved-attribute - :82:24 - Type `Self@_getmembername_` has no attribute `_dyn_dispid_to_name_`
[error] unresolved-attribute - :88:28 - Type `Self@_getdispid_` has no attribute `_obj_`

com/win32comext/axscript/test/leakTest.py

[error] unresolved-attribute - :70:9 - Type `Self@Broadcast` has no attribute `_BroadcastNotify`

com/win32comext/axscript/test/testHost.py

[error] unresolved-attribute - :89:9 - Type `Self@Broadcast` has no attribute `_BroadcastNotify`

com/win32comext/ifilter/demo/filterDemo.py

[warning] possibly-missing-attribute - :46:25 - Attribute `Init` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :79:29 - Attribute `GetChunk` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :134:48 - Attribute `GetValue` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :175:36 - Attribute `GetText` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :191:19 - Attribute `QueryInterface` on type `Unknown | None | PyIStorage` may be missing

com/win32comext/shell/demos/IFileOperationProgressSink.py

[error] unresolved-attribute - :46:9 - Type `Self@__init__` has no attribute `_wrap_`

com/win32comext/shell/demos/create_link.py

[warning] possibly-missing-attribute - :22:9 - Attribute `Load` on type `Unknown | PyIUnknown` may be missing
[warning] possibly-missing-attribute - :25:9 - Attribute `Save` on type `Unknown | PyIUnknown` may be missing

com/win32comext/shell/demos/explorer_browser.py

[warning] possibly-missing-attribute - :125:9 - Attribute `Unadvise` on type `Unknown | PyIUnknown | None` may be missing
[warning] possibly-missing-attribute - :126:9 - Attribute `Destroy` on type `Unknown | PyIUnknown | None` may be missing
[warning] possibly-missing-attribute - :134:9 - Attribute `SetRect` on type `Unknown | PyIUnknown | None` may be missing

com/win32comext/shell/demos/servers/folder_view.py

[error] invalid-argument-type - :543:62 - Argument to function `SHCreateShellItemArrayFromDataObject` is incorrect: Expected `PyIDataObject`, found `Unknown | None`

com/win32comext/shell/demos/servers/shell_view.py

[error] invalid-argument-type - :528:37 - Argument to function `GetClientRect` is incorrect: Expected `int`, found `Unknown | None | int`
[warning] possibly-missing-attribute - :559:13 - Attribute `InsertMenusSB` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :562:13 - Attribute `SetMenuSB` on type `Unknown | None` may be missing
[error] invalid-argument-type - :583:34 - Argument to function `GetMenuItemInfo` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :635:32 - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] non-subscriptable - :674:28 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :687:21 - Attribute `GetControlWindow` on type `Unknown | None` may be missing
[error] non-subscriptable - :743:26 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :760:17 - Attribute `GetControlWindow` on type `Unknown | None` may be missing
[error] invalid-argument-type - :908:32 - Argument to function `DestroyWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - :918:29 - Argument to function `MoveWindow` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - :772:54 - Argument to function `TrackPopupMenu` is incorrect: Expected `int`, found `Unknown | None | int`

setup.py

[error] unresolved-attribute - :450:16 - Type `Self@_build_scintilla` has no attribute `verbose`
[error] unresolved-attribute - :944:32 - Type `Command` has no attribute `install_lib`
[warning] unused-ignore-comment - :918:29 - Unused blanket `type: ignore` directive

win32/Demos/service/pipeTestService.py

[error] invalid-argument-type - :158:17 -
Old: Argument to function `WaitForMultipleObjects` is incorrect: Expected `list[int]`, found `tuple[Unknown, Unknown]`
New: Argument to function `WaitForMultipleObjects` is incorrect: Expected `list[int]`, found `tuple[Unknown | int, Unknown | int]`

win32/Demos/win32clipboard_bitmapdemo.py

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

win32/Demos/win32comport_demo.py

[error] invalid-argument-type - :94:21 - Argument to function `SetCommMask` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :96:19 - Argument to function `SetupComm` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :99:13 - Argument to function `PurgeComm` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :103:25 - Argument to function `SetCommTimeouts` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :105:28 - Argument to function `GetCommState` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :110:22 - Argument to function `SetCommState` is incorrect: Expected `int`, found `PyHANDLE`
[error] invalid-argument-type - :121:27 - Argument to function `WriteFile` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - :141:49 - Argument to function `ClearCommError` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - :133:38 - Argument to function `WaitCommEvent` is incorrect: Expected `int`, found `Unknown | PyHANDLE`
[error] invalid-argument-type - :142:37 - Argument to function `ReadFile` is incorrect: Expected `int`, found `Unknown | PyHANDLE`

win32/Demos/win32gui_dialog.py

[error] unresolved-attribute - :34:41 - Type `Self@__init__` has no attribute `_struct_items_`
[error] unresolved-attribute - :56:46 - Type `Self@toparam` has no attribute `_struct_items_`
[error] unresolved-attribute - :60:46 - Type `Self@toparam` has no attribute `_struct_items_`
[error] invalid-argument-type - :355:48 - Argument to bound method `get` is incorrect: Expected `bool`, found `Literal[0]`

win32/Demos/win32gui_menu.py

[error] invalid-argument-type - :147:35 -
Old: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown, Literal[0], int, Literal[1044], PyGdiHANDLE | PyWNDCLASS, Literal["Python Demo"]]`
New: 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 - :284:38 -
Old: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown, Literal[0]]`
New: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown | int, Literal[0]]`

win32/Demos/win32gui_taskbar.py

[error] invalid-argument-type - :78:57 -
Old: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown, Literal[0], int, Literal[1044], PyGdiHANDLE | PyWNDCLASS, Literal["Python Demo"]]`
New: 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 - :91:56 -
Old: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown, Literal[0]]`
New: Argument to function `Shell_NotifyIcon` is incorrect: Expected `PyNOTIFYICONDATA`, found `tuple[Unknown | int, Literal[0]]`

win32/Lib/netbios.py

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

win32/Lib/sspi.py

[warning] possibly-missing-attribute - :49:25 - Attribute `QueryContextAttributes` on type `PyCtxtHandle | None` may be missing
[error] non-subscriptable - :50:23 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :58:9 - Attribute `EncryptMessage` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :70:9 - Attribute `DecryptMessage` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :78:25 - Attribute `QueryContextAttributes` on type `PyCtxtHandle | None` may be missing
[error] non-subscriptable - :79:19 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :85:9 - Attribute `MakeSignature` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :98:9 - Attribute `VerifySignature` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :120:17 - Attribute `DecryptMessage` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :135:21 - Attribute `QueryContextAttributes` on type `PyCtxtHandle | None` may be missing
[error] non-subscriptable - :136:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :137:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :156:9 - Attribute `EncryptMessage` on type `PyCtxtHandle | None` may be missing
[warning] possibly-missing-attribute - :168:21 - Attribute `QueryContextAttributes` on type `PyCtxtHandle | None` may be missing

win32/Lib/win32serviceutil.py

[error] unresolved-attribute - :982:43 - Type `Self@__init__` has no attribute `_svc_name_`
[error] unresolved-attribute - :1051:20 - Type `Self@ServiceCtrlHandlerEx` has no attribute `SvcStop`
[error] unresolved-attribute - :1053:20 - Type `Self@ServiceCtrlHandlerEx` has no attribute `SvcPause`
[error] unresolved-attribute - :1055:20 - Type `Self@ServiceCtrlHandlerEx` has no attribute `SvcContinue`
[error] unresolved-attribute - :1059:20 - Type `Self@ServiceCtrlHandlerEx` has no attribute `SvcShutdown`
[error] unresolved-attribute - :1073:9 - Type `Self@SvcRun` has no attribute `SvcDoRun`

win32/Lib/win32timezone.py

[error] invalid-return-type - :468:16 - Return type does not match returned value: expected `Self@copy`, found `TimeZoneDefinition`

win32/test/test_odbc.py

[error] unresolved-attribute - :57:13 - Type `None` has no attribute `execute`
[error] unresolved-attribute - :65:13 - Type `None` has no attribute `execute`
[warning] possibly-missing-attribute - :102:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :111:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :120:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :131:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :140:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :149:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :165:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :167:17 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :173:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :177:20 - Attribute `fetchmany` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :227:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :234:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :237:26 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :238:30 - Attribute `fetchone` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :242:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :248:26 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :249:30 - Attribute `fetchone` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :253:13 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :259:26 - Attribute `execute` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :260:30 - Attribute `fetchone` on type `Unknown | None` may be missing

win32/test/test_security.py

[warning] possibly-missing-attribute - :104:13 - Attribute `close` on type `(Unknown & ~None) | PyDS_HANDLE` may be missing

win32/test/test_win32cred.py

[error] invalid-argument-type - :51:48 - Argument to function `CredDelete` is incorrect: Expected `int`, found `Unknown | str | int`
[error] invalid-argument-type - :51:48 - Argument to function `CredDelete` is incorrect: Expected `str`, found `Unknown | str | int`
[error] invalid-argument-type - :55:48 - Argument to function `CredDelete` is incorrect: Expected `int`, found `Unknown | str | int`
[error] invalid-argument-type - :55:48 - Argument to function `CredDelete` is incorrect: Expected `str`, found `Unknown | str | int`
[error] invalid-argument-type - :60:34 - Argument to function `CredDelete` is incorrect: Expected `str`, found `Unknown | str | int`
[error] invalid-argument-type - :65:48 - Argument to function `CredDelete` is incorrect: Expected `str`, found `Unknown | dict[Unknown | str, Unknown | str | int]`
[error] invalid-argument-type - :79:48 - Argument to function `CredDelete` is incorrect: Expected `str`, found `Unknown | dict[Unknown | str, Unknown | str | int]`

win32/test/test_win32file.py

[error] invalid-argument-type - :283:44 - Argument to function `GetFileAttributes` is incorrect: Expected `str`, found `Unknown | None | str`
[error] invalid-argument-type - :285:13 - Argument to function `CreateFile` is incorrect: Expected `str`, found `Unknown | None | str`
[error] unresolved-attribute - :879:17 - Unresolved attribute `addr` on type `Self@test_transmit`.
[error] unresolved-attribute - :881:29 - Type `Self@test_transmit` has no attribute `addr`
[error] unresolved-attribute - :886:49 - Type `Self@test_transmit` has no attribute `addr`
[error] unresolved-attribute - :892:13 - Unresolved attribute `request` on type `Self@test_transmit`.
[error] unresolved-attribute - :895:17 - Type `Self@test_transmit` has no attribute `request`
[error] unresolved-attribute - :901:20 - Type `Self@test_transmit` has no attribute `addr`
[error] unresolved-attribute - :946:24 - Type `Self@test_transmit` has no attribute `request`

win32/test/test_win32inet.py

[warning] possibly-missing-attribute - :60:9 - Attribute `Close` on type `Unknown | None` may be missing
[error] invalid-argument-type - :64:13 - Argument to function `InternetOpenUrl` is incorrect: Expected `PyHINTERNET`, found `Unknown | None`
[error] invalid-argument-type - :84:17 - Argument to function `InternetConnect` is incorrect: Expected `PyHINTERNET`, found `Unknown | None`

win32/test/test_win32trace.py

[error] unresolved-attribute - :166:27 - Type `Self@run` has no attribute `BucketCount`
[error] unresolved-attribute - :168:27 - Type `Self@run` has no attribute `BucketCount`
[error] unresolved-attribute - :171:35 - Type `Self@verifyWritten` has no attribute `BucketCount`
[error] unresolved-attribute - :262:28 - Type `Self@start` has no attribute `BucketCount`

win32/test/test_win32wnet.py

[warning] possibly-unresolved-reference - :77:33 - Name `new_val` used when possibly not defined

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

rich/prompt.py

[error] not-iterable - :355:19 - Object of type `None` is not iterable
[error] unsupported-operator - :361:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `list[str] | None`
[error] non-subscriptable - :363:25 - Cannot subscript object of type `None` with no `__getitem__` method

rich/style.py

[error] too-many-positional-arguments - :630:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :676:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2

rich/progress.py

[error] invalid-argument-type - :294:16 - Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - :294:16 - Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-return-type - :294:16 - Return type does not match returned value: expected `_I@_ReadContext`, found `TextIO | BinaryIO`
[warning] unused-ignore-comment - :251:38 - Unused blanket `type: ignore` directive

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

rotkehlchen/chain/arbitrum_one/types.py

[error] invalid-assignment - :31:9 - Property `tx_type` defined in `Self@__init__` is read-only

rotkehlchen/chain/evm/l2_with_l1_fees/types.py

[error] invalid-assignment - :46:9 - Property `l1_fee` defined in `Self@__init__` is read-only

rotkehlchen/utils/data_structures.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'DefaultLRUCache'>` in `super(<class 'DefaultLRUCache'>, Self@__init__)` call
[error] invalid-super-argument - :51:17 - `Self@get` is not an instance or subclass of `<class 'DefaultLRUCache'>` in `super(<class 'DefaultLRUCache'>, Self@get)` call
[error] invalid-super-argument - :62:16 - `Self@get` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@get)` call
[error] invalid-super-argument - :65:9 - `Self@add` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@add)` call
[error] invalid-super-argument - :68:9 - `Self@remove` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@remove)` call

rotkehlchen/accounting/structures/balance.py

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

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

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

rotkehlchen/chain/evm/l2_with_l1_fees/transactions.py

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

rotkehlchen/exchanges/manager.py

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

rotkehlchen/history/manager.py

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

rotkehlchen/accounting/pot.py

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

rotkehlchen/api/rest.py

[error] invalid-argument-type - :469:37 - Argument to bound method `_write_task_result` is incorrect: Expected `int`, found `Unknown | None`
[warning] unused-ignore-comment - :1641:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2736:68 - Unused blanket `type: ignore` directive

rotkehlchen/chain/aggregator.py

[warning] redundant-cast - :1106:35 - Value is already of type `EvmManager`
[warning] unused-ignore-comment - :379:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :390:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :391:40 - Unused blanket `type: ignore` directive

rotkehlchen/chain/bitcoin/manager.py

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

rotkehlchen/chain/bitcoin/xpub.py

[warning] possibly-missing-attribute - :100:31 - Attribute `have_transactions` on type `Unknown | EvmManager` may be missing
[warning] unused-ignore-comment - :51:93 - Unused blanket `type: ignore` directive

rotkehlchen/chain/decoding/decoder.py

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

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

[error] invalid-return-type - :403:13 -
Old: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[Unknown, Literal["yearn-v1", "yearn-v2"]]`
New: Return type does not match returned value: expected `dict[@Todo, str]`, found `dict[@Todo, Literal["yearn-v1", "yearn-v2"]]`

rotkehlchen/chain/evm/decoding/aave/v3/decoder.py

[error] invalid-argument-type - :288:25 - Argument to bound method `make_event_from_transaction` is incorrect: Expected `Asset`, found `Unknown | EvmToken | None`

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

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

rotkehlchen/chain/evm/decoding/decoder.py

[warning] possibly-missing-attribute - :336:17 - Attribute `assert_keys_are_unique` on type `Self@_add_single_decoder` may be missing

rotkehlchen/chain/evm/transactions.py

[warning] unused-ignore-comment - :667:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :796:41 - Unused blanket `type: ignore` directive

rotkehlchen/chain/solana/decoding/decoder.py

[warning] possibly-missing-attribute - :129:13 - Attribute `assert_keys_are_unique` on type `Self@_add_single_decoder` may be missing

rotkehlchen/db/history_events.py

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

rotkehlchen/db/l2withl1feestx.py

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

rotkehlchen/exchanges/binance.py

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

rotkehlchen/exchanges/bitstamp.py

[warning] unused-ignore-comment - :354:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :409:45 - Unused blanket `type: ignore` directive

rotkehlchen/exchanges/cryptocom.py

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

rotkehlchen/exchanges/independentreserve.py

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

rotkehlchen/externalapis/beaconchain/service.py

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

rotkehlchen/externalapis/cryptocompare.py

[error] unsupported-operator - :425:22 - Operator `*` is unsupported between objects of type `list[dict[str, Any]] | @Todo` and `list[dict[str, Any]] | @Todo`

rotkehlchen/externalapis/interface.py

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

rotkehlchen/globaldb/handler.py

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

rotkehlchen/premium/premium.py

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

rotkehlchen/rotkehlchen.py

[error] no-matching-overload - :1082:46 - No overload of function `combine_dicts` matches arguments
[warning] unused-ignore-comment - :605:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1257:51 - Unused blanket `type: ignore` directive

rotkehlchen/tasks/calendar.py

[warning] unused-ignore-comment - :402:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :511:66 - Unused blanket `type: ignore` directive

rotkehlchen/tasks/manager.py

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

rotkehlchen/types.py

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

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

schema_salad/dotnet_codegen.py

[error] invalid-argument-type - :446:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

schema_salad/java_codegen.py

[error] invalid-argument-type - :479:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

schema_salad/ref_resolver.py

[error] no-matching-overload - :274:26 - No overload of bound method `triples` matches arguments
[error] invalid-argument-type - :328:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :330:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :331:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :333:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :335:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :368:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] no-matching-overload - :372:24 - No overload of bound method `get` matches arguments
[error] invalid-argument-type - :375:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] invalid-argument-type - :380:34 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["typeDSL"]`
[error] invalid-argument-type - :383:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["secondaryFilesDSL"]`
[error] invalid-argument-type - :386:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["noLinkCheck"]`
[error] invalid-argument-type - :389:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapSubject"]`
[error] invalid-argument-type - :392:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapPredicate"]`
[error] invalid-argument-type - :395:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@id"]`
[error] invalid-argument-type - :398:30 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subscope"]`

schema_salad/typescript_codegen.py

[error] invalid-argument-type - :412:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`

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

src/schemathesis/config/_phases.py

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

src/schemathesis/auths.py

[warning] unused-ignore-comment - :112:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :139:64 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :323:31 - Argument to bound method `append` is incorrect: Expected `AuthProvider[Unknown]`, found `SelectiveAuthProvider[Unknown]`

src/schemathesis/config/_projects.py

[error] invalid-assignment - :534:9 -
Old: Object of type `Unknown` is not assignable to attribute `_parent` on type `T@from_hierarchy | Unknown`
New: Object of type `SchemathesisConfig | None` is not assignable to attribute `_parent` on type `T@from_hierarchy | ProjectConfig`

src/schemathesis/generation/stateful/state_machine.py

[error] unresolved-attribute - :186:13 - Type `<super: <class 'APIStateMachine'>, APIStateMachine>` has no attribute `_add_result_to_targets`

src/schemathesis/schemas.py

[warning] unused-ignore-comment - :113:53 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :235:41 - Function can implicitly return `None`, which is not assignable to return type `APIOperationMap`
[warning] unused-ignore-comment - :648:61 - Unused blanket `type: ignore` directive

src/schemathesis/specs/openapi/schemas.py

[error] invalid-assignment - :374:9 - Object of type `APIOperation[Unknown, OpenApiResponses, OpenApiSecurityParameters]` is not assignable to `APIOperation[OperationParameter, ResponsesContainer[Unknown], OpenApiSecurityParameters]`
[error] invalid-assignment - :621:9 - Object of type `<module 'schemathesis.specs.openapi.adapter.v2'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
[error] invalid-assignment - :730:13 - Object of type `<module 'schemathesis.specs.openapi.adapter.v3_1'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
[error] invalid-assignment - :732:13 - Object of type `<module 'schemathesis.specs.openapi.adapter.v3_0'>` is not assignable to attribute `adapter` of type `SpecificationAdapter`
[error] invalid-return-type - :112:65 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[warning] possibly-unresolved-reference - :271:32 - Name `paths` used when possibly not defined
[error] invalid-return-type - :298:84 - Function can implicitly return `None`, which is not assignable to return type `Err[InvalidSchema]`
[error] invalid-return-type - :427:57 - Function can implicitly return `None`, which is not assignable to return type `APIOperation[Unknown, Unknown, Unknown]`

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

src/scikit_build_core/build/_wheelfile.py

[error] no-matching-overload - :51:22 - No overload of function `field` matches arguments

src/scikit_build_core/_vendor/pyproject_metadata/__init__.py

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

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

sklearn/cluster/_birch.py

[warning] possibly-missing-attribute - :721:39 - Attribute `fit_predict` on type `(Unknown & ~Integral & ~None) | Literal[3] | AgglomerativeClustering` may be missing

sklearn/cluster/_feature_agglomeration.py

[error] unresolved-attribute - :43:12 - Type `Self@transform` has no attribute `pooling_func`
[error] unresolved-attribute - :44:32 - Type `Self@transform` has no attribute `labels_`
[error] unresolved-attribute - :48:30 - Type `Self@transform` has no attribute `labels_`
[error] unresolved-attribute - :52:17 - Type `Self@transform` has no attribute `pooling_func`
[error] unresolved-attribute - :52:40 - Type `Self@transform` has no attribute `labels_`
[error] unresolved-attribute - :53:36 - Type `Self@transform` has no attribute `labels_`
[error] unresolved-attribute - :75:35 - Type `Self@inverse_transform` has no attribute `labels_`

sklearn/decomposition/_base.py

[error] unresolved-attribute - :41:31 - Type `Self@get_covariance` has no attribute `components_`
[error] unresolved-attribute - :43:23 - Type `Self@get_covariance` has no attribute `components_`
[error] unresolved-attribute - :44:19 - Type `Self@get_covariance` has no attribute `explained_variance_`
[error] unresolved-attribute - :45:12 - Type `Self@get_covariance` has no attribute `whiten`
[error] unresolved-attribute - :47:34 - Type `Self@get_covariance` has no attribute `noise_variance_`
[error] unresolved-attribute - :49:23 - Type `Self@get_covariance` has no attribute `noise_variance_`
[error] unresolved-attribute - :54:31 - Type `Self@get_covariance` has no attribute `noise_variance_`
[error] unresolved-attribute - :68:52 - Type `Self@get_precision` has no attribute `components_`
[error] unresolved-attribute - :70:22 - Type `Self@get_precision` has no attribute `components_`
[error] unresolved-attribute - :73:12 - Type `Self@get_precision` has no attribute `n_components_`
[error] unresolved-attribute - :74:41 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :81:12 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :85:23 - Type `Self@get_precision` has no attribute `components_`
[error] unresolved-attribute - :86:19 - Type `Self@get_precision` has no attribute `explained_variance_`
[error] unresolved-attribute - :87:12 - Type `Self@get_precision` has no attribute `whiten`
[error] unresolved-attribute - :89:34 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :91:23 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :95:51 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :98:24 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :99:43 - Type `Self@get_precision` has no attribute `noise_variance_`
[error] unresolved-attribute - :138:34 - Type `Self@transform` has no attribute `components_`
[error] unresolved-attribute - :138:52 - Type `Self@transform` has no attribute `explained_variance_`
[error] unresolved-attribute - :152:29 - Type `Self@_transform` has no attribute `components_`
[error] unresolved-attribute - :159:41 - Type `Self@_transform` has no attribute `mean_`
[error] unresolved-attribute - :159:64 - Type `Self@_transform` has no attribute `components_`
[error] unresolved-attribute - :160:12 - Type `Self@_transform` has no attribute `whiten`
[error] unresolved-attribute - :165:29 - Type `Self@_transform` has no attribute `explained_variance_`
[error] unresolved-attribute - :193:34 - Type `Self@inverse_transform` has no attribute `components_`
[error] unresolved-attribute - :193:52 - Type `Self@inverse_transform` has no attribute `explained_variance_`
[error] unresolved-attribute - :199:12 - Type `Self@inverse_transform` has no attribute `whiten`
[error] unresolved-attribute - :201:25 - Type `Self@inverse_transform` has no attribute `explained_variance_`
[error] unresolved-attribute - :201:68 - Type `Self@inverse_transform` has no attribute `components_`
[error] unresolved-attribute - :203:44 - Type `Self@inverse_transform` has no attribute `mean_`
[error] unresolved-attribute - :205:24 - Type `Self@inverse_transform` has no attribute `components_`
[error] unresolved-attribute - :205:43 - Type `Self@inverse_transform` has no attribute `mean_`

sklearn/decomposition/_sparse_pca.py

[error] unresolved-attribute - :123:13 - Type `Self@transform` has no attribute `components_`
[error] unresolved-attribute - :149:21 - Type `Self@inverse_transform` has no attribute `components_`

sklearn/ensemble/_base.py

[error] unresolved-attribute - :154:13 - Type `Self@_make_estimator` has no attribute `estimators_`
[error] unresolved-attribute - :160:20 - Type `Self@__len__` has no attribute `estimators_`
[error] unresolved-attribute - :164:16 - Type `Self@__getitem__` has no attribute `estimators_`
[error] unresolved-attribute - :168:21 - Type `Self@__iter__` has no attribute `estimators_`

sklearn/ensemble/_stacking.py

[error] unresolved-attribute - :123:25 - Type `Self@_concatenate_predictions` has no attribute `classes_`

sklearn/ensemble/_voting.py

[error] unresolved-attribute - :62:16 - Type `Self@_log_message` has no attribute `verbose`
[error] unresolved-attribute - :82:12 - Type `Self@fit` has no attribute `weights`
[error] unresolved-attribute - :82:45 - Type `Self@fit` has no attribute `weights`
[error] unresolved-attribute - :85:25 - Type `Self@fit` has no attribute `weights`
[error] unresolved-attribute - :99:44 - Type `Self@fit` has no attribute `n_jobs`

sklearn/ensemble/_weight_boosting.py

[error] unresolved-attribute - :269:23 - Type `Self@staged_score` has no attribute `staged_predict`
[error] invalid-argument-type - :532:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Any | None`
[warning] possibly-missing-attribute - :592:20 - Attribute `take` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :594:16 - Attribute `take` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :624:32 - Attribute `take` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :628:32 - Attribute `take` on type `Unknown | None` may be missing
[error] non-subscriptable - :653:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :699:19 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/feature_extraction/text.py

[error] unresolved-attribute - :230:12 - Type `Self@decode` has no attribute `input`
[error] unresolved-attribute - :234:14 - Type `Self@decode` has no attribute `input`
[error] unresolved-attribute - :238:30 - Type `Self@decode` has no attribute `encoding`
[error] unresolved-attribute - :238:45 - Type `Self@decode` has no attribute `decode_error`
[error] unresolved-attribute - :254:24 - Type `Self@_word_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :283:24 - Type `Self@_char_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :309:24 - Type `Self@_char_wb_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :336:12 - Type `Self@build_preprocessor` has no attribute `preprocessor`
[error] unresolved-attribute - :337:20 - Type `Self@build_preprocessor` has no attribute `preprocessor`
[error] unresolved-attribute - :340:16 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :342:23 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :343:29 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :344:14 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :346:14 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :350:59 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :353:74 - Type `Self@build_preprocessor` has no attribute `lowercase`
[error] unresolved-attribute - :363:12 - Type `Self@build_tokenizer` has no attribute `tokenizer`
[error] unresolved-attribute - :364:20 - Type `Self@build_tokenizer` has no attribute `tokenizer`
[error] unresolved-attribute - :365:36 - Type `Self@build_tokenizer` has no attribute `token_pattern`
[error] unresolved-attribute - :383:33 - Type `Self@get_stop_words` has no attribute `stop_words`
[error] unresolved-attribute - :396:15 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :408:38 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :421:38 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :436:21 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :437:47 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :441:12 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :449:14 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :457:14 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :472:68 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :476:22 - Type `Self@_validate_vocabulary` has no attribute `vocabulary`
[error] unresolved-attribute - :517:24 - Type `Self@_validate_ngram_range` has no attribute `ngram_range`
[error] unresolved-attribute - :521:72 - Type `Self@_validate_ngram_range` has no attribute `ngram_range`
[error] unresolved-attribute - :525:12 - Type `Self@_warn_for_unused_params` has no attribute `tokenizer`
[error] unresolved-attribute - :525:43 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :531:12 - Type `Self@_warn_for_unused_params` has no attribute `preprocessor`
[error] unresolved-attribute - :531:55 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :538:13 - Type `Self@_warn_for_unused_params` has no attribute `ngram_range`
[error] unresolved-attribute - :539:17 - Type `Self@_warn_for_unused_params` has no attribute `ngram_range`
[error] unresolved-attribute - :540:26 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :546:12 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :546:48 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :547:16 - Type `Self@_warn_for_unused_params` has no attribute `stop_words`
[error] unresolved-attribute - :553:17 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :554:21 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :560:16 - Type `Self@_warn_for_unused_params` has no attribute `tokenizer`

sklearn/model_selection/_search_successive_halving.py

[error] unsupported-operator - :292:17 - Operator `//` is unsupported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`
[error] unsupported-operator - :1094:39 - Operator `//` is unsupported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`

sklearn/multioutput.py

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

sklearn/neighbors/_graph.py

[error] unsupported-operator - :461:44 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[True]`

sklearn/neural_network/_stochastic_optimizers.py

[error] unresolved-attribute - :41:19 - Type `Self@update_params` has no attribute `_get_updates`

sklearn/utils/_available_if.py

[error] invalid-argument-type - :25:24 - Argument to function `update_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Self@__init__`

sklearn/utils/_mocking.py

[warning] possibly-missing-attribute - :367:16 - Attribute `fit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :370:16 - Attribute `predict` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :373:16 - Attribute `predict_proba` on type `Unknown | None` may be missing

sklearn/_loss/loss.py

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

sklearn/base.py

[error] unresolved-attribute - :445:21 - Type `<super: <class 'BaseEstimator'>, BaseEstimator>` has no attribute `__getstate__`
[error] unresolved-attribute - :471:13 - Type `<super: <class 'BaseEstimator'>, BaseEstimator>` has no attribute `__setstate__`
[error] unresolved-attribute - :493:13 - Type `Self@_validate_params` has no attribute `_parameter_constraints`
[error] unresolved-attribute - :534:16 - Type `<super: <class 'ClassifierMixin'>, ClassifierMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :566:34 - Type `Self@score` has no attribute `predict`
[error] unresolved-attribute - :604:16 - Type `<super: <class 'RegressorMixin'>, RegressorMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :653:18 - Type `Self@score` has no attribute `predict`
[error] unresolved-attribute - :677:16 - Type `<super: <class 'ClusterMixin'>, ClusterMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :707:9 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :708:16 - Type `Self@fit_predict` has no attribute `labels_`
[error] unresolved-attribute - :764:16 - Type `Self@get_indices` has no attribute `rows_`
[error] unresolved-attribute - :765:19 - Type `Self@get_indices` has no attribute `columns_`
[error] unresolved-attribute - :847:16 - Type `<super: <class 'TransformerMixin'>, TransformerMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :888:32 - Type `Self@fit_transform` has no attribute `get_metadata_routing`
[error] unresolved-attribute - :907:20 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :910:20 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :1003:19 - Type `Self@get_feature_names_out` has no attribute `_n_features_out`
[error] unresolved-attribute - :1028:16 - Type `<super: <class 'DensityMixin'>, DensityMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1075:16 - Type `<super: <class 'OutlierMixin'>, OutlierMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1111:32 - Type `Self@fit_predict` has no attribute `get_metadata_routing`
[error] unresolved-attribute - :1129:16 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :1167:16 - Type `<super: <class 'MultiOutputMixin'>, MultiOutputMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1176:16 - Type `<super: <class '_UnstableArchMixin'>, _UnstableArchMixin>` has no attribute `__sklearn_tags__`

sklearn/cluster/_bicluster.py

[error] not-iterable - :526:53 - Object of type `Literal[3]` is not iterable
[error] not-iterable - :572:46 - Object of type `Literal[3]` is not iterable

sklearn/cluster/_bisect_k_means.py

[error] non-subscriptable - :49:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :52:21 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :80:24 - Attribute `iter_leaves` on type `Unknown | None | _BisectingTree` may be missing
[error] parameter-already-assigned - :335:17 - Multiple values provided for parameter `max_iter` of bound method `_kmeans_single_elkan`

sklearn/cluster/_kmeans.py

[error] unresolved-attribute - :926:31 - Type `Self@_check_mkl_vcomp` has no attribute `_n_threads`
[error] unresolved-attribute - :1070:16 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :1099:13 - Type `Self@predict` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1100:23 - Type `Self@predict` has no attribute `_n_threads`
[error] unresolved-attribute - :1128:16 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :1154:39 - Type `Self@_transform` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1182:31 - Type `Self@score` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1182:54 - Type `Self@score` has no attribute `_n_threads`

sklearn/compose/_column_transformer.py

[error] unresolved-attribute - :493:27 - Type `Self@_iter` has no attribute `feature_names_in_`
[error] unresolved-attribute - :556:38 - Type `Self@_validate_remainder` has no attribute `n_features_in_`
[error] unresolved-attribute - :575:25 - Type `Self@_get_remainder_cols` has no attribute `feature_names_in_`
[error] unresolved-attribute - :577:49 - Type `Self@_get_remainder_cols` has no attribute `n_features_in_`
[error] unresolved-attribute - :1085:29 - Type `Self@transform` has no attribute `feature_names_in_`
[error] non-subscriptable - :1236:37 - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/decomposition/_dict_learning.py

[error] unresolved-attribute - :1141:35 - Type `Self@transform` has no attribute `components_`
[error] unresolved-attribute - :1179:43 - Type `Self@inverse_transform` has no attribute `components_`
[error] unsupported-operator - :2069:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `int`
[error] unsupported-operator - :2076:26 - Operator `-` is unsupported between objects of type `Unknown | None` and `int`

sklearn/decomposition/_fastica.py

[error] call-non-callable - :591:24 - Object of type `Literal["logcosh"]` is not callable

sklearn/decomposition/_nmf.py

[error] unresolved-attribute - :1221:16 - Type `Self@_check_w_h` has no attribute `solver`
[error] unresolved-attribute - :1302:20 - Type `Self@inverse_transform` has no attribute `components_`

sklearn/discriminant_analysis.py

[error] unresolved-attribute - :189:20 - Type `Self@decision_function` has no attribute `_decision_function`
[error] unresolved-attribute - :190:16 - Type `Self@decision_function` has no attribute `classes_`
[error] unresolved-attribute - :210:18 - Type `Self@predict` has no attribute `_decision_function`
[error] unresolved-attribute - :211:16 - Type `Self@predict` has no attribute `classes_`
[error] unresolved-attribute - :242:18 - Type `Self@predict_log_proba` has no attribute `_decision_function`

sklearn/dummy.py

[error] not-iterable - :303:52 - Object of type `Unknown | None | list[Unknown | None]` may not be iterable
[error] non-subscriptable - :391:47 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/ensemble/_bagging.py

[error] invalid-assignment - :459:13 - Object of type `Unknown & ~None` is not assignable to attribute `max_depth` on type `Unknown | None`
[error] unresolved-attribute - :492:52 - Type `Self@_fit` has no attribute `n_features_in_`
[error] unresolved-attribute - :601:17 - Type `Self@_get_estimators_indices` has no attribute `n_features_in_`
[error] unresolved-attribute - :494:27 - Type `Self@_fit` has no attribute `n_features_in_`

sklearn/ensemble/_forest.py

[error] unresolved-attribute - :605:22 - Type `Self@_compute_oob_predictions` has no attribute `_get_oob_predictions`
[error] unresolved-attribute - :718:52 - Type `Self@__sklearn_tags__` has no attribute `criterion`

sklearn/ensemble/_gb.py

[error] unresolved-attribute - :473:24 - Type `Self@_fit_stage` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :526:55 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :528:36 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :530:51 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :532:51 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :534:28 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :538:59 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :557:33 - Type `Self@_init_state` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :594:52 - Type `Self@_resize_state` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :962:36 - Type `Self@_raw_predict_init` has no attribute `n_trees_per_iteration_`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unresolved-attribute - :229:47 - Type `Self@_validate_parameters` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :300:31 - Type `ColumnTransformer` has no attribute `n_features_in_`
[error] unresolved-attribute - :302:38 - Type `ColumnTransformer` has no attribute `feature_names_in_`
[warning] possibly-missing-attribute - :330:19 - Attribute `named_transformers_` on type `Unknown | None | ColumnTransformer` may be missing
[warning] possibly-missing-attribute - :331:37 - Attribute `n_features_in_` on type `Unknown | None | ColumnTransformer` may be missing
[warning] possibly-missing-attribute - :332:48 - Attribute `n_features_in_` on type `Unknown | None | ColumnTransformer` may be missing
[warning] possibly-missing-attribute - :333:13 - Attribute `output_indices_` on type `Unknown | None | ColumnTransformer` may be missing
[error] unresolved-attribute - :1132:29 - Type `Self@_check_early_stopping_scorer` has no attribute `classes_`
[error] unresolved-attribute - :1145:25 - Type `Self@_check_early_stopping_scorer` has no attribute `classes_`
[error] call-non-callable - :1163:24 - Object of type `None` is not callable
[error] call-non-callable - :1165:24 - Object of type `None` is not callable
[error] unresolved-attribute - :1318:31 - Type `Self@_raw_predict` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :1385:31 - Type `Self@_staged_raw_predict` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :1434:14 - Type `Self@_compute_partial_dependence_recursion` has no attribute `n_trees_per_iteration_`

sklearn/ensemble/_hist_gradient_boosting/grower.py

[warning] possibly-missing-attribute - :146:16 - Attribute `gain` on type `Unknown | None` may be missing
[error] non-subscriptable - :688:47 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :690:41 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/ensemble/_hist_gradient_boosting/predictor.py

[error] unresolved-attribute - :134:13 - Type `<super: <class 'TreePredictor'>, TreePredictor>` has no attribute `__setstate__`

sklearn/externals/_arff.py

[error] unsupported-operator - :330:16 - Operator `%` is unsupported between objects of type `str | None` and `Unknown | Literal[-1]`
[error] unresolved-attribute - :521:21 - Type `<super: <class '_DataListMixin'>, _DataListMixin>` has no attribute `decode_rows`

sklearn/externals/_numpydoc/docscrape.py

[warning] possibly-missing-attribute - :306:20 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :307:20 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :307:49 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :308:32 - Attribute `end` on type `Unknown | Match[str] | None` may be missing

sklearn/externals/array_api_extra/_lib/_at.py

[error] invalid-return-type - :222:16 - Return type does not match returned value: expected `Self@__getitem__`, found `at`
[warning] unused-ignore-comment - :327:55 - Unused blanket `type: ignore` directive

sklearn/feature_selection/_univariate_selection.py

[error] unsupported-operator - :886:16 - Operator `<` is not supported for types `None` and `float`, in comparing `Unknown | None` with `Unknown | float`
[error] invalid-argument-type - :970:26 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unsupported-operator - :1052:16 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | int | float`
[error] invalid-argument-type - :1052:49 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sklearn/feature_selection/tests/test_base.py

[error] unresolved-attribute - :25:25 - Type `Self@_get_support_mask` has no attribute `n_features_in_`

sklearn/gaussian_process/_gpc.py

[warning] possibly-missing-attribute - :839:16 - Attribute `predict_proba` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` may be missing
[warning] possibly-missing-attribute - :898:20 - Attribute `log_marginal_likelihood` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` may be missing
[warning] possibly-missing-attribute - :907:26 - Attribute `estimators_` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` may be missing
[warning] possibly-missing-attribute - :973:16 - Attribute `latent_mean_and_variance` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` may be missing

sklearn/gaussian_process/kernels.py

[error] invalid-argument-type - :1588:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`
[error] invalid-argument-type - :1787:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`
[error] invalid-argument-type - :2360:13 - Argument expression after ** must be a mapping type: Found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - :2374:25 - Argument expression after ** must be a mapping type: Found `Unknown | None | dict[Unknown, Unknown]`

sklearn/impute/_base.py

[warning] possibly-missing-attribute - :134:20 - Attribute `transform` on type `Unknown | MissingIndicator | None` may be missing
[warning] possibly-missing-attribute - :161:27 - Attribute `get_feature_names_out` on type `Unknown | MissingIndicator | None` may be missing
[error] call-non-callable - :517:41 - Object of type `Literal["mean"]` is not callable
[error] call-non-callable - :592:33 - Object of type `Literal["mean"]` is not callable
[error] non-subscriptable - :640:40 - Cannot subscript object of type `object` with no `__getitem__` method
[warning] possibly-missing-attribute - :723:34 - Attribute `features_` on type `Unknown | MissingIndicator | None` may be missing
[warning] possibly-missing-attribute - :731:23 - Attribute `features_` on type `Unknown | MissingIndicator | None` may be missing

sklearn/impute/_iterative.py

[warning] possibly-missing-attribute - :981:17 - Attribute `get_feature_names_out` on type `Unknown | None` may be missing

sklearn/linear_model/_base.py

[error] unresolved-attribute - :317:12 - Type `Self@_set_intercept` has no attribute `fit_intercept`
[error] unresolved-attribute - :364:37 - Type `Self@decision_function` has no attribute `coef_`
[error] unresolved-attribute - :364:72 - Type `Self@decision_function` has no attribute `intercept_`
[error] unresolved-attribute - :392:24 - Type `Self@predict` has no attribute `classes_`

sklearn/linear_model/_glm/_newton_solver.py

[error] unresolved-attribute - :220:31 - Type `Self@line_search` has no attribute `gradient_times_newton`
[error] unresolved-attribute - :222:13 - Type `Self@line_search` has no attribute `coef_newton`
[error] unresolved-attribute - :238:45 - Type `Self@line_search` has no attribute `coef_newton`
[error] unresolved-attribute - :336:14 - Type `Self@check_convergence` has no attribute `coef_newton`
[error] unresolved-attribute - :336:33 - Type `Self@check_convergence` has no attribute `hessian`
[error] unresolved-attribute - :336:48 - Type `Self@check_convergence` has no attribute `coef_newton`

sklearn/linear_model/_ridge.py

[error] unresolved-attribute - :1323:12 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] unresolved-attribute - :1324:67 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] too-many-positional-arguments - :1638:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - :1671:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[warning] possibly-missing-attribute - :2252:38 - Attribute `T` on type `None | Unknown` may be missing
[warning] possibly-missing-implicit-call - :2413:17 - Method `__setitem__` of type `(Unknown & ndarray[object, object]) | tuple[float, float, float] | (Unknown & Top[list[Unknown]]) | (Unknown & tuple[object, ...])` may be missing
[error] unresolved-attribute - :2530:20 - Type `Self@_get_scorer` has no attribute `_get_scorer_instance`

sklearn/linear_model/_stochastic_gradient.py

[error] unresolved-attribute - :190:17 - Type `Self@_get_loss_function` has no attribute `loss_functions`
[error] unresolved-attribute - :624:21 - Type `Self@_partial_fit` has no attribute `classes_`
[error] unresolved-attribute - :628:40 - Type `Self@_partial_fit` has no attribute `classes_`
[warning] possibly-missing-attribute - :640:28 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :643:32 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :774:30 - Attribute `reshape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :777:30 - Attribute `reshape` on type `Unknown | None` may be missing
[error] unresolved-attribute - :800:56 - Type `Self@_fit_multiclass` has no attribute `classes_`
[warning] possibly-missing-implicit-call - :824:13 - Method `__setitem__` of type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1686:37 - Attribute `T` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1739:58 - Attribute `dtype` on type `Unknown | None` may be missing
[error] non-subscriptable - :1742:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :2354:25 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | None`
[warning] possibly-missing-attribute - :2358:58 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2447:28 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2450:32 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2632:40 - Attribute `T` on type `Unknown | None` may be missing

sklearn/manifold/_t_sne.py

[error] invalid-assignment - :1066:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["angle"]` and a value of type `Unknown` on object of type `Unknown | int | dict[str, Unknown | int] | list[Unknown] | float`
New: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["angle"]` and a value of type `Unknown | float` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`
[error] invalid-assignment - :1068:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["verbose"]` and a value of type `Unknown` on object of type `Unknown | int | dict[str, Unknown | int] | list[Unknown] | float`
New: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["verbose"]` and a value of type `Unknown | Literal[0]` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`
[error] invalid-assignment - :1071:13 -
Old: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown], /) -> None])` cannot be called with a key of type `Literal["num_threads"]` and a value of type `Unknown` on object of type `Unknown | int | dict[str, Unknown | int] | list[Unknown] | float`
New: Method `__setitem__` of type `Unknown | (bound method dict[str, Unknown | int].__setitem__(key: str, value: Unknown | int, /) -> None) | (Overload[(key: SupportsIndex, value: Unknown | int, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Unknown | int], /) -> None])` cannot be called with a key of type `Literal["num_threads"]` and a value of type `Unknown` on object of type `Unknown | int | float | dict[str, Unknown | int] | list[Unknown | int]`

sklearn/metrics/_scorer.py

[error] unresolved-attribute - :317:16 - Type `Self@__call__` has no attribute `_score`

sklearn/mixture/_base.py

[error] unresolved-attribute - :451:51 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :459:25 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :462:42 - Type `Self@sample` has no attribute `weights_`
[error] unresolved-attribute - :465:12 - Type `Self@sample` has no attribute `covariance_type`
[error] unresolved-attribute - :470:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :470:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :470:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :471:43 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :471:43 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :471:43 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :476:14 - Type `Self@sample` has no attribute `covariance_type`
[error] unresolved-attribute - :480:49 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :483:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :483:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :483:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :494:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :494:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :494:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :495:43 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :495:43 - Type `Self@sample` has no attribute `covariances_`
[error] unresolved-attribute - :495:43 - Type `Self@sample` has no attribute `covariances_`

sklearn/mixture/_gaussian_mixture.py

[warning] possibly-missing-attribute - :943:25 - Attribute `shape` on type `Unknown | None` may be missing

sklearn/model_selection/_plot.py

[error] unresolved-attribute - :33:42 - Type `Self@_plot_curve` has no attribute `train_scores`
[error] unresolved-attribute - :33:62 - Type `Self@_plot_curve` has no attribute `test_scores`
[error] unresolved-attribute - :35:41 - Type `Self@_plot_curve` has no attribute `train_scores`
[error] unresolved-attribute - :35:60 - Type `Self@_plot_curve` has no attribute `test_scores`
[error] unresolved-attribute - :107:22 - Type `Self@_plot_curve` has no attribute `score_name`

sklearn/model_selection/_split.py

[error] unresolved-attribute - :90:16 - Type `<super: <class '_UnsupportedGroupCVMixin'>, _UnsupportedGroupCVMixin>` has no attribute `split`

sklearn/naive_bayes.py

[error] unresolved-attribute - :103:16 - Type `Self@predict` has no attribute `classes_`
[error] invalid-argument-type - :436:29 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :458:50 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] possibly-missing-attribute - :478:17 - Attribute `searchsorted` on type `Unknown | None` may be missing
[error] non-subscriptable - :609:20 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :609:38 - Type `Self@_check_alpha` has no attribute `n_features_in_`
[error] non-subscriptable - :612:28 - Cannot subscript object of type `object` with no `__getitem__` method
[error] unresolved-attribute - :612:65 - Type `Self@_check_alpha` has no attribute `n_features_in_`
[error] unresolved-attribute - :1510:24 - Type `Self@_count` has no attribute `n_features_in_`
[error] unresolved-attribute - :1521:24 - Type `Self@_update_feature_log_prob` has no attribute `n_features_in_`
[error] unresolved-attribute - :1532:24 - Type `Self@_joint_log_likelihood` has no attribute `n_features_in_`

sklearn/neighbors/_base.py

[error] unresolved-attribute - :748:16 - Type `Self@_kneighbors_reduce_func` has no attribute `effective_metric_`
[error] unresolved-attribute - :811:27 - Type `Self@kneighbors` has no attribute `n_neighbors`
[error] unresolved-attribute - :823:17 - Type `Self@kneighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :828:16 - Type `Self@kneighbors` has no attribute `metric`
[error] unresolved-attribute - :840:25 - Type `Self@kneighbors` has no attribute `n_samples_fit_`
[error] unresolved-attribute - :853:35 - Type `Self@kneighbors` has no attribute `n_jobs`
[error] unresolved-attribute - :856:13 - Type `Self@kneighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :858:41 - Type `Self@kneighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :858:54 - Type `Self@kneighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :858:67 - Type `Self@kneighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :864:19 - Type `Self@kneighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :866:24 - Type `Self@kneighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :867:31 - Type `Self@kneighbors` has no attribute `effective_metric_params_`
[error] unresolved-attribute - :873:13 - Type `Self@kneighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :873:45 - Type `Self@kneighbors` has no attribute `metric`
[error] unresolved-attribute - :879:14 - Type `Self@kneighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :894:16 - Type `Self@kneighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :897:24 - Type `Self@kneighbors` has no attribute `effective_metric_params_`
[error] unresolved-attribute - :902:21 - Type `Self@kneighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :904:28 - Type `Self@kneighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :910:14 - Type `Self@kneighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :914:50 - Type `Self@kneighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :917:25 - Type `Self@kneighbors` has no attribute `_tree`
[error] unresolved-attribute - :1012:27 - Type `Self@kneighbors_graph` has no attribute `n_neighbors`
[error] unresolved-attribute - :1033:25 - Type `Self@kneighbors_graph` has no attribute `n_samples_fit_`
[error] unresolved-attribute - :1077:16 - Type `Self@_radius_neighbors_reduce_func` has no attribute `effective_metric_`
[error] unresolved-attribute - :1170:17 - Type `Self@radius_neighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :1172:16 - Type `Self@radius_neighbors` has no attribute `metric`
[error] unresolved-attribute - :1185:22 - Type `Self@radius_neighbors` has no attribute `radius`
[error] unresolved-attribute - :1188:13 - Type `Self@radius_neighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :1190:41 - Type `Self@radius_neighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :1190:54 - Type `Self@radius_neighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :1190:67 - Type `Self@radius_neighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :1197:19 - Type `Self@radius_neighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :1199:24 - Type `Self@radius_neighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :1200:31 - Type `Self@radius_neighbors` has no attribute `effective_metric_params_`
[error] unresolved-attribute - :1207:13 - Type `Self@radius_neighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :1207:45 - Type `Self@radius_neighbors` has no attribute `metric`
[error] unresolved-attribute - :1213:14 - Type `Self@radius_neighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :1223:16 - Type `Self@radius_neighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :1227:24 - Type `Self@radius_neighbors` has no attribute `effective_metric_params_`
[error] unresolved-attribute - :1237:17 - Type `Self@radius_neighbors` has no attribute `_fit_X`
[error] unresolved-attribute - :1239:24 - Type `Self@radius_neighbors` has no attribute `effective_metric_`
[error] unresolved-attribute - :1240:24 - Type `Self@radius_neighbors` has no attribute `n_jobs`
[error] unresolved-attribute - :1261:14 - Type `Self@radius_neighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :1265:50 - Type `Self@radius_neighbors` has no attribute `_fit_method`
[error] unresolved-attribute - :1268:39 - Type `Self@radius_neighbors` has no attribute `n_jobs`
[error] unresolved-attribute - :1269:37 - Type `Self@radius_neighbors` has no attribute `_tree`
[error] unresolved-attribute - :1367:22 - Type `Self@radius_neighbors_graph` has no attribute `radius`
[error] unresolved-attribute - :1385:25 - Type `Self@radius_neighbors_graph` has no attribute `n_samples_fit_`
[error] unresolved-attribute - :1395:16 - Type `<super: <class 'RadiusNeighborsMixin'>, RadiusNeighborsMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1396:37 - Type `Self@__sklearn_tags__` has no attribute `metric`

sklearn/neighbors/_classification.py

[warning] possibly-missing-attribute - :286:18 - Attribute `reshape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :299:57 - Attribute `dtype` on type `Unknown | list[Unknown]` may be missing
[error] non-subscriptable - :302:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :304:41 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :383:18 - Attribute `reshape` on type `Unknown | None` may be missing
[error] non-subscriptable - :401:27 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :749:57 - Attribute `dtype` on type `Unknown | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :755:28 - Attribute `take` on type `Unknown | list[Unknown]` may be missing
[error] non-subscriptable - :760:46 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :827:18 - Attribute `reshape` on type `Unknown | None` may be missing
[error] non-subscriptable - :846:31 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :863:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :872:35 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/neighbors/_regression.py

[warning] possibly-missing-attribute - :256:12 - Attribute `ndim` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :257:18 - Attribute `reshape` on type `Unknown | None` may be missing
[error] non-subscriptable - :260:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :265:28 - Attribute `shape` on type `Unknown | None` may be missing
[error] non-subscriptable - :266:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :269:12 - Attribute `ndim` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :483:12 - Attribute `ndim` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :484:18 - Attribute `reshape` on type `Unknown | None` may be missing
[error] non-subscriptable - :486:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :491:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :500:36 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :515:12 - Attribute `ndim` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :262:53 - Attribute `shape` on type `Unknown | None` may be missing

sklearn/neural_network/_multilayer_perceptron.py

[error] unresolved-attribute - :413:14 - Type `Self@_initialize` has no attribute `_label_binarizer`
[error] unresolved-attribute - :477:16 - Type `Self@_fit` has no attribute `_validate_input`
[error] unresolved-attribute - :683:25 - Type `Self@_fit_stochastic` has no attribute `_label_binarizer`
[error] unresolved-attribute - :802:25 - Type `Self@_update_no_improvement_count` has no attribute `_score`
[warning] possibly-missing-attribute - :804:13 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[error] non-subscriptable - :807:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :811:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :866:18 - Type `Self@_score_with_function` has no attribute `_predict`

sklearn/preprocessing/_data.py

[error] unsupported-operator - :1763:41 - Operator `/` is unsupported between objects of type `float` and `Unknown | None`
[error] invalid-argument-type - :3028:43 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`
[error] invalid-argument-type - :3033:40 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[Unknown]`

sklearn/preprocessing/_encoders.py

[error] unresolved-attribute - :93:12 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :94:20 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :107:16 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :123:33 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :304:23 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :305:48 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :306:25 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :307:45 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :313:12 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :313:48 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :315:39 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :442:16 - Type `Self@_map_infrequent_categories` has no attribute `handle_unknown`
[error] non-subscriptable - :1157:50 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/preprocessing/_polynomial.py

[error] unresolved-attribute - :852:24 - Type `Self@get_feature_names_out` has no attribute `n_features_in_`

sklearn/preprocessing/_target_encoder.py

[error] invalid-argument-type - :340:63 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :451:25 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :492:29 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] not-iterable - :528:35 - Object of type `Unknown | None` may not be iterable

sklearn/preprocessing/tests/test_encoders.py

[error] invalid-argument-type - :846:63 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], <class 'object'>]`
[error] invalid-argument-type - :889:19 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], <class 'object'>]`

sklearn/svm/_base.py

[error] unresolved-attribute - :133:12 - Type `Self@__init__` has no attribute `_impl`
[error] unresolved-attribute - :135:74 - Type `Self@__init__` has no attribute `_impl`
[error] invalid-argument-type - :412:27 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] unresolved-attribute - :463:38 - Type `Self@_dense_predict` has no attribute `_impl`
[error] unresolved-attribute - :501:31 - Type `Self@_sparse_predict` has no attribute `_impl`
[error] unresolved-attribute - :554:12 - Type `Self@_decision_function` has no attribute `_impl`
[error] unresolved-attribute - :554:54 - Type `Self@_decision_function` has no attribute `classes_`
[error] unresolved-attribute - :575:40 - Type `Self@_dense_decision_function` has no attribute `_impl`
[error] unresolved-attribute - :601:31 - Type `Self@_sparse_decision_function` has no attribute `_impl`
[error] unresolved-attribute - :842:12 - Type `Self@_check_proba` has no attribute `_impl`
[error] unresolved-attribute - :920:38 - Type `Self@_dense_predict_proba` has no attribute `_impl`
[error] unresolved-attribute - :958:31 - Type `Self@_sparse_predict_proba` has no attribute `_impl`

sklearn/tree/_classes.py

[warning] possibly-missing-attribute - :540:24 - Attribute `take` on type `Unknown | list[Unknown]` may be missing

sklearn/tree/_export.py

[error] unresolved-attribute - :247:12 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :249:26 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :257:26 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :258:30 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :259:17 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :259:44 - Type `Self@get_color` has no attribute `colors`
[error] unresolved-attribute - :268:25 - Type `Self@get_fill_color` has no attribute `colors`
[error] unresolved-attribute - :270:13 - Type `Self@get_fill_color` has no attribute `colors`
[error] unresolved-attribute - :278:17 - Type `Self@get_fill_color` has no attribute `colors`
[error] unresolved-attribute - :281:17 - Type `Self@get_fill_color` has no attribute `colors`
[error] unresolved-attribute - :287:21 - Type `Self@get_fill_color` has no attribute `colors`
[error] unresolved-attribute - :307:22 - Type `Self@node_to_str` has no attribute `characters`
[warning] possibly-missing-attribute - :488:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :491:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :494:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :497:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :504:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :508:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :509:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :513:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :515:9 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :518:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :537:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :542:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :545:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :549:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :553:21 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :555:25 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :557:25 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :558:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :579:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :582:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :583:13 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-attribute - :587:17 - Attribute `write` on type `Unknown | Sentinel` may be missing
[warning] possibly-missing-implicit-call - :724:9 -
Old: Method `__setitem__` of type `str | Unknown | int` may be missing
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[warning] possibly-missing-implicit-call - :731:17 -
Old: Method `__setitem__` of type `str | Unknown | int` may be missing
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[warning] possibly-missing-implicit-call - :733:17 -
Old: Method `__setitem__` of type `str | Unknown | int` may be missing
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing
[warning] possibly-missing-implicit-call - :767:13 -
Old: Method `__setitem__` of type `str | Unknown | int` may be missing
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str] | int` may be missing

sklearn/utils/_pprint.py

[error] unresolved-attribute - :237:29 - Type `Self@_format_params_or_dict_items` has no attribute `_width`
[error] unresolved-attribute - :237:29 - Type `Self@_format_params_or_dict_items` has no attribute `_width`
[error] unresolved-attribute - :257:16 - Type `Self@_format_params_or_dict_items` has no attribute `_compact`
[error] unresolved-attribute - :294:29 - Type `Self@_format_items` has no attribute `_width`
[error] unresolved-attribute - :294:29 - Type `Self@_format_items` has no attribute `_width`
[error] unresolved-attribute - :314:16 - Type `Self@_format_items` has no attribute `_compact`

sklearn/utils/_repr_html/base.py

[error] unresolved-attribute - :145:16 - Type `Self@_repr_html_inner` has no attribute `_html_repr`
[error] unresolved-attribute - :151:35 - Type `Self@_repr_mimebundle_` has no attribute `_html_repr`

sklearn/utils/_testing.py

[warning] possibly-missing-attribute - :158:25 - Attribute `filters` on type `Unknown | ModuleType` may be missing
[error] invalid-assignment - :159:9 - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[warning] possibly-missing-attribute - :160:29 - Attribute `showwarning` on type `Unknown | ModuleType` may be missing
[error] invalid-assignment - :166:9 - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[error] invalid-assignment - :167:9 - Object of type `Unknown` is not assignable to attribute `showwarning` on type `Unknown | ModuleType`

sklearn/utils/tests/test_estimator_checks.py

[error] call-non-callable - :461:16 - Object of type `None` is not callable
[error] unresolved-attribute - :490:16 - Type `Self@fit` has no attribute `classes_`
[error] unresolved-attribute - :496:16 - Type `Self@partial_fit` has no attribute `classes_`

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

benchmarks/benchmarks/cluster.py

[warning] possibly-missing-attribute - :25:13 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :59:13 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :60:13 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :61:13 - Attribute `take` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :132:15 - Attribute `asarray` on type `Unknown | ModuleType` may be missing

benchmarks/benchmarks/optimize.py

[error] unresolved-attribute - :71:29 - Type `Self@energy_gradient` has no attribute `function`
[error] unresolved-attribute - :140:24 - Type `Self@accept_test` has no attribute `function`
[error] unresolved-attribute - :142:27 - Type `Self@accept_test` has no attribute `function`
[error] unresolved-attribute - :144:27 - Type `Self@accept_test` has no attribute `function`
[error] unresolved-attribute - :154:27 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :156:34 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :160:14 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :164:9 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :174:23 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :175:20 - Type `Self@run_basinhopping` has no attribute `function`
[error] unresolved-attribute - :182:9 - Type `Self@run_direct` has no attribute `function`
[error] unresolved-attribute - :187:22 - Type `Self@run_direct` has no attribute `bounds`
[error] unresolved-attribute - :190:23 - Type `Self@run_direct` has no attribute `function`
[error] unresolved-attribute - :191:20 - Type `Self@run_direct` has no attribute `function`
[error] unresolved-attribute - :198:9 - Type `Self@run_shgo` has no attribute `function`
[error] unresolved-attribute - :203:20 - Type `Self@run_shgo` has no attribute `bounds`
[error] unresolved-attribute - :206:23 - Type `Self@run_shgo` has no attribute `function`
[error] unresolved-attribute - :207:20 - Type `Self@run_shgo` has no attribute `function`
[error] unresolved-attribute - :214:9 - Type `Self@run_differentialevolution` has no attribute `function`
[error] unresolved-attribute - :219:38 - Type `Self@run_differentialevolution` has no attribute `bounds`
[error] unresolved-attribute - :223:23 - Type `Self@run_differentialevolution` has no attribute `function`
[error] unresolved-attribute - :224:20 - Type `Self@run_differentialevolution` has no attribute `function`
[error] unresolved-attribute - :231:9 - Type `Self@run_dualannealing` has no attribute `function`
[error] unresolved-attribute - :236:30 - Type `Self@run_dualannealing` has no attribute `bounds`
[error] unresolved-attribute - :239:23 - Type `Self@run_dualannealing` has no attribute `function`
[error] unresolved-attribute - :240:20 - Type `Self@run_dualannealing` has no attribute `function`

benchmarks/benchmarks/optimize_linprog.py

[error] unsupported-operator - :190:33 - Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | float`
[error] unsupported-operator - :191:34 - Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | float`

benchmarks/benchmarks/test_functions.py

[error] unresolved-attribute - :102:45 - Type `Self@get_random_configuration` has no attribute `natoms`
[error] unresolved-attribute - :103:28 - Type `Self@get_random_configuration` has no attribute `natoms`

scipy/fftpack/tests/test_real_transforms.py

[error] invalid-argument-type - :488:70 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - :501:70 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - :512:46 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - :622:70 - Argument to function `assert_array_almost_equal` is incorrect: Expected `int | float`, found `Unknown | None`

scipy/integrate/_ivp/rk.py

[warning] possibly-missing-attribute - :539:28 - Attribute `dtype` on type `Unknown | None` may be missing

scipy/interpolate/_polyint.py

[error] invalid-argument-type - :106:22 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unsupported-operator - :107:33 - Operator `+` is unsupported between objects of type `int` and `(Unknown & ~Literal[0]) | None`
[error] unsupported-operator - :108:49 - Operator `+` is unsupported between objects of type `int` and `(Unknown & ~Literal[0]) | None`
[error] non-subscriptable - :115:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :115:48 - Unary operator `-` is unsupported for type `Unknown | None`
[error] non-subscriptable - :116:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :116:49 - Unary operator `-` is unsupported for type `Unknown | None`
[error] invalid-argument-type - :190:22 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unsupported-operator - :191:41 - Operator `+` is unsupported between objects of type `int` and `(Unknown & ~Literal[0]) | None`
[error] unsupported-operator - :193:29 - Operator `+` is unsupported between objects of type `int` and `(Unknown & ~Literal[0]) | None`
[error] non-subscriptable - :859:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :861:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :901:33 - Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | int`

scipy/optimize/_basinhopping.py

[warning] division-by-zero - :236:23 - Cannot divide object of type `float` by zero

scipy/optimize/_dcsrch.py

[error] unsupported-operator - :383:28 - Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :391:49 - Unary operator `-` is unsupported for type `Unknown | None`
[error] unsupported-operator - :404:29 - Operator `*` is unsupported between objects of type `Unknown | None | float` and `Unknown | None`
[error] unsupported-operator - :405:29 - Operator `*` is unsupported between objects of type `Unknown | None | float` and `Unknown | None`
[error] unsupported-operator - :407:19 - Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | None`
[error] unsupported-operator - :408:19 - Operator `-` is unsupported between objects of type `Unknown | None` and `Unknown | None`
[error] unsupported-operator - :469:44 - Operator `*` is unsupported between objects of type `float` and `Unknown | None`

scipy/optimize/_differentialevolution.py

[error] call-non-callable - :1755:21 - Object of type `Literal["best1bin"]` is not callable
[error] call-non-callable - :1761:18 - Object of type `Literal["best1bin"]` is not callable

scipy/optimize/_dual_annealing.py

[error] call-non-callable - :420:28 - Object of type `None` is not callable
[error] call-non-callable - :424:28 - Object of type `None` is not callable
[error] call-non-callable - :428:28 - Object of type `None` is not callable

scipy/optimize/_hessian_update_strategy.py

[warning] possibly-missing-attribute - :214:29 - Attribute `dtype` on type `Unknown | None | float` may be missing
[warning] possibly-missing-attribute - :217:29 - Attribute `dtype` on type `Unknown | None | float` may be missing
[error] unsupported-operator - :239:21 - Operator `*=` is unsupported between objects of type `None` and `float | @Todo`
[error] unsupported-operator - :244:21 - Operator `*=` is unsupported between objects of type `None` and `float | @Todo`

scipy/optimize/_shgo_lib/_vertex.py

[error] invalid-argument-type - :332:28 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] call-non-callable - :347:19 - Object of type `None` is not callable

scipy/optimize/tests/test__remove_redundancy.py

[error] unresolved-attribute - :44:35 - Type `Self@test_no_redundancy` has no attribute `rr`
[error] unresolved-attribute - :53:35 - Type `Self@test_infeasible_zero_row` has no attribute `rr`
[error] unresolved-attribute - :61:35 - Type `Self@test_remove_zero_row` has no attribute `rr`
[error] unresolved-attribute - :70:35 - Type `Self@test_infeasible_m_gt_n` has no attribute `rr`
[error] unresolved-attribute - :78:35 - Type `Self@test_infeasible_m_eq_n` has no attribute `rr`
[error] unresolved-attribute - :86:35 - Type `Self@test_infeasible_m_lt_n` has no attribute `rr`
[error] unresolved-attribute - :96:35 - Type `Self@test_m_gt_n` has no attribute `rr`
[error] unresolved-attribute - :106:35 - Type `Self@test_m_gt_n_rank_deficient` has no attribute `rr`
[error] unresolved-attribute - :117:35 - Type `Self@test_m_lt_n_rank_deficient` has no attribute `rr`
[error] unresolved-attribute - :131:35 - Type `Self@test_dense1` has no attribute `rr`
[error] unresolved-attribute - :140:35 - Type `Self@test_dense2` has no attribute `rr`
[error] unresolved-attribute - :150:35 - Type `Self@test_dense3` has no attribute `rr`
[error] unresolved-attribute - :162:35 - Type `Self@test_m_gt_n_sparse` has no attribute `rr`
[error] unresolved-attribute - :175:35 - Type `Self@test_m_lt_n_sparse` has no attribute `rr`
[error] unresolved-attribute - :188:35 - Type `Self@test_m_eq_n_sparse` has no attribute `rr`
[error] unresolved-attribute - :195:35 - Type `Self@test_magic_square` has no attribute `rr`
[error] unresolved-attribute - :202:35 - Type `Self@test_magic_square2` has no attribute `rr`

scipy/optimize/tests/test_differentiable_functions.py

[warning] possibly-missing-attribute - :252:39 - Attribute `dot` on type `Unknown | None | csr_array` may be missing
[warning] possibly-missing-attribute - :252:56 - Attribute `dot` on type `Unknown | None | csr_array` may be missing

scipy/optimize/tests/test_direct.py

[error] invalid-argument-type - :164:22 - Argument to function `direct` is incorrect: Expected `(ndarray[tuple[int], dtype[float64]], /) -> int | float | floating[Any] | integer[Any] | bool[bool]`, found `bound method Self@test_f_circle_with_args.circle_with_args(x, a, b) -> Unknown`

scipy/optimize/tests/test_lsq_linear.py

[error] unresolved-attribute - :28:27 - Type `Self@test_dense_no_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :29:43 - Type `Self@test_dense_no_bounds` has no attribute `method`
[error] unresolved-attribute - :38:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :39:53 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :45:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :46:57 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :53:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :54:57 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :61:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :62:58 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :68:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :69:58 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :76:27 - Type `Self@test_dense_bounds` has no attribute `lsq_solvers`
[error] unresolved-attribute - :77:53 - Type `Self@test_dense_bounds` has no attribute `method`
[error] unresolved-attribute - :108:27 - Type `Self@test_dense_rank_deficient` has no attribute `lsq_solvers`
[error] unresolved-attribute - :109:53 - Type `Self@test_dense_rank_deficient` has no attribute `method`
[error] unresolved-attribute - :122:27 - Type `Self@test_dense_rank_deficient` has no attribute `lsq_solvers`
[error] unresolved-attribute - :123:53 - Type `Self@test_dense_rank_deficient` has no attribute `method`
[error] unresolved-attribute - :131:49 - Type `Self@test_full_result` has no attribute `method`
[error] unresolved-attribute - :157:42 - Type `Self@test_almost_singular` has no attribute `method`

scipy/optimize/tests/test_quadratic_assignment.py

[error] unresolved-attribute - :73:49 - Type `Self@test_accuracy_1` has no attribute `method`
[error] unresolved-attribute - :79:49 - Type `Self@test_accuracy_1` has no attribute `method`
[error] unresolved-attribute - :82:12 - Type `Self@test_accuracy_1` has no attribute `method`
[error] unresolved-attribute - :90:43 - Type `Self@test_accuracy_1` has no attribute `method`
[error] unresolved-attribute - :110:49 - Type `Self@test_accuracy_2` has no attribute `method`
[error] unresolved-attribute - :113:12 - Type `Self@test_accuracy_2` has no attribute `method`
[error] unresolved-attribute - :121:49 - Type `Self@test_accuracy_2` has no attribute `method`
[error] unresolved-attribute - :132:49 - Type `Self@test_accuracy_3` has no attribute `method`
[error] unresolved-attribute - :138:49 - Type `Self@test_accuracy_3` has no attribute `method`
[error] unresolved-attribute - :146:49 - Type `Self@test_accuracy_3` has no attribute `method`
[error] unresolved-attribute - :153:49 - Type `Self@test_accuracy_3` has no attribute `method`
[error] unresolved-attribute - :161:57 - Type `Self@test_accuracy_3` has no attribute `method`
[error] unresolved-attribute - :170:47 - Type `Self@test_unknown_options` has no attribute `method`
[error] unresolved-attribute - :180:47 - Type `Self@test_deprecation_future_warnings` has no attribute `method`
[error] unresolved-attribute - :185:47 - Type `Self@test_deprecation_future_warnings` has no attribute `method`
[error] unresolved-attribute - :189:47 - Type `Self@test_deprecation_future_warnings` has no attribute `method`

scipy/sparse/_matrix.py

[error] unresolved-attribute - :45:16 - Type `Self@__mul__` has no attribute `_matmul_dispatch`
[error] unresolved-attribute - :48:16 - Type `Self@__rmul__` has no attribute `_rmatmul_dispatch`
[error] unresolved-attribute - :62:20 - Type `Self@set_shape` has no attribute `reshape`
[error] unresolved-attribute - :62:61 - Type `Self@set_shape` has no attribute `format`
[error] unresolved-attribute - :67:16 - Type `Self@get_shape` has no attribute `_shape`
[error] unresolved-attribute - :74:16 - Type `Self@asfptype` has no attribute `_asfptype`
[error] unresolved-attribute - :78:16 - Type `Self@getmaxprint` has no attribute `_getmaxprint`
[error] unresolved-attribute - :82:16 - Type `Self@getformat` has no attribute `format`
[error] unresolved-attribute - :93:16 - Type `Self@getnnz` has no attribute `_getnnz`
[error] unresolved-attribute - :102:16 - Type `Self@getH` has no attribute `conjugate`
[error] unresolved-attribute - :108:16 - Type `Self@getcol` has no attribute `_getcol`
[error] unresolved-attribute - :114:16 - Type `Self@getrow` has no attribute `_getrow`
[error] unresolved-attribute - :146:16 - Type `<super: <class 'spmatrix'>, spmatrix>` has no attribute `todense`

scipy/special/tests/test_spherical_bessel.py

[error] unresolved-attribute - :249:46 - Type `Self@fundamental_theorem` has no attribute `df`
[error] unresolved-attribute - :251:25 - Type `Self@fundamental_theorem` has no attribute `f`
[error] unresolved-attribute - :251:40 - Type `Self@fundamental_theorem` has no attribute `f`

scipy/stats/_covariance.py

[error] unresolved-attribute - :367:16 - Type `Self@whiten` has no attribute `_whiten`
[error] unresolved-attribute - :418:16 - Type `Self@colorize` has no attribute `_colorize`

scipy/stats/_mannwhitneyu.py

[error] unsupported-operator - :74:25 - Operator `*` is unsupported between objects of type `Unknown | None` and `Unknown | None`
[error] unsupported-operator - :94:31 - Operator `+` is unsupported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :100:28 - Operator `+` is unsupported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :100:36 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | None`
[error] unsupported-operator - :118:31 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | None`

benchmarks/benchmarks/array_api.py

[warning] possibly-missing-attribute - :15:35 - Attribute `empty` on type `Unknown | ModuleType` may be missing

benchmarks/benchmarks/common.py

[error] unresolved-attribute - :285:22 - Type `Self@setup` has no attribute `params`

benchmarks/benchmarks/linalg.py

[error] unresolved-attribute - :29:9 - Unresolved attribute `params` on type `def time_svd(self, size, contig, module) -> Unknown`.

benchmarks/benchmarks/sparse_linalg_lobpcg.py

[error] unresolved-attribute - :29:9 - Unresolved attribute `params` on type `def time_mikota(self, n, solver) -> Unknown`.
[error] unresolved-attribute - :30:9 - Type `def time_mikota(self, n, solver) -> Unknown` has no attribute `params`
[error] unresolved-attribute - :31:9 - Unresolved attribute `setup` on type `def time_mikota(self, n, solver) -> Unknown`.
[error] unresolved-attribute - :33:9 - Unresolved attribute `params` on type `def time_sakurai(self, n, solver) -> Unknown`.
[error] unresolved-attribute - :34:9 - Type `def time_sakurai(self, n, solver) -> Unknown` has no attribute `params`
[error] unresolved-attribute - :35:9 - Unresolved attribute `setup` on type `def time_sakurai(self, n, solver) -> Unknown`.
[error] unresolved-attribute - :37:9 - Unresolved attribute `params` on type `def time_sakurai_inverse(self, n, solver) -> Unknown`.
[error] unresolved-attribute - :38:9 - Type `def time_sakurai_inverse(self, n, solver) -> Unknown` has no attribute `params`
[error] unresolved-attribute - :39:9 - Unresolved attribute `setup` on type `def time_sakurai_inverse(self, n, solver) -> Unknown`.

benchmarks/benchmarks/spatial.py

[error] too-many-positional-arguments - :79:30 - Too many positional arguments to bound method `setup`: expected 5, got 6
[error] too-many-positional-arguments - :90:30 - Too many positional arguments to bound method `setup`: expected 5, got 6
[error] unresolved-attribute - :139:9 - Type `Self@time_query` has no attribute `T`
[error] unresolved-attribute - :139:22 - Type `Self@time_query` has no attribute `queries`
[error] unresolved-attribute - :158:9 - Unresolved attribute `params` on type `def time_query_pairs(self, mnr, p, probe_radius, boxsize, leafsize) -> Unknown`.
[error] unresolved-attribute - :159:9 - Type `def time_query_pairs(self, mnr, p, probe_radius, boxsize, leafsize) -> Unknown` has no attribute `params`
[error] unresolved-attribute - :162:9 - Unresolved attribute `setup` on type `def time_query_ball_point(self, mnr, p, probe_radius, boxsize, leafsize) -> Unknown`.
[error] unresolved-attribute - :163:9 - Unresolved attribute `setup` on type `def time_query_ball_point_nosort(self, mnr, p, probe_radius, boxsize, leafsize) -> Unknown`.
[error] unresolved-attribute - :164:9 - Unresolved attribute `setup` on type `def time_query_pairs(self, mnr, p, probe_radius, boxsize, leafsize) -> Unknown`.
[error] unresolved-attribute - :179:9 - Type `Self@time_query_ball_point` has no attribute `T`
[error] unresolved-attribute - :179:33 - Type `Self@time_query_ball_point` has no attribute `queries`
[error] unresolved-attribute - :182:9 - Type `Self@time_query_ball_point_nosort` has no attribute `T`
[error] unresolved-attribute - :182:33 - Type `Self@time_query_ball_point_nosort` has no attribute `queries`
[error] unresolved-attribute - :186:9 - Type `Self@time_query_pairs` has no attribute `T`

scipy/_build_utils/tempita/_tempita.py

[error] call-non-callable - :160:16 - Object of type `Template` is not callable

scipy/_lib/_docscrape.py

[warning] possibly-missing-attribute - :308:20 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :309:20 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :309:49 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :310:32 - Attribute `end` on type `Unknown | Match[str] | None` may be missing

scipy/_lib/_pep440.py

[error] unresolved-attribute - :138:21 - Type `Self@__hash__` has no attribute `_key`
[error] unresolved-attribute - :162:23 - Type `Self@_compare` has no attribute `_key`

scipy/_lib/_testutils.py

[error] unresolved-attribute - :194:13 - Type `Self@test_all_dtypes` has no attribute `pythranfunc`
[error] unresolved-attribute - :200:9 - Type `Self@test_views` has no attribute `pythranfunc`
[error] unresolved-attribute - :207:9 - Type `Self@test_strided` has no attribute `pythranfunc`

scipy/_lib/_util.py

[warning] possibly-missing-attribute - :655:13 - Attribute `terminate` on type `Unknown | None | Pool` may be missing
[warning] possibly-missing-attribute - :659:13 - Attribute `join` on type `Unknown | None | Pool` may be missing
[warning] possibly-missing-attribute - :663:13 - Attribute `close` on type `Unknown | None | Pool` may be missing
[warning] possibly-missing-attribute - :667:13 - Attribute `close` on type `Unknown | None | Pool` may be missing
[warning] possibly-missing-attribute - :668:13 - Attribute `terminate` on type `Unknown | None | Pool` may be missing

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_at.py

[error] invalid-return-type - :222:16 - Return type does not match returned value: expected `Self@__getitem__`, found `at`
[warning] unused-ignore-comment - :327:55 - Unused blanket `type: ignore` directive

scipy/_lib/cobyqa/cobyqa/problem.py

[error] non-subscriptable - :475:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :476:22 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/cluster/hierarchy.py

[warning] possibly-missing-attribute - :1254:20 - Attribute `id` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1255:16 - Attribute `is_leaf` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1260:38 - Attribute `left` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1264:38 - Attribute `right` on type `Unknown | None` may be missing

scipy/differentiate/tests/test_differentiate.py

[error] unresolved-attribute - :440:19 - Type `Self@test_iv` has no attribute `jh_func`
[error] not-iterable - :476:16 - Object of type `Self@f1` is not iterable
[error] not-iterable - :480:16 - Object of type `Self@df1` is not iterable
[error] not-iterable - :487:18 - Object of type `Self@f2` is not iterable
[error] not-iterable - :491:18 - Object of type `Self@df2` is not iterable
[error] not-iterable - :499:22 - Object of type `Self@f3` is not iterable
[error] not-iterable - :504:22 - Object of type `Self@df3` is not iterable
[error] not-iterable - :515:22 - Object of type `Self@f4` is not iterable
[error] not-iterable - :519:22 - Object of type `Self@df4` is not iterable
[error] not-iterable - :530:22 - Object of type `Self@f5` is not iterable
[error] not-iterable - :534:22 - Object of type `Self@df5` is not iterable

scipy/fft/_pocketfft/tests/test_basic.py

[error] unresolved-attribute - :200:47 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :203:31 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :206:38 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :210:41 - Type `Self@test_definition_real` has no attribute `rdt`
[error] unresolved-attribute - :212:31 - Type `Self@test_definition_real` has no attribute `cdt`
[error] unresolved-attribute - :216:41 - Type `Self@test_definition_real` has no attribute `rdt`
[error] unresolved-attribute - :217:31 - Type `Self@test_definition_real` has no attribute `cdt`
[error] unresolved-attribute - :224:31 - Type `Self@test_djbfft` has no attribute `cdt`
[error] unresolved-attribute - :225:42 - Type `Self@test_djbfft` has no attribute `cdt`
[error] unresolved-attribute - :226:40 - Type `Self@test_djbfft` has no attribute `rtol`
[error] unresolved-attribute - :226:56 - Type `Self@test_djbfft` has no attribute `atol`
[error] unresolved-attribute - :228:40 - Type `Self@test_djbfft` has no attribute `rtol`
[error] unresolved-attribute - :228:56 - Type `Self@test_djbfft` has no attribute `atol`
[error] unresolved-attribute - :232:39 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :233:39 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :236:36 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :237:36 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :243:39 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :246:36 - Type `Self@test_random_real` has no attribute `cdt`
[error] unresolved-attribute - :247:36 - Type `Self@test_random_real` has no attribute `cdt`
[error] unresolved-attribute - :255:45 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :257:41 - Type `Self@test_size_accuracy` has no attribute `rtol`
[error] unresolved-attribute - :257:58 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :259:41 - Type `Self@test_size_accuracy` has no attribute `rtol`
[error] unresolved-attribute - :259:58 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :261:54 - Type `Self@test_size_accuracy` has no attribute `cdt`
[error] unresolved-attribute - :263:41 - Type `Self@test_size_accuracy` has no attribute `rtol`
[error] unresolved-attribute - :263:58 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :265:41 - Type `Self@test_size_accuracy` has no attribute `rtol`
[error] unresolved-attribute - :265:58 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :304:35 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :308:35 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :323:32 - Type `Self@test_complex_input` has no attribute `cdt`
[error] unresolved-attribute - :382:41 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :384:35 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :385:53 - Type `Self@test_definition` has no attribute `ndec`
[error] unresolved-attribute - :386:59 - Type `Self@test_definition` has no attribute `ndec`
[error] unresolved-attribute - :404:39 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :407:36 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :408:36 - Type `Self@test_random_real` has no attribute `cdt`
[error] unresolved-attribute - :409:54 - Type `Self@test_random_real` has no attribute `ndec`
[error] unresolved-attribute - :410:54 - Type `Self@test_random_real` has no attribute `ndec`
[error] unresolved-attribute - :414:12 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :416:14 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :421:45 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :423:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :425:53 - Type `Self@test_size_accuracy` has no attribute `rdt`

scipy/fftpack/tests/test_basic.py

[error] unresolved-attribute - :192:47 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :195:31 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :198:38 - Type `Self@test_definition` has no attribute `cdt`
[error] unresolved-attribute - :202:41 - Type `Self@test_definition_real` has no attribute `rdt`
[error] unresolved-attribute - :204:31 - Type `Self@test_definition_real` has no attribute `cdt`
[error] unresolved-attribute - :208:41 - Type `Self@test_definition_real` has no attribute `rdt`
[error] unresolved-attribute - :209:31 - Type `Self@test_definition_real` has no attribute `cdt`
[error] unresolved-attribute - :214:39 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :215:39 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :218:36 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :219:36 - Type `Self@test_random_complex` has no attribute `cdt`
[error] unresolved-attribute - :225:39 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :228:36 - Type `Self@test_random_real` has no attribute `cdt`
[error] unresolved-attribute - :229:36 - Type `Self@test_random_real` has no attribute `cdt`
[error] unresolved-attribute - :235:12 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :237:14 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :242:45 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :248:54 - Type `Self@test_size_accuracy` has no attribute `cdt`
[error] unresolved-attribute - :277:35 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :281:35 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :337:41 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :339:35 - Type `Self@test_definition` has no attribute `rdt`
[error] unresolved-attribute - :340:53 - Type `Self@test_definition` has no attribute `ndec`
[error] unresolved-attribute - :341:59 - Type `Self@test_definition` has no attribute `ndec`
[error] unresolved-attribute - :348:39 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :351:36 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :352:36 - Type `Self@test_random_real` has no attribute `rdt`
[error] unresolved-attribute - :353:54 - Type `Self@test_random_real` has no attribute `ndec`
[error] unresolved-attribute - :354:54 - Type `Self@test_random_real` has no attribute `ndec`
[error] unresolved-attribute - :358:12 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :360:14 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :365:45 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :244:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :246:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :250:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :252:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :367:53 - Type `Self@test_size_accuracy` has no attribute `rdt`
[error] unresolved-attribute - :369:53 - Type `Self@test_size_accuracy` has no attribute `rdt`

scipy/integrate/_cubature.py

[error] unresolved-attribute - :43:20 - Type `ModuleType` has no attribute `max`
[error] unresolved-attribute - :43:33 - Type `ModuleType` has no attribute `abs`
[error] unresolved-attribute - :44:21 - Type `ModuleType` has no attribute `max`
[error] unresolved-attribute - :44:34 - Type `ModuleType` has no attribute `abs`

scipy/integrate/_ivp/radau.py

[warning] possibly-missing-attribute - :542:20 - Attribute `T` on type `Unknown | None` may be missing

scipy/integrate/_ode.py

[error] call-non-callable - :651:15 - Object of type `None` is not callable
[error] unresolved-attribute - :802:9 - Type `type[IntegratorBase]` has no attribute `active_global_handle`
[error] unresolved-attribute - :803:23 - Type `type[IntegratorBase]` has no attribute `active_global_handle`
[error] unresolved-attribute - :806:31 - Type `type[IntegratorBase]` has no attribute `active_global_handle`
[error] unsupported-operator - :968:34 - Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :968:48 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :976:34 - Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :976:48 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] call-non-callable - :1023:29 - Object of type `None` is not callable
[error] unsupported-operator - :1078:29 - Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :1078:43 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :1080:29 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :1090:29 - Operator `*` is unsupported between objects of type `Literal[3]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :1090:43 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :1092:28 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] call-non-callable - :1194:24 - Object of type `None` is not callable
[error] unsupported-operator - :1331:48 - Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | None | Literal[0]`
[error] call-non-callable - :1374:29 - Object of type `None` is not callable

scipy/integrate/_rules/_base.py

[error] unresolved-attribute - :151:16 - Type `Self@estimate_error` has no attribute `xp`
[warning] possibly-missing-attribute - :344:23 - Attribute `concat` on type `(Unknown & ~None) | ModuleType` may be missing
[warning] possibly-missing-attribute - :345:25 - Attribute `concat` on type `(Unknown & ~None) | ModuleType` may be missing
[warning] possibly-missing-attribute - :347:16 - Attribute `abs` on type `(Unknown & ~None) | ModuleType` may be missing

scipy/integrate/tests/test_integrate.py

[error] call-non-callable - :75:14 - Object of type `None` is not callable

scipy/integrate/tests/test_quadpack.py

[error] unresolved-attribute - :118:26 - Type `Self@test_typical` has no attribute `_multivariate_typical`
[error] unresolved-attribute - :123:26 - Type `Self@test_indefinite` has no attribute `_multivariate_indefinite`
[error] unresolved-attribute - :129:29 - Type `Self@test_threadsafety` has no attribute `_multivariate_sin`

scipy/integrate/tests/test_tanhsinh.py

[error] unresolved-attribute - :156:26 - Type `bound method Self@test_input_validation.f1(t) -> Unknown` has no attribute `b`
[error] unresolved-attribute - :793:27 - Type `bound method Self@test_input_validation.f1(k) -> Unknown` has no attribute `a`
[error] unresolved-attribute - :793:44 - Type `bound method Self@test_input_validation.f1(k) -> Unknown` has no attribute `b`
[error] unresolved-attribute - :1064:45 - Type `bound method Self@test_special_case.f1(k) -> Unknown` has no attribute `ref`
[error] unresolved-attribute - :1097:70 - Type `bound method Self@test_special_case.f1(k) -> Unknown` has no attribute `ref`

scipy/interpolate/_bary_rational.py

[error] too-many-positional-arguments - :62:38 - Too many positional arguments to bound method `_compute_weights`: expected 2, got 3

scipy/interpolate/_bsplines.py

[error] parameter-already-assigned - :610:42 - Multiple values provided for parameter `extrapolate` of bound method `construct_fast`
[error] parameter-already-assigned - :611:36 - Multiple values provided for parameter `axis` of bound method `construct_fast`
[error] parameter-already-assigned - :653:42 - Multiple values provided for parameter `extrapolate` of bound method `construct_fast`
[error] parameter-already-assigned - :654:36 - Multiple values provided for parameter `axis` of bound method `construct_fast`

scipy/interpolate/_fitpack2.py

[error] unresolved-attribute - :960:16 - Type `Self@get_residual` has no attribute `fp`
[error] unresolved-attribute - :968:16 - Type `Self@get_knots` has no attribute `tck`
[error] unresolved-attribute - :972:16 - Type `Self@get_coeffs` has no attribute `tck`
[error] unresolved-attribute - :1049:21 - Type `Self@__call__` has no attribute `tck`
[error] unresolved-attribute - :1050:18 - Type `Self@__call__` has no attribute `degrees`
[error] unresolved-attribute - :1053:57 - Type `Self@__call__` has no attribute `tck`
[error] unresolved-attribute - :1080:46 - Type `Self@__call__` has no attribute `tck`
[error] unresolved-attribute - :1122:22 - Type `Self@partial_derivative` has no attribute `degrees`
[error] unresolved-attribute - :1129:25 - Type `Self@partial_derivative` has no attribute `tck`
[error] unresolved-attribute - :1303:21 - Type `Self@integral` has no attribute `tck`
[error] unresolved-attribute - :1304:18 - Type `Self@integral` has no attribute `degrees`

scipy/interpolate/_interpolate.py

[error] unresolved-attribute - :810:9 - Type `Self@__call__` has no attribute `_evaluate`

scipy/interpolate/_rgi.py

[error] call-non-callable - :445:26 - Object of type `None` is not callable

scipy/interpolate/tests/test_rbfinterp.py

[error] unresolved-attribute - :92:17 - Type `Self@test_scale_invariance_1d` has no attribute `build`
[error] unresolved-attribute - :93:17 - Type `Self@test_scale_invariance_1d` has no attribute `build`
[error] unresolved-attribute - :104:17 - Type `Self@test_scale_invariance_2d` has no attribute `build`
[error] unresolved-attribute - :105:17 - Type `Self@test_scale_invariance_2d` has no attribute `build`
[error] unresolved-attribute - :121:21 - Type `Self@test_extreme_domains` has no attribute `build`
[error] unresolved-attribute - :122:21 - Type `Self@test_extreme_domains` has no attribute `build`
[error] unresolved-attribute - :127:21 - Type `Self@test_extreme_domains` has no attribute `build`
[error] unresolved-attribute - :128:21 - Type `Self@test_extreme_domains` has no attribute `build`
[error] unresolved-attribute - :154:17 - Type `Self@test_polynomial_reproduction` has no attribute `build`
[error] unresolved-attribute - :179:18 - Type `Self@test_chunking` has no attribute `build`
[error] unresolved-attribute - :201:17 - Type `Self@test_vector_data` has no attribute `build`
[error] unresolved-attribute - :202:17 - Type `Self@test_vector_data` has no attribute `build`
[error] unresolved-attribute - :203:17 - Type `Self@test_vector_data` has no attribute `build`
[error] unresolved-attribute - :218:17 - Type `Self@test_complex_data` has no attribute `build`
[error] unresolved-attribute - :219:17 - Type `Self@test_complex_data` has no attribute `build`
[error] unresolved-attribute - :220:17 - Type `Self@test_complex_data` has no attribute `build`
[error] unresolved-attribute - :236:16 - Type `Self@test_interpolation_misfit_1d` has no attribute `build`
[error] unresolved-attribute - :252:16 - Type `Self@test_interpolation_misfit_2d` has no attribute `build`
[error] unresolved-attribute - :273:23 - Type `Self@test_smoothing_misfit` has no attribute `build`
[error] unresolved-attribute - :300:16 - Type `Self@test_array_smoothing` has no attribute `build`
[error] unresolved-attribute - :312:13 - Type `Self@test_inconsistent_x_dimensions_error` has no attribute `build`
[error] unresolved-attribute - :319:13 - Type `Self@test_inconsistent_d_length_error` has no attribute `build`
[error] unresolved-attribute - :326:13 - Type `Self@test_y_not_2d_error` has no attribute `build`
[error] unresolved-attribute - :334:13 - Type `Self@test_inconsistent_smoothing_length_error` has no attribute `build`
[error] unresolved-attribute - :341:13 - Type `Self@test_invalid_kernel_name_error` has no attribute `build`
[error] unresolved-attribute - :352:17 - Type `Self@test_epsilon_not_specified_error` has no attribute `build`
[error] unresolved-attribute - :360:13 - Type `Self@test_x_not_2d_error` has no attribute `build`
[error] unresolved-attribute - :367:13 - Type `Self@test_not_enough_observations_error` has no attribute `build`
[error] unresolved-attribute - :377:21 - Type `Self@test_degree_warning` has no attribute `build`
[error] unresolved-attribute - :384:13 - Type `Self@test_minus_one_degree` has no attribute `build`
[error] unresolved-attribute - :393:13 - Type `Self@test_rank_error` has no attribute `build`
[error] unresolved-attribute - :401:17 - Type `Self@test_single_point` has no attribute `build`
[error] unresolved-attribute - :414:18 - Type `Self@test_pickleable` has no attribute `build`

scipy/io/_netcdf.py

[warning] possibly-missing-attribute - :306:25 - Attribute `close` on type `Unknown | None | mmap` may be missing
[error] non-subscriptable - :698:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :721:23 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/io/matlab/_mio4.py

[warning] possibly-missing-attribute - :363:15 - Attribute `read_header` on type `Unknown | None | VarReader4` may be missing
[warning] possibly-missing-attribute - :387:16 - Attribute `array_from_header` on type `Unknown | None | VarReader4` may be missing
[warning] possibly-missing-attribute - :429:21 - Attribute `shape_from_header` on type `Unknown | None | VarReader4` may be missing

scipy/io/matlab/_mio5.py

[warning] possibly-missing-attribute - :256:30 - Attribute `read_full_tag` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :263:13 - Attribute `set_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :265:34 - Attribute `read_full_tag` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :268:13 - Attribute `set_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :271:18 - Attribute `read_header` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :291:16 - Attribute `array_from_header` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :366:21 - Attribute `shape_from_header` on type `Unknown | None` may be missing

scipy/linalg/tests/test_decomp_update.py

[error] unresolved-attribute - :92:40 - Type `Self@setup_method` has no attribute `dtype`
[error] unresolved-attribute - :93:35 - Type `Self@setup_method` has no attribute `dtype`
[error] unresolved-attribute - :100:28 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :103:22 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :652:28 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :656:22 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :804:32 - Type `Self@test_economic_1_col_bad_update` has no attribute `dtype`
[error] unresolved-attribute - :805:29 - Type `Self@test_economic_1_col_bad_update` has no attribute `dtype`
[error] unresolved-attribute - :806:39 - Type `Self@test_economic_1_col_bad_update` has no attribute `dtype`
[error] unresolved-attribute - :1187:28 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :1194:22 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :1195:22 - Type `Self@generate` has no attribute `dtype`
[error] unresolved-attribute - :1626:56 - Type `Self@test_u_exactly_in_span_q` has no attribute `dtype`
[error] unresolved-attribute - :1627:40 - Type `Self@test_u_exactly_in_span_q` has no attribute `dtype`
[error] unresolved-attribute - :1628:37 - Type `Self@test_u_exactly_in_span_q` has no attribute `dtype`
[error] unresolved-attribute - :1629:30 - Type `Self@test_u_exactly_in_span_q` has no attribute `dtype`

scipy/linalg/tests/test_fblas.py

[error] unresolved-attribute - :55:30 - Type `Self@test_default_a` has no attribute `dtype`
[error] unresolved-attribute - :58:13 - Type `Self@test_default_a` has no attribute `blas_func`
[error] unresolved-attribute - :62:30 - Type `Self@test_simple` has no attribute `dtype`
[error] unresolved-attribute - :65:13 - Type `Self@test_simple` has no attribute `blas_func`
[error] unresolved-attribute - :69:30 - Type `Self@test_x_stride` has no attribute `dtype`
[error] unresolved-attribute - :73:13 - Type `Self@test_x_stride` has no attribute `blas_func`
[error] unresolved-attribute - :77:30 - Type `Self@test_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :80:13 - Type `Self@test_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :84:31 - Type `Self@test_x_and_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :87:13 - Type `Self@test_x_and_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :91:31 - Type `Self@test_x_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :94:13 - Type `Self@test_x_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :97:31 - Type `Self@test_y_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :100:13 - Type `Self@test_y_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :138:30 - Type `Self@test_simple` has no attribute `dtype`
[error] unresolved-attribute - :140:13 - Type `Self@test_simple` has no attribute `blas_func`
[error] unresolved-attribute - :144:30 - Type `Self@test_x_stride` has no attribute `dtype`
[error] unresolved-attribute - :146:40 - Type `Self@test_x_stride` has no attribute `dtype`
[error] unresolved-attribute - :147:13 - Type `Self@test_x_stride` has no attribute `blas_func`
[error] unresolved-attribute - :151:31 - Type `Self@test_x_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :153:13 - Type `Self@test_x_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :191:30 - Type `Self@test_simple` has no attribute `dtype`
[error] unresolved-attribute - :193:13 - Type `Self@test_simple` has no attribute `blas_func`
[error] unresolved-attribute - :197:30 - Type `Self@test_x_stride` has no attribute `dtype`
[error] unresolved-attribute - :199:13 - Type `Self@test_x_stride` has no attribute `blas_func`
[error] unresolved-attribute - :203:30 - Type `Self@test_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :205:13 - Type `Self@test_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :209:31 - Type `Self@test_x_and_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :211:13 - Type `Self@test_x_and_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :215:31 - Type `Self@test_x_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :218:13 - Type `Self@test_x_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :221:31 - Type `Self@test_y_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :224:13 - Type `Self@test_y_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :269:30 - Type `Self@test_simple` has no attribute `dtype`
[error] unresolved-attribute - :273:16 - Type `Self@test_simple` has no attribute `blas_func`
[error] unresolved-attribute - :278:30 - Type `Self@test_x_stride` has no attribute `dtype`
[error] unresolved-attribute - :282:16 - Type `Self@test_x_stride` has no attribute `blas_func`
[error] unresolved-attribute - :287:30 - Type `Self@test_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :291:16 - Type `Self@test_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :296:31 - Type `Self@test_x_and_y_stride` has no attribute `dtype`
[error] unresolved-attribute - :300:16 - Type `Self@test_x_and_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :305:31 - Type `Self@test_x_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :308:13 - Type `Self@test_x_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :311:31 - Type `Self@test_y_bad_size` has no attribute `dtype`
[error] unresolved-attribute - :314:13 - Type `Self@test_y_bad_size` has no attribute `blas_func`
[error] unresolved-attribute - :354:31 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :355:12 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :356:38 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :357:33 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :358:32 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :359:47 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :360:48 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :361:48 - Type `Self@get_data` has no attribute `dtype`
[error] unresolved-attribute - :367:13 - Type `Self@test_simple` has no attribute `blas_func`
[error] unresolved-attribute - :373:13 - Type `Self@test_default_beta_y` has no attribute `blas_func`
[error] unresolved-attribute - :379:13 - Type `Self@test_simple_transpose` has no attribute `blas_func`
[error] unresolved-attribute - :385:13 - Type `Self@test_simple_transpose_conj` has no attribute `blas_func`
[error] unresolved-attribute - :391:13 - Type `Self@test_x_stride` has no attribute `blas_func`
[error] unresolved-attribute - :397:13 - Type `Self@test_x_stride_transpose` has no attribute `blas_func`
[error] unresolved-attribute - :404:17 - Type `Self@test_x_stride_assert` has no attribute `blas_func`
[error] unresolved-attribute - :406:17 - Type `Self@test_x_stride_assert` has no attribute `blas_func`
[error] unresolved-attribute - :412:13 - Type `Self@test_y_stride` has no attribute `blas_func`
[error] unresolved-attribute - :419:13 - Type `Self@test_y_stride_transpose` has no attribute `blas_func`
[error] unresolved-attribute - :426:17 - Type `Self@test_y_stride_assert` has no attribute `blas_func`
[error] unresolved-attribute - :428:17 - Type `Self@test_y_stride_assert` has no attribute `blas_func`

scipy/odr/_odrpack.py

[error] unresolved-attribute - :606:45 - Type `Self@__init__` has no attribute `info`
[error] unresolved-attribute - :616:40 - Type `Self@pprint & <Protocol with members 'info'>` has no attribute `res_var`
[error] unresolved-attribute - :617:43 - Type `Self@pprint & <Protocol with members 'info'>` has no attribute `inv_condnum`
[error] unsupported-operator - :914:12 - Operator `%` is unsupported between objects of type `Unknown | None | int` and `Literal[10]`
[error] unsupported-operator - :1100:41 - Operator `//` is unsupported between objects of type `Unknown | None | int` and `Literal[10000]`
[warning] possibly-missing-attribute - :1149:21 - Attribute `work` on type `(Unknown & ~None) | Output` may be missing
[warning] possibly-missing-attribute - :1150:22 - Attribute `iwork` on type `(Unknown & ~None) | Output` may be missing

scipy/optimize/_differentiable_functions.py

[error] invalid-argument-type - :45:17 - Argument expression after ** must be a mapping type: Found `Unknown | None`
[error] call-non-callable - :92:16 - Object of type `None` is not callable
[error] invalid-argument-type - :96:34 - Argument expression after ** must be a mapping type: Found `Unknown | None`
[warning] possibly-missing-attribute - :337:22 - Attribute `astype` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :346:22 - Attribute `astype` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :376:17 - Attribute `update` on type `Unknown | None | csr_array` may be missing
[error] invalid-argument-type - :449:17 - Argument expression after ** must be a mapping type: Found `Unknown | None`
[error] call-non-callable - :491:18 - Object of type `None` is not callable
[error] invalid-argument-type - :498:31 - Argument expression after ** must be a mapping type: Found `Unknown | None`
[error] call-non-callable - :503:16 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :684:26 - Attribute `astype` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :691:26 - Attribute `astype` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :800:22 - Attribute `astype` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :336:33 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :345:33 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :683:37 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :690:37 - Attribute `asarray` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :799:33 - Attribute `asarray` on type `Unknown | ModuleType` may be missing

scipy/optimize/_nonlin.py

[warning] possibly-missing-attribute - :715:9 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[warning] possibly-missing-attribute - :716:9 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[error] invalid-argument-type - :718:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - :734:25 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - :734:34 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - :752:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] non-subscriptable - :753:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :754:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :763:19 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] non-subscriptable - :764:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :765:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :809:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[warning] possibly-missing-implicit-call - :826:13 - Method `__setitem__` of type `Unknown | list[Unknown] | None` may be missing
[warning] possibly-missing-implicit-call - :827:13 - Method `__setitem__` of type `Unknown | list[Unknown] | None` may be missing
[error] non-subscriptable - :829:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :830:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :927:36 - Attribute `svd_reduce` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :929:36 - Attribute `simple_reduce` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :931:36 - Attribute `restart_reduce` on type `Unknown | None | LowRankMatrix` may be missing
[error] unsupported-operator - :937:33 - Unary operator `-` is unsupported for type `Unknown | None`
[warning] possibly-missing-attribute - :943:13 - Attribute `matvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :947:20 - Attribute `matvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :951:16 - Attribute `solve` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :954:16 - Attribute `rmatvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :957:16 - Attribute `rsolve` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :962:13 - Attribute `rmatvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :963:18 - Attribute `matvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :966:9 - Attribute `append` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :1024:18 - Attribute `matvec` on type `Unknown | None | LowRankMatrix` may be missing
[warning] possibly-missing-attribute - :1026:9 - Attribute `append` on type `Unknown | None | LowRankMatrix` may be missing
[error] unsupported-operator - :1114:14 - Unary operator `-` is unsupported for type `Unknown | None`
[error] unsupported-operator - :1152:31 - Operator `*` is unsupported between objects of type `Unknown | int | float` and `Unknown | None`
[error] unsupported-operator - :1236:44 - Operator `/` is unsupported between objects of type `Literal[1]` and `Unknown | None`
[error] unsupported-operator - :1297:47 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Unknown | None`
[warning] possibly-missing-attribute - :1347:19 - Attribute `conj` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1350:19 - Attribute `conj` on type `Unknown | None` may be missing
[error] unsupported-operator - :1353:24 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Unknown | None`
[warning] possibly-missing-implicit-call - :1358:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] unsupported-operator - :1548:22 - Operator `*` is unsupported between objects of type `Unknown | None` and `Literal[1] | Unknown`
[error] call-non-callable - :1562:25 - Object of type `Literal["lgmres"]` is not callable
[error] call-non-callable - :1564:25 - Object of type `Literal["lgmres"]` is not callable

scipy/optimize/_root_scalar.py

[error] non-subscriptable - :50:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :56:16 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/optimize/_shgo.py

[warning] possibly-missing-attribute - :593:13 - Attribute `lower` on type `Unknown | str | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-attribute - :642:9 - Attribute `pop` on type `Unknown | str | dict[Unknown, Unknown] | None | dict[Unknown | str, Unknown | float]` may be missing
[warning] possibly-missing-attribute - :668:45 - Attribute `lower` on type `Unknown | str | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-attribute - :793:9 - Attribute `update` on type `Unknown | str | dict[Unknown, Unknown] | None` may be missing
[error] unsupported-operator - :798:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Unknown | str | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :800:21 - Attribute `pop` on type `Unknown | str | dict[Unknown, Unknown] | None` may be missing
[warning] possibly-missing-attribute - :843:16 - Attribute `_mapwrapper` on type `Unknown | VertexCacheField | VertexCacheIndex` may be missing
[error] unsupported-operator - :941:12 - Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
[error] unsupported-operator - :950:12 - Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | None`
[error] unsupported-operator - :957:13 - Operator `>=` is not supported for types `int` and `None`, in comparing `Unknown | int | float` with `Unknown | None`
[error] unsupported-operator - :981:19 - Operator `-` is unsupported between objects of type `(Unknown & ~None) | int | float` and `Unknown | None`
[error] invalid-argument-type - :981:58 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Unknown | None`
[error] unsupported-operator - :982:16 - Operator `<=` is not supported for types `int` and `None`, in comparing `(Unknown & ~None) | int | float` with `Unknown | None`
[warning] possibly-missing-attribute - :1086:9 - Attribute `process_pools` on type `Unknown | VertexCacheField | VertexCacheIndex` may be missing
[error] unsupported-operator - :1100:9 - Operator `+=` is unsupported between objects of type `Literal[0]` and `Unknown | None | int`
[warning] possibly-missing-attribute - :1141:9 - Attribute `process_pools` on type `Unknown | VertexCacheField | VertexCacheIndex` may be missing
[error] index-out-of-bounds - :1234:16 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] invalid-argument-type - :1495:33 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | tuple[Unknown, ...] | None`
[error] non-subscriptable - :1501:33 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/optimize/_shgo_lib/_complex.py

[error] parameter-already-assigned - :503:61 - Multiple values provided for parameter `bounds` of bound method `refine_local_space`
[error] parameter-already-assigned - :520:57 - Multiple values provided for parameter `bounds` of bound method `refine_local_space`

scipy/optimize/_trustregion_exact.py

[error] unsupported-operator - :295:42 - Operator `*` is unsupported between objects of type `(Unknown & ~Literal[0]) | None` and `Literal[0] | Unknown`
[error] unsupported-operator - :296:65 - Operator `-` is unsupported between objects of type `Literal[0] | Unknown` and `(Unknown & ~Literal[0]) | None`

scipy/optimize/_zeros_py.py

[error] call-non-callable - :1163:14 - Object of type `None` is not callable

scipy/optimize/tests/test__shgo.py

[error] non-subscriptable - :129:16 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :129:23 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :132:16 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :132:28 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :138:16 - Cannot subscript object of type `Self@g` with no `__getitem__` method
[error] non-subscriptable - :138:23 - Cannot subscript object of type `Self@g` with no `__getitem__` method
[error] non-subscriptable - :138:36 - Cannot subscript object of type `Self@g` with no `__getitem__` method
[error] non-subscriptable - :138:48 - Cannot subscript object of type `Self@g` with no `__getitem__` method
[error] non-subscriptable - :166:22 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :166:38 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :166:50 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :166:61 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :167:24 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :170:22 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :170:33 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :170:45 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :170:57 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :170:64 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :173:23 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :173:30 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :173:46 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :173:62 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :176:22 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :176:34 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :176:50 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :176:57 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :176:68 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :177:24 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :177:36 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :292:16 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :292:23 - Cannot subscript object of type `Self@g1` with no `__getitem__` method
[error] non-subscriptable - :295:18 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :295:25 - Cannot subscript object of type `Self@g2` with no `__getitem__` method
[error] non-subscriptable - :298:17 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :298:24 - Cannot subscript object of type `Self@g3` with no `__getitem__` method
[error] non-subscriptable - :301:19 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[error] non-subscriptable - :301:26 - Cannot subscript object of type `Self@g4` with no `__getitem__` method
[warning] possibly-missing-attribute - :1227:12 -
Old: Attribute `lower` on type `Unknown | str | dict[Unknown, Unknown]` may be missing
New: Attribute `lower` on type `Unknown | str | dict[Unknown, Unknown] | None` may be missing
[error] non-subscriptable - :1228:12 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/optimize/tests/test_least_squares.py

[error] unresolved-attribute - :191:53 - Type `Self@test_basic` has no attribute `method`
[error] unresolved-attribute - :202:44 - Type `Self@test_args_kwargs` has no attribute `method`
[error] unresolved-attribute - :204:44 - Type `Self@test_args_kwargs` has no attribute `method`
[error] unresolved-attribute - :210:48 - Type `Self@test_args_kwargs` has no attribute `method`
[error] unresolved-attribute - :212:56 - Type `Self@test_args_kwargs` has no attribute `method`
[error] unresolved-attribute - :218:67 - Type `Self@test_jac_options` has no attribute `method`
[error] unresolved-attribute - :222:30 - Type `Self@test_jac_options` has no attribute `method`
[error] unresolved-attribute - :227:40 - Type `Self@test_nfev_options` has no attribute `method`
[error] unresolved-attribute - :235:51 - Type `Self@test_x_scale_options` has no attribute `method`
[error] unresolved-attribute - :237:49 - Type `Self@test_x_scale_options` has no attribute `method`
[error] unresolved-attribute - :239:53 - Type `Self@test_x_scale_options` has no attribute `method`
[error] unresolved-attribute - :243:37 - Type `Self@test_diff_step` has no attribute `method`
[error] unresolved-attribute - :245:53 - Type `Self@test_diff_step` has no attribute `method`
[error] unresolved-attribute - :252:30 - Type `Self@test_incorrect_options_usage` has no attribute `method`
[error] unresolved-attribute - :254:30 - Type `Self@test_incorrect_options_usage` has no attribute `method`
[error] unresolved-attribute - :259:54 - Type `Self@test_full_result` has no attribute `method`
[error] unresolved-attribute - :267:12 - Type `Self@test_full_result` has no attribute `method`
[error] unresolved-attribute - :278:12 - Type `Self@test_full_result_single_fev` has no attribute `method`
[error] unresolved-attribute - :281:54 - Type `Self@test_full_result_single_fev` has no attribute `method`
[error] unresolved-attribute - :302:57 - Type `Self@test_nfev` has no attribute `method`
[error] unresolved-attribute - :316:65 - Type `Self@test_rosenbrock` has no attribute `method`
[error] unresolved-attribute - :321:12 - Type `Self@test_rosenbrock_cropped` has no attribute `method`
[error] unresolved-attribute - :331:49 - Type `Self@test_rosenbrock_cropped` has no attribute `method`
[error] unresolved-attribute - :336:35 - Type `Self@test_fun_wrong_dimensions` has no attribute `method`
[error] unresolved-attribute - :340:57 - Type `Self@test_jac_wrong_dimensions` has no attribute `method`
[error] unresolved-attribute - :345:54 - Type `Self@test_fun_and_jac_inconsistent_dimensions` has no attribute `method`
[error] unresolved-attribute - :350:30 - Type `Self@test_x0_multidimensional` has no attribute `method`
[error] unresolved-attribute - :355:30 - Type `Self@test_x0_complex_scalar` has no attribute `method`
[error] unresolved-attribute - :360:30 - Type `Self@test_x0_complex_array` has no attribute `method`
[error] unresolved-attribute - :369:12 - Type `Self@test_bvp` has no attribute `method`
[error] unresolved-attribute - :373:60 - Type `Self@test_bvp` has no attribute `method`
[error] unresolved-attribute - :382:30 - Type `Self@test_error_raised_when_all_tolerances_below_eps` has no attribute `method`
[error] unresolved-attribute - :385:12 - Type `Self@test_convergence_with_only_one_tolerance_enabled` has no attribute `method`
[error] unresolved-attribute - :394:40 - Type `Self@test_convergence_with_only_one_tolerance_enabled` has no attribute `method`
[error] unresolved-attribute - :400:57 - Type `Self@test_workers` has no attribute `method`
[error] unresolved-attribute - :405:42 - Type `Self@test_workers` has no attribute `method`
[error] unresolved-attribute - :410:42 - Type `Self@test_workers` has no attribute `method`
[error] unresolved-attribute - :423:50 - Type `Self@test_inconsistent` has no attribute `method`
[error] unresolved-attribute - :427:46 - Type `Self@test_infeasible` has no attribute `method`
[error] unresolved-attribute - :431:49 - Type `Self@test_wrong_number` has no attribute `method`
[error] unresolved-attribute - :435:56 - Type `Self@test_inconsistent_shape` has no attribute `method`
[error] unresolved-attribute - :438:58 - Type `Self@test_inconsistent_shape` has no attribute `method`
[error] unresolved-attribute - :443:60 - Type `Self@test_in_bounds` has no attribute `method`
[error] unresolved-attribute - :448:59 - Type `Self@test_in_bounds` has no attribute `method`
[error] unresolved-attribute - :467:44 - Type `Self@test_bounds_shape` has no attribute `method`
[error] unresolved-attribute - :471:44 - Type `Self@test_bounds_shape` has no attribute `method`
[error] unresolved-attribute - :476:28 - Type `Self@test_bounds_shape` has no attribute `method`
[error] unresolved-attribute - :522:44 - Type `Self@test_rosenbrock_bounds` has no attribute `method`
[error] unresolved-attribute - :530:49 - Type `Self@test_exact_tr_solver` has no attribute `method`
[error] unresolved-attribute - :533:30 - Type `Self@test_exact_tr_solver` has no attribute `method`
[error] unresolved-attribute - :540:20 - Type `Self@test_equivalence` has no attribute `method`
[error] unresolved-attribute - :543:20 - Type `Self@test_equivalence` has no attribute `method`
[error] unresolved-attribute - :551:56 - Type `Self@test_tr_options` has no attribute `method`
[error] unresolved-attribute - :558:48 - Type `Self@test_wrong_parameters` has no attribute `method`
[error] unresolved-attribute - :566:43 - Type `Self@test_solver_selection` has no attribute `method`
[error] unresolved-attribute - :568:42 - Type `Self@test_solver_selection` has no attribute `method`
[error] unresolved-attribute - :577:64 - Type `Self@test_numerical_jac` has no attribute `method`
[error] unresolved-attribute - :579:41 - Type `Self@test_numerical_jac` has no attribute `method`
[error] unresolved-attribute - :593:24 - Type `Self@test_with_bounds` has no attribute `method`
[error] unresolved-attribute - :596:24 - Type `Self@test_with_bounds` has no attribute `method`
[error] unresolved-attribute - :599:24 - Type `Self@test_with_bounds` has no attribute `method`
[error] unresolved-attribute - :608:53 - Type `Self@test_wrong_jac_sparsity` has no attribute `method`
[error] unresolved-attribute - :612:56 - Type `Self@test_linear_operator` has no attribute `method`
[error] unresolved-attribute - :615:30 - Type `Self@test_linear_operator` has no attribute `method`
[error] unresolved-attribute - :619:56 - Type `Self@test_x_scale_jac_scale` has no attribute `method`
[error] unresolved-attribute - :625:30 - Type `Self@test_x_scale_jac_scale` has no attribute `method`
[error] unresolved-attribute - :632:40 - Type `Self@test_options` has no attribute `method`
[error] unresolved-attribute - :636:44 - Type `Self@test_options` has no attribute `method`
[error] unresolved-attribute - :643:40 - Type `Self@test_fun` has no attribute `method`
[error] unresolved-attribute - :652:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :656:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :660:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :665:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :669:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :673:48 - Type `Self@test_grad` has no attribute `method`
[error] unresolved-attribute - :690:48 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :696:48 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :707:48 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :713:48 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :718:60 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :724:48 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :729:62 - Type `Self@test_jac` has no attribute `method`
[error] unresolved-attribute - :751:48 - Type `Self@test_robustness` has no attribute `method`
[error] unresolved-attribute - :758:32 - Type `Self@test_robustness` has no attribute `method`

scipy/optimize/tests/test_linprog.py

[error] unresolved-attribute - :384:49 - Type `Self@test_disp` has no attribute `method`
[error] unresolved-attribute - :396:31 - Type `Self@test_docstring_example` has no attribute `options`
[error] unresolved-attribute - :396:52 - Type `Self@test_docstring_example` has no attribute `method`
[error] unresolved-attribute - :407:30 - Type `Self@test_type_error` has no attribute `method`
[error] unresolved-attribute - :407:51 - Type `Self@test_type_error` has no attribute `options`
[error] unresolved-attribute - :418:30 - Type `Self@test_aliasing_b_ub` has no attribute `method`
[error] unresolved-attribute - :418:51 - Type `Self@test_aliasing_b_ub` has no attribute `options`
[error] unresolved-attribute - :431:30 - Type `Self@test_aliasing_b_eq` has no attribute `method`
[error] unresolved-attribute - :431:51 - Type `Self@test_aliasing_b_eq` has no attribute `options`
[error] unresolved-attribute - :445:30 - Type `Self@test_non_ndarray_args` has no attribute `method`
[error] unresolved-attribute - :445:51 - Type `Self@test_non_ndarray_args` has no attribute `options`
[error] unresolved-attribute - :456:28 - Type `Self@test_unknown_options` has no attribute `method`
[error] unresolved-attribute - :458:19 - Type `Self@test_unknown_options` has no attribute `options`
[error] unresolved-attribute - :458:48 - Type `Self@test_unknown_options` has no attribute `options`
[error] unresolved-attribute - :477:34 - Type `Self@test_integrality_without_highs` has no attribute `method`
[error] unresolved-attribute - :486:28 - Type `Self@test_invalid_inputs` has no attribute `method`
[error] unresolved-attribute - :486:49 - Type `Self@test_invalid_inputs` has no attribute `options`
[error] unresolved-attribute - :504:35 - Type `Self@test_invalid_inputs` has no attribute `options`
[error] unresolved-attribute - :505:17 - Type `Self@test_invalid_inputs` has no attribute `options`
[error] unresolved-attribute - :515:28 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :515:49 - Type `Self@test_sparse_constraints` has no attribute `options`
[error] unresolved-attribute - :528:12 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :530:61 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :533:32 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :533:53 - Type `Self@test_sparse_constraints` has no attribute `options`
[error] unresolved-attribute - :536:26 - Type `Self@test_sparse_constraints` has no attribute `options`
[error] unresolved-attribute - :537:16 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :541:34 - Type `Self@test_sparse_constraints` has no attribute `method`
[error] unresolved-attribute - :553:49 - Type `Self@test_maxiter` has no attribute `method`
[error] unresolved-attribute - :563:23 - Type `Self@test_bounds_fixed` has no attribute `options`
[error] unresolved-attribute - :566:30 - Type `Self@test_bounds_fixed` has no attribute `method`
[error] unresolved-attribute - :566:51 - Type `Self@test_bounds_fixed` has no attribute `options`
[error] unresolved-attribute - :572:30 - Type `Self@test_bounds_fixed` has no attribute `method`
[error] unresolved-attribute - :572:51 - Type `Self@test_bounds_fixed` has no attribute `options`
[error] unresolved-attribute - :578:30 - Type `Self@test_bounds_fixed` has no attribute `method`
[error] unresolved-attribute - :578:51 - Type `Self@test_bounds_fixed` has no attribute `options`
[error] unresolved-attribute - :585:30 - Type `Self@test_bounds_fixed` has no attribute `method`
[error] unresolved-attribute - :585:51 - Type `Self@test_bounds_fixed` has no attribute `options`
[error] unresolved-attribute - :595:23 - Type `Self@test_bounds_infeasible` has no attribute `options`
[error] unresolved-attribute - :597:51 - Type `Self@test_bounds_infeasible` has no attribute `method`
[error] unresolved-attribute - :597:72 - Type `Self@test_bounds_infeasible` has no attribute `options`
[error] unresolved-attribute - :602:53 - Type `Self@test_bounds_infeasible` has no attribute `method`
[error] unresolved-attribute - :602:74 - Type `Self@test_bounds_infeasible` has no attribute `options`
[error] unresolved-attribute - :608:30 - Type `Self@test_bounds_infeasible` has no attribute `method`
[error] unresolved-attribute - :608:51 - Type `Self@test_bounds_infeasible` has no attribute `options`
[error] unresolved-attribute - :622:23 - Type `Self@test_bounds_infeasible_2` has no attribute `options`
[error] unresolved-attribute - :623:56 - Type `Self@test_bounds_infeasible_2` has no attribute `method`
[error] unresolved-attribute - :632:38 - Type `Self@test_bounds_infeasible_2` has no attribute `method`
[error] unresolved-attribute - :632:59 - Type `Self@test_bounds_infeasible_2` has no attribute `options`
[error] unresolved-attribute - :644:34 - Type `Self@test_bounds_infeasible_2` has no attribute `method`
[error] unresolved-attribute - :644:55 - Type `Self@test_bounds_infeasible_2` has no attribute `options`
[error] unresolved-attribute - :649:34 - Type `Self@test_bounds_infeasible_2` has no attribute `method`
[error] unresolved-attribute - :649:55 - Type `Self@test_bounds_infeasible_2` has no attribute `options`
[error] unresolved-attribute - :656:33 - Type `Self@test_empty_constraint_1` has no attribute `method`
[error] unresolved-attribute - :656:54 - Type `Self@test_empty_constraint_1` has no attribute `options`
[error] unresolved-attribute - :663:30 - Type `Self@test_empty_constraint_2` has no attribute `method`
[error] unresolved-attribute - :663:51 - Type `Self@test_empty_constraint_2` has no attribute `options`
[error] unresolved-attribute - :666:12 - Type `Self@test_empty_constraint_2` has no attribute `options`
[error] unresolved-attribute - :673:30 - Type `Self@test_empty_constraint_3` has no attribute `method`
[error] unresolved-attribute - :673:51 - Type `Self@test_empty_constraint_3` has no attribute `options`
[error] unresolved-attribute - :685:30 - Type `Self@test_inequality_constraints` has no attribute `method`
[error] unresolved-attribute - :685:51 - Type `Self@test_inequality_constraints` has no attribute `options`
[error] unresolved-attribute - :698:30 - Type `Self@test_inequality_constraints2` has no attribute `method`
[error] unresolved-attribute - :698:51 - Type `Self@test_inequality_constraints2` has no attribute `options`
[error] unresolved-attribute - :705:30 - Type `Self@test_bounds_simple` has no attribute `method`
[error] unresolved-attribute - :705:51 - Type `Self@test_bounds_simple` has no attribute `options`
[error] unresolved-attribute - :710:30 - Type `Self@test_bounds_simple` has no attribute `method`
[error] unresolved-attribute - :710:51 - Type `Self@test_bounds_simple` has no attribute `options`
[error] unresolved-attribute - :719:30 - Type `Self@test_bounded_below_only_1` has no attribute `method`
[error] unresolved-attribute - :719:51 - Type `Self@test_bounded_below_only_1` has no attribute `options`
[error] unresolved-attribute - :728:30 - Type `Self@test_bounded_below_only_2` has no attribute `method`
[error] unresolved-attribute - :728:51 - Type `Self@test_bounded_below_only_2` has no attribute `options`
[error] unresolved-attribute - :737:30 - Type `Self@test_bounded_above_only_1` has no attribute `method`
[error] unresolved-attribute - :737:51 - Type `Self@test_bounded_above_only_1` has no attribute `options`
[error] unresolved-attribute - :746:30 - Type `Self@test_bounded_above_only_2` has no attribute `method`
[error] unresolved-attribute - :746:51 - Type `Self@test_bounded_above_only_2` has no attribute `options`
[error] unresolved-attribute - :755:30 - Type `Self@test_bounds_infinity` has no attribute `method`
[error] unresolved-attribute - :755:51 - Type `Self@test_bounds_infinity` has no attribute `options`
[error] unresolved-attribute - :769:30 - Type `Self@test_bounds_mixed` has no attribute `method`
[error] unresolved-attribute - :769:51 - Type `Self@test_bounds_mixed` has no attribute `options`
[error] unresolved-attribute - :778:30 - Type `Self@test_bounds_equal_but_infeasible` has no attribute `method`
[error] unresolved-attribute - :778:51 - Type `Self@test_bounds_equal_but_infeasible` has no attribute `options`
[error] unresolved-attribute - :787:30 - Type `Self@test_bounds_equal_but_infeasible2` has no attribute `method`
[error] unresolved-attribute - :787:51 - Type `Self@test_bounds_equal_but_infeasible2` has no attribute `options`
[error] unresolved-attribute - :800:19 - Type `Self@test_bounds_equal_no_presolve` has no attribute `options`
[error] unresolved-attribute - :800:48 - Type `Self@test_bounds_equal_no_presolve` has no attribute `options`
[error] unresolved-attribute - :804:30 - Type `Self@test_bounds_equal_no_presolve` has no attribute `method`
[error] unresolved-attribute - :819:30 - Type `Self@test_zero_column_1` has no attribute `method`
[error] unresolved-attribute - :819:51 - Type `Self@test_zero_column_1` has no attribute `options`
[error] unresolved-attribute - :823:12 - Type `Self@test_zero_column_2` has no attribute `method`
[error] unresolved-attribute - :840:30 - Type `Self@test_zero_column_2` has no attribute `method`
[error] unresolved-attribute - :840:51 - Type `Self@test_zero_column_2` has no attribute `options`
[error] unresolved-attribute - :843:12 - Type `Self@test_zero_column_2` has no attribute `options`
[error] unresolved-attribute - :843:66 - Type `Self@test_zero_column_2` has no attribute `method`
[error] unresolved-attribute - :854:30 - Type `Self@test_zero_row_1` has no attribute `method`
[error] unresolved-attribute - :854:51 - Type `Self@test_zero_row_1` has no attribute `options`
[error] unresolved-attribute - :862:30 - Type `Self@test_zero_row_2` has no attribute `method`
[error] unresolved-attribute - :862:51 - Type `Self@test_zero_row_2` has no attribute `options`
[error] unresolved-attribute - :873:30 - Type `Self@test_zero_row_3` has no attribute `method`
[error] unresolved-attribute - :873:51 - Type `Self@test_zero_row_3` has no attribute `options`
[error] unresolved-attribute - :877:12 - Type `Self@test_zero_row_3` has no attribute `options`
[error] unresolved-attribute - :888:30 - Type `Self@test_zero_row_4` has no attribute `method`
[error] unresolved-attribute - :888:51 - Type `Self@test_zero_row_4` has no attribute `options`
[error] unresolved-attribute - :892:12 - Type `Self@test_zero_row_4` has no attribute `options`
[error] unresolved-attribute - :900:30 - Type `Self@test_singleton_row_eq_1` has no attribute `method`
[error] unresolved-attribute - :900:51 - Type `Self@test_singleton_row_eq_1` has no attribute `options`
[error] unresolved-attribute - :904:12 - Type `Self@test_singleton_row_eq_1` has no attribute `options`
[error] unresolved-attribute - :912:30 - Type `Self@test_singleton_row_eq_2` has no attribute `method`
[error] unresolved-attribute - :912:51 - Type `Self@test_singleton_row_eq_2` has no attribute `options`
[error] unresolved-attribute - :921:30 - Type `Self@test_singleton_row_ub_1` has no attribute `method`
[error] unresolved-attribute - :921:51 - Type `Self@test_singleton_row_ub_1` has no attribute `options`
[error] unresolved-attribute - :925:12 - Type `Self@test_singleton_row_ub_1` has no attribute `options`
[error] unresolved-attribute - :934:30 - Type `Self@test_singleton_row_ub_2` has no attribute `method`
[error] unresolved-attribute - :934:51 - Type `Self@test_singleton_row_ub_2` has no attribute `options`
[error] unresolved-attribute - :945:30 - Type `Self@test_infeasible` has no attribute `method`
[error] unresolved-attribute - :945:51 - Type `Self@test_infeasible` has no attribute `options`
[error] unresolved-attribute - :954:30 - Type `Self@test_infeasible_inequality_bounds` has no attribute `method`
[error] unresolved-attribute - :954:51 - Type `Self@test_infeasible_inequality_bounds` has no attribute `options`
[error] unresolved-attribute - :958:12 - Type `Self@test_infeasible_inequality_bounds` has no attribute `options`
[error] unresolved-attribute - :968:30 - Type `Self@test_unbounded` has no attribute `method`
[error] unresolved-attribute - :968:51 - Type `Self@test_unbounded` has no attribute `options`
[error] unresolved-attribute - :975:19 - Type `Self@test_unbounded_below_no_presolve_corrected` has no attribute `options`
[error] unresolved-attribute - :975:48 - Type `Self@test_unbounded_below_no_presolve_corrected` has no attribute `options`
[error] unresolved-attribute - :979:30 - Type `Self@test_unbounded_below_no_presolve_corrected` has no attribute `method`
[error] unresolved-attribute - :981:12 - Type `Self@test_unbounded_below_no_presolve_corrected` has no attribute `method`
[error] unresolved-attribute - :1000:30 - Type `Self@test_unbounded_no_nontrivial_constraints_1` has no attribute `method`
[error] unresolved-attribute - :1000:51 - Type `Self@test_unbounded_no_nontrivial_constraints_1` has no attribute `options`
[error] unresolved-attribute - :1002:16 - Type `Self@test_unbounded_no_nontrivial_constraints_1` has no attribute `method`
[error] unresolved-attribute - :1020:30 - Type `Self@test_unbounded_no_nontrivial_constraints_2` has no attribute `method`
[error] unresolved-attribute - :1020:51 - Type `Self@test_unbounded_no_nontrivial_constraints_2` has no attribute `options`
[error] unresolved-attribute - :1022:16 - Type `Self@test_unbounded_no_nontrivial_constraints_2` has no attribute `method`
[error] unresolved-attribute - :1036:30 - Type `Self@test_cyclic_recovery` has no attribute `method`
[error] unresolved-attribute - :1036:51 - Type `Self@test_cyclic_recovery` has no attribute `options`
[error] unresolved-attribute - :1049:39 - Type `Self@test_cyclic_bland` has no attribute `options`
[error] unresolved-attribute - :1053:30 - Type `Self@test_cyclic_bland` has no attribute `method`
[error] unresolved-attribute - :1055:12 - Type `Self@test_cyclic_bland` has no attribute `method`
[error] unresolved-attribute - :1055:45 - Type `Self@test_cyclic_bland` has no attribute `options`
[error] unresolved-attribute - :1078:34 - Type `Self@test_remove_redundancy_infeasibility` has no attribute `method`
[error] unresolved-attribute - :1078:55 - Type `Self@test_remove_redundancy_infeasibility` has no attribute `options`
[error] unresolved-attribute - :1090:30 - Type `Self@test_nontrivial_problem` has no attribute `method`
[error] unresolved-attribute - :1090:51 - Type `Self@test_nontrivial_problem` has no attribute `options`
[error] unresolved-attribute - :1105:34 - Type `Self@test_lpgen_problem` has no attribute `method`
[error] unresolved-attribute - :1105:55 - Type `Self@test_lpgen_problem` has no attribute `options`
[error] unresolved-attribute - :1127:34 - Type `Self@test_network_flow` has no attribute `method`
[error] unresolved-attribute - :1127:55 - Type `Self@test_network_flow` has no attribute `options`
[error] unresolved-attribute - :1161:34 - Type `Self@test_network_flow_limited_capacity` has no attribute `method`
[error] unresolved-attribute - :1161:55 - Type `Self@test_network_flow_limited_capacity` has no attribute `options`
[error] unresolved-attribute - :1172:30 - Type `Self@test_simplex_algorithm_wikipedia_example` has no attribute `method`
[error] unresolved-attribute - :1172:51 - Type `Self@test_simplex_algorithm_wikipedia_example` has no attribute `options`
[error] unresolved-attribute - :1190:30 - Type `Self@test_enzo_example` has no attribute `method`
[error] unresolved-attribute - :1190:51 - Type `Self@test_enzo_example` has no attribute `options`
[error] unresolved-attribute - :1209:34 - Type `Self@test_enzo_example_b` has no attribute `method`
[error] unresolved-attribute - :1209:55 - Type `Self@test_enzo_example_b` has no attribute `options`
[error] unresolved-attribute - :1221:30 - Type `Self@test_enzo_example_c_with_degeneracy` has no attribute `method`
[error] unresolved-attribute - :1221:51 - Type `Self@test_enzo_example_c_with_degeneracy` has no attribute `options`
[error] unresolved-attribute - :1238:30 - Type `Self@test_enzo_example_c_with_unboundedness` has no attribute `method`
[error] unresolved-attribute - :1238:51 - Type `Self@test_enzo_example_c_with_unboundedness` has no attribute `options`
[error] unresolved-attribute - :1249:19 - Type `Self@test_enzo_example_c_with_infeasibility` has no attribute `options`
[error] unresolved-attribute - :1249:48 - Type `Self@test_enzo_example_c_with_infeasibility` has no attribute `options`
[error] unresolved-attribute - :1253:30 - Type `Self@test_enzo_example_c_with_infeasibility` has no attribute `method`
[error] unresolved-attribute - :1269:30 - Type `Self@test_basic_artificial_vars` has no attribute `method`
[error] unresolved-attribute - :1269:51 - Type `Self@test_basic_artificial_vars` has no attribute `options`
[error] unresolved-attribute - :1277:45 - Type `Self@test_optimize_result` has no attribute `method`
[error] unresolved-attribute - :1277:66 - Type `Self@test_optimize_result` has no attribute `options`
[error] unresolved-attribute - :1281:27 - Type `Self@test_optimize_result` has no attribute `method`
[error] unresolved-attribute - :1349:34 - Type `Self@test_bug_5400` has no attribute `method`
[error] unresolved-attribute - :1349:55 - Type `Self@test_bug_5400` has no attribute `options`
[error] unresolved-attribute - :1369:30 - Type `Self@test_bug_6139` has no attribute `method`
[error] unresolved-attribute - :1369:51 - Type `Self@test_bug_6139` has no attribute `options`
[error] unresolved-attribute - :1408:34 - Type `Self@test_bug_6690` has no attribute `method`
[error] unresolved-attribute - :1408:55 - Type `Self@test_bug_6690` has no attribute `options`
[error] unresolved-attribute - :1433:34 - Type `Self@test_bug_7044` has no attribute `method`
[error] unresolved-attribute - :1433:55 - Type `Self@test_bug_7044` has no attribute `options`
[error] unresolved-attribute - :1478:30 - Type `Self@test_bug_7237` has no attribute `method`
[error] unresolved-attribute - :1478:51 - Type `Self@test_bug_7237` has no attribute `options`
[error] unresolved-attribute - :1498:34 - Type `Self@test_bug_8174` has no attribute `method`
[error] unresolved-attribute - :1498:55 - Type `Self@test_bug_8174` has no attribute `options`
[error] unresolved-attribute - :1500:12 - Type `Self@test_bug_8174` has no attribute `options`
[error] unresolved-attribute - :1500:54 - Type `Self@test_bug_8174` has no attribute `method`
[error] unresolved-attribute - :1527:34 - Type `Self@test_bug_8174_2` has no attribute `method`
[error] unresolved-attribute - :1527:55 - Type `Self@test_bug_8174_2` has no attribute `options`
[error] unresolved-attribute - :1543:56 - Type `Self@test_bug_8561` has no attribute `options`
[error] unresolved-attribute - :1544:30 - Type `Self@test_bug_8561` has no attribute `method`
[error] unresolved-attribute - :1566:35 - Type `Self@test_bug_8662` has no attribute `method`
[error] unresolved-attribute - :1566:56 - Type `Self@test_bug_8662` has no attribute `options`
[error] unresolved-attribute - :1580:35 - Type `Self@test_bug_8662` has no attribute `method`
[error] unresolved-attribute - :1580:56 - Type `Self@test_bug_8662` has no attribute `options`
[error] unresolved-attribute - :1593:30 - Type `Self@test_bug_8663` has no attribute `method`
[error] unresolved-attribute - :1593:51 - Type `Self@test_bug_8663` has no attribute `options`
[error] unresolved-attribute - :1610:34 - Type `Self@test_bug_8664` has no attribute `method`
[error] unresolved-attribute - :1610:55 - Type `Self@test_bug_8664` has no attribute `options`
[error] unresolved-attribute - :1624:30 - Type `Self@test_bug_8973` has no attribute `method`
[error] unresolved-attribute - :1624:51 - Type `Self@test_bug_8973` has no attribute `options`
[error] unresolved-attribute - :1643:30 - Type `Self@test_bug_8973_2` has no attribute `method`
[error] unresolved-attribute - :1643:51 - Type `Self@test_bug_8973_2` has no attribute `options`
[error] unresolved-attribute - :1660:18 - Type `Self@test_bug_10124` has no attribute `options`
[error] unresolved-attribute - :1662:30 - Type `Self@test_bug_10124` has no attribute `method`
[error] unresolved-attribute - :1682:34 - Type `Self@test_bug_10349` has no attribute `method`
[error] unresolved-attribute - :1682:55 - Type `Self@test_bug_10349` has no attribute `options`
[error] unresolved-attribute - :1711:16 - Type `Self@test_bug_10466` has no attribute `method`
[error] unresolved-attribute - :1713:18 - Type `Self@test_bug_10466` has no attribute `options`
[error] unresolved-attribute - :1734:34 - Type `Self@test_bug_10466` has no attribute `method`
[error] unresolved-attribute - :1795:43 - Type `Self@test_callback` has no attribute `method`
[error] unresolved-attribute - :1796:55 - Type `Self@test_callback` has no attribute `method`
[error] unresolved-attribute - :1811:31 - Type `Self@test_invalid_option_values` has no attribute `method`
[error] unresolved-attribute - :1812:24 - Type `Self@test_invalid_option_values` has no attribute `options`
[error] unresolved-attribute - :1820:45 - Type `Self@test_crossover` has no attribute `method`
[error] unresolved-attribute - :1820:66 - Type `Self@test_crossover` has no attribute `options`
[error] unresolved-attribute - :1822:46 - Type `Self@test_crossover` has no attribute `method`
[error] unresolved-attribute - :1830:45 - Type `Self@test_marginals` has no attribute `method`
[error] unresolved-attribute - :1830:66 - Type `Self@test_marginals` has no attribute `options`
[error] unresolved-attribute - :1836:35 - Type `Self@test_marginals` has no attribute `method`
[error] unresolved-attribute - :1844:35 - Type `Self@test_marginals` has no attribute `method`
[error] unresolved-attribute - :1853:35 - Type `Self@test_marginals` has no attribute `method`
[error] unresolved-attribute - :1866:35 - Type `Self@test_marginals` has no attribute `method`
[error] unresolved-attribute - :1878:45 - Type `Self@test_dual_feasibility` has no attribute `method`
[error] unresolved-attribute - :1878:66 - Type `Self@test_dual_feasibility` has no attribute `options`
[error] unresolved-attribute - :1892:45 - Type `Self@test_complementary_slackness` has no attribute `method`
[error] unresolved-attribute - :1892:66 - Type `Self@test_complementary_slackness` has no attribute `options`
[error] invalid-argument-type - :2563:45 - Argument to function `test_bug_6139` is incorrect: Expected `LinprogCommonTests`, found `Self@test_bug_6139`

scipy/optimize/tests/test_optimize.py

[error] unresolved-attribute - :162:12 - Type `Self@test_cg` has no attribute `use_wrapper`
[error] unresolved-attribute - :163:54 - Type `Self@test_cg` has no attribute `disp`
[error] unresolved-attribute - :173:62 - Type `Self@test_cg` has no attribute `disp`
[error] unresolved-attribute - :204:12 - Type `Self@test_bfgs` has no attribute `use_wrapper`
[error] unresolved-attribute - :205:54 - Type `Self@test_bfgs` has no attribute `disp`
[error] unresolved-attribute - :217:64 - Type `Self@test_bfgs` has no attribute `disp`
[error] unresolved-attribute - :242:29 - Type `Self@test_bfgs_hess_inv0_neg` has no attribute `disp`
[error] unresolved-attribute - :254:29 - Type `Self@test_bfgs_hess_inv0_semipos` has no attribute `disp`
[error] unresolved-attribute - :262:25 - Type `Self@test_bfgs_hess_inv0_sanity` has no attribute `disp`
[error] unresolved-attribute - :266:55 - Type `Self@test_bfgs_hess_inv0_sanity` has no attribute `disp`
[error] unresolved-attribute - :278:16 - Type `Self@test_bfgs_infinite` has no attribute `use_wrapper`
[error] unresolved-attribute - :279:33 - Type `Self@test_bfgs_infinite` has no attribute `disp`
[error] unresolved-attribute - :283:63 - Type `Self@test_bfgs_infinite` has no attribute `disp`
[error] unresolved-attribute - :327:12 - Type `Self@test_powell` has no attribute `use_wrapper`
[error] unresolved-attribute - :328:54 - Type `Self@test_powell` has no attribute `disp`
[error] unresolved-attribute - :338:66 - Type `Self@test_powell` has no attribute `disp`
[error] unresolved-attribute - :370:12 - Type `Self@test_powell_gh14014` has no attribute `use_wrapper`
[error] unresolved-attribute - :371:54 - Type `Self@test_powell_gh14014` has no attribute `disp`
[error] unresolved-attribute - :381:66 - Type `Self@test_powell_gh14014` has no attribute `disp`
[error] non-subscriptable - :386:25 - Cannot subscript object of type `_local` with no `__getitem__` method
[error] unresolved-attribute - :398:12 - Type `Self@test_powell_bounded` has no attribute `use_wrapper`
[error] unresolved-attribute - :399:54 - Type `Self@test_powell_bounded` has no attribute `disp`
[error] unresolved-attribute - :421:12 - Type `Self@test_neldermead` has no attribute `use_wrapper`
[error] unresolved-attribute - :422:54 - Type `Self@test_neldermead` has no attribute `disp`
[error] unresolved-attribute - :432:59 - Type `Self@test_neldermead` has no attribute `disp`
[error] unresolved-attribute - :457:12 - Type `Self@test_neldermead_initial_simplex` has no attribute `use_wrapper`
[error] unresolved-attribute - :504:16 - Type `Self@test_neldermead_initial_simplex_bad` has no attribute `use_wrapper`
[error] unresolved-attribute - :572:12 - Type `Self@test_ncg` has no attribute `use_wrapper`
[error] unresolved-attribute - :573:54 - Type `Self@test_ncg` has no attribute `disp`
[error] unresolved-attribute - :581:64 - Type `Self@test_ncg` has no attribute `disp`
[error] unresolved-attribute - :605:12 - Type `Self@test_ncg_hess` has no attribute `use_wrapper`
[error] unresolved-attribute - :606:54 - Type `Self@test_ncg_hess` has no attribute `disp`
[error] unresolved-attribute - :616:64 - Type `Self@test_ncg_hess` has no attribute `disp`
[error] unresolved-attribute - :639:12 - Type `Self@test_ncg_hessp` has no attribute `use_wrapper`
[error] unresolved-attribute - :640:54 - Type `Self@test_ncg_hessp` has no attribute `disp`
[error] unresolved-attribute - :650:64 - Type `Self@test_ncg_hessp` has no attribute `disp`
[error] unresolved-attribute - :673:12 - Type `Self@test_cobyqa` has no attribute `use_wrapper`
[error] unresolved-attribute - :678:59 - Type `Self@test_cobyqa` has no attribute `disp`

scipy/signal/_ltisys.py

[error] unresolved-attribute - :101:20 - Type `Self@_as_ss & ~StateSpace` has no attribute `to_ss`
[error] unresolved-attribute - :115:20 - Type `Self@_as_zpk & ~ZerosPolesGain` has no attribute `to_zpk`
[error] unresolved-attribute - :129:20 - Type `Self@_as_tf & ~TransferFunction` has no attribute `to_tf`

scipy/signal/tests/test_signaltools.py

[error] unresolved-attribute - :1827:12 - Type `Self@convert_dtype` has no attribute `dtype`
[error] unresolved-attribute - :1829:39 - Type `Self@convert_dtype` has no attribute `dtype`
[error] unresolved-attribute - :1833:26 - Type `Self@convert_dtype` has no attribute `type`
[error] unresolved-attribute - :1836:34 - Type `Self@convert_dtype` has no attribute `dtype`
[error] unresolved-attribute - :1837:36 - Type `Self@convert_dtype` has no attribute `dtype`
[error] unresolved-attribute - :1838:27 - Type `Self@convert_dtype` has no attribute `dtype`
[error] unresolved-attribute - :2192:41 - Type `Self@test_empty_zi` has no attribute `dtype`
[error] unresolved-attribute - :2193:43 - Type `Self@test_empty_zi` has no attribute `dtype`
[error] unresolved-attribute - :2194:34 - Type `Self@test_empty_zi` has no attribute `dtype`
[error] unresolved-attribute - :2239:33 - Type `Self@test_lfiltic_bad_zi` has no attribute `dtype`

scipy/sparse/_base.py

[error] unresolved-attribute - :246:12 - Type `Self@astype` has no attribute `dtype`
[error] unresolved-attribute - :273:12 - Type `Self@_asfptype` has no attribute `dtype`
[error] unresolved-attribute - :277:20 - Type `Self@_asfptype` has no attribute `dtype`
[error] unresolved-attribute - :281:35 - Type `Self@_asfptype` has no attribute `dtype`
[error] non-subscriptable - :286:19 - Cannot subscript object of type `Self@__iter__` with no `__getitem__` method
[error] unresolved-attribute - :407:61 - Type `Self@__repr__` has no attribute `dtype`
[error] unresolved-attribute - :497:24 - Type `Self@multiply` has no attribute `_multiply_2d_with_broadcasting`
[error] unresolved-attribute - :521:32 - Type `Self@multiply` has no attribute `data`
[error] unresolved-attribute - :521:49 - Type `Self@multiply` has no attribute `coords`
[error] unknown-argument - :634:55 - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unresolved-attribute - :938:28 - Type `Self@_divide` has no attribute `dtype`
[error] unresolved-attribute - :944:35 - Type `Self@_divide` has no attribute `dtype`
[error] unresolved-attribute - :946:37 - Type `Self@_divide` has no attribute `dtype`
[error] unresolved-attribute - :962:28 - Type `Self@_divide` has no attribute `dtype`
[error] unresolved-attribute - :1044:26 - Type `Self@conjugate` has no attribute `dtype`
[error] unresolved-attribute - :1097:64 - Type `Self@_getcol` has no attribute `dtype`
[error] unresolved-attribute - :1116:64 - Type `Self@_getrow` has no attribute `dtype`
[error] unknown-argument - :1269:37 - Argument `copy` does not match any known parameter of bound method `__init__`
[error] unresolved-attribute - :1312:35 - Type `Self@sum` has no attribute `dtype`
[error] unresolved-attribute - :1333:20 - Type `Self@sum` has no attribute `_sum_nd`
[error] unresolved-attribute - :1387:35 - Type `Self@mean` has no attribute `dtype`
[error] unresolved-attribute - :1388:35 - Type `Self@mean` has no attribute `dtype`
[error] unresolved-attribute - :1391:51 - Type `Self@mean` has no attribute `dtype`
[error] invalid-assignment - :1477:21 - Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1483:21 - Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1489:21 - Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
[error] invalid-assignment - :1495:21 - Cannot assign to object of type `Self@_setdiag` with no `__setitem__` method
[error] unresolved-attribute - :1502:56 - Type `Self@_process_toarray_args` has no attribute `dtype`
[error] unresolved-attribute - :1508:47 - Type `Self@_process_toarray_args` has no attribute `dtype`

scipy/sparse/_compressed.py

[error] unresolved-attribute - :47:24 - Type `Self@__init__` has no attribute `_swap`
[error] unresolved-attribute - :58:53 - Type `Self@__init__` has no attribute `_swap`
[error] unresolved-attribute - :96:45 - Type `Self@__init__` has no attribute `_swap`
[error] unresolved-attribute - :110:39 - Type `Self@__init__` has no attribute `_swap`
[error] unresolved-attribute - :128:23 - Type `Self@_getnnz` has no attribute `_swap`
[error] unresolved-attribute - :129:20 - Type `Self@_getnnz` has no attribute `_swap`
[error] unresolved-attribute - :150:19 - Type `Self@count_nonzero` has no attribute `_swap`
[error] unresolved-attribute - :152:20 - Type `Self@count_nonzero` has no attribute `_swap`
[error] unresolved-attribute - :192:16 - Type `Self@check_format` has no attribute `_swap`
[error] unresolved-attribute - :250:17 - Type `Self@_add_dense` has no attribute `_swap`
[error] unresolved-attribute - :253:16 - Type `Self@_add_dense` has no attribute `_swap`
[error] unresolved-attribute - :435:16 - Type `Self@_matmul_sparse` has no attribute `_swap`
[error] unresolved-attribute - :436:16 - Type `Self@_matmul_sparse` has no attribute `_swap`
[error] unresolved-attribute - :477:16 - Type `Self@diagonal` has no attribute `_swap`
[error] unresolved-attribute - :478:16 - Type `Self@diagonal` has no attribute `_swap`
[error] unresolved-attribute - :499:25 - Type `Self@sum & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - :543:16 - Type `Self@_get_intXint` has no attribute `_swap`
[error] unresolved-attribute - :544:24 - Type `Self@_get_intXint` has no attribute `_swap`
[error] unresolved-attribute - :551:24 - Type `Self@_get_sliceXslice` has no attribute `_swap`
[error] unresolved-attribute - :559:16 - Type `Self@_get_arrayXarray` has no attribute `_swap`
[error] unresolved-attribute - :560:24 - Type `Self@_get_arrayXarray` has no attribute `_swap`
[error] unresolved-attribute - :573:24 - Type `Self@_get_columnXarray` has no attribute `_swap`
[error] unresolved-attribute - :582:13 - Type `Self@_major_index_fancy` has no attribute `_swap`
[error] unresolved-attribute - :584:21 - Type `Self@_major_index_fancy` has no attribute `_swap`
[error] unresolved-attribute - :614:16 - Type `Self@_major_slice` has no attribute `_swap`
[error] unresolved-attribute - :617:21 - Type `Self@_major_slice` has no attribute `_swap`
[error] unresolved-attribute - :657:16 - Type `Self@_minor_index_fancy` has no attribute `_swap`
[error] unresolved-attribute - :659:21 - Type `Self@_minor_index_fancy` has no attribute `_swap`
[error] unresolved-attribute - :693:16 - Type `Self@_minor_slice` has no attribute `_swap`
[error] unresolved-attribute - :697:35 - Type `Self@_minor_slice` has no attribute `_swap`
[error] unresolved-attribute - :708:16 - Type `Self@_get_submatrix` has no attribute `_swap`
[error] unresolved-attribute - :718:17 - Type `Self@_get_submatrix` has no attribute `_swap`
[error] unresolved-attribute - :725:16 - Type `Self@_set_intXint` has no attribute `_swap`
[error] unresolved-attribute - :729:16 - Type `Self@_set_arrayXarray` has no attribute `_swap`
[error] unresolved-attribute - :734:26 - Type `Self@_set_arrayXarray_sparse` has no attribute `_swap`
[error] unresolved-attribute - :754:16 - Type `Self@_set_arrayXarray_sparse` has no attribute `_swap`
[error] unresolved-attribute - :791:16 - Type `Self@_setdiag` has no attribute `_swap`
[error] unresolved-attribute - :792:16 - Type `Self@_setdiag` has no attribute `_swap`
[error] unresolved-attribute - :822:45 - Type `Self@_setdiag` has no attribute `_swap`
[error] unresolved-attribute - :826:16 - Type `Self@_prepare_indices` has no attribute `_swap`
[error] unresolved-attribute - :981:32 - Type `Self@tocoo` has no attribute `_swap`
[error] unresolved-attribute - :985:18 - Type `Self@tocoo` has no attribute `_swap`
[error] unresolved-attribute - :995:21 - Type `Self@toarray` has no attribute `_swap`
[error] unresolved-attribute - :1021:16 - Type `Self@eliminate_zeros` has no attribute `_swap`
[error] unresolved-attribute - :1063:16 - Type `Self@sum_duplicates` has no attribute `_swap`
[error] unresolved-attribute - :1112:21 - Type `Self@prune` has no attribute `_swap`
[error] not-iterable - :1128:22 - Object of type `object` is not iterable
[error] unresolved-attribute - :1136:28 - Type `Self@resize & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - :1137:20 - Type `Self@resize & ~<Protocol with members 'blocksize'>` has no attribute `_swap`
[error] unresolved-attribute - :1200:16 - Type `Self@_binopt` has no attribute `_swap`
[error] unresolved-attribute - :1274:16 - Type `Self@_broadcast_to` has no attribute `_swap`
[error] unresolved-attribute - :1275:18 - Type `Self@_broadcast_to` has no attribute `_swap`

scipy/sparse/_data.py

[error] call-non-callable - :34:13 - Object of type `object` is not callable
[error] unresolved-attribute - :38:16 - Type `Self@__abs__` has no attribute `_with_data`
[error] unresolved-attribute - :41:16 - Type `Self@__round__` has no attribute `_with_data`
[error] unresolved-attribute - :44:16 - Type `Self@_real` has no attribute `_with_data`
[error] unresolved-attribute - :47:16 - Type `Self@_imag` has no attribute `_with_data`
[error] unresolved-attribute - :53:16 - Type `Self@__neg__` has no attribute `_with_data`
[error] unresolved-attribute - :72:22 - Type `Self@astype` has no attribute `_with_data`
[error] unresolved-attribute - :86:20 - Type `Self@conjugate` has no attribute `_with_data`
[error] unresolved-attribute - :95:16 - Type `Self@copy` has no attribute `_with_data`
[error] unresolved-attribute - :128:16 - Type `Self@power` has no attribute `_with_data`
[error] unresolved-attribute - :135:16 - Type `Self@_mul_scalar` has no attribute `_with_data`
[error] unresolved-attribute - :176:13 - Type `Self@_min_or_max_axis` has no attribute `shape`
[error] unresolved-attribute - :177:13 - Type `Self@_min_or_max_axis` has no attribute `shape`
[error] unresolved-attribute - :178:21 - Type `Self@_min_or_max_axis` has no attribute `_get_index_dtype`
[error] unresolved-attribute - :180:15 - Type `Self@_min_or_max_axis` has no attribute `tocsc`
[error] unresolved-attribute - :180:46 - Type `Self@_min_or_max_axis` has no attribute `tocsr`
[error] unresolved-attribute - :195:20 - Type `Self@_min_or_max_axis & sparray` has no attribute `_coo_container`
[error] unresolved-attribute - :195:76 - Type `Self@_min_or_max_axis & sparray` has no attribute `dtype`
[error] unresolved-attribute - :198:20 - Type `Self@_min_or_max_axis & ~sparray` has no attribute `_coo_container`
[error] unresolved-attribute - :200:23 - Type `Self@_min_or_max_axis & ~sparray` has no attribute `dtype`
[error] unresolved-attribute - :203:20 - Type `Self@_min_or_max_axis & ~sparray` has no attribute `_coo_container`
[error] unresolved-attribute - :205:23 - Type `Self@_min_or_max_axis & ~sparray` has no attribute `dtype`
[error] unresolved-attribute - :212:40 - Type `Self@_min_or_max` has no attribute `ndim`
[error] unresolved-attribute - :215:21 - Type `Self@_min_or_max` has no attribute `shape`
[error] unresolved-attribute - :218:20 - Type `Self@_min_or_max` has no attribute `dtype`
[error] unresolved-attribute - :219:16 - Type `Self@_min_or_max` has no attribute `nnz`
[error] unresolved-attribute - :221:35 - Type `Self@_min_or_max` has no attribute `_deduped_data`
[error] unresolved-attribute - :222:16 - Type `Self@_min_or_max` has no attribute `nnz`
[error] unresolved-attribute - :222:38 - Type `Self@_min_or_max` has no attribute `shape`
[error] unresolved-attribute - :226:16 - Type `Self@_min_or_max` has no attribute `shape`
[error] unresolved-attribute - :229:12 - Type `Self@_min_or_max` has no attribute `ndim`
[error] unresolved-attribute - :232:16 - Type `Self@_min_or_max` has no attribute `_min_or_max_axis_nd`
[error] unresolved-attribute - :235:16 - Type `Self@_argminmax_axis` has no attribute `dtype`
[error] unresolved-attribute - :237:15 - Type `Self@_argminmax_axis` has no attribute `tocsc`
[error] unresolved-attribute - :237:46 - Type `Self@_argminmax_axis` has no attribute `tocsr`
[error] unresolved-attribute - :269:16 - Type `Self@_argminmax_axis & ~sparray` has no attribute `_ascontainer`
[error] unresolved-attribute - :276:40 - Type `Self@_argminmax` has no attribute `ndim`
[error] unresolved-attribute - :279:20 - Type `Self@_argminmax` has no attribute `shape`
[error] unresolved-attribute - :283:16 - Type `Self@_argminmax` has no attribute `ndim`
[error] unresolved-attribute - :286:20 - Type `Self@_argminmax` has no attribute `_argminmax_axis_nd`
[error] unresolved-attribute - :288:17 - Type `Self@_argminmax` has no attribute `shape`
[error] unresolved-attribute - :292:12 - Type `Self@_argminmax` has no attribute `nnz`
[error] unresolved-attribute - :299:16 - Type `Self@_argminmax` has no attribute `dtype`
[error] unresolved-attribute - :300:15 - Type `Self@_argminmax` has no attribute `tocoo`
[error] unresolved-attribute - :313:28 - Type `Self@_argminmax` has no attribute `shape`

scipy/sparse/_index.py

[error] unresolved-attribute - :30:57 - Type `Self@__getitem__` has no attribute `shape`
[error] unresolved-attribute - :30:69 - Type `Self@__getitem__` has no attribute `format`
[error] unresolved-attribute - :33:33 - Type `Self@__getitem__` has no attribute `format`
[error] unresolved-attribute - :54:73 - Type `Self@__getitem__ & sparray` has no attribute `dtype`
[error] unresolved-attribute - :56:75 - Type `Self@__getitem__ & sparray` has no attribute `dtype`
[error] unresolved-attribute - :79:27 - Type `Self@__getitem__` has no attribute `copy`
[error] too-many-positional-arguments - :102:42 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unknown-argument - :102:68 - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unresolved-attribute - :102:74 - Type `Self@__getitem__` has no attribute `dtype`
[warning] possibly-missing-attribute - :108:60 - Attribute `ndim` on type `Unknown | IndexMixin` may be missing
[warning] possibly-missing-attribute - :115:40 - Attribute `shape` on type `Unknown | IndexMixin` may be missing
[warning] possibly-missing-attribute - :115:55 - Attribute `reshape` on type `Unknown | IndexMixin` may be missing
[warning] possibly-missing-attribute - :118:12 - Attribute `shape` on type `Unknown | IndexMixin` may be missing
[error] unresolved-attribute - :120:16 - Type `Self@__getitem__ & sparray` has no attribute `format`
[warning] possibly-missing-attribute - :121:20 - Attribute `shape` on type `Unknown | IndexMixin` may be missing
[error] unresolved-attribute - :122:28 - Type `Self@__getitem__ & sparray` has no attribute `_coo_container`
[warning] possibly-missing-attribute - :123:24 - Attribute `tocoo` on type `Unknown | IndexMixin` may be missing
[warning] possibly-missing-attribute - :124:20 - Attribute `reshape` on type `Unknown | IndexMixin` may be missing
[error] unresolved-attribute - :128:57 - Type `Self@__setitem__` has no attribute `shape`
[error] unresolved-attribute - :128:69 - Type `Self@__setitem__` has no attribute `format`
[error] unresolved-attribute - :137:41 - Type `Self@__setitem__` has no attribute `dtype`
[error] unresolved-attribute - :148:48 - Type `Self@__setitem__` has no attribute `shape`
[error] unresolved-attribute - :153:46 - Type `Self@__setitem__` has no attribute `shape`
[error] unresolved-attribute - :171:41 - Type `Self@__setitem__` has no attribute `dtype`
[error] unresolved-attribute - :178:42 - Type `Self@__setitem__` has no attribute `shape`
[error] unresolved-attribute - :183:42 - Type `Self@__setitem__` has no attribute `shape`
[error] unresolved-attribute - :210:37 - Type `Self@__setitem__` has no attribute `dtype`
[error] unresolved-attribute - :221:16 - Type `Self@_getrow` has no attribute `shape`
[error] unresolved-attribute - :232:16 - Type `Self@_getcol` has no attribute `shape`
[error] unresolved-attribute - :293:43 - Type `Self@_set_arrayXarray_sparse` has no attribute `dtype`

scipy/sparse/linalg/_eigen/arpack/arpack.py

[error] unresolved-attribute - :415:23 - Type `Self@_raise_no_convergence` has no attribute `extract`

scipy/sparse/linalg/_interface.py

[error] call-non-callable - :626:16 - Object of type `None` is not callable

scipy/sparse/tests/test_base.py

[error] unresolved-attribute - :283:28 - Type `Self@test_getrow` has no attribute `datsp`
[error] unresolved-attribute - :283:60 - Type `Self@test_getrow` has no attribute `dat`
[error] unresolved-attribute - :284:28 - Type `Self@test_getrow` has no attribute `datsp`
[error] unresolved-attribute - :284:61 - Type `Self@test_getrow` has no attribute `dat`
[error] unresolved-attribute - :287:28 - Type `Self@test_getcol` has no attribute `datsp`
[error] unresolved-attribute - :287:60 - Type `Self@test_getcol` has no attribute `dat`
[error] unresolved-attribute - :288:28 - Type `Self@test_getcol` has no attribute `datsp`
[error] unresolved-attribute - :288:61 - Type `Self@test_getcol` has no attribute `dat`
[error] unresolved-attribute - :291:13 - Type `Self@test_asfptype` has no attribute `spcreator`
[error] unresolved-attribute - :347:21 - Type `Self@test_bool` has no attribute `spcreator`
[error] unresolved-attribute - :348:25 - Type `Self@test_bool` has no attribute `spcreator`
[error] unresolved-attribute - :359:17 - Type `Self@test_bool_rollover` has no attribute `spcreator`
[error] unresolved-attribute - :376:26 - Type `Self@test_eq` has no attribute `spcreator`
[error] unresolved-attribute - :411:26 - Type `Self@test_ne` has no attribute `spcreator`
[error] unresolved-attribute - :456:26 - Type `Self@test_lt` has no attribute `spcreator`
[error] unresolved-attribute - :459:32 - Type `Self@test_lt` has no attribute `spcreator`
[error] unresolved-attribute - :497:26 - Type `Self@test_lt` has no attribute `spcreator`
[error] unresolved-attribute - :516:26 - Type `Self@test_gt` has no attribute `spcreator`
[error] unresolved-attribute - :519:32 - Type `Self@test_gt` has no attribute `spcreator`
[error] unresolved-attribute - :557:26 - Type `Self@test_gt` has no attribute `spcreator`
[error] unresolved-attribute - :576:26 - Type `Self@test_le` has no attribute `spcreator`
[error] unresolved-attribute - :579:32 - Type `Self@test_le` has no attribute `spcreator`
[error] unresolved-attribute - :613:26 - Type `Self@test_le` has no attribute `spcreator`
[error] unresolved-attribute - :632:26 - Type `Self@test_ge` has no attribute `spcreator`
[error] unresolved-attribute - :635:32 - Type `Self@test_ge` has no attribute `spcreator`
[error] unresolved-attribute - :669:26 - Type `Self@test_ge` has no attribute `spcreator`
[error] unresolved-attribute - :681:22 - Type `Self@test_empty` has no attribute `spcreator`
[error] unresolved-attribute - :682:22 - Type `Self@test_empty` has no attribute `spcreator`
[error] unresolved-attribute - :683:22 - Type `Self@test_empty` has no attribute `spcreator`
[error] unresolved-attribute - :685:26 - Type `Self@test_empty` has no attribute `spcreator`
[error] unresolved-attribute - :701:35 - Type `Self@test_invalid_shapes` has no attribute `spcreator`
[error] unresolved-attribute - :702:35 - Type `Self@test_invalid_shapes` has no attribute `spcreator`
[error] unresolved-attribute - :703:35 - Type `Self@test_invalid_shapes` has no attribute `spcreator`
[error] unresolved-attribute - :706:17 - Type `Self@test_repr` has no attribute `spcreator`
[error] unresolved-attribute - :721:17 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :726:17 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :729:21 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :735:17 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :736:17 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :738:13 - Type `Self@test_str_maxprint` has no attribute `spcreator`
[error] unresolved-attribute - :741:17 - Type `Self@test_str` has no attribute `spcreator`
[error] unresolved-attribute - :766:17 - Type `Self@test_empty_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :780:34 - Type `Self@test_abs` has no attribute `spcreator`
[error] unresolved-attribute - :786:28 - Type `Self@test_round` has no attribute `spcreator`
[error] unresolved-attribute - :790:38 - Type `Self@test_elementwise_power` has no attribute `spcreator`
[error] unresolved-attribute - :793:44 - Type `Self@test_elementwise_power` has no attribute `spcreator`
[error] unresolved-attribute - :797:28 - Type `Self@test_neg` has no attribute `spcreator`
[error] unresolved-attribute - :801:44 - Type `Self@test_neg` has no attribute `spcreator`
[error] unresolved-attribute - :805:13 - Type `Self@test_real` has no attribute `spcreator`
[error] unresolved-attribute - :810:13 - Type `Self@test_imag` has no attribute `spcreator`
[error] unresolved-attribute - :831:26 - Type `Self@test_diagonal` has no attribute `spcreator`
[error] unresolved-attribute - :839:22 - Type `Self@test_diagonal` has no attribute `spcreator`
[error] unresolved-attribute - :842:22 - Type `Self@test_diagonal` has no attribute `spcreator`
[error] unresolved-attribute - :843:22 - Type `Self@test_diagonal` has no attribute `spcreator`
[error] unresolved-attribute - :844:22 - Type `Self@test_diagonal` has no attribute `spcreator`
[error] unresolved-attribute - :849:13 - Type `Self@test_trace` has no attribute `spcreator`
[error] unresolved-attribute - :855:13 - Type `Self@test_trace` has no attribute `spcreator`
[error] unresolved-attribute - :860:13 - Type `Self@test_reshape` has no attribute `spcreator`
[error] unresolved-attribute - :868:13 - Type `Self@test_reshape` has no attribute `spcreator`
[error] unresolved-attribute - :953:25 - Type `Self@test_setdiag_comprehensive` has no attribute `spcreator`
[error] unresolved-attribute - :963:13 - Type `Self@test_setdiag` has no attribute `spcreator`
[error] unresolved-attribute - :964:14 - Type `Self@test_setdiag` has no attribute `spcreator`
[error] unresolved-attribute - :993:15 - Type `Self@test_nonzero` has no attribute `spcreator`
[error] unresolved-attribute - :1003:15 - Type `Self@test_numpy_nonzero` has no attribute `spcreator`
[error] no-matching-overload - :1022:19 - No overload of bound method `array` matches arguments
[error] unresolved-attribute - :1023:21 - Type `Self@test_sum` has no attribute `spcreator`
[error] unresolved-attribute - :1050:17 - Type `Self@test_sum_invalid_params` has no attribute `spcreator`
[error] unresolved-attribute - :1066:17 - Type `Self@test_sum_dtype` has no attribute `spcreator`
[error] unresolved-attribute - :1083:17 - Type `Self@test_sum_out` has no attribute `spcreator`
[error] unresolved-attribute - :1110:17 - Type `Self@test_numpy_sum` has no attribute `spcreator`
[error] unresolved-attribute - :1122:17 - Type `Self@test_sum_mean_container_type` has no attribute `spcreator`
[error] unresolved-attribute - :1139:21 - Type `Self@test_mean` has no attribute `spcreator`
[error] unresolved-attribute - :1178:17 - Type `Self@test_mean_invalid_param` has no attribute `spcreator`
[error] unresolved-attribute - :1194:17 - Type `Self@test_mean_dtype` has no attribute `spcreator`
[error] unresolved-attribute - :1211:17 - Type `Self@test_mean_out` has no attribute `spcreator`
[error] unresolved-attribute - :1238:17 - Type `Self@test_numpy_mean` has no attribute `spcreator`
[error] unresolved-attribute - :1248:14 - Type `Self@test_expm` has no attribute `spcreator`
[error] unresolved-attribute - :1252:14 - Type `Self@test_expm` has no attribute `spcreator`
[error] unresolved-attribute - :1297:22 - Type `Self@test_inv` has no attribute `spcreator`
[error] unresolved-attribute - :1308:32 - Type `Self@test_from_array` has no attribute `spcreator`
[error] unresolved-attribute - :1313:32 - Type `Self@test_from_array` has no attribute `spcreator`
[error] unresolved-attribute - :1315:17 - Type `Self@test_from_array` has no attribute `spcreator`
[error] unresolved-attribute - :1322:32 - Type `Self@test_from_matrix` has no attribute `spcreator`
[error] unresolved-attribute - :1327:32 - Type `Self@test_from_matrix` has no attribute `spcreator`
[error] unresolved-attribute - :1329:17 - Type `Self@test_from_matrix` has no attribute `spcreator`
[error] unresolved-attribute - :1336:32 - Type `Self@test_from_list` has no attribute `spcreator`
[error] unresolved-attribute - :1341:32 - Type `Self@test_from_list` has no attribute `spcreator`
[error] unresolved-attribute - :1343:17 - Type `Self@test_from_list` has no attribute `spcreator`
[error] unresolved-attribute - :1351:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1352:17 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1353:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1359:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1360:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1362:17 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1363:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1364:32 - Type `Self@test_from_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1408:18 - Type `Self@test_todense` has no attribute `spcreator`
[error] unresolved-attribute - :1445:18 - Type `Self@test_toarray` has no attribute `spcreator`
[error] unresolved-attribute - :1455:17 - Type `Self@test_astype` has no attribute `spcreator`
[error] unresolved-attribute - :1497:17 - Type `Self@test_astype_immutable` has no attribute `spcreator`
[error] unresolved-attribute - :1580:17 - Type `Self@test_sub` has no attribute `spcreator`
[error] unresolved-attribute - :1605:17 - Type `Self@test_rsub` has no attribute `spcreator`
[error] unresolved-attribute - :1640:15 - Type `Self@test_elementwise_multiply` has no attribute `spcreator`
[error] unresolved-attribute - :1641:15 - Type `Self@test_elementwise_multiply` has no attribute `spcreator`
[error] unresolved-attribute - :1651:15 - Type `Self@test_elementwise_multiply` has no attribute `spcreator`
[error] unresolved-attribute - :1652:15 - Type `Self@test_elementwise_multiply` has no attribute `spcreator`
[error] unresolved-attribute - :1675:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1676:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1677:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1678:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1679:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1680:16 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1681:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1682:16 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1683:15 - Type `Self@test_elementwise_multiply_broadcast` has no attribute `spcreator`
[error] unresolved-attribute - :1724:17 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1733:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1734:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1740:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1741:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1748:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1749:15 - Type `Self@test_elementwise_divide` has no attribute `spcreator`
[error] unresolved-attribute - :1755:13 - Type `Self@test_pow` has no attribute `spcreator`
[error] unresolved-attribute - :1769:17 - Type `Self@test_pow` has no attribute `spcreator`
[error] unresolved-attribute - :1783:17 - Type `Self@test_pow` has no attribute `spcreator`
[error] unresolved-attribute - :1787:13 - Type `Self@test_rmatvec` has no attribute `spcreator`
[error] unresolved-attribute - :1794:13 - Type `Self@test_small_multiplication` has no attribute `spcreator`
[error] unresolved-attribute - :1807:15 - Type `Self@test_star_vs_at_sign_for_sparray_and_spmatrix` has no attribute `spcreator`
[error] unresolved-attribute - :1822:13 - Type `Self@test_binop_custom_type` has no attribute `spcreator`
[error] unresolved-attribute - :1835:13 - Type `Self@test_binop_custom_type_with_shape` has no attribute `spcreator`
[error] unresolved-attribute - :1856:13 - Type `Self@test_mul_custom_type` has no attribute `spcreator`
[error] unresolved-attribute - :1864:13 - Type `Self@test_comparisons_custom_type` has no attribute `spcreator`
[error] unresolved-attribute - :1874:13 - Type `Self@test_dot_scalar` has no attribute `spcreator`
[error] unresolved-attribute - :1882:13 - Type `Self@test_matmul` has no attribute `spcreator`
[error] unresolved-attribute - :1883:13 - Type `Self@test_matmul` has no attribute `spcreator`
[error] unresolved-attribute - :1900:13 - Type `Self@test_matvec` has no attribute `spcreator`
[error] unresolved-attribute - :1934:15 - Type `Self@test_matmat_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1935:15 - Type `Self@test_matmat_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1974:13 - Type `Self@test_matmat_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1980:13 - Type `Self@test_matmat_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1981:13 - Type `Self@test_matmat_sparse` has no attribute `spcreator`
[error] unresolved-attribute - :1988:15 - Type `Self@test_matmat_dense` has no attribute `spcreator`
[error] unresolved-attribute - :2002:13 - Type `Self@test_sparse_format_conversions` has no attribute `spcreator`
[error] unresolved-attribute - :2009:17 - Type `Self@test_sparse_format_conversions` has no attribute `spcreator`
[error] unresolved-attribute - :2013:17 - Type `Self@test_sparse_format_conversions` has no attribute `spcreator`
[error] unresolved-attribute - :2021:17 - Type `Self@test_sparse_format_conversions` has no attribute `spcreator`
[error] unresolved-attribute - :2028:15 - Type `Self@test_tobsr` has no attribute `spcreator`
[error] unresolved-attribute - :2043:21 - Type `Self@test_transpose` has no attribute `spcreator`
[error] unresolved-attribute - :2054:17 - Type `Self@test_transpose` has no attribute `spcreator`
[error] unresolved-attribute - :2113:21 - Type `Self@test_maximum_minimum` has no attribute `spcreator`
[error] unresolved-attribute - :2115:21 - Type `Self@test_maximum_minimum` has no attribute `spcreator`
[error] unresolved-attribute - :2123:21 - Type `Self@test_maximum_minimum` has no attribute `spcreator`
[error] unresolved-attribute - :2177:13 - Type `Self@test_iterator` has no attribute `spcreator`
[error] unresolved-attribute - :2193:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2194:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2195:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2196:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2197:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2198:15 - Type `Self@test_size_zero_matrix_arithmetic` has no attribute `spcreator`
[error] unresolved-attribute - :2247:19 - Type `Self@test_size_zero_conversions` has no attribute `spcreator`
[error] unresolved-attribute - :2258:13 - Type `Self@test_dtype_check` has no attribute `spcreator`
[error] unresolved-attribute - :2260:15 - Type `Self@test_dtype_check` has no attribute `spcreator`
[error] unresolved-attribute - :2262:13 - Type `Self@test_dtype_check` has no attribute `spcreator`
[error] unresolved-attribute - :2299:17 - Type `Self@test_unary_ufunc_overrides` has no attribute `spcreator`
[error] unresolved-attribute - :2316:13 - Type `Self@test_resize` has no attribute `spcreator`
[error] unresolved-attribute - :2389:13 - Type `Self@test_inplace_dense` has no attribute `spcreator`
[error] unresolved-attribute - :2403:12 - Type `Self@test_inplace_dense` has no attribute `is_array_test`
[error] unresolved-attribute - :2439:19 - Type `Self@test_imul_scalar` has no attribute `dat_dtypes`
[error] unresolved-attribute - :2440:21 - Type `Self@test_imul_scalar` has no attribute `datsp_dtypes`
[error] unresolved-attribute - :2457:22 - Type `Self@test_imul_scalar` has no attribute `math_dtypes`
[error] unresolved-attribute - :2462:19 - Type `Self@test_idiv_scalar` has no attribute `dat_dtypes`
[error] unresolved-attribute - :2463:21 - Type `Self@test_idiv_scalar` has no attribute `datsp_dtypes`
[error] unresolved-attribute - :2479:22 - Type `Self@test_idiv_scalar` has no attribute `math_dtypes`
[error] unresolved-attribute - :2488:13 - Type `Self@test_inplace_success` has no attribute `spcreator`
[error] unresolved-attribute - :2489:13 - Type `Self@test_inplace_success` has no attribute `spcreator`
[error] unresolved-attribute - :2490:14 - Type `Self@test_inplace_success` has no attribute `spcreator`
[error] unresolved-attribute - :2496:12 - Type `Self@test_inplace_success` has no attribute `is_array_test`
[error] unresolved-attribute - :2520:17 - Type `Self@test_getelement` has no attribute `spcreator`
[error] unresolved-attribute - :2538:17 - Type `Self@test_setelement` has no attribute `spcreator`
[error] unresolved-attribute - :2575:17 - Type `Self@test_negative_index_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :2581:22 - Type `Self@test_negative_index_assignment` has no attribute `math_dtypes`
[error] unresolved-attribute - :2589:17 - Type `Self@test_scalar_assign_2` has no attribute `spcreator`
[error] unresolved-attribute - :2602:13 - Type `Self@test_index_scalar_assign` has no attribute `spcreator`
[error] unresolved-attribute - :2629:13 - Type `Self@test_solve` has no attribute `spcreator`
[error] unresolved-attribute - :2640:22 - Type `Self@test_dtype_preservation` has no attribute `spcreator`
[error] unresolved-attribute - :2641:22 - Type `Self@test_dtype_preservation` has no attribute `spcreator`
[error] unresolved-attribute - :2642:22 - Type `Self@test_dtype_preservation` has no attribute `spcreator`
[error] unresolved-attribute - :2643:22 - Type `Self@test_dtype_preservation` has no attribute `spcreator`
[error] unresolved-attribute - :2649:17 - Type `Self@test_dtype_preservation_empty_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2656:13 - Type `Self@test_get_horiz_slice` has no attribute `asdense`
[error] unresolved-attribute - :2657:13 - Type `Self@test_get_horiz_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2658:35 - Type `Self@test_get_horiz_slice` has no attribute `is_array_test`
[error] unresolved-attribute - :2662:13 - Type `Self@test_get_horiz_slice` has no attribute `asdense`
[error] unresolved-attribute - :2663:13 - Type `Self@test_get_horiz_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2667:13 - Type `Self@test_get_horiz_slice` has no attribute `asdense`
[error] unresolved-attribute - :2668:13 - Type `Self@test_get_horiz_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2678:13 - Type `Self@test_get_vert_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2679:35 - Type `Self@test_get_vert_slice` has no attribute `is_array_test`
[error] unresolved-attribute - :2684:13 - Type `Self@test_get_vert_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2690:13 - Type `Self@test_get_vert_slice` has no attribute `spcreator`
[error] unresolved-attribute - :2700:13 - Type `Self@test_get_slices` has no attribute `spcreator`
[error] unresolved-attribute - :2707:13 - Type `Self@test_get_slices` has no attribute `spcreator`
[error] unresolved-attribute - :2715:17 - Type `Self@test_non_unit_stride_2d_indexing` has no attribute `spcreator`
[error] unresolved-attribute - :2723:13 - Type `Self@test_slicing_2` has no attribute `asdense`
[error] unresolved-attribute - :2724:13 - Type `Self@test_slicing_2` has no attribute `spcreator`
[error] unresolved-attribute - :2769:13 - Type `Self@test_slicing_3` has no attribute `asdense`
[error] unresolved-attribute - :2770:13 - Type `Self@test_slicing_3` has no attribute `spcreator`
[error] unresolved-attribute - :2835:13 - Type `Self@test_None_slicing` has no attribute `asdense`
[error] unresolved-attribute - :2836:13 - Type `Self@test_None_slicing` has no attribute `spcreator`
[error] unresolved-attribute - :2857:12 - Type `Self@test_None_slicing` has no attribute `is_array_test`
[error] unresolved-attribute - :2871:13 - Type `Self@test_ellipsis_slicing` has no attribute `asdense`
[error] unresolved-attribute - :2872:13 - Type `Self@test_ellipsis_slicing` has no attribute `spcreator`
[error] unresolved-attribute - :2912:19 - Type `Self@test_ellipsis_fancy_bool` has no attribute `asdense`
[error] unresolved-attribute - :2913:13 - Type `Self@test_ellipsis_fancy_bool` has no attribute `spcreator`
[error] unresolved-attribute - :2934:13 - Type `Self@test_ellipsis_fancy_slicing` has no attribute `asdense`
[error] unresolved-attribute - :2935:13 - Type `Self@test_ellipsis_fancy_slicing` has no attribute `spcreator`
[error] unresolved-attribute - :2951:13 - Type `Self@test_multiple_ellipsis_slicing` has no attribute `spcreator`
[error] unresolved-attribute - :2963:13 - Type `Self@test_slice_scalar_assign` has no attribute `spcreator`
[error] unresolved-attribute - :2980:17 - Type `Self@test_slice_assign_2` has no attribute `spcreator`
[error] unresolved-attribute - :2994:13 - Type `Self@test_self_self_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3015:13 - Type `Self@test_slice_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3030:24 - Type `Self@test_slice_assignment` has no attribute `csc_container`
[error] unresolved-attribute - :3034:13 - Type `Self@test_sparsity_modifying_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3041:21 - Type `Self@test_sparsity_modifying_assignment` has no attribute `csr_container`
[error] unresolved-attribute - :3047:13 - Type `Self@test_set_slice` has no attribute `spcreator`
[error] unresolved-attribute - :3092:13 - Type `Self@test_assign_empty` has no attribute `spcreator`
[error] unresolved-attribute - :3093:13 - Type `Self@test_assign_empty` has no attribute `spcreator`
[error] unresolved-attribute - :3100:13 - Type `Self@test_assign_1d_slice` has no attribute `spcreator`
[error] unresolved-attribute - :3116:17 - Type `Self@test_dtype_preservation_empty_index` has no attribute `spcreator`
[error] unresolved-attribute - :3123:13 - Type `Self@test_bad_index` has no attribute `spcreator`
[error] unresolved-attribute - :3130:13 - Type `Self@test_fancy_indexing` has no attribute `asdense`
[error] unresolved-attribute - :3131:13 - Type `Self@test_fancy_indexing` has no attribute `spcreator`
[error] unresolved-attribute - :3264:13 - Type `Self@test_fancy_indexing_randomized` has no attribute `asdense`
[error] unresolved-attribute - :3270:13 - Type `Self@test_fancy_indexing_randomized` has no attribute `spcreator`
[error] unresolved-attribute - :3286:13 - Type `Self@test_missized_masking` has no attribute `asdense`
[error] unresolved-attribute - :3287:13 - Type `Self@test_missized_masking` has no attribute `spcreator`
[error] unresolved-attribute - :3308:13 - Type `Self@test_fancy_indexing_boolean` has no attribute `asdense`
[error] unresolved-attribute - :3309:13 - Type `Self@test_fancy_indexing_boolean` has no attribute `spcreator`
[error] unresolved-attribute - :3340:13 - Type `Self@test_fancy_indexing_sparse_boolean` has no attribute `asdense`
[error] unresolved-attribute - :3341:13 - Type `Self@test_fancy_indexing_sparse_boolean` has no attribute `spcreator`
[error] unresolved-attribute - :3345:15 - Type `Self@test_fancy_indexing_sparse_boolean` has no attribute `csr_container`
[error] unresolved-attribute - :3353:15 - Type `Self@test_fancy_indexing_sparse_boolean` has no attribute `csr_container`
[error] unresolved-attribute - :3354:15 - Type `Self@test_fancy_indexing_sparse_boolean` has no attribute `csr_container`
[error] unresolved-attribute - :3361:15 - Type `Self@test_fancy_indexing_regression_3087` has no attribute `spcreator`
[error] unresolved-attribute - :3366:15 - Type `Self@test_fancy_indexing_seq_assign` has no attribute `spcreator`
[error] unresolved-attribute - :3371:15 - Type `Self@test_fancy_indexing_2d_assign` has no attribute `spcreator`
[error] unresolved-attribute - :3378:13 - Type `Self@test_fancy_indexing_empty` has no attribute `asdense`
[error] unresolved-attribute - :3382:13 - Type `Self@test_fancy_indexing_empty` has no attribute `spcreator`
[error] unresolved-attribute - :3411:13 - Type `Self@test_bad_index_assign` has no attribute `spcreator`
[error] unresolved-attribute - :3419:17 - Type `Self@test_fancy_indexing_set` has no attribute `spcreator`
[error] unresolved-attribute - :3420:17 - Type `Self@test_fancy_indexing_set` has no attribute `asdense`
[error] unresolved-attribute - :3437:17 - Type `Self@test_fancy_assignment_dtypes` has no attribute `spcreator`
[error] unresolved-attribute - :3451:13 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3452:13 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3467:17 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3473:17 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3479:17 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3480:17 - Type `Self@test_sequence_assignment` has no attribute `asdense`
[error] unresolved-attribute - :3487:17 - Type `Self@test_sequence_assignment` has no attribute `spcreator`
[error] unresolved-attribute - :3491:17 - Type `Self@test_sequence_assignment` has no attribute `asdense`
[error] unresolved-attribute - :3496:13 - Type `Self@test_fancy_assign_empty` has no attribute `asdense`
[error] unresolved-attribute - :3500:13 - Type `Self@test_fancy_assign_empty` has no attribute `spcreator`
[error] unresolved-attribute - :3530:13 - Type `Self@test_fancy_indexing_ndarray` has no attribute `asdense`
[error] unresolved-attribute - :3531:13 - Type `Self@test_fancy_indexing_ndarray` has no attribute `spcreator`
[error] unresolved-attribute - :3563:13 - Type `Self@test_fancy_assign_ndarray` has no attribute `asdense`
[error] unresolved-attribute - :3564:13 - Type `Self@test_fancy_assign_ndarray` has no attribute `spcreator`
[error] unresolved-attribute - :3597:17 - Type `Self@test_fancy_indexing_multidim_set` has no attribute `spcreator`
[error] unresolved-attribute - :3601:17 - Type `Self@test_fancy_indexing_multidim_set` has no attribute `asdense`
[error] unresolved-attribute - :3613:13 - Type `Self@test_fancy_assign_list` has no attribute `asdense`
[error] unresolved-attribute - :3614:13 - Type `Self@test_fancy_assign_list` has no attribute `spcreator`
[error] unresolved-attribute - :3642:13 - Type `Self@test_fancy_assign_slice` has no attribute `asdense`
[error] unresolved-attribute - :3643:13 - Type `Self@test_fancy_assign_slice` has no attribute `spcreator`
[error] unresolved-attribute - :3681:17 - Type `Self@__arith_init` has no attribute `spcreator`
[error] unresolved-attribute - :3682:17 - Type `Self@__arith_init` has no attribute `spcreator`
[error] unresolved-attribute - :3698:19 - Type `Self@test_add_sub` has no attribute `spcreator`
[error] unresolved-attribute - :3705:23 - Type `Self@test_add_sub` has no attribute `spcreator`
[error] unresolved-attribute - :3739:19 - Type `Self@test_mu` has no attribute `spcreator`
[error] unresolved-attribute - :3746:23 - Type `Self@test_mu` has no attribute `spcreator`
[error] unresolved-attribute - :3761:17 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3768:17 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3773:17 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3778:13 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3788:13 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3796:13 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3802:17 - Type `Self@test_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :3807:20 - Type `Self@test_minmax_axis` has no attribute `is_array_test`
[error] unresolved-attribute - :3817:13 - Type `Self@test_minmax_axis` has no attribute `spcreator`
[error] unresolved-attribute - :3832:17 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3836:28 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3838:28 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3844:20 - Type `Self@test_minmax_axis` has no attribute `is_array_test`
[error] unresolved-attribute - :3852:13 - Type `Self@test_minmax_axis` has no attribute `spcreator`
[error] unresolved-attribute - :3865:20 - Type `Self@test_minmax_axis` has no attribute `is_array_test`
[error] unresolved-attribute - :3873:20 - Type `Self@test_minmax_axis` has no attribute `is_array_test`
[error] unresolved-attribute - :3880:13 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3881:13 - Type `Self@test_minmax_axis` has no attribute `spcreator`
[error] unresolved-attribute - :3887:13 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3888:13 - Type `Self@test_minmax_axis` has no attribute `spcreator`
[error] unresolved-attribute - :3899:13 - Type `Self@test_minmax_axis` has no attribute `asdense`
[error] unresolved-attribute - :3900:13 - Type `Self@test_minmax_axis` has no attribute `spcreator`
[error] unresolved-attribute - :3912:17 - Type `Self@test_minmax_container_type` has no attribute `spcreator`
[error] unresolved-attribute - :3913:38 - Type `Self@test_minmax_container_type` has no attribute `is_array_test`
[error] unresolved-attribute - :3914:42 - Type `Self@test_minmax_container_type` has no attribute `is_array_test`
[error] unresolved-attribute - :3941:13 - Type `Self@test_nanminmax` has no attribute `asdense`
[error] unresolved-attribute - :3948:13 - Type `Self@test_nanminmax` has no attribute `spcreator`
[error] unresolved-attribute - :3966:45 - Type `Self@test_nanminmax` has no attribute `coo_container`
[error] unresolved-attribute - :3970:45 - Type `Self@test_nanminmax` has no attribute `coo_container`
[error] unresolved-attribute - :3976:17 - Type `Self@test_minmax_invalid_params` has no attribute `spcreator`
[error] unresolved-attribute - :3994:17 - Type `Self@test_numpy_minmax` has no attribute `spcreator`
[error] unresolved-attribute - :4020:17 - Type `Self@test_argmax` has no attribute `asdense`
[error] unresolved-attribute - :4021:19 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4035:15 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4035:30 - Type `Self@test_argmax` has no attribute `asdense`
[error] unresolved-attribute - :4042:14 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4043:14 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4053:20 - Type `Self@test_argmax` has no attribute `is_array_test`
[error] unresolved-attribute - :4060:15 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4061:57 - Type `Self@test_argmax` has no attribute `asdense`
[error] unresolved-attribute - :4062:57 - Type `Self@test_argmax` has no attribute `asdense`
[error] unresolved-attribute - :4069:16 - Type `Self@test_argmax` has no attribute `is_array_test`
[error] unresolved-attribute - :4078:15 - Type `Self@test_argmax` has no attribute `spcreator`
[error] unresolved-attribute - :4097:17 - Type `Self@test_getnnz_axis` has no attribute `spcreator`
[error] unresolved-attribute - :4101:41 - Type `Self@test_getnnz_axis` has no attribute `is_array_test`
[error] unresolved-attribute - :4916:15 - Type `Self@test_constructor1` has no attribute `coo_container`
[error] unresolved-attribute - :4920:15 - Type `Self@test_constructor1` has no attribute `coo_container`
[error] unresolved-attribute - :4929:15 - Type `Self@test_constructor2` has no attribute `coo_container`
[error] unresolved-attribute - :4937:15 - Type `Self@test_constructor3` has no attribute `coo_container`
[error] unresolved-attribute - :4950:15 - Type `Self@test_constructor4` has no attribute `coo_container`
[error] unresolved-attribute - :4955:15 - Type `Self@test_constructor4` has no attribute `coo_container`
[error] unresolved-attribute - :4956:27 - Type `Self@test_constructor4` has no attribute `is_array_test`
[error] unresolved-attribute - :4961:13 - Type `Self@test_constructor4` has no attribute `coo_container`
[error] unresolved-attribute - :4965:13 - Type `Self@test_constructor4` has no attribute `coo_container`
[error] unresolved-attribute - :4969:15 - Type `Self@test_constructor_data_ij_dtypeNone` has no attribute `coo_container`
[error] unresolved-attribute - :4978:15 - Type `Self@test_todia_all_zeros` has no attribute `coo_container`
[error] unresolved-attribute - :4982:15 - Type `Self@test_sum_duplicates` has no attribute `coo_container`
[error] unresolved-attribute - :4984:15 - Type `Self@test_sum_duplicates` has no attribute `coo_container`
[error] unresolved-attribute - :4987:15 - Type `Self@test_sum_duplicates` has no attribute `coo_container`
[error] unresolved-attribute - :4995:15 - Type `Self@test_todok_duplicates` has no attribute `coo_container`
[error] unresolved-attribute - :5000:15 - Type `Self@test_tocompressed_duplicates` has no attribute `coo_container`
[error] unresolved-attribute - :5009:13 - Type `Self@test_has_canonical_format` has no attribute `coo_container`
[error] unresolved-attribute - :5016:13 - Type `Self@test_has_canonical_format` has no attribute `coo_container`
[error] unresolved-attribute - :5018:13 - Type `Self@test_has_canonical_format` has no attribute `coo_container`
[error] unresolved-attribute - :5055:15 - Type `Self@test_eliminate_zeros` has no attribute `coo_container`
[error] unresolved-attribute - :5064:13 - Type `Self@test_reshape_copy` has no attribute `coo_container`
[error] unresolved-attribute - :5078:16 - Type `Self@test_large_dimensions_reshape` has no attribute `coo_container`
[error] unresolved-attribute - :5079:16 - Type `Self@test_large_dimensions_reshape` has no attribute `coo_container`
[error] unresolved-attribute - :5679:21 - Type `<super: <class '_NonCanonicalMixin'>, _NonCanonicalMixin>` has no attribute `spcreator`
[error] unresolved-attribute - :5688:21 - Type `Self@spcreator` has no attribute `_insert_explicit_zero`
[error] unresolved-attribute - :5690:16 - Type `Self@spcreator` has no attribute `_arg1_for_noncanonical`

scipy/spatial/tests/test_kdtree.py

[error] unresolved-attribute - :55:13 - Type `Self@test_nearest` has no attribute `x`
[error] unresolved-attribute - :56:16 - Type `Self@test_nearest` has no attribute `kdtree`
[error] unresolved-attribute - :57:45 - Type `Self@test_nearest` has no attribute `data`
[error] unresolved-attribute - :59:32 - Type `Self@test_nearest` has no attribute `data`
[error] unresolved-attribute - :62:13 - Type `Self@test_m_nearest` has no attribute `x`
[error] unresolved-attribute - :63:13 - Type `Self@test_m_nearest` has no attribute `m`
[error] unresolved-attribute - :64:18 - Type `Self@test_m_nearest` has no attribute `kdtree`
[error] unresolved-attribute - :67:45 - Type `Self@test_m_nearest` has no attribute `data`
[error] unresolved-attribute - :70:28 - Type `Self@test_m_nearest` has no attribute `data`
[error] unresolved-attribute - :75:13 - Type `Self@test_points_near` has no attribute `x`
[error] unresolved-attribute - :76:13 - Type `Self@test_points_near` has no attribute `d`
[error] unresolved-attribute - :77:18 - Type `Self@test_points_near` has no attribute `kdtree`
[error] unresolved-attribute - :77:41 - Type `Self@test_points_near` has no attribute `kdtree`
[error] unresolved-attribute - :84:54 - Type `Self@test_points_near` has no attribute `data`
[error] unresolved-attribute - :86:43 - Type `Self@test_points_near` has no attribute `data`
[error] unresolved-attribute - :89:13 - Type `Self@test_points_near_l1` has no attribute `x`
[error] unresolved-attribute - :90:13 - Type `Self@test_points_near_l1` has no attribute `d`
[error] unresolved-attribute - :91:18 - Type `Self@test_points_near_l1` has no attribute `kdtree`
[error] unresolved-attribute - :91:41 - Type `Self@test_points_near_l1` has no attribute `kdtree`
[error] unresolved-attribute - :98:58 - Type `Self@test_points_near_l1` has no attribute `data`
[error] unresolved-attribute - :100:43 - Type `Self@test_points_near_l1` has no attribute `data`
[error] unresolved-attribute - :103:13 - Type `Self@test_points_near_linf` has no attribute `x`
[error] unresolved-attribute - :104:13 - Type `Self@test_points_near_linf` has no attribute `d`
[error] unresolved-attribute - :105:18 - Type `Self@test_points_near_linf` has no attribute `kdtree`
[error] unresolved-attribute - :105:41 - Type `Self@test_points_near_linf` has no attribute `kdtree`
[error] unresolved-attribute - :112:58 - Type `Self@test_points_near_linf` has no attribute `data`
[error] unresolved-attribute - :114:43 - Type `Self@test_points_near_linf` has no attribute `data`
[error] unresolved-attribute - :117:13 - Type `Self@test_approx` has no attribute `x`
[error] unresolved-attribute - :118:13 - Type `Self@test_approx` has no attribute `k`
[error] unresolved-attribute - :120:26 - Type `Self@test_approx` has no attribute `kdtree`
[error] unresolved-attribute - :121:16 - Type `Self@test_approx` has no attribute `kdtree`
[error] unresolved-attribute - :132:23 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :156:23 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :179:23 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :281:27 - Type `Self@test_in_ball` has no attribute `x`
[error] unresolved-attribute - :282:29 - Type `Self@test_in_ball` has no attribute `d`
[error] unresolved-attribute - :283:13 - Type `Self@test_in_ball` has no attribute `T`
[error] unresolved-attribute - :283:40 - Type `Self@test_in_ball` has no attribute `d`
[error] unresolved-attribute - :283:50 - Type `Self@test_in_ball` has no attribute `p`
[error] unresolved-attribute - :283:62 - Type `Self@test_in_ball` has no attribute `eps`
[error] unresolved-attribute - :285:34 - Type `Self@test_in_ball` has no attribute `data`
[error] unresolved-attribute - :285:56 - Type `Self@test_in_ball` has no attribute `p`
[error] unresolved-attribute - :285:75 - Type `Self@test_in_ball` has no attribute `eps`
[error] unresolved-attribute - :286:34 - Type `Self@test_in_ball` has no attribute `data`
[error] unresolved-attribute - :286:56 - Type `Self@test_in_ball` has no attribute `p`
[error] unresolved-attribute - :286:75 - Type `Self@test_in_ball` has no attribute `eps`
[error] unresolved-attribute - :290:27 - Type `Self@test_found_all` has no attribute `x`
[error] unresolved-attribute - :291:29 - Type `Self@test_found_all` has no attribute `d`
[error] unresolved-attribute - :292:13 - Type `Self@test_found_all` has no attribute `T`
[error] unresolved-attribute - :292:40 - Type `Self@test_found_all` has no attribute `d`
[error] unresolved-attribute - :292:50 - Type `Self@test_found_all` has no attribute `p`
[error] unresolved-attribute - :292:62 - Type `Self@test_found_all` has no attribute `eps`
[error] unresolved-attribute - :294:25 - Type `Self@test_found_all` has no attribute `T`
[error] unresolved-attribute - :296:34 - Type `Self@test_found_all` has no attribute `data`
[error] unresolved-attribute - :296:54 - Type `Self@test_found_all` has no attribute `p`
[error] unresolved-attribute - :296:73 - Type `Self@test_found_all` has no attribute `eps`
[error] unresolved-attribute - :297:34 - Type `Self@test_found_all` has no attribute `data`
[error] unresolved-attribute - :297:54 - Type `Self@test_found_all` has no attribute `p`
[error] unresolved-attribute - :297:73 - Type `Self@test_found_all` has no attribute `eps`
[error] unresolved-attribute - :307:18 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :324:18 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :364:18 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :455:13 - Type `Self@test_all_in_ball` has no attribute `T1`
[error] unresolved-attribute - :455:37 - Type `Self@test_all_in_ball` has no attribute `T2`
[error] unresolved-attribute - :455:46 - Type `Self@test_all_in_ball` has no attribute `d`
[error] unresolved-attribute - :455:56 - Type `Self@test_all_in_ball` has no attribute `p`
[error] unresolved-attribute - :455:68 - Type `Self@test_all_in_ball` has no attribute `eps`
[error] unresolved-attribute - :458:39 - Type `Self@test_all_in_ball` has no attribute `data1`
[error] unresolved-attribute - :458:54 - Type `Self@test_all_in_ball` has no attribute `data2`
[error] unresolved-attribute - :458:69 - Type `Self@test_all_in_ball` has no attribute `p`
[error] unresolved-attribute - :459:28 - Type `Self@test_all_in_ball` has no attribute `d`
[error] unresolved-attribute - :459:39 - Type `Self@test_all_in_ball` has no attribute `eps`
[error] unresolved-attribute - :462:13 - Type `Self@test_found_all` has no attribute `T1`
[error] unresolved-attribute - :462:37 - Type `Self@test_found_all` has no attribute `T2`
[error] unresolved-attribute - :462:46 - Type `Self@test_found_all` has no attribute `d`
[error] unresolved-attribute - :462:56 - Type `Self@test_found_all` has no attribute `p`
[error] unresolved-attribute - :462:68 - Type `Self@test_found_all` has no attribute `eps`
[error] unresolved-attribute - :464:25 - Type `Self@test_found_all` has no attribute `T2`
[error] unresolved-attribute - :466:41 - Type `Self@test_found_all` has no attribute `data2`
[error] unresolved-attribute - :466:56 - Type `Self@test_found_all` has no attribute `data1`
[error] unresolved-attribute - :466:71 - Type `Self@test_found_all` has no attribute `p`
[error] unresolved-attribute - :467:30 - Type `Self@test_found_all` has no attribute `d`
[error] unresolved-attribute - :467:41 - Type `Self@test_found_all` has no attribute `eps`
[error] unresolved-attribute - :478:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :480:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :496:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :498:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :590:22 - Type `Self@test_one_radius` has no attribute `T1`
[error] unresolved-attribute - :590:46 - Type `Self@test_one_radius` has no attribute `T2`
[error] unresolved-attribute - :591:41 - Type `Self@test_one_radius` has no attribute `T1`
[error] unresolved-attribute - :591:41 - Type `Self@test_one_radius` has no attribute `T1`
[error] unresolved-attribute - :591:41 - Type `Self@test_one_radius` has no attribute `T1`
[error] unresolved-attribute - :591:65 - Type `Self@test_one_radius` has no attribute `T2`
[error] unresolved-attribute - :591:65 - Type `Self@test_one_radius` has no attribute `T2`
[error] unresolved-attribute - :591:65 - Type `Self@test_one_radius` has no attribute `T2`
[error] unresolved-attribute - :595:22 - Type `Self@test_large_radius` has no attribute `T1`
[error] unresolved-attribute - :595:46 - Type `Self@test_large_radius` has no attribute `T2`
[error] unresolved-attribute - :596:41 - Type `Self@test_large_radius` has no attribute `T1`
[error] unresolved-attribute - :596:41 - Type `Self@test_large_radius` has no attribute `T1`
[error] unresolved-attribute - :596:41 - Type `Self@test_large_radius` has no attribute `T1`
[error] unresolved-attribute - :596:65 - Type `Self@test_large_radius` has no attribute `T2`
[error] unresolved-attribute - :596:65 - Type `Self@test_large_radius` has no attribute `T2`
[error] unresolved-attribute - :596:65 - Type `Self@test_large_radius` has no attribute `T2`
[error] unresolved-attribute - :600:19 - Type `Self@test_multiple_radius` has no attribute `T1`
[error] unresolved-attribute - :600:43 - Type `Self@test_multiple_radius` has no attribute `T2`
[error] unresolved-attribute - :603:26 - Type `Self@test_multiple_radius` has no attribute `T1`
[error] unresolved-attribute - :603:50 - Type `Self@test_multiple_radius` has no attribute `T2`
[error] unresolved-attribute - :611:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :612:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :621:13 - Type `Self@test_consistency_with_neighbors` has no attribute `T1`
[error] unresolved-attribute - :621:44 - Type `Self@test_consistency_with_neighbors` has no attribute `T2`
[error] unresolved-attribute - :621:53 - Type `Self@test_consistency_with_neighbors` has no attribute `r`
[error] unresolved-attribute - :622:13 - Type `Self@test_consistency_with_neighbors` has no attribute `T1`
[error] unresolved-attribute - :622:37 - Type `Self@test_consistency_with_neighbors` has no attribute `T2`
[error] unresolved-attribute - :622:46 - Type `Self@test_consistency_with_neighbors` has no attribute `r`
[error] unresolved-attribute - :627:35 - Type `Self@test_consistency_with_neighbors` has no attribute `T1`
[error] unresolved-attribute - :627:52 - Type `Self@test_consistency_with_neighbors` has no attribute `T2`
[error] unresolved-attribute - :627:69 - Type `Self@test_consistency_with_neighbors` has no attribute `p`
[error] unresolved-attribute - :635:9 - Type `Self@test_zero_distance` has no attribute `T1`
[error] unresolved-attribute - :635:40 - Type `Self@test_zero_distance` has no attribute `T1`
[error] unresolved-attribute - :635:49 - Type `Self@test_zero_distance` has no attribute `r`
[error] unresolved-attribute - :639:14 - Type `Self@test_consistency` has no attribute `T1`
[error] unresolved-attribute - :639:45 - Type `Self@test_consistency` has no attribute `T2`
[error] unresolved-attribute - :639:54 - Type `Self@test_consistency` has no attribute `r`
[error] unresolved-attribute - :640:36 - Type `Self@test_consistency` has no attribute `T1`
[error] unresolved-attribute - :640:50 - Type `Self@test_consistency` has no attribute `T2`
[error] unresolved-attribute - :641:29 - Type `Self@test_consistency` has no attribute `r`
[error] unresolved-attribute - :648:16 - Type `Self@test_against_logic_error_regression` has no attribute `kdtree_type`
[error] unresolved-attribute - :655:25 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :655:33 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :656:24 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :657:28 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :658:21 - Type `Self@test_ckdtree_return_types` has no attribute `data1`
[error] unresolved-attribute - :658:40 - Type `Self@test_ckdtree_return_types` has no attribute `data2`
[error] unresolved-attribute - :661:19 - Type `Self@test_ckdtree_return_types` has no attribute `r`
[error] unresolved-attribute - :663:26 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :663:34 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :664:13 - Type `Self@test_ckdtree_return_types` has no attribute `T1`
[error] unresolved-attribute - :664:44 - Type `Self@test_ckdtree_return_types` has no attribute `T2`
[error] unresolved-attribute - :664:53 - Type `Self@test_ckdtree_return_types` has no attribute `r`
[error] unresolved-attribute - :669:26 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :669:34 - Type `Self@test_ckdtree_return_types` has no attribute `n`
[error] unresolved-attribute - :670:13 - Type `Self@test_ckdtree_return_types` has no attribute `T1`
[error] unresolved-attribute - :670:44 - Type `Self@test_ckdtree_return_types` has no attribute `T2`
[error] unresolved-attribute - :670:53 - Type `Self@test_ckdtree_return_types` has no attribute `r`
[error] unresolved-attribute - :679:13 - Type `Self@test_ckdtree_return_types` has no attribute `T1`
[error] unresolved-attribute - :679:44 - Type `Self@test_ckdtree_return_types` has no attribute `T2`
[error] unresolved-attribute - :679:53 - Type `Self@test_ckdtree_return_types` has no attribute `r`
[error] unresolved-attribute - :683:13 - Type `Self@test_ckdtree_return_types` has no attribute `T1`
[error] unresolved-attribute - :683:44 - Type `Self@test_ckdtree_return_types` has no attribute `T2`
[error] unresolved-attribute - :683:53 - Type `Self@test_ckdtree_return_types` has no attribute `r`
[error] unresolved-attribute - :696:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :697:19 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] unresolved-attribute - :1363:21 - Type `Self@setup_method` has no attribute `kdtree_type`
[error] invalid-assignment - :1525:13 - Implicit shadowing of function `all`

scipy/special/_multiufuncs.py

[error] call-non-callable - :90:21 - Object of type `None` is not callable

scipy/special/tests/test_cdflib.py

[error] invalid-argument-type - :120:37 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | None]`
[error] invalid-argument-type - :120:54 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | None]`

scipy/stats/_continuous_distns.py

[error] invalid-assignment - :10877:9 - Object of type `str` is not assignable to attribute `args` of type `tuple[Any, ...]`

scipy/stats/_discrete_distns.py

[error] invalid-argument-type - :1873:35 - Argument to function `getattr` is incorrect: Expected `str`, found `Unknown | None`
[error] call-non-callable - :1890:19 - Object of type `None` is not callable
[error] call-non-callable - :1901:19 - Object of type `None` is not callable

scipy/stats/_distn_infrastructure.py

[error] unresolved-attribute - :840:28 - Type `Self@_construct_doc` has no attribute `name`
[warning] possibly-missing-attribute - :868:32 - Attribute `replace` on type `str | None | Unknown` may be missing
[error] invalid-argument-type - :870:49 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] unresolved-attribute - :873:51 - Type `Self@_construct_doc` has no attribute `name`
[warning] possibly-missing-attribute - :876:24 - Attribute `replace` on type `str | None | Unknown` may be missing
[error] unresolved-attribute - :928:20 - Type `Self@_munp` has no attribute `generic_moment`
[error] unresolved-attribute - :1037:16 - Type `Self@_get_support` has no attribute `a`
[error] unresolved-attribute - :1037:24 - Type `Self@_get_support` has no attribute `b`
[error] unresolved-attribute - :1062:24 - Type `Self@_logcdf` has no attribute `_cdf`
[error] unresolved-attribute - :1065:20 - Type `Self@_sf` has no attribute `_cdf`
[error] unresolved-attribute - :1072:16 - Type `Self@_ppf` has no attribute `_ppfvec`
[error] unresolved-attribute - :1111:34 - Type `Self@rvs` has no attribute `_parse_args_rvs`
[error] unresolved-attribute - :1117:55 - Type `Self@rvs` has no attribute `name`
[error] unresolved-attribute - :1174:37 - Type `Self@stats` has no attribute `_parse_args_stats`
[error] unresolved-attribute - :1180:51 - Type `Self@stats` has no attribute `badvalue`
[error] unresolved-attribute - :1285:28 - Type `Self@entropy` has no attribute `_parse_args`
[error] unresolved-attribute - :1291:34 - Type `Self@entropy` has no attribute `badvalue`
[error] unresolved-attribute - :1295:30 - Type `Self@entropy` has no attribute `vecentropy`
[error] unresolved-attribute - :1315:30 - Type `Self@moment` has no attribute `_parse_args`
[error] unresolved-attribute - :1343:28 - Type `Self@moment` has no attribute `badvalue`
[error] unresolved-attribute - :1399:16 - Type `Self@median` has no attribute `ppf`
[error] unresolved-attribute - :1516:13 - Type `Self@interval` has no attribute `ppf`
[error] unresolved-attribute - :1517:13 - Type `Self@interval` has no attribute `ppf`
[error] unresolved-attribute - :1539:28 - Type `Self@support` has no attribute `_parse_args`
[error] unresolved-attribute - :1547:20 - Type `Self@support` has no attribute `badvalue`
[error] unresolved-attribute - :1547:35 - Type `Self@support` has no attribute `badvalue`
[error] unresolved-attribute - :1551:30 - Type `Self@support` has no attribute `badvalue`
[error] unresolved-attribute - :1552:30 - Type `Self@support` has no attribute `badvalue`
[error] unresolved-attribute - :1562:28 - Type `Self@nnlf` has no attribute `_unpack_loc_scale`
[error] unresolved-attribute - :1572:24 - Type `Self@_nnlf` has no attribute `_logpxf`
[error] unresolved-attribute - :1593:28 - Type `Self@_penalized_nnlf` has no attribute `_unpack_loc_scale`
[error] unresolved-attribute - :1598:48 - Type `Self@_penalized_nnlf` has no attribute `_logpxf`
[error] unresolved-attribute - :1606:28 - Type `Self@_penalized_nlpsf` has no attribute `_unpack_loc_scale`
[error] unresolved-attribute - :1613:24 - Type `Self@_penalized_nlpsf` has no attribute `_cdf`
[error] unresolved-attribute - :1943:9 - Unresolved attribute `nin` on type `vectorize`.
[error] unresolved-attribute - :1946:9 - Unresolved attribute `nin` on type `vectorize`.
[error] unresolved-attribute - :1954:9 - Unresolved attribute `nin` on type `vectorize`.
[error] unresolved-attribute - :2072:28 - Type `Self@pdf` has no attribute `_parse_args`
[error] unresolved-attribute - :2113:28 - Type `Self@logpdf` has no attribute `_parse_args`
[error] unresolved-attribute - :2154:28 - Type `Self@cdf` has no attribute `_parse_args`
[error] unresolved-attribute - :2195:28 - Type `Self@logcdf` has no attribute `_parse_args`
[error] unresolved-attribute - :2237:28 - Type `Self@sf` has no attribute `_parse_args`
[error] unresolved-attribute - :2281:28 - Type `Self@logsf` has no attribute `_parse_args`
[error] unresolved-attribute - :2323:28 - Type `Self@ppf` has no attribute `_parse_args`
[error] unresolved-attribute - :2368:28 - Type `Self@isf` has no attribute `_parse_args`
[error] unresolved-attribute - :3055:22 - Type `Self@_param_info` has no attribute `_shape_info`
[error] unresolved-attribute - :3389:9 - Unresolved attribute `nin` on type `vectorize`.
[warning] possibly-missing-attribute - :3415:28 - Attribute `replace` on type `str | None | Unknown` may be missing
[error] unresolved-attribute - :3522:24 - Type `Self@pmf` has no attribute `_parse_args`
[error] unresolved-attribute - :3560:24 - Type `Self@logpmf` has no attribute `_parse_args`
[error] unresolved-attribute - :3599:24 - Type `Self@cdf` has no attribute `_parse_args`
[error] unresolved-attribute - :3641:24 - Type `Self@logcdf` has no attribute `_parse_args`
[error] unresolved-attribute - :3681:24 - Type `Self@sf` has no attribute `_parse_args`
[error] unresolved-attribute - :3722:24 - Type `Self@logsf` has no attribute `_parse_args`
[error] unresolved-attribute - :3768:24 - Type `Self@ppf` has no attribute `_parse_args`
[error] unresolved-attribute - :3817:24 - Type `Self@isf` has no attribute `_parse_args`
[error] unresolved-attribute - :3910:22 - Type `Self@expect` has no attribute `_parse_args`
[error] unresolved-attribute - :3948:22 - Type `Self@_param_info` has no attribute `_shape_info`

scipy/stats/_distribution_infrastructure.py

[error] unresolved-attribute - :2259:16 - Type `Self@_support` has no attribute `_variable`
[error] unresolved-attribute - :2300:22 - Type `Self@_logentropy_quadrature` has no attribute `_logpxf_dispatch`
[error] unresolved-attribute - :2327:19 - Type `Self@_entropy_quadrature` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :2328:22 - Type `Self@_entropy_quadrature` has no attribute `_logpxf_dispatch`
[error] unresolved-attribute - :2377:53 - Type `Self@_mode_optimization` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :2585:35 - Type `Self@_logcdf2_quadrature` has no attribute `_logpxf_dispatch`
[error] unresolved-attribute - :2626:33 - Type `Self@_logcdf_quadrature` has no attribute `_logpxf_dispatch`
[error] unresolved-attribute - :2694:33 - Type `Self@_cdf2_quadrature` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :2736:33 - Type `Self@_cdf_quadrature` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :2804:33 - Type `Self@_logccdf_quadrature` has no attribute `_logpxf_dispatch`
[error] unresolved-attribute - :2874:33 - Type `Self@_ccdf_quadrature` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :2900:16 - Type `Self@_ilogcdf_inversion` has no attribute `_solve_bounded_continuous`
[error] unresolved-attribute - :2935:16 - Type `Self@_icdf_inversion` has no attribute `_solve_bounded_continuous`
[error] unresolved-attribute - :2958:16 - Type `Self@_ilogccdf_inversion` has no attribute `_solve_bounded_continuous`
[error] unresolved-attribute - :2993:16 - Type `Self@_iccdf_inversion` has no attribute `_solve_bounded_continuous`
[error] unresolved-attribute - :3333:19 - Type `Self@_moment_from_pxf` has no attribute `_pxf_dispatch`
[error] unresolved-attribute - :3370:22 - Type `Self@_logmoment_quad` has no attribute `_logpxf_dispatch`
[warning] possibly-missing-attribute - :3565:26 - Attribute `parameters` on type `Unknown | None` may be missing
[error] unresolved-attribute - :4529:32 - Type `Self@__repr__` has no attribute `lb`
[error] unresolved-attribute - :4529:52 - Type `Self@__repr__` has no attribute `ub`
[error] unresolved-attribute - :4534:31 - Type `Self@__str__` has no attribute `lb`
[error] unresolved-attribute - :4534:50 - Type `Self@__str__` has no attribute `ub`
[error] unresolved-attribute - :4639:31 - Type `Self@__repr__` has no attribute `scale`
[error] unresolved-attribute - :4640:20 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4640:38 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4641:39 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4642:26 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4643:38 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4643:54 - Type `Self@__repr__` has no attribute `scale`
[error] unresolved-attribute - :4646:38 - Type `Self@__repr__` has no attribute `loc`
[error] unresolved-attribute - :4651:30 - Type `Self@__str__` has no attribute `scale`
[error] unresolved-attribute - :4652:20 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4652:38 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4653:38 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4654:26 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4655:38 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4655:54 - Type `Self@__str__` has no attribute `scale`
[error] unresolved-attribute - :4658:37 - Type `Self@__str__` has no attribute `loc`
[error] unresolved-attribute - :4804:58 - Type `Self@__add__` has no attribute `loc`
[error] unresolved-attribute - :4805:48 - Type `Self@__add__` has no attribute `scale`
[error] unresolved-attribute - :4808:58 - Type `Self@__sub__` has no attribute `loc`
[error] unresolved-attribute - :4809:48 - Type `Self@__sub__` has no attribute `scale`
[error] unresolved-attribute - :4813:46 - Type `Self@__mul__` has no attribute `loc`
[error] unresolved-attribute - :4814:48 - Type `Self@__mul__` has no attribute `scale`
[error] unresolved-attribute - :4818:46 - Type `Self@__truediv__` has no attribute `loc`
[error] unresolved-attribute - :4819:48 - Type `Self@__truediv__` has no attribute `scale`
[error] unresolved-attribute - :4954:67 - Type `Self@__repr__` has no attribute `r`
[error] unresolved-attribute - :4955:31 - Type `Self@__repr__` has no attribute `n`
[error] unresolved-attribute - :4959:65 - Type `Self@__str__` has no attribute `r`
[error] unresolved-attribute - :4960:30 - Type `Self@__str__` has no attribute `n`
[error] invalid-argument-type - :5279:61 - Argument to function `_validate_order_kind` is incorrect: Expected `UnivariateDistribution`, found `Self@moment`

scipy/stats/_fit.py

[error] call-non-callable - :201:17 - Object of type `None` is not callable
[error] call-non-callable - :210:17 - Object of type `None` is not callable

scipy/stats/_hypotests.py

[error] unsupported-operator - :1758:19 - Operator `*` is unsupported between objects of type `Unknown | None | float` and `Literal[100]`
[warning] possibly-missing-attribute - :1764:26 - Attribute `low` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1765:26 - Attribute `high` on type `Unknown | None` may be missing

scipy/stats/_kde.py

[error] call-non-callable - :572:46 - Object of type `Literal["use constant"]` is not callable

scipy/stats/_levy_stable/__init__.py

[error] unresolved-attribute - :848:45 - Type `Self@rvs` has no attribute `_parse_args_rvs`
[error] unresolved-attribute - :874:43 - Type `Self@pdf` has no attribute `_parse_args`
[error] unsupported-operator - :980:27 - Operator `-` is unsupported between objects of type `Literal[3]` and `Unknown | None`
[error] unresolved-attribute - :1021:43 - Type `Self@cdf` has no attribute `_parse_args`
[error] unsupported-operator - :1115:27 - Operator `-` is unsupported between objects of type `Literal[3]` and `Unknown | None`

scipy/stats/_morestats.py

[error] non-subscriptable - :2686:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2694:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2702:16 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/stats/_multicomp.py

[error] unsupported-operator - :63:18 - Operator `*` is unsupported between objects of type `@Todo | None` and `Literal[100]`
[warning] possibly-missing-attribute - :69:22 - Attribute `low` on type `@Todo | None` may be missing
[warning] possibly-missing-attribute - :70:22 - Attribute `high` on type `@Todo | None` may be missing

scipy/stats/_multivariate.py

[error] invalid-argument-type - :403:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :1139:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :2294:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :2650:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :3337:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :3913:30 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-assignment - :4174:9 - Implicit shadowing of function `_process_parameters`
[error] invalid-argument-type - :4275:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4420:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4586:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4838:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :5052:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :5651:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-assignment - :5955:9 - Implicit shadowing of function `_process_parameters`
[error] invalid-assignment - :6354:9 - Implicit shadowing of function `_process_parameters`
[error] invalid-argument-type - :6494:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :6767:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] parameter-already-assigned - :7928:46 - Multiple values provided for parameter `size` of bound method `rvs`
[error] parameter-already-assigned - :7928:57 - Multiple values provided for parameter `random_state` of bound method `rvs`

scipy/stats/_new_distributions.py

[error] invalid-argument-type - :53:47 - Argument to function `_logpdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logpdf_formula`
[error] invalid-argument-type - :56:44 - Argument to function `_pdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_pdf_formula`
[error] invalid-argument-type - :59:47 - Argument to function `_logcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logcdf_formula`
[error] invalid-argument-type - :62:44 - Argument to function `_cdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_cdf_formula`
[error] invalid-argument-type - :65:48 - Argument to function `_logccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logccdf_formula`
[error] invalid-argument-type - :68:45 - Argument to function `_ccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ccdf_formula`
[error] invalid-argument-type - :71:45 - Argument to function `_icdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_icdf_formula`
[error] invalid-argument-type - :74:48 - Argument to function `_ilogcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogcdf_formula`
[error] invalid-argument-type - :77:46 - Argument to function `_iccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_iccdf_formula`
[error] invalid-argument-type - :80:49 - Argument to function `_ilogccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogccdf_formula`
[error] invalid-argument-type - :83:48 - Argument to function `_entropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_entropy_formula`
[error] invalid-argument-type - :86:50 - Argument to function `_logentropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_logentropy_formula`

scipy/stats/_qmc.py

[error] invalid-argument-type - :2224:24 - Argument to function `add_sample` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | int | float`

scipy/stats/_resampling.py

[error] invalid-assignment - :2160:9 - Object of type `Unknown | None` is not assignable to attribute `batch` of type `int`
[error] invalid-argument-type - :2258:51 - Argument is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :2351:51 - Argument is incorrect: Expected `int`, found `Unknown | None`

scipy/stats/_sampling.py

[error] invalid-argument-type - :705:13 - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `Unknown | ((x, a) -> Unknown) | ((a) -> Unknown) | ... omitted 20 union elements`

scipy/stats/tests/test_fit.py

[error] no-matching-overload - :677:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :683:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :696:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :704:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :712:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :724:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :729:9 - No overload of function `assert_allclose` matches arguments
[error] no-matching-overload - :737:9 - No overload of function `assert_allclose` matches arguments
[error] invalid-argument-type - :768:52 - Argument to function `allclose` is incorrect: Expected `bool`, found `Unknown | float`
[error] no-matching-overload - :771:9 - No overload of function `assert_allclose` matches arguments

scipy/stats/tests/test_stats.py

[error] unresolved-attribute - :3666:19 - Type `Self@test_empty_1d` has no attribute `stat_fun`
[error] unresolved-attribute - :6281:21 - Type `Self@test_against_R` has no attribute `test_name`
[error] unresolved-attribute - :6283:35 - Type `Self@test_against_R` has no attribute `case_ref`
[error] unresolved-attribute - :6284:33 - Type `Self@test_against_R` has no attribute `case_ref`
[error] unresolved-attribute - :6304:35 - Type `Self@test_nan` has no attribute `test_name`
[error] unresolved-attribute - :6918:32 - Type `Self@pmean_reference` has no attribute `size`

subprojects/highs/src/highspy/highs.py

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

subprojects/highs/tests/test_highspy.py

[error] no-matching-overload - :499:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :500:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :501:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :502:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :507:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :512:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :520:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :553:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :555:9 - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - :862:9 - No overload of bound method `assertAlmostEqual` matches arguments

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

scrapy/item.py

[error] invalid-return-type - :128:16 - Return type does not match returned value: expected `Self@copy`, found `Item`

scrapy/spiders/feed.py

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

tests/AsyncCrawlerProcess/caching_hostname_resolver.py

[error] unresolved-attribute - :15:30 - Type `Self@start` has no attribute `url`

tests/CrawlerProcess/caching_hostname_resolver.py

[error] unresolved-attribute - :15:30 - Type `Self@start` has no attribute `url`

tests/test_downloadermiddleware_stats.py

[error] invalid-argument-type - :14:35 - Argument to bound method `__init__` is incorrect: Expected `StatsCollector`, found `StatsCollector | None`
[warning] possibly-missing-attribute - :16:9 - Attribute `open_spider` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :22:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :23:13 - Attribute `get_stats` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :43:9 - Attribute `close_spider` on type `Unknown | StatsCollector | None` may be missing

scrapy/commands/check.py

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

scrapy/pqueues.py

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

scrapy/commands/parse.py

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

scrapy/contracts/__init__.py

[error] call-non-callable - :44:21 - Object of type `object` is not callable
[error] call-non-callable - :74:21 - Object of type `object` is not callable

scrapy/core/engine.py

[warning] possibly-missing-attribute - :256:37 - Attribute `__anext__` on type `AsyncIterator[Any] | None` may be missing
[warning] possibly-missing-attribute - :275:17 - Attribute `nextcall` on type `_Slot | None` may be missing
[warning] unused-ignore-comment - :403:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :416:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :428:64 - Unused blanket `type: ignore` directive

scrapy/core/spidermw.py

[error] invalid-argument-type - :138:50 - Argument to bound method `_check_mw_method_spider_arg` is incorrect: Expected `(...) -> Unknown`, found `object`

scrapy/crawler.py

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

scrapy/exporters.py

[error] invalid-argument-type - :106:58 - Argument to bound method `serialize_field` is incorrect: Expected `str`, found `object`

scrapy/extensions/httpcache.py

[error] unresolved-attribute - :259:19 - Type `ModuleType` has no attribute `open`

scrapy/http/cookies.py

[warning] unused-ignore-comment - :42:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :63:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :64:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :66:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :102:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :108:69 - Unused blanket `type: ignore` directive

scrapy/http/headers.py

[error] invalid-argument-type - :40:42 - Argument to bound method `normkey` is incorrect: Argument type `Unknown | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :72:60 - Argument to bound method `__getitem__` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :78:52 - Argument to bound method `get` is incorrect: Argument type `AnyStr@get` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :84:60 - Argument to bound method `__getitem__` is incorrect: Argument type `AnyStr@getlist` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-assignment - :91:9 - Method `__setitem__` of type `bound method Self@setlist.__setitem__[AnyStr](key: AnyStr@__setitem__, value: Any) -> None` cannot be called with a key of type `AnyStr@setlist` and a value of type `Iterable[@Todo]` on object of type `Self@setlist`
[error] invalid-argument-type - :96:32 - Argument to bound method `setdefault` is incorrect: Argument type `AnyStr@setlistdefault` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :99:28 - Argument to bound method `getlist` is incorrect: Argument type `AnyStr@appendlist` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-assignment - :101:9 - Method `__setitem__` of type `bound method Self@appendlist.__setitem__[AnyStr](key: AnyStr@__setitem__, value: Any) -> None` cannot be called with a key of type `AnyStr@appendlist` and a value of type `list[bytes]` on object of type `Self@appendlist`
[error] invalid-return-type - :128:16 - Return type does not match returned value: expected `Self@__copy__`, found `Headers`

scrapy/pipelines/files.py

[error] invalid-argument-type - :477:58 - Argument to bound method `_get_store` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (PathLike[str] & ~AlwaysFalsy)`

scrapy/spiders/crawl.py

[error] invalid-argument-type - :179:53 - Argument to bound method `process_results` is incorrect: Expected `Iterable[Any]`, found `object`

scrapy/utils/datatypes.py

[error] invalid-argument-type - :56:52 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :56:52 - Argument to bound method `normkey` is incorrect: Expected `str`, found `AnyStr@__getitem__`
[error] invalid-argument-type - :59:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__setitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :59:45 - Argument to bound method `normkey` is incorrect: Expected `str`, found `AnyStr@__setitem__`
[error] invalid-argument-type - :62:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__delitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :62:45 - Argument to bound method `normkey` is incorrect: Expected `str`, found `AnyStr@__delitem__`
[error] invalid-argument-type - :65:53 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__contains__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-return-type - :70:16 - Return type does not match returned value: expected `Self@__copy__`, found `CaselessDict`
[error] invalid-argument-type - :83:44 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@get` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :99:44 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@pop` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :112:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :116:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__setitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :126:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__delitem__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - :131:40 - Argument to bound method `_normkey` is incorrect: Argument type `AnyStr@__contains__` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-super-argument - :151:9 - `Self@__init__` is not an instance or subclass of `<class 'LocalCache'>` in `super(<class 'LocalCache'>, Self@__init__)` call
[error] invalid-super-argument - :158:9 - `Self@__setitem__` is not an instance or subclass of `<class 'LocalCache'>` in `super(<class 'LocalCache'>, Self@__setitem__)` call
[warning] unused-ignore-comment - :86:83 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :91:31 - Argument to bound method `normkey` is incorrect: Argument type `Unknown | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`

scrapy/utils/testsite.py

[error] unresolved-attribute - :18:9 - Type `<super: <class 'SiteTest'>, SiteTest>` has no attribute `setUp`
[error] unresolved-attribute - :23:9 - Type `<super: <class 'SiteTest'>, SiteTest>` has no attribute `tearDown`

tests/CrawlerRunner/ip_address.py

[error] unresolved-attribute - :35:23 - Type `Self@start` has no attribute `url`

tests/mockserver/dns.py

[warning] possibly-missing-attribute - :41:13 - Attribute `readline` on type `IO[bytes] | None` may be missing

tests/mockserver/ftp.py

[error] not-iterable - :29:21 - Object of type `IO[bytes] | None` may not be iterable

tests/mockserver/http_base.py

[warning] possibly-missing-attribute - :49:28 - Attribute `readline` on type `IO[bytes] | None` may be missing
[warning] possibly-missing-attribute - :53:29 - Attribute `readline` on type `IO[bytes] | None` may be missing

tests/spiders.py

[warning] possibly-missing-attribute - :52:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :73:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :110:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :114:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :201:47 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :210:38 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :220:38 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :252:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :336:19 - Attribute `url` on type `Unknown | None` may be missing
[error] invalid-argument-type - :370:27 - Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~Request) | None`
[warning] possibly-missing-attribute - :396:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :428:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :434:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :447:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :462:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :485:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :519:15 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :547:23 - Attribute `url` on type `Unknown | None` may be missing

tests/test_command_check.py

[error] invalid-assignment - :120:9 - Object of type `list[Unknown | tuple[Self@test_printSummary_with_unsuccessful_test_result_with_only_failures, str]]` is not assignable to attribute `failures` of type `list[tuple[TestCase, str]]`
[error] invalid-assignment - :132:9 - Object of type `list[Unknown | tuple[Self@test_printSummary_with_unsuccessful_test_result_with_only_errors, str]]` is not assignable to attribute `errors` of type `list[tuple[TestCase, str]]`
[error] invalid-assignment - :144:9 - Object of type `list[Unknown | tuple[Self@test_printSummary_with_unsuccessful_test_result_with_both_failures_and_errors, str]]` is not assignable to attribute `failures` of type `list[tuple[TestCase, str]]`
[error] invalid-assignment - :145:9 - Object of type `list[Unknown | tuple[Self@test_printSummary_with_unsuccessful_test_result_with_both_failures_and_errors, str]]` is not assignable to attribute `errors` of type `list[tuple[TestCase, str]]`

tests/test_commands.py

[error] non-subscriptable - :49:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :50:21 - Cannot subscript object of type `None` with no `__getitem__` method

tests/test_contracts.py

[warning] possibly-missing-attribute - :331:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :331:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :331:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :336:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :336:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :336:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :343:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :343:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :343:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :350:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :350:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :350:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :373:16 - Attribute `meta` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :374:25 - Attribute `meta` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :375:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :375:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :383:16 - Attribute `meta` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :384:25 - Attribute `meta` on type `Unknown | Request | None` may be missing
[warning] possibly-missing-attribute - :385:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :385:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :394:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :394:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :403:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :403:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :408:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :408:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :413:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :413:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :418:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :418:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :423:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :423:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :431:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :431:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :440:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :440:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :445:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :445:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :450:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :450:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :455:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :455:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :462:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :462:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :480:9 - Attribute `callback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :480:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :499:9 - Attribute `errback` on type `Unknown | Request | None` may be missing
[error] call-non-callable - :499:9 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :539:16 - Attribute `method` on type `Unknown | Request | None` may be missing

tests/test_downloadermiddleware_httpcache.py

[error] unresolved-attribute - :111:14 - Type `Self@test_storage` has no attribute `_storage`
[error] unresolved-attribute - :112:24 - Type `Self@test_storage` has no attribute `request`
[error] unresolved-attribute - :115:52 - Type `Self@test_storage` has no attribute `request`
[error] unresolved-attribute - :115:66 - Type `Self@test_storage` has no attribute `response`
[error] unresolved-attribute - :118:13 - Type `Self@test_storage` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :118:38 - Type `Self@test_storage` has no attribute `response`
[error] unresolved-attribute - :124:14 - Type `Self@test_storage_never_expire` has no attribute `_storage`
[error] unresolved-attribute - :125:62 - Type `Self@test_storage_never_expire` has no attribute `request`
[error] unresolved-attribute - :126:52 - Type `Self@test_storage_never_expire` has no attribute `request`
[error] unresolved-attribute - :126:66 - Type `Self@test_storage_never_expire` has no attribute `response`
[error] unresolved-attribute - :128:62 - Type `Self@test_storage_never_expire` has no attribute `request`
[error] unresolved-attribute - :133:14 - Type `Self@test_storage_no_content_type_header` has no attribute `_storage`
[error] unresolved-attribute - :134:62 - Type `Self@test_storage_no_content_type_header` has no attribute `request`
[error] unresolved-attribute - :140:52 - Type `Self@test_storage_no_content_type_header` has no attribute `request`
[error] unresolved-attribute - :141:73 - Type `Self@test_storage_no_content_type_header` has no attribute `request`
[error] unresolved-attribute - :143:13 - Type `Self@test_storage_no_content_type_header` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :150:14 - Type `Self@test_dont_cache` has no attribute `_middleware`
[error] unresolved-attribute - :151:13 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :152:33 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :152:47 - Type `Self@test_dont_cache` has no attribute `response`
[error] unresolved-attribute - :153:68 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :155:14 - Type `Self@test_dont_cache` has no attribute `_middleware`
[error] unresolved-attribute - :156:13 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :157:33 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :157:47 - Type `Self@test_dont_cache` has no attribute `response`
[error] unresolved-attribute - :158:48 - Type `Self@test_dont_cache` has no attribute `response`
[error] unresolved-attribute - :158:63 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :160:69 - Type `Self@test_dont_cache` has no attribute `request`
[error] unresolved-attribute - :161:21 - Type `Self@test_dont_cache` has no attribute `response`
[error] unresolved-attribute - :169:14 - Type `Self@test_middleware` has no attribute `_middleware`
[error] unresolved-attribute - :170:39 - Type `Self@test_middleware` has no attribute `request`
[error] unresolved-attribute - :171:33 - Type `Self@test_middleware` has no attribute `request`
[error] unresolved-attribute - :171:47 - Type `Self@test_middleware` has no attribute `response`
[error] unresolved-attribute - :172:43 - Type `Self@test_middleware` has no attribute `request`
[error] unresolved-attribute - :174:13 - Type `Self@test_middleware` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :174:38 - Type `Self@test_middleware` has no attribute `response`
[error] unresolved-attribute - :178:14 - Type `Self@test_different_request_response_urls` has no attribute `_middleware`
[error] unresolved-attribute - :185:13 - Type `Self@test_different_request_response_urls` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :189:14 - Type `Self@test_middleware_ignore_missing` has no attribute `_middleware`
[error] unresolved-attribute - :191:36 - Type `Self@test_middleware_ignore_missing` has no attribute `request`
[error] unresolved-attribute - :192:33 - Type `Self@test_middleware_ignore_missing` has no attribute `request`
[error] unresolved-attribute - :192:47 - Type `Self@test_middleware_ignore_missing` has no attribute `response`
[error] unresolved-attribute - :193:43 - Type `Self@test_middleware_ignore_missing` has no attribute `request`
[error] unresolved-attribute - :195:13 - Type `Self@test_middleware_ignore_missing` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :195:38 - Type `Self@test_middleware_ignore_missing` has no attribute `response`
[error] unresolved-attribute - :201:14 - Type `Self@test_middleware_ignore_schemes` has no attribute `_middleware`
[error] unresolved-attribute - :207:13 - Type `Self@test_middleware_ignore_schemes` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :212:14 - Type `Self@test_middleware_ignore_schemes` has no attribute `_middleware`
[error] unresolved-attribute - :221:14 - Type `Self@test_middleware_ignore_schemes` has no attribute `_middleware`
[error] unresolved-attribute - :227:13 - Type `Self@test_middleware_ignore_schemes` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :232:14 - Type `Self@test_middleware_ignore_schemes` has no attribute `_middleware`
[error] unresolved-attribute - :241:14 - Type `Self@test_middleware_ignore_http_codes` has no attribute `_middleware`
[error] unresolved-attribute - :242:39 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :243:33 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :243:47 - Type `Self@test_middleware_ignore_http_codes` has no attribute `response`
[error] unresolved-attribute - :245:68 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :246:39 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :249:14 - Type `Self@test_middleware_ignore_http_codes` has no attribute `_middleware`
[error] unresolved-attribute - :250:33 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :250:47 - Type `Self@test_middleware_ignore_http_codes` has no attribute `response`
[error] unresolved-attribute - :251:43 - Type `Self@test_middleware_ignore_http_codes` has no attribute `request`
[error] unresolved-attribute - :253:13 - Type `Self@test_middleware_ignore_http_codes` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :253:38 - Type `Self@test_middleware_ignore_http_codes` has no attribute `response`
[error] unresolved-attribute - :282:13 - Type `Self@test_request_cacheability` has no attribute `request`
[error] unresolved-attribute - :282:63 - Type `Self@test_request_cacheability` has no attribute `tomorrow`
[error] unresolved-attribute - :287:14 - Type `Self@test_request_cacheability` has no attribute `_middleware`
[error] unresolved-attribute - :290:13 - Type `Self@test_request_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :297:13 - Type `Self@test_request_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :302:13 - Type `Self@test_request_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :305:13 - Type `Self@test_request_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :312:44 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :313:38 - Type `Self@test_response_cacheability` has no attribute `tomorrow`
[error] unresolved-attribute - :322:58 - Type `Self@test_response_cacheability` has no attribute `tomorrow`
[error] unresolved-attribute - :330:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :331:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :332:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :333:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :334:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :335:43 - Type `Self@test_response_cacheability` has no attribute `yesterday`
[error] unresolved-attribute - :337:37 - Type `Self@test_response_cacheability` has no attribute `tomorrow`
[error] unresolved-attribute - :340:14 - Type `Self@test_response_cacheability` has no attribute `_middleware`
[error] unresolved-attribute - :349:17 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :350:17 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :353:21 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[warning] possibly-missing-attribute - :355:28 - Attribute `status` on type `Response | Request` may be missing
[error] unresolved-attribute - :361:14 - Type `Self@test_response_cacheability` has no attribute `_middleware`
[error] unresolved-attribute - :373:17 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :374:17 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :377:21 - Type `Self@test_response_cacheability` has no attribute `assertEqualResponse`
[warning] possibly-missing-attribute - :379:28 - Attribute `status` on type `Response | Request` may be missing
[error] unresolved-attribute - :386:28 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :386:55 - Type `Self@test_cached_and_fresh` has no attribute `tomorrow`
[error] unresolved-attribute - :387:28 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :393:29 - Type `Self@test_cached_and_fresh` has no attribute `today`
[error] unresolved-attribute - :396:32 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :397:38 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :404:29 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :407:32 - Type `Self@test_cached_and_fresh` has no attribute `tomorrow`
[error] unresolved-attribute - :408:38 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :412:31 - Type `Self@test_cached_and_fresh` has no attribute `tomorrow`
[error] unresolved-attribute - :417:29 - Type `Self@test_cached_and_fresh` has no attribute `today`
[error] unresolved-attribute - :418:38 - Type `Self@test_cached_and_fresh` has no attribute `yesterday`
[error] unresolved-attribute - :427:14 - Type `Self@test_cached_and_fresh` has no attribute `_middleware`
[error] unresolved-attribute - :433:17 - Type `Self@test_cached_and_fresh` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :437:17 - Type `Self@test_cached_and_fresh` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :444:17 - Type `Self@test_cached_and_fresh` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :449:28 - Type `Self@test_cached_and_stale` has no attribute `today`
[error] unresolved-attribute - :449:51 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :453:29 - Type `Self@test_cached_and_stale` has no attribute `today`
[error] unresolved-attribute - :454:32 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :455:38 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :458:31 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :459:31 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :460:31 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :460:64 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :461:31 - Type `Self@test_cached_and_stale` has no attribute `tomorrow`
[error] unresolved-attribute - :466:66 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :471:38 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :478:32 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :479:38 - Type `Self@test_cached_and_stale` has no attribute `yesterday`
[error] unresolved-attribute - :484:14 - Type `Self@test_cached_and_stale` has no attribute `_middleware`
[error] unresolved-attribute - :490:17 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :496:17 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :505:21 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :513:25 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :516:25 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :521:17 - Type `Self@test_cached_and_stale` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :528:14 - Type `Self@test_process_exception` has no attribute `_middleware`
[error] unresolved-attribute - :529:29 - Type `Self@test_process_exception` has no attribute `request`
[error] unresolved-attribute - :529:67 - Type `Self@test_process_exception` has no attribute `yesterday`
[error] unresolved-attribute - :530:28 - Type `Self@test_process_exception` has no attribute `request`
[error] unresolved-attribute - :538:17 - Type `Self@test_process_exception` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :545:28 - Type `Self@test_ignore_response_cache_controls` has no attribute `yesterday`
[error] unresolved-attribute - :545:55 - Type `Self@test_ignore_response_cache_controls` has no attribute `tomorrow`
[error] unresolved-attribute - :546:28 - Type `Self@test_ignore_response_cache_controls` has no attribute `yesterday`
[error] unresolved-attribute - :549:31 - Type `Self@test_ignore_response_cache_controls` has no attribute `tomorrow`
[error] unresolved-attribute - :551:14 - Type `Self@test_ignore_response_cache_controls` has no attribute `_middleware`
[error] unresolved-attribute - :559:17 - Type `Self@test_ignore_response_cache_controls` has no attribute `assertEqualResponse`
[error] unresolved-attribute - :563:17 - Type `Self@test_ignore_response_cache_controls` has no attribute `assertEqualResponse`

tests/test_downloadermiddleware_httpcompression.py

[warning] possibly-missing-attribute - :74:9 - Attribute `open_spider` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :99:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :100:13 - Attribute `get_stats` on type `Unknown | StatsCollector | None` may be missing

tests/test_downloadermiddleware_httpproxy.py

[error] invalid-assignment - :19:9 - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_downloadermiddleware_redirect.py

[error] unresolved-attribute - :22:19 - Type `Self@test_priority_adjust` has no attribute `get_response`
[error] unresolved-attribute - :23:20 - Type `Self@test_priority_adjust` has no attribute `mw`
[error] unresolved-attribute - :30:19 - Type `Self@test_dont_redirect` has no attribute `get_response`
[error] unresolved-attribute - :32:17 - Type `Self@test_dont_redirect` has no attribute `mw`
[error] unresolved-attribute - :38:19 - Type `Self@test_dont_redirect` has no attribute `get_response`
[error] unresolved-attribute - :40:17 - Type `Self@test_dont_redirect` has no attribute `mw`
[error] unresolved-attribute - :52:19 - Type `Self@test_post` has no attribute `get_response`
[error] unresolved-attribute - :54:20 - Type `Self@test_post` has no attribute `mw`
[error] unresolved-attribute - :67:13 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :69:19 - Type `Self@test_max_redirect_times` has no attribute `get_response`
[error] unresolved-attribute - :71:19 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :76:17 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :79:13 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :81:19 - Type `Self@test_ttl` has no attribute `get_response`
[error] unresolved-attribute - :83:19 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :86:17 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :90:20 - Type `Self@test_redirect_urls` has no attribute `get_response`
[error] unresolved-attribute - :91:20 - Type `Self@test_redirect_urls` has no attribute `mw`
[error] unresolved-attribute - :92:20 - Type `Self@test_redirect_urls` has no attribute `get_response`
[error] unresolved-attribute - :93:20 - Type `Self@test_redirect_urls` has no attribute `mw`
[error] unresolved-attribute - :105:20 - Type `Self@test_redirect_reasons` has no attribute `get_response`
[error] unresolved-attribute - :106:20 - Type `Self@test_redirect_reasons` has no attribute `mw`
[error] unresolved-attribute - :107:20 - Type `Self@test_redirect_reasons` has no attribute `get_response`
[error] unresolved-attribute - :108:20 - Type `Self@test_redirect_reasons` has no attribute `mw`
[error] unresolved-attribute - :109:54 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :110:54 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :110:67 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :124:33 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :127:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :139:29 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :140:37 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :148:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :151:49 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :159:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :162:49 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :171:39 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :174:47 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :184:33 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :187:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :196:32 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :197:40 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :215:34 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :218:42 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :226:27 - Type `Self@test_meta_proxy_http_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :237:25 - Type `Self@test_meta_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :251:25 - Type `Self@test_meta_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :267:27 - Type `Self@test_meta_proxy_http_relative` has no attribute `mwcls`
[error] unresolved-attribute - :278:25 - Type `Self@test_meta_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :292:25 - Type `Self@test_meta_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :308:27 - Type `Self@test_meta_proxy_https_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :319:25 - Type `Self@test_meta_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :333:25 - Type `Self@test_meta_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :349:27 - Type `Self@test_meta_proxy_https_relative` has no attribute `mwcls`
[error] unresolved-attribute - :360:25 - Type `Self@test_meta_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :374:25 - Type `Self@test_meta_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :390:27 - Type `Self@test_meta_proxy_http_to_https` has no attribute `mwcls`
[error] unresolved-attribute - :401:25 - Type `Self@test_meta_proxy_http_to_https` has no attribute `get_response`
[error] unresolved-attribute - :415:25 - Type `Self@test_meta_proxy_http_to_https` has no attribute `get_response`
[error] unresolved-attribute - :431:27 - Type `Self@test_meta_proxy_https_to_http` has no attribute `mwcls`
[error] unresolved-attribute - :442:25 - Type `Self@test_meta_proxy_https_to_http` has no attribute `get_response`
[error] unresolved-attribute - :456:25 - Type `Self@test_meta_proxy_https_to_http` has no attribute `get_response`
[error] unresolved-attribute - :472:27 - Type `Self@test_system_proxy_http_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :486:25 - Type `Self@test_system_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :500:25 - Type `Self@test_system_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :516:27 - Type `Self@test_system_proxy_http_relative` has no attribute `mwcls`
[error] unresolved-attribute - :530:25 - Type `Self@test_system_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :544:25 - Type `Self@test_system_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :560:27 - Type `Self@test_system_proxy_https_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :574:25 - Type `Self@test_system_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :588:25 - Type `Self@test_system_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :604:27 - Type `Self@test_system_proxy_https_relative` has no attribute `mwcls`
[error] unresolved-attribute - :618:25 - Type `Self@test_system_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :632:25 - Type `Self@test_system_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :648:27 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :663:25 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :677:25 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :693:27 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :707:25 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :721:25 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :737:27 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :751:25 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :765:25 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :781:27 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :791:25 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :805:25 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :821:27 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :836:25 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :850:25 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :866:27 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :880:25 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :894:25 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :910:27 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :924:25 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :938:25 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :954:27 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :964:25 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :978:25 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `get_response`

tests/test_downloadermiddleware_retry.py

[warning] possibly-missing-attribute - :85:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :87:13 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :90:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :110:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :111:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :113:13 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[error] unresolved-attribute - :259:36 - Type `Self@_test_retry` has no attribute `mw`

tests/test_downloaderslotssettings.py

[error] not-iterable - :34:19 - Object of type `Unknown | int | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | int]]` may not be iterable
[warning] possibly-missing-attribute - :37:19 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :44:15 - Attribute `url` on type `Unknown | None` may be missing

tests/test_exporters.py

[error] invalid-argument-type - :248:36 - Argument to bound method `__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - :275:32 - Argument to bound method `__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`

tests/test_http_request.py

[error] invalid-assignment - :284:13 - Object of type `Literal["http://example2.com"]` is not assignable to attribute `url` on type `Unknown | Request`
[error] invalid-assignment - :286:13 - Object of type `Literal["xxx"]` is not assignable to attribute `body` on type `Unknown | Request`

tests/test_http_response.py

[error] invalid-assignment - :171:13 - Object of type `Literal["http://example2.com"]` is not assignable to attribute `url` on type `Unknown | Response`
[error] invalid-assignment - :173:13 - Object of type `Literal["xxx"]` is not assignable to attribute `body` on type `Unknown | Response`
[error] invalid-argument-type - :214:22 - Argument to bound method `follow` is incorrect: Expected `str | Link`, found `None`
[error] invalid-argument-type - :278:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - :280:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - :282:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[Unknown | None]`
[error] invalid-argument-type - :287:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - :289:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - :291:35 - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[Unknown | None]`

tests/test_linkextractors.py

[error] call-non-callable - :27:18 - Object of type `None` is not callable
[error] call-non-callable - :33:18 - Object of type `None` is not callable
[error] call-non-callable - :50:18 - Object of type `None` is not callable
[error] call-non-callable - :62:18 - Object of type `None` is not callable
[error] call-non-callable - :82:18 - Object of type `None` is not callable
[error] call-non-callable - :102:18 - Object of type `None` is not callable
[error] call-non-callable - :110:18 - Object of type `None` is not callable
[error] call-non-callable - :117:18 - Object of type `None` is not callable
[error] call-non-callable - :125:18 - Object of type `None` is not callable
[error] call-non-callable - :136:18 - Object of type `None` is not callable
[error] call-non-callable - :142:18 - Object of type `None` is not callable
[error] call-non-callable - :147:18 - Object of type `None` is not callable
[error] call-non-callable - :175:18 - Object of type `None` is not callable
[error] call-non-callable - :199:18 - Object of type `None` is not callable
[error] call-non-callable - :203:18 - Object of type `None` is not callable
[error] call-non-callable - :207:18 - Object of type `None` is not callable
[error] call-non-callable - :211:18 - Object of type `None` is not callable
[error] call-non-callable - :215:18 - Object of type `None` is not callable
[error] call-non-callable - :227:18 - Object of type `None` is not callable
[error] call-non-callable - :250:18 - Object of type `None` is not callable
[error] call-non-callable - :262:21 - Object of type `None` is not callable
[error] call-non-callable - :271:18 - Object of type `None` is not callable
[error] call-non-callable - :282:18 - Object of type `None` is not callable
[error] call-non-callable - :288:18 - Object of type `None` is not callable
[error] call-non-callable - :301:18 - Object of type `None` is not callable
[error] call-non-callable - :319:18 - Object of type `None` is not callable
[error] call-non-callable - :334:18 - Object of type `None` is not callable
[error] call-non-callable - :348:18 - Object of type `None` is not callable
[error] call-non-callable - :354:18 - Object of type `None` is not callable
[error] call-non-callable - :375:18 - Object of type `None` is not callable
[error] call-non-callable - :385:18 - Object of type `None` is not callable
[error] call-non-callable - :391:18 - Object of type `None` is not callable
[error] call-non-callable - :407:18 - Object of type `None` is not callable
[error] call-non-callable - :424:18 - Object of type `None` is not callable
[error] call-non-callable - :434:18 - Object of type `None` is not callable
[error] call-non-callable - :437:18 - Object of type `None` is not callable
[error] call-non-callable - :443:18 - Object of type `None` is not callable
[error] call-non-callable - :448:18 - Object of type `None` is not callable
[error] call-non-callable - :453:18 - Object of type `None` is not callable
[error] call-non-callable - :470:18 - Object of type `None` is not callable
[error] call-non-callable - :486:18 - Object of type `None` is not callable
[error] call-non-callable - :533:18 - Object of type `None` is not callable
[error] call-non-callable - :568:18 - Object of type `None` is not callable
[error] call-non-callable - :608:18 - Object of type `None` is not callable
[error] call-non-callable - :630:18 - Object of type `None` is not callable
[error] call-non-callable - :641:18 - Object of type `None` is not callable
[error] call-non-callable - :654:18 - Object of type `None` is not callable
[error] call-non-callable - :676:18 - Object of type `None` is not callable
[error] call-non-callable - :697:18 - Object of type `None` is not callable
[error] call-non-callable - :720:18 - Object of type `None` is not callable

tests/test_loader.py

[error] call-non-callable - :97:22 - Object of type `None` is not callable
[error] call-non-callable - :105:22 - Object of type `None` is not callable
[error] call-non-callable - :113:22 - Object of type `None` is not callable
[error] call-non-callable - :122:22 - Object of type `None` is not callable
[error] call-non-callable - :131:22 - Object of type `None` is not callable
[error] call-non-callable - :140:22 - Object of type `None` is not callable
[error] call-non-callable - :151:22 - Object of type `None` is not callable
[error] call-non-callable - :160:22 - Object of type `None` is not callable
[error] call-non-callable - :169:22 - Object of type `None` is not callable
[error] call-non-callable - :175:22 - Object of type `None` is not callable

tests/test_logformatter.py

[warning] possibly-missing-implicit-call - :187:9 - Method `__setitem__` of type `dict[str, Any] | tuple[Any, ...]` may be missing

tests/test_logstats.py

[warning] possibly-missing-attribute - :16:9 - Attribute `set_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :17:9 - Attribute `set_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :40:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :41:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :51:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :52:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :54:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :55:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :63:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :64:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :69:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :70:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :72:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :73:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` may be missing

tests/test_pipeline_crawl.py

[error] unresolved-attribute - :33:13 - Type `Self@parse` has no attribute `media_key`
[error] unresolved-attribute - :34:13 - Type `Self@parse` has no attribute `media_urls_key`
[warning] possibly-missing-attribute - :56:13 - Attribute `url` on type `Unknown | None` may be missing

tests/test_pipeline_images.py

[error] invalid-argument-type - :82:17 - Argument to bound method `file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - :111:17 - Argument to bound method `thumb_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - :150:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :150:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :152:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :152:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :154:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :154:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :167:41 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :170:38 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :175:49 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`

tests/test_pipeline_media.py

[error] unresolved-attribute - :175:16 - Type `<super: <class 'MockedMediaPipeline'>, MockedMediaPipeline>` has no attribute `download`

tests/test_pipelines.py

[error] unresolved-attribute - :90:23 - Type `Self@start` has no attribute `mockserver`

tests/test_proxy_connect.py

[warning] possibly-missing-attribute - :49:16 - Attribute `readline` on type `IO[bytes] | None` may be missing
[error] invalid-assignment - :89:9 - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_request_cb_kwargs.py

[warning] possibly-missing-attribute - :66:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :68:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :70:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :71:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :73:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :76:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :79:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :81:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :82:23 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :87:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :89:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :96:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :103:13 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :108:13 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :112:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :119:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :138:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :143:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing
[warning] possibly-missing-attribute - :144:24 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :148:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing

tests/test_request_dict.py

[error] invalid-argument-type - :89:13 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Unknown | (bound method MethodsSpider.handle_error() -> Unknown)`
[warning] possibly-missing-attribute - :99:22 - Attribute `_MethodsSpider__parse_item_reference` on type `Unknown | MethodsSpider` may be missing
[warning] possibly-missing-attribute - :100:21 - Attribute `_MethodsSpider__handle_error_reference` on type `Unknown | MethodsSpider` may be missing
[warning] possibly-missing-attribute - :110:22 - Attribute `_MethodsSpider__parse_item_private` on type `Unknown | MethodsSpider` may be missing
[warning] possibly-missing-attribute - :118:22 - Attribute `_SpiderMixin__mixin_callback` on type `Unknown | MethodsSpider` may be missing

tests/test_scheduler.py

[warning] possibly-missing-attribute - :81:9 - Attribute `active` on type `Unknown | None` may be missing
[error] unresolved-attribute - :311:13 - Type `Self@test_logic` has no attribute `scheduler`
[error] unresolved-attribute - :314:13 - Type `Self@test_logic` has no attribute `close_scheduler`
[error] unresolved-attribute - :315:13 - Type `Self@test_logic` has no attribute `create_scheduler`
[error] unresolved-attribute - :319:22 - Type `Self@test_logic` has no attribute `mock_crawler`
[error] unresolved-attribute - :320:15 - Type `Self@test_logic` has no attribute `scheduler`
[error] unresolved-attribute - :321:23 - Type `Self@test_logic` has no attribute `scheduler`

tests/test_scheduler_base.py

[error] invalid-assignment - :59:9 - Object of type `map[Unknown]` is not assignable to attribute `start_urls` of type `list[str]`
[error] unresolved-attribute - :67:27 - Type `Self@test_scheduler_class` has no attribute `scheduler`
[error] unresolved-attribute - :68:27 - Type `Self@test_scheduler_class` has no attribute `scheduler`
[warning] possibly-missing-attribute - :92:13 - Attribute `open` on type `Unknown | MinimalScheduler` may be missing
[warning] possibly-missing-attribute - :94:13 - Attribute `close` on type `Unknown | MinimalScheduler` may be missing
[warning] possibly-missing-attribute - :98:13 - Attribute `__len__` on type `Unknown | MinimalScheduler` may be missing
[error] invalid-argument-type - :100:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | MinimalScheduler`
[warning] possibly-missing-attribute - :112:29 - Attribute `url` on type `Unknown | Request | None` may be missing

tests/test_settings/__init__.py

[error] invalid-argument-type - :155:33 - Argument to bound method `setmodule` is incorrect: Expected `ModuleType | str`, found `ModuleMock`

tests/test_signals.py

[error] unresolved-attribute - :16:17 - Type `Self@start` has no attribute `mockserver`

tests/test_spider.py

[warning] possibly-missing-attribute - :48:16 - Attribute `foo` on type `Unknown | Spider` may be missing
[error] invalid-argument-type - :138:40 - Argument to bound method `log` is incorrect: Expected `int`, found `Literal["INFO"]`

tests/test_spidermiddleware_httperror.py

[warning] possibly-missing-attribute - :24:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :25:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :26:13 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :27:13 - Attribute `url` on type `Unknown | None` may be missing

tests/test_spidermiddleware_output_chain.py

[error] unresolved-attribute - :48:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :85:27 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :96:13 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :115:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :152:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :233:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :311:23 - Type `Self@start` has no attribute `mockserver`

tests/test_squeues.py

[error] unresolved-attribute - :49:13 - Type `Self@test_serialize` has no attribute `queue`
[error] unresolved-attribute - :154:13 - Type `Self@test_serialize` has no attribute `queue`

tests/test_utils_datatypes.py

[error] too-many-positional-arguments - :28:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :34:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :53:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :78:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :93:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :122:13 - Type `type[MutableMapping[Unknown, Unknown]]` has no attribute `fromkeys`
[error] unresolved-attribute - :126:13 - Type `type[MutableMapping[Unknown, Unknown]]` has no attribute `fromkeys`
[error] unresolved-attribute - :131:13 - Type `MutableMapping[Unknown, Unknown]` has no attribute `fromkeys`
[error] unresolved-attribute - :135:13 - Type `MutableMapping[Unknown, Unknown]` has no attribute `fromkeys`
[warning] unsupported-base - :152:22 - Unsupported class base with type `type[MutableMapping[Unknown, Unknown]]`
[warning] unsupported-base - :163:22 - Unsupported class base with type `type[MutableMapping[Unknown, Unknown]]`
[error] too-many-positional-arguments - :195:30 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :201:14 - Type `MutableMapping[Unknown, Unknown]` has no attribute `copy`

tests/test_utils_iterators.py

[error] invalid-argument-type - :241:26 - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`
[error] invalid-argument-type - :356:26 - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`

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

sockeye/data_io.py

[error] invalid-argument-type - :1281:36 - Argument to bound method `insert` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - :1283:33 - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-return-type - :1793:20 - Return type does not match returned value: expected `Batch`, found `Unknown | None | Batch`

sockeye/generate_decoder_states.py

[warning] possibly-missing-attribute - :201:17 - Attribute `add` on type `Unknown | None | NumpyMemmapStorage` may be missing
[error] invalid-argument-type - :209:13 - Argument is incorrect: Expected `int`, found `Unknown | None`

sockeye/inference.py

[error] parameter-already-assigned - :1241:53 - Multiple values provided for parameter `unshift_target_factors` of function `_assemble_translation`

sockeye/lexicon.py

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

sockeye/lr_scheduler.py

[warning] possibly-missing-attribute - :138:29 - Attribute `param_groups` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :168:29 - Attribute `param_groups` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :236:29 - Attribute `param_groups` on type `Unknown | None` may be missing

sockeye/training.py

[warning] possibly-missing-attribute - :241:39 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :244:25 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :254:55 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[error] invalid-argument-type - :258:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-missing-attribute - :261:56 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[error] invalid-argument-type - :265:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-missing-attribute - :268:56 - Attribute `samples` on type `Unknown | None | TrainState` may be missing
[error] invalid-argument-type - :272:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-missing-attribute - :279:17 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :282:16 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :282:43 - Attribute `batches` on type `Unknown | None | TrainState` may be missing
[error] invalid-argument-type - :285:41 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-missing-attribute - :288:60 - Attribute `time_elapsed` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :290:58 - Attribute `time_elapsed` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :293:20 - Attribute `converged` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :293:44 - Attribute `diverged` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :299:55 - Attribute `converged` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :300:21 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :300:49 - Attribute `early_stopping_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :300:83 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :316:9 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :319:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :319:44 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :319:64 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :320:21 - Attribute `samples` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :321:44 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :324:38 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[error] invalid-assignment - :327:9 - Object of type `bool` is not assignable to attribute `converged` on type `Unknown | None | TrainState`
[error] invalid-assignment - :328:9 - Object of type `bool` is not assignable to attribute `diverged` on type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :347:38 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :390:9 - Attribute `batches` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :391:9 - Attribute `samples` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :395:27 - Attribute `batches` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :396:9 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :432:27 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :432:45 - Attribute `batches` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :433:27 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :481:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :500:64 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :504:52 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[error] invalid-assignment - :505:21 - Object of type `int | float` is not assignable to attribute `best_metric` on type `Unknown | None | TrainState`
[error] invalid-assignment - :506:21 - Object of type `Unknown | Literal[0]` is not assignable to attribute `best_checkpoint` on type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :506:50 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[error] invalid-assignment - :507:21 - Object of type `Literal[0]` is not assignable to attribute `num_not_improved` on type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :510:13 - Attribute `num_not_improved` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :512:60 - Attribute `num_not_improved` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :512:89 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :514:9 - Attribute `best_metric_history` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :514:47 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :516:25 - Attribute `best_metric_history` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :517:13 - Attribute `best_metric_history` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :527:52 - Attribute `samples` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :529:50 - Attribute `samples` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :532:52 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :534:50 - Attribute `updates` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :537:51 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :539:49 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :544:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :549:42 - Attribute `best_metric` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :549:67 - Attribute `best_metric_history` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :593:29 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :600:60 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :609:26 - Attribute `epoch` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :612:33 - Attribute `time_elapsed` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :614:30 - Attribute `converged` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :615:29 - Attribute `diverged` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :622:9 - Attribute `metrics` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :623:34 - Attribute `metrics` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :625:61 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[error] invalid-argument-type - :626:36 - Argument to function `safe_custom_metrics_logger` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | None`
[warning] possibly-missing-attribute - :628:48 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :634:52 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :665:96 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :666:34 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :708:49 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :738:9 - Attribute `save` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :817:30 - Attribute `checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] possibly-missing-attribute - :817:53 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` may be missing
[warning] unused-ignore-comment - :588:86 - Unused blanket `type: ignore` directive

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

lib/spack/spack/util/debug.py

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

lib/spack/spack/binary_distribution.py

[error] non-subscriptable - :432:31 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :432:31 - Cannot subscript object of type `int` with no `__getitem__` method
[error] non-subscriptable - :437:24 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :437:24 - Cannot subscript object of type `int` with no `__getitem__` method
[error] invalid-assignment - :445:25 - Method `__setitem__` of type `bound method dict[MirrorURLAndVersion, int | float].__setitem__(key: MirrorURLAndVersion, value: int | float, /) -> None` cannot be called with a key of type `Unknown` and a value of type `tuple[int | float, Literal[True]]` on object of type `dict[MirrorURLAndVersion, int | float]`
[error] invalid-assignment - :450:25 - Method `__setitem__` of type `bound method dict[MirrorURLAndVersion, int | float].__setitem__(key: MirrorURLAndVersion, value: int | float, /) -> None` cannot be called with a key of type `Unknown` and a value of type `tuple[int | float, Literal[False]]` on object of type `dict[MirrorURLAndVersion, int | float]`
[error] invalid-assignment - :484:17 - Method `__setitem__` of type `bound method dict[MirrorURLAndVersion, int | float].__setitem__(key: MirrorURLAndVersion, value: int | float, /) -> None` cannot be called with a key of type `@Todo` and a value of type `tuple[int | float, Literal[True]]` on object of type `dict[MirrorURLAndVersion, int | float]`
[error] invalid-assignment - :489:17 - Method `__setitem__` of type `bound method dict[MirrorURLAndVersion, int | float].__setitem__(key: MirrorURLAndVersion, value: int | float, /) -> None` cannot be called with a key of type `@Todo` and a value of type `tuple[int | float, Literal[False]]` on object of type `dict[MirrorURLAndVersion, int | float]`

lib/spack/spack/builder.py

[warning] unused-ignore-comment - :471:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :497:73 - Unused blanket `type: ignore` directive

lib/spack/spack/ci/common.py

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

lib/spack/spack/config.py

[error] invalid-assignment - :561:9 - Object of type `ConfigScope` is not assignable to `str`
[error] unresolved-attribute - :562:16 - Type `str` has no attribute `get_section_filename`

lib/spack/spack/fetch_strategy.py

[warning] division-by-zero - :312:34 - Cannot divide object of type `Literal[0]` by zero
[error] no-matching-overload - :688:20 - No overload of bound method `get` matches arguments
[warning] possibly-missing-attribute - :952:16 - Attribute `source_path` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1039:16 - Attribute `source_path` on type `Unknown | None` may be missing
[error] not-iterable - :1085:48 - Object of type `(Unknown & ~(() -> object)) | None` may not be iterable
[warning] possibly-missing-attribute - :1107:16 - Attribute `source_path` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1259:26 - Attribute `source_path` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1348:26 - Attribute `source_path` on type `Unknown | None` may be missing
[error] unresolved-attribute - :1428:16 - Type `Self@source_id` has no attribute `revision`
[error] unresolved-attribute - :1431:12 - Type `Self@mirror_id` has no attribute `revision`
[error] unresolved-attribute - :1433:57 - Type `Self@mirror_id` has no attribute `revision`
[warning] possibly-missing-attribute - :1547:19 - Attribute `source_path` on type `Unknown | None` may be missing

lib/spack/spack/graph.py

[warning] possibly-missing-attribute - :98:9 - Attribute `write` on type `Unknown | None` may be missing
[error] non-subscriptable - :103:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :105:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :106:20 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :107:9 - Attribute `write` on type `Unknown | None` may be missing
[error] unsupported-operator - :131:31 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :132:17 - Attribute `index` on type `Unknown | None | list[Unknown | list[Unknown]]` may be missing
[warning] possibly-missing-attribute - :136:17 - Attribute `pop` on type `Unknown | None | list[Unknown | list[Unknown]]` may be missing
[warning] possibly-missing-attribute - :137:17 - Attribute `insert` on type `Unknown | None | list[Unknown | list[Unknown]]` may be missing
[warning] possibly-missing-attribute - :160:13 - Attribute `insert` on type `Unknown | None | list[Unknown | list[Unknown]]` may be missing
[warning] possibly-missing-attribute - :170:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :171:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :172:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :173:13 - Attribute `write` on type `Unknown | None` may be missing
[error] invalid-argument-type - :219:28 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None | Literal[0]`
[error] unsupported-operator - :222:17 - Operator `+=` is unsupported between objects of type `None` and `Literal[1]`
[error] invalid-argument-type - :224:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :247:9 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :258:9 - Attribute `write` on type `Unknown | None` may be missing
[error] invalid-argument-type - :260:39 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :263:9 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :265:9 - Attribute `write` on type `Unknown | None` may be missing
[error] invalid-argument-type - :272:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :276:9 - Attribute `write` on type `Unknown | None` may be missing
[error] invalid-argument-type - :285:39 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :289:9 - Attribute `write` on type `Unknown | None` may be missing
[error] invalid-argument-type - :299:39 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :303:9 - Attribute `write` on type `Unknown | None` may be missing

lib/spack/spack/install_test.py

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

lib/spack/spack/installer.py

[warning] possibly-missing-attribute - :1300:74 - Attribute `poll` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1366:55 - Attribute `complete` on type `Unknown | None` may be missing

lib/spack/spack/llnl/util/lock.py

[error] call-non-callable - :767:24 - Object of type `ContextManager[Unknown]` is not callable

lib/spack/spack/llnl/util/tty/color.py

[error] too-many-positional-arguments - :340:32 - Too many positional arguments to bound method `write`: expected 2, got 3
[error] unresolved-attribute - :340:32 - Type `Self@writelines` has no attribute `color`

lib/spack/spack/llnl/util/tty/log.py

[error] invalid-argument-type - :579:21 - Argument to function `dup2` is incorrect: Expected `int`, found `Unknown | int | TextIO`
[error] invalid-argument-type - :580:22 - Argument to function `close` is incorrect: Expected `int`, found `Unknown | int | TextIO`
[error] invalid-argument-type - :582:21 - Argument to function `dup2` is incorrect: Expected `int`, found `Unknown | int | TextIO`
[error] invalid-argument-type - :583:22 - Argument to function `close` is incorrect: Expected `int`, found `Unknown | int | TextIO`
[warning] possibly-missing-attribute - :592:13 - Attribute `write` on type `Unknown | None` may be missing

lib/spack/spack/llnl/util/tty/pty.py

[warning] possibly-missing-attribute - :249:9 - Attribute `join` on type `Unknown | None | Process` may be missing
[warning] possibly-missing-attribute - :250:16 - Attribute `exitcode` on type `Unknown | None | Process` may be missing

lib/spack/spack/mirrors/mirror.py

[error] invalid-argument-type - :263:45 - Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `@Todo | str`

lib/spack/spack/multimethod.py

[error] unresolved-attribute - :137:42 - Type `Self@__call__` has no attribute `__name__`
[error] unresolved-attribute - :149:13 - Type `Self@__call__` has no attribute `__name__`

lib/spack/spack/package_base.py

[error] unresolved-attribute - :253:33 - Type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `namespace`
[error] unresolved-attribute - :253:55 - Type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'>)` has no attribute `name`
[error] unresolved-attribute - :266:48 - Type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `name`
[error] unresolved-attribute - :266:58 - Type `(Self@__init__ & <Protocol with members 'executables'> & ~<Protocol with members 'libraries'> & ~<Protocol with members 'determine_version'>) | (Self@__init__ & <Protocol with members 'libraries'> & ~<Protocol with members 'executables'> & ~<Protocol with members 'determine_version'>)` has no attribute `namespace`
[error] unresolved-attribute - :347:16 - Type `Self@view_source` has no attribute `spec`
[error] unresolved-attribute - :353:45 - Type `Self@view_destination` has no attribute `spec`
[error] unresolved-attribute - :380:46 - Type `Self@add_files_to_view` has no attribute `spec`
[error] unresolved-attribute - :383:42 - Type `Self@add_files_to_view` has no attribute `spec`
[error] unresolved-attribute - :1704:21 - Type `Self@do_patch` has no attribute `patch`
[error] invalid-super-argument - :278:9 -
Old: `Unknown & ~<Protocol with members 'executables'>` is not an instance or subclass of `<class 'DetectablePackageMeta'>` in `super(<class 'DetectablePackageMeta'>, Unknown & ~<Protocol with members 'executables'>)` call
New: `Self@__init__ & ~<Protocol with members 'executables'>` is not an instance or subclass of `<class 'DetectablePackageMeta'>` in `super(<class 'DetectablePackageMeta'>, Self@__init__ & ~<Protocol with members 'executables'>)` call

lib/spack/spack/provider_index.py

[error] unresolved-attribute - :51:20 - Type `str` has no attribute `intersects`
[warning] possibly-missing-attribute - :159:63 - Attribute `name` on type `str | Unknown` may be missing
[warning] possibly-missing-attribute - :211:52 - Attribute `fullname` on type `str | Unknown` may be missing

lib/spack/spack/spec.py

[error] unresolved-attribute - :2224:34 - Type `Self@package_hash` has no attribute `_package_hash`
[warning] possibly-missing-attribute - :3109:21 - Attribute `intersects` on type `Unknown | None | ArchSpec` may be missing
[warning] possibly-missing-attribute - :3130:24 - Attribute `constrain` on type `Unknown | None | ArchSpec` may be missing
[error] call-non-callable - :5460:17 - Object of type `None` is not callable
[error] too-many-positional-arguments - :5460:38 - Too many positional arguments: expected 0, got 1

lib/spack/spack/spec_parser.py

[error] invalid-argument-type - :370:32 - Argument to bound method `accept` is incorrect: Expected `SpecTokens`, found `Unknown | Literal["(?:[\\^%]\\[)"]`
[warning] possibly-missing-attribute - :371:29 - Attribute `value` on type `Unknown | None` may be missing
[error] invalid-argument-type - :391:34 - Argument to bound method `accept` is incorrect: Expected `SpecTokens`, found `Unknown | Literal["(?:[\\^\\%](?:\\s*(?:(?P<virtuals>(?:[a-zA-Z_0-9][a-zA-Z_0-9\\-]*)(?:,(?:[a-zA-Z_0-9][a-zA-Z_0-9\\-]*))*)=(?P<substitute>(?:(?:[a-zA-Z_0-9][a-zA-Z_0-9\\-]*)(?:\\.(?:[a-zA-Z_0-9][a-zA-Z_0-9\\-]*))+)|(?:[a-zA-Z_0-9][a-zA-Z_0-9\\-]*))))?)"]`
[warning] possibly-missing-attribute - :392:29 - Attribute `value` on type `Unknown | None` may be missing

lib/spack/spack/stage.py

[warning] possibly-missing-attribute - :615:54 - Attribute `path` on type `Unknown | None` may be missing

lib/spack/spack/subprocess_context.py

[warning] possibly-missing-attribute - :94:13 - Attribute `restore` on type `Unknown | GlobalStateMarshaler | None` may be missing
[warning] possibly-missing-attribute - :95:13 - Attribute `restore` on type `Unknown | None` may be missing

lib/spack/spack/tengine.py

[error] unresolved-attribute - :63:54 - Type `Self@to_dict` has no attribute `context_properties`

lib/spack/spack/test/conftest.py

[warning] possibly-missing-attribute - :2290:16 - Attribute `read` on type `Unknown | None` may be missing

lib/spack/spack/util/archive.py

[warning] possibly-missing-attribute - :40:13 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :64:9 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :68:9 - Attribute `flush` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :71:16 - Attribute `fileno` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :86:16 - Attribute `tell` on type `Unknown | None` may be missing

lib/spack/spack/util/gcs.py

[warning] possibly-missing-attribute - :92:20 - Attribute `get_blob` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :97:20 - Attribute `blob` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :116:25 - Attribute `list_blobs` on type `Unknown | None` may be missing

lib/spack/spack/util/s3.py

[error] invalid-assignment - :140:9 - Object of type `None` is not assignable to attribute `raw` of type `_BufferedReaderStream`
[warning] possibly-missing-attribute - :143:16 - Attribute `read` on type `_BufferedReaderStream | Unknown | None` may be missing

lib/spack/spack/vendor/attr/_make.py

[error] unresolved-attribute - :2610:65 - Type `Self@__getstate__` has no attribute `metadata`

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

[error] invalid-argument-type - :874:38 - Argument to function `write_file` is incorrect: Expected `str`, found `CodeType`
[warning] unused-ignore-comment - :1310:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1364:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1414:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1607:72 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jinja2/ext.py

[warning] unused-ignore-comment - :325:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :326:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :520:55 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jinja2/idtracking.py

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

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

[error] invalid-argument-type - :667:40 -
Old: Argument is incorrect: Expected `str`, found `str | Unknown | int`
New: Argument is incorrect: Expected `str`, found `str | int | Any`

lib/spack/spack/vendor/jinja2/loaders.py

[warning] unused-ignore-comment - :348:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :386:54 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jinja2/nativetypes.py

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

lib/spack/spack/vendor/jinja2/nodes.py

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

lib/spack/spack/vendor/jinja2/parser.py

[error] invalid-assignment - :433:9 - Object of type `Expr` is not assignable to attribute `call` of type `Call`
[error] invalid-argument-type - :1023:37 - Argument to bound method `extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`
[warning] unused-ignore-comment - :155:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :317:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :439:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :515:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :792:49 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jinja2/runtime.py

[error] invalid-argument-type - :814:40 - Argument to bound method `_invoke` is incorrect: Expected `bool`, found `@Todo | bool | None`
[warning] unused-ignore-comment - :417:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :428:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :817:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :826:63 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/jsonschema/exceptions.py

[error] unresolved-attribute - :83:13 - Type `Self@__unicode__` has no attribute `_word_for_schema_in_error_message`
[error] unresolved-attribute - :86:13 - Type `Self@__unicode__` has no attribute `_word_for_instance_in_error_message`

lib/spack/spack/vendor/macholib/MachO.py

[error] invalid-argument-type - :358:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown]`
[error] non-subscriptable - :400:29 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :405:9 - Method `__setitem__` of type `Unknown | None | list[Unknown]` may be missing
[error] unsupported-operator - :411:13 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[error] unsupported-operator - :419:21 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | None | Literal[0]`
[warning] possibly-missing-attribute - :424:9 - Attribute `sizeofcmds` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :425:54 - Attribute `sizeofcmds` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :435:9 - Attribute `to_fileobj` on type `Unknown | None` may be missing
[error] not-iterable - :436:30 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :467:31 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :473:31 - Object of type `Unknown | None | list[Unknown]` may not be iterable

lib/spack/spack/vendor/macholib/ptypes.py

[error] unresolved-attribute - :63:44 - Type `Self@from_mmap` has no attribute `_size_`
[error] unresolved-attribute - :66:36 - Type `Self@from_fileobj` has no attribute `_size_`
[error] unresolved-attribute - :69:37 - Type `Self@from_str` has no attribute `_endian_`
[error] unresolved-attribute - :70:54 - Type `Self@from_str` has no attribute `_format_`
[error] unresolved-attribute - :86:24 - Type `Self@to_mmap` has no attribute `_size_`
[error] unresolved-attribute - :188:35 - Type `Self@from_tuple` has no attribute `_structmarks_`

lib/spack/spack/vendor/pyrsistent/_pdeque.py

[error] unresolved-attribute - :91:22 - Type `Self@__iter__` has no attribute `_left_list`
[error] unresolved-attribute - :91:39 - Type `Self@__iter__` has no attribute `_right_list`
[error] unresolved-attribute - :95:62 - Type `Self@__repr__` has no attribute `_maxlen`
[error] unresolved-attribute - :95:79 - Type `Self@__repr__` has no attribute `_maxlen`
[error] unresolved-attribute - :95:79 - Type `Self@__repr__` has no attribute `_maxlen`
[error] unresolved-attribute - :95:79 - Type `Self@__repr__` has no attribute `_maxlen`
[error] unresolved-attribute - :122:59 - Type `Self@pop` has no attribute `_right_list`
[error] unresolved-attribute - :122:77 - Type `Self@pop` has no attribute `_left_list`
[error] unresolved-attribute - :123:58 - Type `Self@pop` has no attribute `_length`
[error] unresolved-attribute - :123:84 - Type `Self@pop` has no attribute `_maxlen`
[error] unresolved-attribute - :136:59 - Type `Self@popleft` has no attribute `_left_list`
[error] unresolved-attribute - :136:76 - Type `Self@popleft` has no attribute `_right_list`
[error] unresolved-attribute - :137:58 - Type `Self@popleft` has no attribute `_length`
[error] unresolved-attribute - :137:84 - Type `Self@popleft` has no attribute `_maxlen`
[error] unresolved-attribute - :158:20 - Type `Self@_is_empty` has no attribute `_left_list`
[error] unresolved-attribute - :158:44 - Type `Self@_is_empty` has no attribute `_right_list`
[error] unresolved-attribute - :181:16 - Type `Self@__len__` has no attribute `_length`
[error] unresolved-attribute - :190:66 - Type `Self@append` has no attribute `_left_list`
[error] unresolved-attribute - :190:83 - Type `Self@append` has no attribute `_right_list`
[error] unresolved-attribute - :191:66 - Type `Self@append` has no attribute `_maxlen`
[error] unresolved-attribute - :200:66 - Type `Self@appendleft` has no attribute `_right_list`
[error] unresolved-attribute - :200:84 - Type `Self@appendleft` has no attribute `_left_list`
[error] unresolved-attribute - :201:66 - Type `Self@appendleft` has no attribute `_maxlen`
[error] unresolved-attribute - :204:12 - Type `Self@_append` has no attribute `_maxlen`
[error] unresolved-attribute - :204:41 - Type `Self@_append` has no attribute `_length`
[error] unresolved-attribute - :204:57 - Type `Self@_append` has no attribute `_maxlen`
[error] unresolved-attribute - :205:16 - Type `Self@_append` has no attribute `_maxlen`
[error] unresolved-attribute - :208:69 - Type `Self@_append` has no attribute `_length`
[error] unresolved-attribute - :210:57 - Type `Self@_append` has no attribute `_length`
[error] unresolved-attribute - :224:23 - Type `Self@_extend` has no attribute `_length`
[error] unresolved-attribute - :225:12 - Type `Self@_extend` has no attribute `_maxlen`
[error] unresolved-attribute - :225:55 - Type `Self@_extend` has no attribute `_maxlen`
[error] unresolved-attribute - :226:37 - Type `Self@_extend` has no attribute `_maxlen`
[error] unresolved-attribute - :239:68 - Type `Self@extend` has no attribute `_right_list`
[error] unresolved-attribute - :239:86 - Type `Self@extend` has no attribute `_left_list`
[error] unresolved-attribute - :240:54 - Type `Self@extend` has no attribute `_length`
[error] unresolved-attribute - :240:83 - Type `Self@extend` has no attribute `_maxlen`
[error] unresolved-attribute - :251:68 - Type `Self@extendleft` has no attribute `_left_list`
[error] unresolved-attribute - :251:85 - Type `Self@extendleft` has no attribute `_right_list`
[error] unresolved-attribute - :252:54 - Type `Self@extendleft` has no attribute `_length`
[error] unresolved-attribute - :252:83 - Type `Self@extendleft` has no attribute `_maxlen`
[error] unresolved-attribute - :261:16 - Type `Self@count` has no attribute `_left_list`
[error] unresolved-attribute - :261:46 - Type `Self@count` has no attribute `_right_list`
[error] unresolved-attribute - :272:27 - Type `Self@remove` has no attribute `_left_list`
[error] unresolved-attribute - :272:57 - Type `Self@remove` has no attribute `_right_list`
[error] unresolved-attribute - :272:75 - Type `Self@remove` has no attribute `_length`
[error] unresolved-attribute - :277:31 - Type `Self@remove` has no attribute `_left_list`
[error] unresolved-attribute - :278:32 - Type `Self@remove` has no attribute `_right_list`
[error] unresolved-attribute - :278:83 - Type `Self@remove` has no attribute `_length`
[error] unresolved-attribute - :294:23 - Type `Self@reverse` has no attribute `_right_list`
[error] unresolved-attribute - :294:41 - Type `Self@reverse` has no attribute `_left_list`
[error] unresolved-attribute - :294:58 - Type `Self@reverse` has no attribute `_length`
[error] unresolved-attribute - :315:37 - Type `Self@__reduce__` has no attribute `_maxlen`
[error] unresolved-attribute - :321:58 - Type `Self@__getitem__` has no attribute `_maxlen`
[error] unresolved-attribute - :325:55 - Type `Self@__getitem__` has no attribute `_length`
[error] unresolved-attribute - :327:37 - Type `Self@__getitem__` has no attribute `_length`
[error] unresolved-attribute - :327:66 - Type `Self@__getitem__` has no attribute `_length`

lib/spack/spack/vendor/pyrsistent/_plist.py

[error] invalid-assignment - :22:13 - Object of type `Unknown` is not assignable to attribute `rest` on type `(Unknown & ~AlwaysFalsy) | (_EmptyPList & ~AlwaysFalsy)`
[error] unresolved-attribute - :103:34 - Type `Self@reverse & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :104:20 - Type `Self@reverse & ~AlwaysFalsy` has no attribute `rest`
[error] unresolved-attribute - :121:28 - Type `Self@split & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :122:26 - Type `Self@split & ~AlwaysFalsy` has no attribute `rest`
[error] unresolved-attribute - :134:19 - Type `Self@__iter__ & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :135:18 - Type `Self@__iter__ & ~AlwaysFalsy` has no attribute `rest`
[error] unresolved-attribute - :155:20 - Type `Self@__eq__ & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :157:25 - Type `Self@__eq__ & ~AlwaysFalsy` has no attribute `rest`
[error] unresolved-attribute - :191:20 - Type `Self@_drop` has no attribute `rest`
[error] unresolved-attribute - :213:16 - Type `Self@remove & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :214:45 - Type `Self@remove & ~AlwaysFalsy` has no attribute `rest`
[error] unresolved-attribute - :216:33 - Type `Self@remove & ~AlwaysFalsy` has no attribute `first`
[error] unresolved-attribute - :217:20 - Type `Self@remove & ~AlwaysFalsy` has no attribute `rest`

lib/spack/spack/vendor/pyrsistent/_pset.py

[error] unresolved-attribute - :36:27 - Type `Self@__contains__` has no attribute `_map`
[error] unresolved-attribute - :39:21 - Type `Self@__iter__` has no attribute `_map`
[error] unresolved-attribute - :42:20 - Type `Self@__len__` has no attribute `_map`
[error] unresolved-attribute - :54:21 - Type `Self@__hash__` has no attribute `_map`
[error] unresolved-attribute - :96:23 - Type `Self@remove` has no attribute `_map`
[error] unresolved-attribute - :105:23 - Type `Self@discard` has no attribute `_map`

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

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

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

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

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

[warning] possibly-missing-attribute - :1018:16 - Attribute `comment_handling` on type `Unknown | None` may be missing
[error] too-many-positional-arguments - :191:50 - Too many positional arguments to function `construct_scalar`: expected 2, got 3

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

[error] call-non-callable - :258:13 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :486:12 - Attribute `anchor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :674:16 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :674:39 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :707:16 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :707:39 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :806:26 - Attribute `empty` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :807:25 - Attribute `multiline` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :817:12 - Attribute `anchor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :821:56 - Attribute `anchor` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :831:15 - Attribute `tag` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :874:49 - Attribute `value` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :875:12 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :877:17 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :877:37 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :878:13 - Attribute `implicit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :878:43 - Attribute `implicit` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :889:12 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :889:33 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :895:24 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :896:16 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :897:23 - Attribute `value` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :897:51 - Attribute `value` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :899:16 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :899:36 - Attribute `style` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :909:49 - Attribute `value` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :926:17 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :927:21 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :928:21 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :935:23 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :940:17 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :941:21 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :942:21 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :950:12 - Attribute `comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1019:27 - Attribute `keys` on type `Unknown | None | dict[Unknown | str, Unknown | str]` may be missing
[error] non-subscriptable - :1022:26 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1768:12 - Attribute `comment` on type `Unknown | None` may be missing
[warning] unused-ignore-comment - :931:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :945:65 - Unused blanket `type: ignore` directive

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

[error] unknown-argument - :509:58 - Argument `loader` does not match any known parameter of function `__init__`
[error] unknown-argument - :702:28 - Argument `default_style` does not match any known parameter of function `__init__`
[error] unknown-argument - :702:57 - Argument `default_flow_style` does not match any known parameter of function `__init__`
[warning] possibly-missing-attribute - :798:9 - Attribute `teardown_output` on type `Unknown | None | YAMLContextManager` may be missing
[warning] unused-ignore-comment - :504:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1633:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1634:69 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :579:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :580:74 - Unused blanket `type: ignore` directive

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

[warning] possibly-missing-attribute - :264:21 - Attribute `boolean_representation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :842:16 - Attribute `comment_handling` on type `Unknown | None` may be missing

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

[warning] unused-ignore-comment - :103:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :104:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :105:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :107:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :108:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :110:32 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :27:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :28:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :29:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :36:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :37:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :38:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :45:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :46:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :54:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :55:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :56:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :63:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :64:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :65:76 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :1253:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1624:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2054:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2279:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2281:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2288:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2341:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2345:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2397:87 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :95:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :108:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:43 - Unused blanket `type: ignore` directive

lib/spack/spack/vendor/six.py

[error] unresolved-attribute - :97:18 - Type `Self@__get__` has no attribute `_resolve`

lib/spack/spack/vendor/typing_extensions.py

[error] invalid-assignment - :1840:17 - Object of type `(Any & ~Literal["spack.vendor.typing_extensions"]) | None` is not assignable to attribute `__module__` of type `str`
[error] invalid-assignment - :2740:13 - Object of type `(Any & ~Literal["spack.vendor.typing_extensions"]) | None` is not assignable to attribute `__module__` of type `str`

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

sphinx/builders/changes.py

[error] invalid-argument-type - :166:13 - Argument to function `copy_asset_file` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`

sphinx/builders/xml.py

[error] invalid-assignment - :90:9 - Object of type `NodeVisitor` is not assignable to `XMLTranslator`

sphinx/directives/other.py

[error] unresolved-attribute - :329:36 - Type `Struct` has no attribute `title_styles`
[error] unresolved-attribute - :330:37 - Type `Struct` has no attribute `section_level`
[error] unresolved-attribute - :331:9 - Unresolved attribute `title_styles` on type `Struct`.
[error] unresolved-attribute - :332:9 - Unresolved attribute `section_level` on type `Struct`.
[error] unresolved-attribute - :337:28 - Type `Struct` has no attribute `title_styles`
[error] invalid-assignment - :409:13 - Implicit shadowing of function `insert_input`

sphinx/ext/autodoc/_directive_options.py

[error] invalid-return-type - :86:16 - Return type does not match returned value: expected `Self@copy`, found `_AutoDocumenterOptions`

sphinx/registry.py

[error] invalid-argument-type - :302:60 - Argument to bound method `add_directive_to_domain` is incorrect: Expected `type[Directive]`, found `type`
[error] invalid-argument-type - :333:60 - Argument to bound method `add_directive_to_domain` is incorrect: Expected `type[Directive]`, found `type`

sphinx/util/_io.py

[error] call-non-callable - :31:13 - Object of type `object` is not callable
[error] call-non-callable - :33:13 - Object of type `object` is not callable

sphinx/builders/text.py

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

sphinx/domains/__init__.py

[warning] unused-ignore-comment - :116:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :117:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :194:49 - Unused blanket `type: ignore` directive

sphinx/domains/javascript.py

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

sphinx/domains/python/__init__.py

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

sphinx/ext/inheritance_diagram.py

[warning] unused-ignore-comment - :424:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :439:41 - Unused blanket `type: ignore` directive

sphinx/util/tags.py

[warning] possibly-unresolved-reference - :41:16 - Name `node` used when possibly not defined

sphinx/application.py

[warning] unused-ignore-comment - :1526:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1590:41 - Unused blanket `type: ignore` directive

sphinx/builders/gettext.py

[error] invalid-argument-type - :86:29 - Argument to bound method `append` is incorrect: Expected `tuple[str, int, str]`, found `tuple[(str & ~AlwaysFalsy) | Literal[""], int, object]`
[warning] possibly-missing-attribute - :267:32 - Attribute `extract_translations` on type `Unknown | SandboxedEnvironment` may be missing

sphinx/builders/html/__init__.py

[error] non-subscriptable - :583:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :583:20 - Cannot subscript object of type `bool` with no `__getitem__` method
[warning] possibly-missing-attribute - :592:17 - Attribute `append` on type `Unknown | str | list[_JavaScript] | ... omitted 4 union elements` may be missing
[error] invalid-argument-type - :592:33 - Argument to bound method `append` is incorrect: Expected `_CascadingStyleSheet`, found `tuple[@Todo & ~AlwaysFalsy, Unknown | str, Literal["N"], str]`
[error] invalid-argument-type - :592:33 - Argument to bound method `append` is incorrect: Expected `_JavaScript`, found `tuple[@Todo & ~AlwaysFalsy, Unknown | str, Literal["N"], str]`
[warning] possibly-missing-attribute - :601:17 - Attribute `append` on type `Unknown | str | list[_JavaScript] | ... omitted 4 union elements` may be missing
[error] invalid-argument-type - :601:33 - Argument to bound method `append` is incorrect: Expected `_CascadingStyleSheet`, found `tuple[@Todo & ~AlwaysFalsy, Unknown | str, Literal["P"], str]`
[error] invalid-argument-type - :601:33 - Argument to bound method `append` is incorrect: Expected `_JavaScript`, found `tuple[@Todo & ~AlwaysFalsy, Unknown | str, Literal["P"], str]`
[error] invalid-argument-type - :876:21 - Argument to function `copy_asset` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`
[error] invalid-argument-type - :894:17 - Argument to function `copy_asset` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`
[error] no-matching-overload - :1199:35 - No overload of function `sorted` matches arguments
[error] no-matching-overload - :1210:32 - No overload of function `sorted` matches arguments
[error] invalid-argument-type - :1252:25 - Argument to bound method `write_text` is incorrect: Expected `str | None`, found `Unknown | bool | str | ... omitted 6 union elements`
[warning] unused-ignore-comment - :433:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :672:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1357:44 - Unused blanket `type: ignore` directive

sphinx/builders/latex/__init__.py

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

sphinx/builders/texinfo.py

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

sphinx/domains/c/__init__.py

[error] invalid-assignment - :235:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :303:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :315:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-argument-type - :955:51 - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`

sphinx/domains/c/_ast.py

[warning] possibly-missing-attribute - :852:13 - Attribute `describe_signature` on type `Unknown | ASTTypeWithInit | None` may be missing
[warning] possibly-missing-attribute - :1673:13 - Attribute `describe_signature` on type `Unknown | ASTNestedName | None` may be missing
[warning] possibly-missing-attribute - :1909:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[error] invalid-argument-type - :1910:65 - Argument to bound method `get_id` is incorrect: Expected `Symbol`, found `Symbol | None`
[warning] unused-ignore-comment - :375:43 - Unused blanket `type: ignore` directive

sphinx/domains/c/_parser.py

[warning] possibly-missing-attribute - :153:22 - Attribute `group` on type `Match[str] | None` may be missing
[warning] possibly-missing-attribute - :154:20 - Attribute `group` on type `Match[str] | None` may be missing
[error] invalid-argument-type - :248:41 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :292:31 - Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `ASTExpression | None`
[error] invalid-argument-type - :962:38 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[warning] possibly-unresolved-reference - :893:13 - Name `fallback_end` used when possibly not defined
[error] invalid-argument-type - :675:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :676:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :677:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :678:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :694:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | ASTDeclSpecsSimple`
[error] invalid-argument-type - :694:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `ASTTrailingTypeSpec | None`
[error] invalid-argument-type - :765:83 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `None | ASTExpression`
[error] invalid-argument-type - :775:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :776:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :776:75 - Argument to bound method `__init__` is incorrect: Expected `ASTParameters`, found `ASTParameters | None`

sphinx/domains/c/_symbol.py

[error] no-matching-overload - :151:9 - No overload of bound method `setdefault` matches arguments
[error] invalid-argument-type - :158:54 - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :564:71 - Argument to bound method `_fill_empty` is incorrect: Expected `int`, found `Unknown | int | None`

sphinx/domains/cpp/__init__.py

[error] invalid-assignment - :350:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :419:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[warning] possibly-missing-attribute - :427:13 - Attribute `_stringify` on type `Unknown | ASTIdentifier | ASTOperator | None` may be missing
[error] invalid-assignment - :437:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-argument-type - :1273:57 - Argument to bound method `get` is incorrect: Expected `str`, found `(str & ~Literal["templateParam"]) | None`

sphinx/domains/cpp/_ast.py

[error] invalid-argument-type - :4442:26 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] invalid-argument-type - :4443:31 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] invalid-argument-type - :4451:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] not-iterable - :4462:18 - Object of type `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None` may not be iterable
[warning] possibly-missing-attribute - :4566:13 - Attribute `clone` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :4586:24 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :4587:20 - Attribute `get_id` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :4590:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :4625:20 - Attribute `get_id` on type `Unknown | None` may be missing
[error] invalid-argument-type - :4669:17 - Argument to bound method `describe_signature` is incorrect: Expected `bool`, found `bool | None`
[warning] possibly-missing-attribute - :4678:22 - Attribute `get_type_declaration_prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :4711:9 - Attribute `describe_signature` on type `Unknown | None` may be missing

sphinx/domains/cpp/_parser.py

[error] invalid-argument-type - :624:53 - Argument to bound method `_parse_decl_specs` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1173:50 - Argument to bound method `_parse_type_with_init` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1707:49 - Argument to bound method `_parse_decl_specs` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :1719:42 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[error] invalid-argument-type - :1769:40 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[error] invalid-argument-type - :2190:13 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `None | ASTTemplateDeclarationPrefix`
[error] invalid-argument-type - :2212:19 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `ASTTemplateDeclarationPrefix | None`
[error] invalid-argument-type - :2230:23 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `ASTTemplateDeclarationPrefix | None`
[warning] possibly-unresolved-reference - :236:25 - Name `char_lit` used when possibly not defined
[error] invalid-argument-type - :545:31 - Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTExplicitCast | ASTTypeId | Unknown`
[error] invalid-argument-type - :1145:40 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Literal["class", "struct", "enum", "union", "typename"]`
[warning] possibly-unresolved-reference - :1615:13 - Name `fallback_end` used when possibly not defined
[error] invalid-argument-type - :1246:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTType | None`
[error] invalid-argument-type - :1346:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1347:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1348:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1350:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1351:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1352:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1353:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1354:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1355:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1384:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | ASTDeclSpecsSimple`
[error] invalid-argument-type - :1384:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `ASTTrailingTypeSpec | None`
[error] invalid-argument-type - :1435:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `Unknown | None | ASTNestedName`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :1437:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `Unknown | None | ASTNestedName`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :1437:49 - Argument to bound method `__init__` is incorrect: Expected `ASTParametersQualifiers`, found `ASTParametersQualifiers | None`
[error] invalid-argument-type - :1794:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :1814:38 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `None | ASTType`
[error] invalid-argument-type - :1875:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTType | None`
[error] invalid-argument-type - :1875:17 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Literal["typename", "class"]`

sphinx/domains/cpp/_symbol.py

[error] invalid-argument-type - :378:13 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateArgs`, found `ASTTemplateArgs | None`
[error] invalid-argument-type - :613:17 - Argument to bound method `_find_first_named_symbol` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `Any | None`
[error] invalid-argument-type - :692:13 - Argument to bound method `_symbol_lookup` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :887:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTIdentifier | ASTOperator`, found `Unknown | ASTIdentifier | ASTOperator | None`
[error] invalid-argument-type - :888:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `Unknown | ASTTemplateParams | ASTTemplateIntroduction | None`
[error] invalid-argument-type - :889:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateArgs`, found `Unknown | None`
[error] invalid-argument-type - :1004:25 - Argument to bound method `_add_symbols` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[Unknown]`
[error] invalid-argument-type - :1024:46 - Argument to bound method `_add_symbols` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[Unknown]`
[error] invalid-argument-type - :1173:13 - Argument to bound method `_find_first_named_symbol` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `None`
[error] invalid-argument-type - :1207:13 - Argument to bound method `_symbol_lookup` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[Unknown]`
[error] invalid-return-type - :1183:20 -
Old: Return type does not match returned value: expected `tuple[list[Symbol] | None, str]`, found `tuple[list[Symbol | (Unknown & ~None)], None]`
New: Return type does not match returned value: expected `tuple[list[Symbol] | None, str]`, found `tuple[list[Symbol], None]`

sphinx/domains/python/_object.py

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

sphinx/domains/std/__init__.py

[error] invalid-argument-type - :971:42 - Argument to bound method `is_enumerable_node` is incorrect: Expected `Node`, found `Element | None`
[error] invalid-argument-type - :972:50 - Argument to bound method `get_numfig_title` is incorrect: Expected `Node`, found `Element | None`
[error] invalid-return-type - :1058:16 - Return type does not match returned value: expected `reference | None`, found `Element | None`
[warning] unused-ignore-comment - :1324:65 - Unused blanket `type: ignore` directive

sphinx/environment/__init__.py

[error] invalid-assignment - :1176:17 - Method `__setitem__` of type `bound method Self@update.__setitem__(key: str, value: Any) -> None` cannot be called with a key of type `object` and a value of type `object` on object of type `Self@update`

sphinx/ext/autodoc/_documenters.py

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

sphinx/ext/autodoc/directive.py

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

sphinx/ext/autosummary/__init__.py

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

sphinx/ext/autosummary/generate.py

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

sphinx/ext/doctest.py

[warning] unused-ignore-comment - :275:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :286:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :435:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :436:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :460:38 - Unused blanket `type: ignore` directive

sphinx/ext/intersphinx/_shared.py

[warning] unused-ignore-comment - :122:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :124:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :125:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :147:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:55 - Unused blanket `type: ignore` directive

sphinx/ext/mathjax.py

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

sphinx/ext/napoleon/docstring.py

[warning] possibly-missing-attribute - :493:22 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :496:30 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` may be missing
[error] invalid-argument-type - :502:41 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[error] invalid-argument-type - :525:41 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-missing-attribute - :544:47 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :547:34 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` may be missing
[error] invalid-argument-type - :551:43 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-missing-attribute - :800:12 - Attribute `napoleon_custom_sections` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :801:26 - Attribute `napoleon_custom_sections` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :871:16 - Attribute `napoleon_use_ivar` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :889:12 - Attribute `napoleon_use_ivar` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :898:26 - Attribute `napoleon_use_admonition_for_examples` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :935:12 - Attribute `napoleon_use_keyword` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :955:26 - Attribute `napoleon_use_admonition_for_notes` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :959:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :968:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :995:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :1004:26 - Attribute `napoleon_use_admonition_for_references` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :1010:41 - Attribute `napoleon_use_rtype` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :1083:12 - Attribute `napoleon_attr_annotations` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :1242:12 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` may be missing
[warning] possibly-missing-attribute - :1245:30 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` may be missing
[error] invalid-argument-type - :1251:39 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-missing-attribute - :1364:28 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` may be missing

sphinx/ext/viewcode.py

[error] invalid-argument-type - :291:20 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] unresolved-attribute - :294:16 - Type `object` has no attribute `items`
[error] invalid-argument-type - :297:13 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[warning] unused-ignore-comment - :118:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :121:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :131:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :141:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :288:44 - Unused blanket `type: ignore` directive

sphinx/jinja2glue.py

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

sphinx/parsers.py

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

sphinx/pycode/parser.py

[error] invalid-argument-type - :361:55 - Argument to bound method `add_variable_annotation` is incorrect: Expected `AST`, found `~AlwaysFalsy`
[warning] unused-ignore-comment - :364:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :507:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :566:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :573:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :576:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :581:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :589:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :593:71 - Unused blanket `type: ignore` directive

sphinx/search/__init__.py

[warning] possibly-missing-attribute - :326:18 - Attribute `load` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :364:9 - Attribute `dump` on type `Unknown | ModuleType` may be missing

sphinx/util/docutils.py

[error] invalid-assignment - :264:9 - Object of type `def directive(directive_name: str, language_module: ModuleType, document: document) -> tuple[type[Directive] | None, list[system_message]]` is not assignable to attribute `directive_func` of type `_DirectivesDispatcher`
[error] invalid-argument-type - :280:52 - Argument to bound method `__call__` is incorrect: Expected `_LanguageModule`, found `ModuleType`
[error] invalid-argument-type - :418:47 - Argument to bound method `__init__` is incorrect: Expected `IO[Unknown] | str | bool | None`, found `WarningStream`
[warning] unused-ignore-comment - :267:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :268:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :271:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :681:67 - Unused blanket `type: ignore` directive

sphinx/util/template.py

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

sphinx/writers/html5.py

[warning] unused-ignore-comment - :651:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :971:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :977:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :986:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :992:54 - Unused blanket `type: ignore` directive

sphinx/writers/manpage.py

[error] unresolved-attribute - :107:13 - Type `ModuleType` has no attribute `labels`
[warning] unused-ignore-comment - :303:32 - Unused blanket `type: ignore` directive

sphinx/writers/texinfo.py

[warning] unused-ignore-comment - :245:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :246:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :247:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :893:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1242:72 - Unused blanket `type: ignore` directive

sphinx/writers/text.py

[warning] unused-ignore-comment - :452:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :455:61 - Unused blanket `type: ignore` directive

sphinx/writers/xml.py

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

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

starlette/middleware/errors.py

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

starlette/datastructures.py

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

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

static_frame/core/store_client_mixin.py

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

static_frame/core/archive_npy.py

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

static_frame/core/archive_zip.py

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

static_frame/core/bus.py

[error] invalid-return-type - :620:16 - Return type does not match returned value: expected `Self@__copy__`, found `Bus[TVIndex@Bus]`
[error] invalid-return-type - :655:16 - Return type does not match returned value: expected `Self@rename`, found `Bus[TVIndex@Bus]`
[warning] unused-ignore-comment - :873:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :907:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :947:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :986:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1010:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1053:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1077:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1098:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1144:28 - Unused blanket `type: ignore` directive

static_frame/core/frame.py

[error] invalid-return-type - :3686:16 - Return type does not match returned value: expected `Self@rename`, found `Frame`
[error] invalid-return-type - :4621:16 - Return type does not match returned value: expected `Self@relabel_shift_in`, found `Frame`
[error] invalid-assignment - :4670:13 - Object of type `Unknown | tuple[str, ...]` is not assignable to `tuple[@Todo]`
[error] call-non-callable - :4701:30 - Object of type `Series[Any, Any]` is not callable
[error] invalid-return-type - :4740:16 - Return type does not match returned value: expected `Self@relabel_shift_out`, found `Frame`
[error] invalid-return-type - :4796:16 - Return type does not match returned value: expected `Self@rehierarch`, found `Frame`
[error] invalid-return-type - :4813:16 - Return type does not match returned value: expected `Self@isna`, found `Frame`
[error] invalid-return-type - :4826:16 - Return type does not match returned value: expected `Self@notna`, found `Frame`
[error] invalid-return-type - :4862:16 - Return type does not match returned value: expected `Self@dropna`, found `Series[Any, Any] | @Todo`
[error] invalid-return-type - :4872:16 - Return type does not match returned value: expected `Self@isfalsy`, found `Frame`
[error] invalid-return-type - :4886:16 - Return type does not match returned value: expected `Self@notfalsy`, found `Frame`
[error] invalid-return-type - :4922:16 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[Any, Any] | @Todo`
[error] invalid-return-type - :4955:20 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :4962:20 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :4970:16 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :5571:16 - Return type does not match returned value: expected `Self@_drop_iloc`, found `Frame`
[error] invalid-return-type - :6481:20 - Return type does not match returned value: expected `Self@_reverse`, found `Series[Any, Any] | @Todo`
[error] invalid-return-type - :6482:16 - Return type does not match returned value: expected `Self@_reverse`, found `Series[Any, Any] | @Todo`
[error] invalid-return-type - :6509:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `Frame`
[error] invalid-return-type - :8188:16 - Return type does not match returned value: expected `Self@cov`, found `Frame`
[error] invalid-return-type - :8221:16 - Return type does not match returned value: expected `Self@corr`, found `Frame`
[error] invalid-argument-type - :8457:51 - Argument to function `resolve_dtype` is incorrect: Expected `dtype[Any]`, found `ndarray[@Todo, Any]`
[error] invalid-return-type - :8878:20 - Return type does not match returned value: expected `Self@_insert`, found `Frame`
[error] invalid-return-type - :8920:16 - Return type does not match returned value: expected `Self@_insert`, found `Frame`
[warning] unused-ignore-comment - :4567:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4660:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4687:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4717:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4731:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4772:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4783:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4858:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4859:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4918:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4919:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4957:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4967:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4972:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6210:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7066:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :8005:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :8012:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :8014:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :9266:53 - Unused blanket `type: ignore` directive

static_frame/core/index.py

[error] invalid-return-type - :555:16 - Return type does not match returned value: expected `Self@__copy__`, found `Index[TVDtype@Index]`
[error] invalid-return-type - :573:16 - Return type does not match returned value: expected `Self@rename`, found `Index[TVDtype@Index]`
[error] invalid-return-type - :1434:16 - Return type does not match returned value: expected `Self@roll`, found `Index[TVDtype@Index]`
[error] invalid-return-type - :1459:20 - Return type does not match returned value: expected `Self@_drop_missing`, found `Index[TVDtype@Index]`
[error] invalid-return-type - :1467:16 - Return type does not match returned value: expected `Self@_drop_missing`, found `Index[TVDtype@Index]`
[error] invalid-return-type - :1541:16 - Return type does not match returned value: expected `tuple[Self@_sample_and_key, ndarray[Any, Any]]`, found `tuple[Index[TVDtype@Index], ndarray[Any, Any]]`
[error] invalid-argument-type - :479:28 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] unused-ignore-comment - :1815:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1843:42 - Unused blanket `type: ignore` directive

static_frame/core/index_datetime.py

[warning] unused-ignore-comment - :106:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :243:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :347:79 - Unused blanket `type: ignore` directive

static_frame/core/index_hierarchy.py

[error] invalid-return-type - :1281:16 - Return type does not match returned value: expected `Self@__copy__`, found `IndexHierarchy`
[error] invalid-return-type - :1311:16 - Return type does not match returned value: expected `Self@rename`, found `IndexHierarchy`
[error] invalid-return-type - :1934:16 - Return type does not match returned value: expected `Self@relabel_at_depth`, found `IndexHierarchy`
[error] invalid-return-type - :2650:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `IndexHierarchy`
[error] invalid-return-type - :3152:16 - Return type does not match returned value: expected `Self@level_add`, found `IndexHierarchy`
[warning] unused-ignore-comment - :1210:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1214:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1521:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2787:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2790:43 - Unused blanket `type: ignore` directive

static_frame/core/node_fill_value.py

[warning] unused-ignore-comment - :179:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :482:68 - Unused blanket `type: ignore` directive

static_frame/core/node_iter.py

[warning] unused-ignore-comment - :658:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :699:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :701:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :993:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1024:88 - Unused blanket `type: ignore` directive

static_frame/core/node_selector.py

[warning] unused-ignore-comment - :149:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :220:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :313:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :336:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :389:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :412:45 - Unused blanket `type: ignore` directive

static_frame/core/node_values.py

[error] invalid-return-type - :176:20 - Return type does not match returned value: expected `TVContainer_co@InterfaceValues`, found `@Todo | IndexHierarchy | Series[Any, Any] | Index[Any]`
[warning] possibly-missing-attribute - :178:23 - Attribute `index` on type `TVContainer_co@InterfaceValues` may be missing
[warning] unused-ignore-comment - :116:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :120:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :128:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :157:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :159:74 - Unused blanket `type: ignore` directive

static_frame/core/quilt.py

[warning] possibly-missing-attribute - :537:35 - Attribute `level_drop` on type `@Todo | IndexHierarchy | None` may be missing
[error] invalid-assignment - :541:17 - Object of type `@Todo | IndexHierarchy | None` is not assignable to attribute `_index` of type `IndexBase`
[warning] possibly-missing-attribute - :546:37 - Attribute `level_drop` on type `@Todo | IndexHierarchy | None` may be missing
[error] invalid-assignment - :550:17 - Object of type `@Todo | IndexHierarchy | None` is not assignable to attribute `_columns` of type `IndexBase`
[error] invalid-argument-type - :1183:66 - Argument to function `_relabel` is incorrect: Expected `Frame | Series[Any, Any]`, found `Bus[Any] | Yarn[Any]`
[error] invalid-argument-type - :1194:25 - Argument to function `_relabel` is incorrect: Expected `Frame | Series[Any, Any]`, found `Bus[Any] | Yarn[Any]`
[warning] unused-ignore-comment - :542:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :551:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1022:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1026:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1623:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1628:63 - Unused blanket `type: ignore` directive

static_frame/core/reduce.py

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

static_frame/core/series.py

[error] invalid-return-type - :751:16 - Return type does not match returned value: expected `Self@rename`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1328:16 - Return type does not match returned value: expected `Self@rehierarch`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1343:16 - Return type does not match returned value: expected `Self@isna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1351:16 - Return type does not match returned value: expected `Self@notna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1359:20 - Return type does not match returned value: expected `Self@dropna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1369:20 - Return type does not match returned value: expected `Self@dropna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1382:16 - Return type does not match returned value: expected `Self@dropna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1400:16 - Return type does not match returned value: expected `Self@isfalsy`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1408:16 - Return type does not match returned value: expected `Self@notfalsy`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1420:20 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1422:20 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1430:16 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1489:16 - Return type does not match returned value: expected `Self@_fill_missing`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1793:16 - Return type does not match returned value: expected `Self@_ufunc_unary_operator`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1862:16 - Return type does not match returned value: expected `Self@_ufunc_binary_operator`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :1914:16 - Return type does not match returned value: expected `Self@_ufunc_shape_skipna`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2115:16 - Return type does not match returned value: expected `Self@_drop_iloc`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2127:16 - Return type does not match returned value: expected `Self@_extract_iloc_mask`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2454:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2543:16 - Return type does not match returned value: expected `Self@isin`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2674:16 - Return type does not match returned value: expected `Self@__round__`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2707:16 - Return type does not match returned value: expected `Self@roll`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2738:16 - Return type does not match returned value: expected `Self@shift`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-return-type - :2772:20 - Return type does not match returned value: expected `Self@_rank`, found `Series[TVIndex@Series, TVDtype@Series]`
[error] invalid-argument-type - :3312:21 - Method `__getitem__` of type `Overload[(key: Never) -> Top[Series[Any, Any]], (key: Never) -> object]` cannot be called with key of type `IndexBase` on object of type `Top[InterGetItemLocReduces[Top[Series[Any, Any]], Any]]`
[error] invalid-argument-type - :3328:21 - Method `__getitem__` of type `Overload[(key: Never) -> Top[Series[Any, Any]], (key: Never) -> object]` cannot be called with key of type `IndexBase` on object of type `Top[InterGetItemLocReduces[Top[Series[Any, Any]], Any]]`
[error] invalid-return-type - :3448:16 - Return type does not match returned value: expected `Self@_insert`, found `Series[TVIndex@Series, TVDtype@Series]`
[warning] unused-ignore-comment - :654:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1321:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2255:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2256:64 - Unused blanket `type: ignore` directive

static_frame/core/series_mapping.py

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

static_frame/core/type_blocks.py

[warning] unused-ignore-comment - :2335:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2350:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2886:51 - Unused blanket `type: ignore` directive

static_frame/core/type_clinic.py

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

static_frame/core/util.py

[warning] unused-ignore-comment - :1038:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1051:32 - Unused blanket `type: ignore` directive

static_frame/core/yarn.py

[error] invalid-assignment - :260:13 - Object of type `ndarray[object, object]` is not assignable to attribute `_values` of type `ndarray[Any, dtype[object_]]`
[error] unresolved-attribute - :323:13 - Type `ndarray[@Todo, dtype[object_]]` has no attribute `_persist_loc`
[error] unresolved-attribute - :327:13 - Type `ndarray[@Todo, dtype[object_]]` has no attribute `_persist_loc`
[error] invalid-return-type - :362:16 - Return type does not match returned value: expected `Self@__copy__`, found `Yarn[TVIndex@Yarn]`
[error] invalid-return-type - :399:16 - Return type does not match returned value: expected `Self@rename`, found `Yarn[TVIndex@Yarn]`
[error] unresolved-attribute - :479:24 - Type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :544:19 - Type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
[error] unresolved-attribute - :733:33 - Type `ndarray[@Todo, dtype[object_]]` has no attribute `_extract_loc`
[error] invalid-return-type - :1204:16 - Return type does not match returned value: expected `Self@roll`, found `Yarn[TVIndex@Yarn]`
[warning] unused-ignore-comment - :281:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :718:34 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_frame.py

[error] call-non-callable - :14668:21 - Object of type `None` is not callable

static_frame/test/unit/test_series.py

[error] invalid-argument-type - :4474:37 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - :4474:49 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - :4477:37 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - :4477:49 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - :4482:37 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - :4482:49 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] no-matching-overload - :4489:37 - No overload of function `round` matches arguments
[error] invalid-argument-type - :4489:60 - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`

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

stone/backends/js_client.py

[warning] possibly-missing-attribute - :77:43 - Attribute `filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :97:12 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :98:30 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :106:12 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :107:51 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :113:12 - Attribute `wrap_response_in` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :114:43 - Attribute `wrap_response_in` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :124:56 - Attribute `wrap_error_in` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :167:27 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :170:29 - Attribute `name` on type `Unknown | None` may be missing

stone/backends/obj_c_client.py

[warning] possibly-missing-attribute - :111:54 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :113:41 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :120:42 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :132:42 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :149:29 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :154:38 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :158:38 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :166:27 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :168:39 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :173:33 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :176:27 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :179:35 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :195:54 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :205:39 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :216:42 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :228:17 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :231:38 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :241:58 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :247:35 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :252:40 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :271:62 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :274:49 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :281:50 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :283:43 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :291:43 - Attribute `style_to_request` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :298:42 - Attribute `client_args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :391:50 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :400:25 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :405:35 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :416:54 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :421:43 - Attribute `style_to_request` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :428:42 - Attribute `client_args` on type `Unknown | None` may be missing

stone/backends/obj_c_types.py

[warning] possibly-missing-attribute - :127:12 - Attribute `documentation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :162:20 - Attribute `documentation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :172:12 - Attribute `documentation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :214:16 - Attribute `documentation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :228:20 - Attribute `documentation` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :250:16 - Attribute `exclude_from_analysis` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :262:16 - Attribute `exclude_from_analysis` on type `Unknown | None` may be missing

stone/backends/python_rsrc/stone_base.py

[warning] possibly-missing-attribute - :78:13 - Attribute `validate_type_only` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :80:21 - Attribute `validate` on type `Unknown | None` may be missing

stone/backends/python_types.py

[warning] possibly-missing-attribute - :208:16 - Attribute `route_method` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :209:39 - Attribute `route_method` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :210:24 - Attribute `name` on type `Unknown | None` may be missing

stone/backends/tsd_client.py

[warning] possibly-missing-attribute - :111:29 - Attribute `spaces_per_indent` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :112:24 - Attribute `indent_level` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :113:63 - Attribute `template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :114:27 - Attribute `template_string` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :116:43 - Attribute `filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :135:16 - Attribute `import_namespaces` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :136:42 - Attribute `import_template_string` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :137:36 - Attribute `types_file` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :183:12 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :184:30 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :195:46 - Attribute `wrap_error_in` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :204:12 - Attribute `wrap_response_in` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :205:53 - Attribute `wrap_response_in` on type `Unknown | None` may be missing

stone/backends/js_types.py

[warning] possibly-missing-attribute - :77:43 - Attribute `filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :81:54 - Attribute `extra_arg` on type `Unknown | None` may be missing

stone/backends/python_client.py

[warning] possibly-missing-attribute - :121:53 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :137:45 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :153:54 - Attribute `types_package` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :175:12 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :176:85 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :385:12 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :386:30 - Attribute `attribute_comment` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :489:53 - Attribute `error_class_path` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :495:32 - Attribute `error_class_path` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :513:26 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :514:44 - Attribute `types_package` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :525:21 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :550:17 - Attribute `types_package` on type `Unknown | None` may be missing

stone/backends/python_rsrc/stone_validators.py

[warning] possibly-missing-attribute - :350:33 - Attribute `match` on type `Unknown | None` may be missing

stone/backends/swift_client.py

[warning] possibly-missing-attribute - :145:16 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :150:42 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :153:53 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :155:12 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :160:70 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :166:67 - Attribute `module_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :200:53 - Attribute `transport_client_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :215:12 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :246:50 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :248:12 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :258:56 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :269:77 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :277:30 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :280:45 - Attribute `class_name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :334:28 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :353:28 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :369:12 - Attribute `auth_type` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :406:34 - Attribute `client_args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :415:34 - Attribute `client_args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :499:39 - Attribute `style_to_request` on type `Unknown | None` may be missing

stone/backends/swift_types.py

[warning] possibly-missing-attribute - :141:16 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :208:16 - Attribute `objc` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :218:12 - Attribute `documentation` on type `Unknown | None` may be missing

stone/backends/tsd_types.py

[warning] possibly-missing-attribute - :157:50 - Attribute `extra_arg` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :159:12 - Attribute `filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :160:75 - Attribute `filename` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :162:70 - Attribute `exclude_error_types` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :170:41 - Attribute `exclude_error_types` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :173:63 - Attribute `template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :189:29 - Attribute `spaces_per_indent` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :190:24 - Attribute `indent_level` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :237:71 - Attribute `module_name_prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :261:54 - Attribute `module_name_prefix` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :263:16 - Attribute `export_namespaces` on type `Unknown | None` may be missing

stone/frontend/lexer.py

[warning] possibly-missing-attribute - :64:17 - Attribute `token` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :66:17 - Attribute `extend` on type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` may be missing
[warning] possibly-missing-attribute - :67:35 - Attribute `pop` on type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` may be missing
[error] unsupported-operator - :69:34 - Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `Literal[0]`
[warning] possibly-missing-attribute - :73:46 - Attribute `lineno` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :73:63 - Attribute `lexpos` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :74:25 - Attribute `append` on type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` may be missing
[warning] possibly-missing-attribute - :77:41 - Attribute `lineno` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :77:58 - Attribute `lexpos` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :78:21 - Attribute `extend` on type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` may be missing
[error] unsupported-operator - :78:46 - Operator `*` is unsupported between objects of type `list[Unknown]` and `Unknown | None | Literal[0]`
[warning] possibly-missing-attribute - :81:39 - Attribute `pop` on type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)` may be missing

stone/ir/data_types.py

[warning] possibly-missing-attribute - :439:35 - Attribute `match` on type `Unknown | None | Pattern[str]` may be missing
[error] not-iterable - :835:22 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :842:43 - Object of type `Unknown | None` may not be iterable
[warning] possibly-missing-attribute - :852:9 - Attribute `insert` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :884:24 - Attribute `values` on type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] no-matching-overload - :981:23 - No overload of function `__new__` matches arguments
[error] unsupported-operator - :1095:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :1098:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :1121:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :1223:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :1259:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :1263:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - :1274:22 - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[warning] possibly-missing-implicit-call - :1275:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :1291:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1293:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :1344:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1346:19 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :1483:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :1487:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - :1508:22 - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[warning] possibly-missing-implicit-call - :1509:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :1515:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :1527:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1529:23 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :1594:22 - Object of type `Unknown | None` may not be iterable
[warning] possibly-missing-attribute - :1875:16 - Attribute `check` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1879:16 - Attribute `check_example` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1883:16 - Attribute `_has_example` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1886:16 - Attribute `_compute_example` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1889:16 - Attribute `check_attr_repr` on type `Unknown | None` may be missing

test/test_python_gen.py

[error] unresolved-attribute - :252:24 - Type `Self@get_a` has no attribute `_a`
[error] unresolved-attribute - :255:24 - Type `Self@get_c` has no attribute `_c`
[error] unresolved-attribute - :258:24 - Type `Self@get_d` has no attribute `_d`
[error] unresolved-attribute - :358:24 - Type `Self@get_t` has no attribute `_t`
[warning] possibly-missing-attribute - :850:45 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :851:44 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :852:44 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :853:44 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :856:35 - Attribute `DocTest` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :858:37 - Attribute `DocTest` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :862:26 - Attribute `AliasedS2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :862:45 - Attribute `S2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :865:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :867:34 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :875:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :884:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :893:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :901:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :913:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :918:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :919:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :922:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :923:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :927:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :931:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :932:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :935:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :936:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :940:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :944:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :945:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :949:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :950:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :954:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :955:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :960:38 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :965:38 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :969:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :970:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :976:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :979:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :984:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :988:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :991:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :992:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :997:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :998:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1004:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1009:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1010:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1012:43 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1017:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1022:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1025:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1027:43 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1031:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1032:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1034:43 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1038:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1039:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1045:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1047:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1049:43 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1055:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1057:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1063:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1065:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1066:43 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1073:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1075:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1080:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1082:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1087:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1089:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1095:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1098:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1104:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1107:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1112:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1114:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1120:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1122:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1128:22 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1131:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1140:22 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1142:35 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1144:34 - Attribute `OptionalS` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1153:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1157:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1158:40 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1159:42 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1166:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1167:40 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1168:42 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1177:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1178:39 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1185:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1186:34 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1194:41 - Attribute `UExtend` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1195:42 - Attribute `UExtend2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1203:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1204:41 - Attribute `UExtend` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1205:48 - Attribute `UExtendExtend` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1216:23 - Attribute `OptionalS` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1224:23 - Attribute `S2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1226:35 - Attribute `S2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1227:38 - Attribute `OptionalS` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1236:35 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1240:35 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1241:41 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1242:43 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1249:35 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1250:35 - Attribute `T` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1255:42 - Attribute `SExtend` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1256:43 - Attribute `SExtend2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1262:35 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1263:48 - Attribute `SExtendEmpty` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1264:42 - Attribute `SExtend` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1271:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1272:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1276:45 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1280:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1281:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1285:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1286:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1290:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1291:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1295:13 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1296:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1297:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1301:13 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1302:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1303:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1307:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1308:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1312:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1312:29 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1313:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1317:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1318:58 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1322:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1322:29 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1324:45 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1328:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1330:45 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1334:16 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1336:45 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1340:17 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1342:45 - Attribute `V` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1349:31 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1352:37 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1357:31 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1358:14 - Attribute `S` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1364:13 - Attribute `C` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1371:31 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1371:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1374:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1378:14 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1380:50 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1384:50 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1389:46 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1395:27 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1397:35 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1404:31 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1411:31 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1418:31 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1424:27 - Attribute `ResourceLax` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1427:34 - Attribute `ResourceLax` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1434:31 - Attribute `Resource` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1448:35 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1453:23 - Attribute `E` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1458:23 - Attribute `D` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1479:13 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1480:38 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1481:39 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1502:13 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1510:17 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1517:27 - Attribute `ContainsAlias` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1528:17 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1533:14 - Attribute `ContainsAlias` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1536:27 - Attribute `ContainsAlias` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1542:13 - Attribute `S3` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1543:23 - Attribute `BaseU` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1795:23 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1797:34 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1827:23 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1829:34 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1849:23 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1851:34 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1875:23 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1877:34 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1918:27 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1926:27 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1934:27 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1958:27 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :1982:27 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2005:23 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2007:34 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2045:23 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2047:34 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2082:23 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2084:34 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2111:23 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2113:34 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2143:23 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2145:34 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2196:27 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2204:27 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2212:27 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2238:27 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2264:27 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2289:23 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2291:34 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2314:22 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2316:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2325:22 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2327:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2342:22 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2344:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2357:26 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2365:26 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2383:26 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2391:26 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2407:22 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2409:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2418:22 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2420:34 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2430:26 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2442:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2444:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2453:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2455:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2470:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2472:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2485:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2493:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2511:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2519:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2535:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2537:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2546:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2548:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2558:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2568:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2570:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2579:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2581:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2591:22 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2593:34 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2600:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2608:26 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2627:27 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2629:34 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2639:31 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2654:31 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2672:31 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2690:31 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2703:27 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2705:34 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2722:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2723:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2724:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2727:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2731:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2732:30 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2733:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2736:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2741:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2742:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2743:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2746:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2751:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2752:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2753:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2756:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2765:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2766:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2767:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2770:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2779:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2789:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2800:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2801:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2802:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2806:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2810:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2811:30 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2812:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2816:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2822:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2823:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2824:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2828:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2833:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2834:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2835:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2839:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2844:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2845:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2846:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2850:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2856:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2857:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2858:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2862:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2871:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2872:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2873:21 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2877:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2886:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2896:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2905:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2907:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2915:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2917:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2930:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2930:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2932:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2945:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2945:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2947:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2955:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2959:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2963:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2963:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2967:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2971:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2971:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2975:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2989:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2989:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2991:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :2996:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3001:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3011:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3013:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3021:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3023:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3036:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3036:33 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3038:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3051:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3051:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3053:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3060:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3062:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3070:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3072:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3080:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3082:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3090:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3094:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3098:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3098:33 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3102:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3106:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3106:33 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3110:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3114:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3118:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3122:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3126:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3132:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3146:14 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3146:33 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3148:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3153:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3158:45 - Attribute `UOpen` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3175:14 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3176:37 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3179:50 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3183:14 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3187:50 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3192:14 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3193:37 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3196:50 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3206:14 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3207:37 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3211:50 - Attribute `File` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3224:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3225:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3226:31 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3229:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3240:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3241:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3242:31 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3245:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3254:14 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3255:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3256:31 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3259:46 - Attribute `A` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3272:14 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3273:35 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3274:31 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3278:46 - Attribute `B` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3287:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3289:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3297:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3299:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3312:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3312:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3314:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3327:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3327:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3329:45 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3341:13 - Attribute `S2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3343:46 - Attribute `S2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3352:14 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3354:45 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3362:14 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3364:45 - Attribute `U2` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3380:14 - Attribute `U` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3380:29 - Attribute `X` on type `Unknown | ModuleType` may be missing
[warning] possibly-missing-attribute - :3382:45 - Attribute `U` on type `Unknown | ModuleType` may be missing

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

strawberry/permission.py

[warning] possibly-missing-attribute - :105:13 - Attribute `update` on type `Any | None` may be missing

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-assignment - :181:13 - Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["connection_params"]` and a value of type `dict[str, object] | dict[Unknown, Unknown]` on object of type `(Unknown & Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLTransportWSHandler & Top[dict[Unknown, Unknown]])`
[error] invalid-assignment - :183:13 - Object of type `dict[str, object] | dict[Unknown, Unknown]` 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-argument-type - :238:13 - Argument to bound method `__init__` is incorrect: Expected `BaseGraphQLTransportWSHandler[None, None]`, found `Self@handle_subscribe`
[error] invalid-argument-type - :246:65 - Argument to bound method `run_operation` is incorrect: Expected `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]`, found `Operation[None, None]`
[error] invalid-assignment - :247:9 - Method `__setitem__` of type `bound method dict[str, Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]].__setitem__(key: str, value: Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler], /) -> None` cannot be called with a key of type `str` and a value of type `Operation[None, None]` on object of type `dict[str, Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]]`

strawberry/subscriptions/protocols/graphql_ws/handlers.py

[error] invalid-assignment - :102:13 - Method `__setitem__` of type `bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None` cannot be called with a key of type `Literal["connection_params"]` and a value of type `None | dict[str, object]` on object of type `(Unknown & Top[dict[Unknown, Unknown]]) | (Context@BaseGraphQLWSHandler & Top[dict[Unknown, Unknown]])`
[error] invalid-assignment - :104:13 - 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]])`

strawberry/annotation.py

[error] invalid-type-form - :176:42 - Variable of type `type[Any]` is not allowed in a type expression

strawberry/channels/handlers/ws_handler.py

[error] invalid-super-argument - :128:9 - `Self@__init__` is not an instance or subclass of `<class 'GraphQLWSConsumer'>` in `super(<class 'GraphQLWSConsumer'>, Self@__init__)` call

strawberry/codegen/query_codegen.py

[warning] unused-ignore-comment - :537:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :544:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :646:70 - Unused blanket `type: ignore` directive

strawberry/exceptions/utils/source_finder.py

[warning] possibly-missing-attribute - :65:18 - Attribute `parse_module` on type `Unknown | ModuleType` may be missing

strawberry/extensions/context.py

[warning] unused-ignore-comment - :175:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :192:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :194:67 - Unused blanket `type: ignore` directive

strawberry/fastapi/router.py

[error] invalid-super-argument - :161:9 - `Self@__init__` is not an instance or subclass of `<class 'GraphQLRouter'>` in `super(<class 'GraphQLRouter'>, Self@__init__)` call

strawberry/federation/schema.py

[warning] unused-ignore-comment - :69:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :82:61 - Unused blanket `type: ignore` directive

strawberry/flask/views.py

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

strawberry/http/async_base_view.py

[error] invalid-argument-type - :195:25 - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - :308:75 - Argument to bound method `pick_websocket_subprotocol` is incorrect: Expected `WebSocketRequest@AsyncBaseHTTPView`, found `Request@AsyncBaseHTTPView | WebSocketRequest@AsyncBaseHTTPView`
[error] invalid-argument-type - :310:17 - Argument to bound method `create_websocket_response` is incorrect: Expected `WebSocketRequest@AsyncBaseHTTPView`, found `Request@AsyncBaseHTTPView | WebSocketRequest@AsyncBaseHTTPView`
[error] invalid-argument-type - :312:60 - Argument is incorrect: Expected `WebSocketRequest@AsyncBaseHTTPView`, found `Request@AsyncBaseHTTPView | WebSocketRequest@AsyncBaseHTTPView`
[warning] unused-ignore-comment - :203:38 - Unused blanket `type: ignore` directive

strawberry/http/sync_base_view.py

[error] invalid-argument-type - :102:21 - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - :269:38 - Argument to bound method `process_result` is incorrect: Expected `ExecutionResult`, found `object`
[error] unresolved-attribute - :271:20 - Type `object` has no attribute `errors`
[error] unresolved-attribute - :272:41 - Type `object` has no attribute `errors`

strawberry/sanic/context.py

[error] invalid-super-argument - :24:16 - `Self@__getattr__` is not an instance or subclass of `<class 'StrawberrySanicContext'>` in `super(<class 'StrawberrySanicContext'>, Self@__getattr__)` call

strawberry/schema/schema.py

[error] invalid-argument-type - :314:65 - Argument to bound method `from_schema_directive` is incorrect: Expected `type`, found `type | StrawberryType`
[warning] possibly-missing-attribute - :797:18 - Attribute `data` on type `@Todo | ExecutionResult | None` may be missing
[warning] possibly-missing-attribute - :798:20 - Attribute `errors` on type `@Todo | ExecutionResult | None` may be missing
[warning] unused-ignore-comment - :359:49 - Unused blanket `type: ignore` directive

strawberry/schema/schema_converter.py

[error] invalid-argument-type - :883:43 - Argument to bound method `from_input_object` is incorrect: Expected `type`, found `(StrawberryType & ~EnumDefinition) | (type & ~EnumDefinition)`
[error] invalid-argument-type - :905:37 - Argument to bound method `from_scalar` is incorrect: Expected `type`, found `(StrawberryType & ~EnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~Top[LazyType[Unknown, Unknown]]) | (type & ~EnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~Top[LazyType[Unknown, Unknown]])`

strawberry/types/base.py

[warning] possibly-missing-attribute - :126:31 - Attribute `__strawberry_definition__` on type `Unknown | StrawberryType | type` may be missing
[error] invalid-return-type - :136:16 - Return type does not match returned value: expected `Self@copy_with`, found `StrawberryContainer`
[warning] unused-ignore-comment - :279:90 - Unused blanket `type: ignore` directive

strawberry/types/field.py

[error] invalid-return-type - :186:16 - Return type does not match returned value: expected `Self@__copy__`, found `StrawberryField`
[warning] possibly-missing-attribute - :374:31 - Attribute `__strawberry_definition__` on type `StrawberryType | @Todo` may be missing
[warning] unused-ignore-comment - :107:47 - Unused blanket `type: ignore` directive

strawberry/types/union.py

[error] unresolved-attribute - :145:35 - Type `StrawberryType` has no attribute `__strawberry_definition__`

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

lib/streamlit/git_util.py

[error] invalid-assignment - :82:17 - Object of type `bytes` is not assignable to attribute `module` of type `str`

lib/streamlit/web/server/upload_file_request_handler.py

[error] non-subscriptable - :94:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :95:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :136:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :137:19 - Cannot subscript object of type `None` with no `__getitem__` method

lib/streamlit/delta_generator_singletons.py

[error] missing-argument - :167:16 - No argument provided for required parameter `self` of function `__hash__`
[warning] unused-ignore-comment - :152:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :157:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :162:41 - Unused blanket `type: ignore` directive

lib/streamlit/runtime/caching/cache_data_api.py

[error] invalid-argument-type - :375:13 - Argument to function `_decorator` is incorrect: Expected `CacheDataAPI`, found `((...) -> R@__call__) | None`

lib/streamlit/runtime/caching/cache_resource_api.py

[error] missing-argument - :249:16 - No argument provided for required parameter `func` of function `_decorator`
[error] invalid-argument-type - :250:13 - Argument to function `_decorator` is incorrect: Expected `CacheResourceAPI`, found `((...) -> R@__call__) | None`

lib/streamlit/testing/v1/element_tree.py

[error] invalid-super-argument - :703:9 - `Self@__init__` is not an instance or subclass of `<class 'ButtonGroup'>` in `super(<class 'ButtonGroup'>, Self@__init__)` call
[error] invalid-super-argument - :788:9 - `Self@__init__` is not an instance or subclass of `<class 'Multiselect'>` in `super(<class 'Multiselect'>, Self@__init__)` call
[error] invalid-super-argument - :942:9 - `Self@__init__` is not an instance or subclass of `<class 'Radio'>` in `super(<class 'Radio'>, Self@__init__)` call
[error] invalid-super-argument - :1000:9 - `Self@__init__` is not an instance or subclass of `<class 'Selectbox'>` in `super(<class 'Selectbox'>, Self@__init__)` call
[error] invalid-super-argument - :1072:9 - `Self@__init__` is not an instance or subclass of `<class 'SelectSlider'>` in `super(<class 'SelectSlider'>, Self@__init__)` call
[error] invalid-super-argument - :1137:9 - `Self@__init__` is not an instance or subclass of `<class 'Slider'>` in `super(<class 'Slider'>, Self@__init__)` call

lib/streamlit/vendor/pympler/asizeof.py

[error] no-matching-overload - :1152:21 - No overload of bound method `join` matches arguments
[warning] division-by-zero - :1634:24 - Cannot divide object of type `Literal[0]` by zero
[error] call-non-callable - :1639:17 - Object of type `None` is not callable
[error] call-non-callable - :1692:13 - Object of type `None` is not callable
[warning] possibly-missing-implicit-call - :1853:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-attribute - :1890:13 - Attribute `get` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :1892:13 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] unsupported-operator - :1923:12 - Operator `not in` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | _Seen`
[warning] possibly-missing-implicit-call - :1924:13 - Method `__setitem__` of type `Unknown | None | _Seen` may be missing
[error] non-subscriptable - :1925:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1928:13 - Attribute `again` on type `Unknown | None | _Seen` may be missing
[warning] possibly-missing-attribute - :1934:13 - Attribute `again` on type `Unknown | None | _Seen` may be missing
[error] unsupported-operator - :1937:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :1998:17 - Attribute `again` on type `Unknown | None | _Seen` may be missing
[warning] possibly-missing-attribute - :2080:13 - Attribute `setdefault` on type `Unknown | None | _Seen` may be missing
[warning] possibly-missing-attribute - :2090:13 - Attribute `setdefault` on type `Unknown | None | _Seen` may be missing
[error] unsupported-operator - :2101:26 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown & ~AlwaysFalsy` with `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-implicit-call - :2102:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[error] invalid-argument-type - :2178:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - :2212:21 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | dict[Unknown, Unknown]`

svcs (https://github.com/hynek/svcs)

src/svcs/_core.py

[error] call-non-callable - :484:26 - Object of type `Awaitable[Unknown]` is not callable

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

sympy/assumptions/assume.py

[error] unresolved-attribute - :348:22 - Type `Self@eval` has no attribute `handler`
[error] unresolved-attribute - :413:9 - Type `Self@add_handler` has no attribute `handlers`
[error] unresolved-attribute - :424:9 - Type `Self@remove_handler` has no attribute `handlers`
[error] unresolved-attribute - :442:24 - Type `Self@eval` has no attribute `handlers`

sympy/codegen/matrix_nodes.py

[error] unresolved-attribute - :70:16 - Type `Self@_eval_derivative` has no attribute `matrix`
[error] unresolved-attribute - :70:29 - Type `Self@_eval_derivative` has no attribute `vector`

sympy/codegen/numpy_nodes.py

[error] unsupported-operator - :57:35 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :99:37 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :108:17 - Type `Basic` has no attribute `factor`

sympy/combinatorics/rewritingsystem.py

[warning] possibly-missing-attribute - :370:32 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :371:21 - Attribute `add_state` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :376:17 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :377:17 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :380:28 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :381:17 - Attribute `add_state` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :386:22 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :388:34 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :394:34 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :395:25 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :397:25 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :402:55 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :406:21 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :410:16 - Attribute `automaton_alphabet` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :413:31 - Attribute `automaton_alphabet` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :415:55 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :419:21 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :443:29 - Attribute `states` on type `Unknown | None | StateMachine` may be missing
[warning] possibly-missing-attribute - :446:30 - Attribute `states` on type `Unknown | None | StateMachine` may be missing

sympy/combinatorics/schur_number.py

[error] unsupported-operator - :61:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`

sympy/core/containers.py

[error] unresolved-attribute - :113:22 - Type `Basic` has no attribute `_to_mpmath`
[error] invalid-argument-type - :145:43 - Argument to bound method `index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - :147:43 - Argument to bound method `index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] unresolved-attribute - :415:37 - Type `Self@__repr__` has no attribute `element_kind`

sympy/core/logic.py

[error] unresolved-attribute - :232:16 - Type `Self@__getnewargs__` has no attribute `args`
[error] unresolved-attribute - :235:52 - Type `Self@__hash__` has no attribute `args`
[error] unresolved-attribute - :241:20 - Type `Self@__eq__` has no attribute `args`
[error] unresolved-attribute - :247:20 - Type `Self@__ne__` has no attribute `args`
[error] unresolved-attribute - :259:17 - Type `Self@__cmp__` has no attribute `args`
[error] unresolved-attribute - :265:54 - Type `Self@__str__` has no attribute `args`
[error] unresolved-attribute - :265:54 - Type `Self@__str__` has no attribute `args`
[error] unresolved-attribute - :265:54 - Type `Self@__str__` has no attribute `args`
[error] unresolved-attribute - :370:37 - Type `Self@_eval_propagate_not` has no attribute `args`
[error] unresolved-attribute - :376:33 - Type `Self@expand` has no attribute `args`
[error] unresolved-attribute - :378:25 - Type `Self@expand` has no attribute `args`
[error] unresolved-attribute - :378:41 - Type `Self@expand` has no attribute `args`
[error] unresolved-attribute - :396:38 - Type `Self@_eval_propagate_not` has no attribute `args`

sympy/external/pythonmpq.py

[error] unresolved-attribute - :113:16 - Type `Self@__int__` has no attribute `numerator`
[error] unresolved-attribute - :113:32 - Type `Self@__int__` has no attribute `denominator`
[error] unresolved-attribute - :120:16 - Type `Self@__float__` has no attribute `numerator`
[error] unresolved-attribute - :120:33 - Type `Self@__float__` has no attribute `denominator`
[error] unresolved-attribute - :124:21 - Type `Self@__bool__` has no attribute `numerator`
[error] unresolved-attribute - :129:21 - Type `Self@__eq__` has no attribute `numerator`
[error] unresolved-attribute - :130:21 - Type `Self@__eq__` has no attribute `denominator`
[error] unresolved-attribute - :139:24 - Type `Self@__hash__` has no attribute `denominator`
[error] unresolved-attribute - :143:35 - Type `Self@__hash__` has no attribute `numerator`
[error] unresolved-attribute - :144:27 - Type `Self@__hash__` has no attribute `numerator`
[error] unresolved-attribute - :149:29 - Type `Self@__reduce__` has no attribute `numerator`
[error] unresolved-attribute - :149:45 - Type `Self@__reduce__` has no attribute `denominator`
[error] unresolved-attribute - :153:12 - Type `Self@__str__` has no attribute `denominator`
[error] unresolved-attribute - :154:23 - Type `Self@__str__` has no attribute `numerator`
[error] unresolved-attribute - :154:40 - Type `Self@__str__` has no attribute `denominator`
[error] unresolved-attribute - :156:23 - Type `Self@__str__` has no attribute `numerator`
[error] unresolved-attribute - :160:23 - Type `Self@__repr__` has no attribute `numerator`
[error] unresolved-attribute - :160:40 - Type `Self@__repr__` has no attribute `denominator`
[error] unresolved-attribute - :166:15 - Type `Self@_cmp` has no attribute `numerator`
[error] unresolved-attribute - :167:33 - Type `Self@_cmp` has no attribute `denominator`
[error] unresolved-attribute - :188:30 - Type `Self@__abs__` has no attribute `numerator`
[error] unresolved-attribute - :188:47 - Type `Self@__abs__` has no attribute `denominator`
[error] unresolved-attribute - :196:27 - Type `Self@__neg__` has no attribute `numerator`
[error] unresolved-attribute - :196:43 - Type `Self@__neg__` has no attribute `denominator`
[error] unresolved-attribute - :211:22 - Type `Self@__add__` has no attribute `numerator`
[error] unresolved-attribute - :211:38 - Type `Self@__add__` has no attribute `denominator`
[error] unresolved-attribute - :224:17 - Type `Self@__add__` has no attribute `numerator`
[error] unresolved-attribute - :224:34 - Type `Self@__add__` has no attribute `denominator`
[error] unresolved-attribute - :225:17 - Type `Self@__add__` has no attribute `denominator`
[error] unresolved-attribute - :234:17 - Type `Self@__radd__` has no attribute `numerator`
[error] unresolved-attribute - :234:34 - Type `Self@__radd__` has no attribute `denominator`
[error] unresolved-attribute - :235:17 - Type `Self@__radd__` has no attribute `denominator`
[error] unresolved-attribute - :243:22 - Type `Self@__sub__` has no attribute `numerator`
[error] unresolved-attribute - :243:38 - Type `Self@__sub__` has no attribute `denominator`
[error] unresolved-attribute - :255:17 - Type `Self@__sub__` has no attribute `numerator`
[error] unresolved-attribute - :255:34 - Type `Self@__sub__` has no attribute `denominator`
[error] unresolved-attribute - :256:17 - Type `Self@__sub__` has no attribute `denominator`
[error] unresolved-attribute - :265:17 - Type `Self@__rsub__` has no attribute `denominator`
[error] unresolved-attribute - :265:44 - Type `Self@__rsub__` has no attribute `numerator`
[error] unresolved-attribute - :266:17 - Type `Self@__rsub__` has no attribute `denominator`
[error] unresolved-attribute - :274:22 - Type `Self@__mul__` has no attribute `numerator`
[error] unresolved-attribute - :274:38 - Type `Self@__mul__` has no attribute `denominator`
[error] unresolved-attribute - :280:28 - Type `Self@__mul__` has no attribute `denominator`
[error] unresolved-attribute - :281:17 - Type `Self@__mul__` has no attribute `numerator`
[error] unresolved-attribute - :282:17 - Type `Self@__mul__` has no attribute `denominator`
[error] unresolved-attribute - :291:21 - Type `Self@__rmul__` has no attribute `denominator`
[error] unresolved-attribute - :292:17 - Type `Self@__rmul__` has no attribute `numerator`
[error] unresolved-attribute - :293:17 - Type `Self@__rmul__` has no attribute `denominator`
[error] unresolved-attribute - :300:16 - Type `Self@__pow__` has no attribute `numerator`
[error] unresolved-attribute - :300:32 - Type `Self@__pow__` has no attribute `denominator`
[error] unresolved-attribute - :310:22 - Type `Self@__truediv__` has no attribute `numerator`
[error] unresolved-attribute - :310:38 - Type `Self@__truediv__` has no attribute `denominator`
[error] unresolved-attribute - :316:28 - Type `Self@__truediv__` has no attribute `numerator`
[error] unresolved-attribute - :317:17 - Type `Self@__truediv__` has no attribute `numerator`
[error] unresolved-attribute - :318:17 - Type `Self@__truediv__` has no attribute `denominator`
[error] unresolved-attribute - :327:21 - Type `Self@__rtruediv__` has no attribute `numerator`
[error] unresolved-attribute - :328:17 - Type `Self@__rtruediv__` has no attribute `denominator`
[error] unresolved-attribute - :329:17 - Type `Self@__rtruediv__` has no attribute `numerator`

sympy/functions/combinatorial/factorials.py

[error] unsupported-operator - :88:26 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :88:57 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :260:21 - Operator `-` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :265:21 - Operator `-` is unsupported between objects of type `Basic` and `Literal[3]`
[error] unresolved-attribute - :273:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :462:17 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :465:25 - Operator `+` is unsupported between objects of type `Basic` and `Literal[3]`
[error] unsupported-operator - :472:21 - Operator `+` is unsupported between objects of type `Basic` and `Literal[3]`
[error] unsupported-operator - :485:17 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :488:26 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :923:49 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :924:30 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :928:49 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :929:30 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1082:13 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1083:17 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1092:35 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `Literal[1]`
[error] unsupported-operator - :1093:31 - Operator `-` is unsupported between objects of type `Basic` and `Basic | Unknown`
[error] invalid-argument-type - :1094:44 - Argument to function `factorial` is incorrect: Expected `SupportsIndex`, found `Basic | Unknown`

sympy/functions/special/beta_functions.py

[error] unsupported-operator - :113:53 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :116:53 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :138:20 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic | Unknown`
[error] unsupported-operator - :140:20 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic | Unknown`
[error] unsupported-operator - :141:17 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `Literal[1]`
[error] unsupported-operator - :142:23 - Operator `*` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[error] unsupported-operator - :143:13 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[error] unsupported-operator - :153:42 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :159:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :159:52 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :252:22 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :252:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :252:44 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :255:21 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :255:31 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :255:43 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] invalid-argument-type - :267:31 - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'conjugate'>`
[error] unsupported-operator - :365:22 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :365:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :365:44 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :368:21 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :368:31 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :368:43 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] invalid-argument-type - :377:31 - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'conjugate'>`

sympy/functions/special/delta_functions.py

[error] unsupported-operator - :147:44 - Operator `+` is unsupported between objects of type `Literal[0] | Basic` and `Literal[1]`
[error] unresolved-attribute - :331:13 - Type `Basic` has no attribute `as_poly`

sympy/functions/special/elliptic_integrals.py

[error] unsupported-operator - :74:34 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :74:57 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :74:62 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :78:28 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :79:30 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :165:39 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :165:44 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :165:72 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :166:25 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :166:34 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :171:28 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :172:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :172:45 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :269:63 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :273:57 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :279:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :280:34 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :280:49 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :283:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :284:34 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :408:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :409:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :410:34 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :410:49 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :410:64 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :413:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :413:45 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :420:45 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :421:26 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :422:34 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :422:51 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :422:59 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :426:43 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :428:31 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :428:40 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :428:56 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :432:42 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :433:26 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :433:61 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :433:69 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :435:40 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :435:72 - Operator `-` is unsupported between objects of type `Basic` and `Basic`

sympy/functions/special/mathieu_functions.py

[error] unresolved-attribute - :21:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :21:41 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :21:56 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :197:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :197:29 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :259:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :259:29 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`

sympy/functions/special/singularity_functions.py

[error] unsupported-operator - :107:40 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :109:42 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :190:38 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :192:32 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :192:43 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :202:35 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :204:35 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :206:35 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :208:35 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :210:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :210:41 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :214:18 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :215:12 - Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :225:18 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :226:12 - Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :231:22 - Operator `-` is unsupported between objects of type `Basic` and `Basic`

sympy/functions/special/spherical_harmonics.py

[error] unsupported-operator - :154:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :154:49 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :154:66 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :170:27 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :170:35 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :170:70 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :199:48 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :204:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :204:49 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :204:66 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :205:19 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :206:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :206:49 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :206:66 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :207:19 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :215:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :216:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :217:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :218:15 - Type `Basic` has no attribute `_to_mpmath`

sympy/geometry/curve.py

[error] not-iterable - :94:24 - Object of type `Basic` is not iterable
[error] not-iterable - :96:55 - Object of type `Basic` is not iterable

sympy/liealgebras/cartan_type.py

[error] unresolved-attribute - :67:16 - Type `Self@rank` has no attribute `n`

sympy/liealgebras/root_system.py

[error] unresolved-attribute - :69:13 - Type `Self@simple_roots` has no attribute `cartan_type`
[error] unresolved-attribute - :70:21 - Type `Self@simple_roots` has no attribute `cartan_type`
[error] unresolved-attribute - :84:17 - Type `Self@all_roots` has no attribute `cartan_type`
[error] unresolved-attribute - :111:13 - Type `Self@root_space` has no attribute `cartan_type`
[error] unresolved-attribute - :182:16 - Type `Self@cartan_matrix` has no attribute `cartan_type`
[error] unresolved-attribute - :196:16 - Type `Self@dynkin_diagram` has no attribute `cartan_type`

sympy/liealgebras/type_a.py

[error] unresolved-attribute - :29:16 - Type `Self@dimension` has no attribute `n`
[error] unresolved-attribute - :40:13 - Type `Self@basic_root` has no attribute `n`
[error] unresolved-attribute - :92:13 - Type `Self@positive_roots` has no attribute `n`
[error] unresolved-attribute - :106:35 - Type `Self@highest_root` has no attribute `n`
[error] unresolved-attribute - :112:13 - Type `Self@roots` has no attribute `n`
[error] unresolved-attribute - :137:13 - Type `Self@cartan_matrix` has no attribute `n`
[error] unresolved-attribute - :150:13 - Type `Self@basis` has no attribute `n`
[error] unresolved-attribute - :157:13 - Type `Self@lie_algebra` has no attribute `n`
[error] unresolved-attribute - :161:13 - Type `Self@dynkin_diagram` has no attribute `n`

sympy/liealgebras/type_b.py

[error] unresolved-attribute - :23:16 - Type `Self@dimension` has no attribute `n`
[error] unresolved-attribute - :32:20 - Type `Self@basic_root` has no attribute `n`
[error] unresolved-attribute - :65:13 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :69:24 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :90:13 - Type `Self@positive_roots` has no attribute `n`
[error] unresolved-attribute - :115:13 - Type `Self@roots` has no attribute `n`
[error] unresolved-attribute - :140:13 - Type `Self@cartan_matrix` has no attribute `n`
[error] unresolved-attribute - :155:13 - Type `Self@basis` has no attribute `n`
[error] unresolved-attribute - :163:13 - Type `Self@lie_algebra` has no attribute `n`
[error] unresolved-attribute - :167:13 - Type `Self@dynkin_diagram` has no attribute `n`

sympy/liealgebras/type_c.py

[error] unresolved-attribute - :23:13 - Type `Self@dimension` has no attribute `n`
[error] unresolved-attribute - :29:13 - Type `Self@basic_root` has no attribute `n`
[error] unresolved-attribute - :63:13 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :67:24 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :89:13 - Type `Self@positive_roots` has no attribute `n`
[error] unresolved-attribute - :114:13 - Type `Self@roots` has no attribute `n`
[error] unresolved-attribute - :139:13 - Type `Self@cartan_matrix` has no attribute `n`
[error] unresolved-attribute - :154:13 - Type `Self@basis` has no attribute `n`
[error] unresolved-attribute - :162:13 - Type `Self@lie_algebra` has no attribute `n`
[error] unresolved-attribute - :166:13 - Type `Self@dynkin_diagram` has no attribute `n`

sympy/liealgebras/type_d.py

[error] unresolved-attribute - :24:16 - Type `Self@dimension` has no attribute `n`
[error] unresolved-attribute - :34:13 - Type `Self@basic_root` has no attribute `n`
[error] unresolved-attribute - :69:13 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :96:13 - Type `Self@positive_roots` has no attribute `n`
[error] unresolved-attribute - :114:13 - Type `Self@roots` has no attribute `n`
[error] unresolved-attribute - :139:13 - Type `Self@cartan_matrix` has no attribute `n`
[error] unresolved-attribute - :154:13 - Type `Self@basis` has no attribute `n`
[error] unresolved-attribute - :162:13 - Type `Self@lie_algebra` has no attribute `n`
[error] unresolved-attribute - :166:13 - Type `Self@dynkin_diagram` has no attribute `n`

sympy/liealgebras/type_e.py

[error] unresolved-attribute - :62:13 - Type `Self@simple_root` has no attribute `n`
[error] unresolved-attribute - :97:13 - Type `Self@positive_roots` has no attribute `n`
[error] unresolved-attribute - :210:13 - Type `Self@roots` has no attribute `n`
[error] unresolved-attribute - :242:13 - Type `Self@cartan_matrix` has no attribute `n`
[error] unresolved-attribute - :259:13 - Type `Self@basis` has no attribute `n`
[error] unresolved-attribute - :268:13 - Type `Self@dynkin_diagram` has no attribute `n`

sympy/liealgebras/type_f.py

[error] unresolved-attribute - :32:13 - Type `Self@basic_root` has no attribute `n`
[error] unresolved-attribute - :87:13 - Type `Self@positive_roots` has no attribute `n`

sympy/liealgebras/weyl_group.py

[error] unresolved-attribute - :39:13 - Type `Self@generators` has no attribute `cartan_type`
[error] unresolved-attribute - :61:13 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :62:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :65:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :68:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :71:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :78:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :81:12 - Type `Self@group_order` has no attribute `cartan_type`
[error] unresolved-attribute - :90:13 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :91:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :94:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :97:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :100:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :110:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :113:12 - Type `Self@group_name` has no attribute `cartan_type`
[error] unresolved-attribute - :134:13 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :135:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :143:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :151:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :159:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :182:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :191:12 - Type `Self@element_order` has no attribute `cartan_type`
[error] unresolved-attribute - :238:13 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :239:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :251:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :270:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :284:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :306:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :345:12 - Type `Self@matrix_form` has no attribute `cartan_type`
[error] unresolved-attribute - :383:13 - Type `Self@coxeter_diagram` has no attribute `cartan_type`
[error] unresolved-attribute - :384:12 - Type `Self@coxeter_diagram` has no attribute `cartan_type`
[error] unresolved-attribute - :385:20 - Type `Self@coxeter_diagram` has no attribute `cartan_type`
[error] unresolved-attribute - :387:12 - Type `Self@coxeter_diagram` has no attribute `cartan_type`
[error] unresolved-attribute - :392:12 - Type `Self@coxeter_diagram` has no attribute `cartan_type`
[error] unresolved-attribute - :397:12 - Type `Self@coxeter_diagram` has no attribute `cartan_type`

sympy/matrices/expressions/companion.py

[error] unresolved-attribute - :48:21 - Type `Basic` has no attribute `all_coeffs`
[error] invalid-argument-type - :56:47 - Argument to bound method `companion` is incorrect: Expected `Poly`, found `Basic`

sympy/matrices/expressions/dotproduct.py

[error] unresolved-attribute - :44:12 - Type `Basic` has no attribute `shape`
[error] unresolved-attribute - :44:34 - Type `Basic` has no attribute `shape`
[error] unresolved-attribute - :45:16 - Type `Basic` has no attribute `shape`
[error] unresolved-attribute - :50:16 - Type `Basic` has no attribute `shape`
[error] unsupported-operator - :51:23 - Operator `*` is unsupported between objects of type `Basic` and `Basic`

sympy/matrices/expressions/hadamard.py

[error] unresolved-attribute - :93:22 - Type `Basic` has no attribute `_entry`
[error] unresolved-attribute - :119:35 - Type `Basic` has no attribute `diff`

sympy/matrices/expressions/inverse.py

[error] unresolved-attribute - :82:17 - Type `Basic` has no attribute `_eval_derivative_matrix_lines`

sympy/matrices/expressions/matadd.py

[error] unresolved-attribute - :83:22 - Type `Expr` has no attribute `_entry`

sympy/matrices/expressions/permutation.py

[error] unresolved-attribute - :85:31 - Type `Basic` has no attribute `apply`
[error] unsupported-operator - :91:34 - Operator `**` is unsupported between objects of type `Basic` and `Literal[-1]`
[error] unresolved-attribute - :96:16 - Type `Basic` has no attribute `signature`
[error] unresolved-attribute - :108:28 - Type `Basic` has no attribute `full_cyclic_form`
[warning] possibly-missing-attribute - :261:12 - Attribute `is_Identity` on type `Basic | Unknown` may be missing
[warning] possibly-missing-attribute - :264:12 - Attribute `is_Identity` on type `Basic | Unknown` may be missing
[error] unsupported-operator - :268:42 - Operator `**` is unsupported between objects of type `Basic | Unknown` and `Literal[-1]`
[error] unsupported-operator - :274:47 - Operator `*` is unsupported between objects of type `Basic | Unknown` and `Basic`
[error] non-subscriptable - :286:20 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :286:24 - Type `Basic` has no attribute `apply`
[error] non-subscriptable - :288:20 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :288:27 - Type `Basic` has no attribute `apply`
[error] unsupported-operator - :303:50 - Operator `**` is unsupported between objects of type `Basic` and `Literal[-1]`

sympy/matrices/expressions/trace.py

[error] unresolved-attribute - :61:13 - Type `Basic` has no attribute `_eval_derivative_matrix_lines`

sympy/matrices/expressions/transpose.py

[error] unresolved-attribute - :75:17 - Type `Basic` has no attribute `_eval_derivative_matrix_lines`

sympy/matrices/kind.py

[error] unresolved-attribute - :70:35 - Type `Self@__repr__` has no attribute `element_kind`

sympy/ntheory/elliptic_curve.py

[warning] possibly-missing-attribute - :125:33 - Attribute `expr` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :139:29 - Attribute `expr` on type `Unknown | Basic` may be missing

sympy/physics/biomechanics/curve.py

[error] unsupported-operator - :248:31 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :250:42 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :266:20 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :266:49 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :268:43 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :270:20 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :270:50 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :274:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :274:63 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :467:25 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :469:37 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :485:27 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :487:24 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :491:27 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :493:42 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :493:58 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :683:30 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Literal[1]`
[error] unsupported-operator - :685:41 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Literal[1]`
[error] unsupported-operator - :701:46 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :704:17 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :704:44 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :705:34 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :705:50 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :709:55 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :710:42 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :710:62 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :920:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :921:54 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1183:28 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1183:50 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1184:30 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1184:52 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1185:30 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1185:53 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1189:39 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1189:61 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1190:41 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1190:63 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1191:41 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `Basic | @Todo`
[error] unsupported-operator - :1191:64 - Operator `*` is unsupported between objects of type `Basic | @Todo` and `Basic | Unknown`
[error] unsupported-operator - :1210:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1210:50 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1211:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1211:47 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1212:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1212:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1214:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1214:50 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1215:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1215:47 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1216:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1216:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1218:26 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1218:52 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1219:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1219:48 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1220:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1220:54 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1223:26 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1223:54 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1226:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1226:43 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1227:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1227:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1231:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1231:46 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1232:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1232:52 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1236:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1236:31 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1236:56 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1237:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1237:52 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1240:26 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1240:54 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1243:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1243:43 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1244:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1244:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1248:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1248:46 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1249:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1249:52 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1253:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1253:31 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1253:56 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1254:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1254:52 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1257:26 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1257:55 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1260:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1260:44 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1261:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1261:54 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1265:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1265:47 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1266:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1266:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1270:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1270:31 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1270:57 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1271:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1271:53 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1463:27 - Operator `*` is unsupported between objects of type `@Todo | Basic` and `Basic | Unknown`
[error] unsupported-operator - :1463:53 - Operator `*` is unsupported between objects of type `@Todo | Basic` and `Basic | Unknown`
[error] unsupported-operator - :1465:23 - Operator `*` is unsupported between objects of type `@Todo | Basic` and `Basic | Unknown`
[error] unsupported-operator - :1465:64 - Operator `*` is unsupported between objects of type `@Todo | Basic` and `Basic | Unknown`
[error] unsupported-operator - :1481:20 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1481:47 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1484:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1485:40 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1488:20 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1488:54 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1490:44 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1687:27 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :1689:38 - Operator `-` is unsupported between objects of type `Basic | Unknown` and `@Todo | Basic`
[error] unsupported-operator - :1705:26 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1705:42 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1707:21 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1707:38 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1707:54 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1709:32 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1709:48 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1711:20 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Basic`
[error] unsupported-operator - :1713:27 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1713:43 - Operator `*` is unsupported between objects of type `Basic` and `Basic`

sympy/physics/continuum_mechanics/column.py

[warning] possibly-missing-attribute - :564:23 - Attribute `subs` on type `Unknown | Literal[0]` may be missing

sympy/physics/paulialgebra.py

[error] unresolved-attribute - :139:17 - Type `Self@__getnewargs_ex__` has no attribute `i`
[error] unresolved-attribute - :139:25 - Type `Self@__getnewargs_ex__` has no attribute `label`
[error] unresolved-attribute - :142:17 - Type `Self@_hashable_content` has no attribute `i`
[error] unresolved-attribute - :142:25 - Type `Self@_hashable_content` has no attribute `label`
[error] unresolved-attribute - :147:17 - Type `Self@__mul__` has no attribute `i`
[error] unresolved-attribute - :149:20 - Type `Self@__mul__` has no attribute `label`

sympy/physics/quantum/anticommutator.py

[error] unsupported-operator - :136:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :136:23 - Operator `*` is unsupported between objects of type `Basic` and `Basic`

sympy/physics/quantum/commutator.py

[error] unsupported-operator - :226:17 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :226:23 - Operator `*` is unsupported between objects of type `Basic` and `Basic`

sympy/physics/quantum/qasm.py

[error] call-non-callable - :141:41 - Object of type `None` is not callable
[error] call-non-callable - :143:41 - Object of type `None` is not callable

sympy/physics/quantum/qft.py

[error] unsupported-operator - :202:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :203:32 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :203:43 - Operator `-` is unsupported between objects of type `Basic` and `int`
[error] invalid-argument-type - :204:28 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - :204:35 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] unsupported-operator - :205:37 - Operator `-` is unsupported between objects of type `int` and `Basic`

sympy/physics/quantum/trace.py

[error] call-non-callable - :183:20 - Object of type `object` is not callable
[error] invalid-argument-type - :222:23 - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/plotting/pygletplot/color_scheme.py

[error] call-non-callable - :227:20 - Object of type `None` is not callable

sympy/plotting/pygletplot/plot_modes.py

[warning] possibly-missing-attribute - :30:25 - Attribute `subs` on type `Unknown | Literal["y"]` may be missing
[warning] possibly-missing-attribute - :52:29 - Attribute `subs` on type `Unknown | Literal["z"]` may be missing
[warning] possibly-missing-attribute - :74:21 - Attribute `subs` on type `Unknown | Literal["x"]` may be missing
[warning] possibly-missing-attribute - :74:37 - Attribute `subs` on type `Unknown | Literal["y"]` may be missing
[warning] possibly-missing-attribute - :95:21 - Attribute `subs` on type `Unknown | Literal["x"]` may be missing
[warning] possibly-missing-attribute - :95:37 - Attribute `subs` on type `Unknown | Literal["y"]` may be missing
[warning] possibly-missing-attribute - :95:53 - Attribute `subs` on type `Unknown | Literal["z"]` may be missing
[warning] possibly-missing-attribute - :117:21 - Attribute `subs` on type `Unknown | Literal["x"]` may be missing
[warning] possibly-missing-attribute - :118:21 - Attribute `subs` on type `Unknown | Literal["y"]` may be missing
[warning] possibly-missing-attribute - :119:21 - Attribute `subs` on type `Unknown | Literal["z"]` may be missing
[warning] possibly-missing-attribute - :140:24 - Attribute `subs` on type `Unknown | Literal["r"]` may be missing
[warning] possibly-missing-attribute - :163:24 - Attribute `subs` on type `Unknown | Literal["r"]` may be missing
[warning] possibly-missing-attribute - :187:24 - Attribute `subs` on type `Unknown | Literal["r"]` may be missing

sympy/polys/agca/ideals.py

[error] unresolved-attribute - :212:16 - Type `Self@union` has no attribute `_union`
[error] unresolved-attribute - :230:16 - Type `Self@product` has no attribute `_product`

sympy/polys/agca/modules.py

[error] unresolved-attribute - :80:33 - Type `Self@convert` has no attribute `dtype`

sympy/polys/domains/compositedomain.py

[error] too-many-positional-arguments - :31:35 - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] unresolved-attribute - :31:72 - Type `Self@inject` has no attribute `order`
[error] too-many-positional-arguments - :43:35 - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] unresolved-attribute - :43:52 - Type `Self@drop` has no attribute `order`
[error] too-many-positional-arguments - :47:31 - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] unresolved-attribute - :47:53 - Type `Self@set_domain` has no attribute `order`

sympy/polys/domains/gmpyfinitefield.py

[error] too-many-positional-arguments - :16:50 - Too many positional arguments to bound method `__init__`: expected 3, got 4

sympy/polys/domains/modularinteger.py

[warning] possibly-missing-attribute - :30:24 - Attribute `convert` on type `Unknown | None` may be missing
[error] unsupported-operator - :59:28 - Operator `//` is unsupported between objects of type `Unknown | None` and `Literal[2]`
[warning] possibly-missing-attribute - :144:35 - Attribute `one` on type `Unknown | None` may be missing

sympy/polys/domains/old_fractionfield.py

[warning] possibly-missing-attribute - :28:21 - Attribute `zero` on type `Unknown | <class 'DMF'> | ((...) -> Unknown)` may be missing
[warning] possibly-missing-attribute - :29:20 - Attribute `one` on type `Unknown | <class 'DMF'> | ((...) -> Unknown)` may be missing

sympy/polys/domains/old_polynomialring.py

[warning] possibly-missing-attribute - :40:21 - Attribute `zero` on type `@Todo | ((...) -> Unknown)` may be missing
[warning] possibly-missing-attribute - :41:20 - Attribute `one` on type `@Todo | ((...) -> Unknown)` may be missing

sympy/polys/domains/pythonfinitefield.py

[error] too-many-positional-arguments - :16:52 - Too many positional arguments to bound method `__init__`: expected 3, got 4

sympy/polys/matrices/_dfm.py

[error] unresolved-attribute - :135:31 - Type `Self@_new_rep` has no attribute `shape`
[error] unresolved-attribute - :135:43 - Type `Self@_new_rep` has no attribute `domain`
[error] unresolved-attribute - :199:16 - Type `Self@__eq__` has no attribute `domain`
[error] unresolved-attribute - :199:48 - Type `Self@__eq__` has no attribute `rep`
[error] unresolved-attribute - :208:16 - Type `Self@to_list` has no attribute `rep`
[error] unresolved-attribute - :212:41 - Type `Self@copy` has no attribute `rep`
[error] unresolved-attribute - :216:46 - Type `Self@to_ddm` has no attribute `shape`
[error] unresolved-attribute - :216:58 - Type `Self@to_ddm` has no attribute `domain`
[error] unresolved-attribute - :220:46 - Type `Self@to_sdm` has no attribute `shape`
[error] unresolved-attribute - :220:58 - Type `Self@to_sdm` has no attribute `domain`
[error] unresolved-attribute - :261:16 - Type `Self@to_list_flat` has no attribute `rep`
[error] unresolved-attribute - :292:16 - Type `Self@iter_values` has no attribute `shape`
[error] unresolved-attribute - :293:15 - Type `Self@iter_values` has no attribute `rep`
[error] unresolved-attribute - :302:16 - Type `Self@iter_items` has no attribute `shape`
[error] unresolved-attribute - :303:15 - Type `Self@iter_items` has no attribute `rep`
[error] unresolved-attribute - :312:22 - Type `Self@convert_to` has no attribute `domain`
[error] unresolved-attribute - :314:31 - Type `Self@convert_to` has no attribute `domain`
[error] unresolved-attribute - :315:45 - Type `Self@convert_to` has no attribute `rep`
[error] unresolved-attribute - :315:56 - Type `Self@convert_to` has no attribute `shape`
[error] unresolved-attribute - :328:16 - Type `Self@getitem` has no attribute `shape`
[error] unresolved-attribute - :334:20 - Type `Self@getitem` has no attribute `rep`
[error] unresolved-attribute - :336:80 - Type `Self@getitem` has no attribute `shape`
[error] unresolved-attribute - :342:16 - Type `Self@setitem` has no attribute `shape`
[error] unresolved-attribute - :348:13 - Type `Self@setitem` has no attribute `rep`
[error] unresolved-attribute - :350:80 - Type `Self@setitem` has no attribute `shape`
[error] unresolved-attribute - :355:13 - Type `Self@_extract` has no attribute `rep`
[error] unresolved-attribute - :358:43 - Type `Self@_extract` has no attribute `domain`
[error] unresolved-attribute - :365:16 - Type `Self@extract` has no attribute `shape`
[error] unresolved-attribute - :376:79 - Type `Self@extract` has no attribute `shape`
[error] unresolved-attribute - :385:82 - Type `Self@extract` has no attribute `shape`
[error] unresolved-attribute - :393:16 - Type `Self@extract_slice` has no attribute `shape`
[error] unresolved-attribute - :400:31 - Type `Self@neg` has no attribute `rep`
[error] unresolved-attribute - :404:30 - Type `Self@add` has no attribute `rep`
[error] unresolved-attribute - :408:30 - Type `Self@sub` has no attribute `rep`
[error] unresolved-attribute - :412:30 - Type `Self@mul` has no attribute `rep`
[error] unresolved-attribute - :416:38 - Type `Self@rmul` has no attribute `rep`
[error] unresolved-attribute - :425:18 - Type `Self@matmul` has no attribute `rows`
[error] unresolved-attribute - :426:26 - Type `Self@matmul` has no attribute `rep`
[error] unresolved-attribute - :426:55 - Type `Self@matmul` has no attribute `domain`
[error] unresolved-attribute - :469:26 - Type `Self@transpose` has no attribute `rep`
[error] unresolved-attribute - :469:49 - Type `Self@transpose` has no attribute `cols`
[error] unresolved-attribute - :469:60 - Type `Self@transpose` has no attribute `rows`
[error] unresolved-attribute - :469:72 - Type `Self@transpose` has no attribute `domain`
[error] unresolved-attribute - :481:13 - Type `Self@diagonal` has no attribute `rep`
[error] unresolved-attribute - :482:16 - Type `Self@diagonal` has no attribute `shape`
[error] unresolved-attribute - :487:13 - Type `Self@is_upper` has no attribute `rep`
[error] unresolved-attribute - :488:24 - Type `Self@is_upper` has no attribute `rows`
[error] unresolved-attribute - :489:35 - Type `Self@is_upper` has no attribute `cols`
[error] unresolved-attribute - :496:13 - Type `Self@is_lower` has no attribute `rep`
[error] unresolved-attribute - :497:24 - Type `Self@is_lower` has no attribute `rows`
[error] unresolved-attribute - :498:35 - Type `Self@is_lower` has no attribute `cols`
[error] unresolved-attribute - :509:13 - Type `Self@is_zero_matrix` has no attribute `rep`
[error] unresolved-attribute - :510:24 - Type `Self@is_zero_matrix` has no attribute `rows`
[error] unresolved-attribute - :511:28 - Type `Self@is_zero_matrix` has no attribute `cols`
[error] unresolved-attribute - :803:12 - Type `Self@fflu` has no attribute `domain`
[error] unresolved-attribute - :804:28 - Type `Self@fflu` has no attribute `rep`
[error] unresolved-attribute - :806:30 - Type `Self@fflu` has no attribute `rep`
[error] unresolved-attribute - :807:24 - Type `Self@fflu` has no attribute `shape`
[error] unresolved-attribute - :809:42 - Type `Self@fflu` has no attribute `domain`
[error] unresolved-attribute - :810:42 - Type `Self@fflu` has no attribute `domain`
[error] unresolved-attribute - :811:42 - Type `Self@fflu` has no attribute `domain`
[error] unresolved-attribute - :812:34 - Type `Self@fflu` has no attribute `shape`
[error] unresolved-attribute - :812:46 - Type `Self@fflu` has no attribute `domain`
[error] unresolved-attribute - :876:16 - Type `Self@_lll` has no attribute `shape`
[error] unresolved-attribute - :877:12 - Type `Self@_lll` has no attribute `rep`
[error] unresolved-attribute - :881:16 - Type `Self@_lll` has no attribute `rep`

sympy/polys/matrices/domainscalar.py

[error] unresolved-attribute - :37:21 - Type `Self@__repr__` has no attribute `element`
[error] unresolved-attribute - :45:16 - Type `Self@to_sympy` has no attribute `domain`
[error] unresolved-attribute - :45:37 - Type `Self@to_sympy` has no attribute `element`
[error] unresolved-attribute - :48:39 - Type `Self@to_domain` has no attribute `element`
[error] unresolved-attribute - :48:53 - Type `Self@to_domain` has no attribute `domain`
[error] unresolved-attribute - :55:18 - Type `Self@unify` has no attribute `domain`
[error] unresolved-attribute - :59:21 - Type `Self@__bool__` has no attribute `element`
[error] unresolved-attribute - :105:25 - Type `Self@__pow__` has no attribute `element`
[error] unresolved-attribute - :105:42 - Type `Self@__pow__` has no attribute `domain`
[error] unresolved-attribute - :108:26 - Type `Self@__pos__` has no attribute `element`
[error] unresolved-attribute - :108:40 - Type `Self@__pos__` has no attribute `domain`
[error] unresolved-attribute - :111:26 - Type `Self@__neg__` has no attribute `element`
[error] unresolved-attribute - :111:40 - Type `Self@__neg__` has no attribute `domain`
[error] unresolved-attribute - :116:16 - Type `Self@__eq__` has no attribute `element`
[error] unresolved-attribute - :116:50 - Type `Self@__eq__` has no attribute `domain`
[error] unresolved-attribute - :119:16 - Type `Self@is_zero` has no attribute `element`
[error] unresolved-attribute - :119:32 - Type `Self@is_zero` has no attribute `domain`
[error] unresolved-attribute - :122:16 - Type `Self@is_one` has no attribute `element`
[error] unresolved-attribute - :122:32 - Type `Self@is_one` has no attribute `domain`

sympy/polys/monomials.py

[error] unresolved-attribute - :403:17 - Type `Self@__getnewargs__` has no attribute `ngens`
[error] unresolved-attribute - :411:52 - Type `Self@_vars` has no attribute `ngens`

sympy/printing/cxx.py

[error] too-many-positional-arguments - :88:26 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :114:29 - Type `Self@_print_Raise` has no attribute `_print`

sympy/series/limits.py

[warning] possibly-missing-attribute - :256:32 - Attribute `expr` on type `Basic | Unknown` may be missing
[error] unsupported-operator - :302:34 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic | Unknown`
[error] unsupported-operator - :306:34 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[error] unsupported-operator - :332:30 - Operator `+` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[warning] possibly-missing-attribute - :335:25 - Attribute `leadterm` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :345:25 - Attribute `as_leading_term` on type `Unknown | Basic` may be missing

sympy/simplify/epathtools.py

[error] unresolved-attribute - :117:53 - Type `Self@__repr__` has no attribute `_path`
[error] unresolved-attribute - :218:23 - Type `Self@apply` has no attribute `_epath`
[error] unresolved-attribute - :273:17 - Type `Self@select` has no attribute `_epath`

sympy/stats/compound_rv.py

[error] unresolved-attribute - :192:20 - Type `Basic & ~SingleFiniteDistribution` has no attribute `pdf`

sympy/tensor/array/array_comprehension.py

[error] unresolved-attribute - :200:16 - Type `Self@rank` has no attribute `_rank`
[error] unresolved-attribute - :222:12 - Type `Self@__len__` has no attribute `_loop_size`
[error] unresolved-attribute - :224:16 - Type `Self@__len__` has no attribute `_loop_size`
[error] unresolved-attribute - :273:44 - Type `Self@_expand_array` has no attribute `_limits`
[error] unresolved-attribute - :334:12 - Type `Self@tomatrix` has no attribute `_rank`
[error] unresolved-attribute - :394:16 - Type `Self@_get_element` has no attribute `_lambda`
[error] unresolved-attribute - :395:12 - Type `Self@_get_element` has no attribute `_lambda`
[error] unresolved-attribute - :397:14 - Type `Self@_get_element` has no attribute `_lambda`

sympy/tensor/array/ndim_array.py

[error] unresolved-attribute - :74:29 - Type `Self@__repr__` has no attribute `element_kind`
[error] unresolved-attribute - :151:25 - Type `Self@_parse_index` has no attribute `_loop_size`
[error] unresolved-attribute - :155:12 - Type `Self@_parse_index` has no attribute `_loop_size`
[error] unresolved-attribute - :158:26 - Type `Self@_parse_index` has no attribute `_rank`
[error] unresolved-attribute - :163:24 - Type `Self@_parse_index` has no attribute `_rank`
[error] unresolved-attribute - :276:16 - Type `Self@__len__` has no attribute `_loop_size`
[error] unresolved-attribute - :307:16 - Type `Self@rank` has no attribute `_rank`
[error] unresolved-attribute - :325:32 - Type `Self@diff` has no attribute `as_immutable`
[error] invalid-argument-type - :332:47 - Argument to function `_eval_derivative_n_times` is incorrect: Expected `Basic`, found `Self@_eval_derivative_n_times`
[error] unresolved-attribute - :351:52 - Type `Self@applyfunc & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :367:18 - Type `Self@_sympystr` has no attribute `_loop_size`
[error] unresolved-attribute - :367:50 - Type `Self@_sympystr` has no attribute `_loop_size`
[error] unresolved-attribute - :394:18 - Type `Self@tolist` has no attribute `_loop_size`
[error] unresolved-attribute - :394:50 - Type `Self@tolist` has no attribute `_loop_size`
[error] unresolved-attribute - :432:57 - Type `Self@__mul__ & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :449:57 - Type `Self@__rmul__ & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :464:57 - Type `Self@__truediv__ & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :477:52 - Type `Self@__neg__ & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :484:16 - Type `Self@__iter__` has no attribute `_shape`
[error] unresolved-attribute - :485:32 - Type `Self@__iter__` has no attribute `_shape`
[error] unresolved-attribute - :521:25 - Type `Self@__eq__ & SparseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :540:16 - Type `Self@_eval_conjugate` has no attribute `func`

sympy/tensor/toperators.py

[error] unresolved-attribute - :211:16 - Type `Self@get_indices` has no attribute `_indices`
[error] unresolved-attribute - :214:23 - Type `Self@get_free_indices` has no attribute `_free`

sympy/utilities/enumerative.py

[error] non-subscriptable - :714:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :715:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :721:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :721:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :722:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :722:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :722:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :723:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :726:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :726:36 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :730:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :730:43 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :731:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :731:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :734:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :734:44 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :739:13 - Method `__setitem__` of type `Unknown | None` may be missing
[error] non-subscriptable - :747:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :747:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :747:47 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/vector/deloperator.py

[error] unresolved-attribute - :121:16 - Type `Self@_sympystr` has no attribute `_name`

sympy/vector/kind.py

[error] unresolved-attribute - :56:35 - Type `Self@__repr__` has no attribute `element_kind`

sympy/vector/operators.py

[error] unresolved-attribute - :50:25 - Type `Self@doit` has no attribute `_expr`
[error] unresolved-attribute - :75:27 - Type `Self@doit` has no attribute `_expr`
[error] unresolved-attribute - :100:21 - Type `Self@doit` has no attribute `_expr`
[error] unresolved-attribute - :322:26 - Type `Self@doit` has no attribute `_expr`

sympy/vector/orienters.py

[error] unresolved-attribute - :21:16 - Type `Self@rotation_matrix` has no attribute `_parent_orient`

sympy/vector/point.py

[error] unresolved-attribute - :148:16 - Type `Self@_sympystr` has no attribute `_name`

sympy/vector/scalar.py

[error] unresolved-attribute - :60:16 - Type `Self@_latex` has no attribute `_latex_form`
[error] unresolved-attribute - :63:27 - Type `Self@_pretty` has no attribute `_pretty_form`
[error] unresolved-attribute - :72:16 - Type `Self@_sympystr` has no attribute `_name`

sympy/vector/vector.py

[error] unresolved-attribute - :482:16 - Type `Self@_sympystr` has no attribute `_name`
[error] unresolved-attribute - :485:25 - Type `Self@_sympyrepr` has no attribute `_id`
[error] unresolved-attribute - :583:22 - Type `Self@doit` has no attribute `_expr1`
[error] unresolved-attribute - :583:35 - Type `Self@doit` has no attribute `_expr2`
[error] unresolved-attribute - :616:20 - Type `Self@doit` has no attribute `_expr1`
[error] unresolved-attribute - :616:33 - Type `Self@doit` has no attribute `_expr2`

sympy/assumptions/cnf.py

[error] unresolved-attribute - :54:21 - Type `Self@rcall` has no attribute `lit`
[error] unresolved-attribute - :55:19 - Type `Self@rcall` has no attribute `lit`
[error] unresolved-attribute - :57:19 - Type `Self@rcall` has no attribute `lit`
[error] unresolved-attribute - :58:32 - Type `Self@rcall` has no attribute `is_Not`
[error] unresolved-attribute - :61:22 - Type `Self@__invert__` has no attribute `is_Not`
[error] unresolved-attribute - :62:24 - Type `Self@__invert__` has no attribute `lit`
[error] unresolved-attribute - :65:57 - Type `Self@__str__` has no attribute `lit`
[error] unresolved-attribute - :65:67 - Type `Self@__str__` has no attribute `is_Not`
[error] unresolved-attribute - :70:42 - Type `Self@__eq__` has no attribute `is_Not`
[error] unresolved-attribute - :73:50 - Type `Self@__hash__` has no attribute `is_Not`
[error] not-iterable - :418:47 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] unsupported-operator - :427:9 - Operator `+=` is unsupported between objects of type `None` and `list[@Todo]`
[warning] possibly-missing-attribute - :431:17 - Attribute `get` on type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :435:21 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing

sympy/assumptions/relation/binrel.py

[error] unresolved-attribute - :122:15 - Type `Self@eval` has no attribute `handler`
[error] unresolved-attribute - :129:16 - Type `Self@eval` has no attribute `handler`
[error] unresolved-attribute - :129:53 - Type `Self@eval` has no attribute `handler`
[error] unresolved-attribute - :130:23 - Type `Self@eval` has no attribute `handler`

sympy/codegen/ast.py

[error] unresolved-attribute - :789:33 - Type `Self@cse` has no attribute `left_hand_sides`
[error] unresolved-attribute - :790:23 - Type `Self@cse` has no attribute `left_hand_sides`
[error] unresolved-attribute - :800:48 - Type `Self@cse` has no attribute `right_hand_sides`
[error] unresolved-attribute - :805:17 - Type `Self@cse` has no attribute `left_hand_sides`
[error] unresolved-attribute - :908:16 - Type `Self@_sympystr` has no attribute `text`
[error] unresolved-attribute - :920:55 - Type `Self@_latex` has no attribute `text`
[error] unresolved-attribute - :958:21 - Type `Self@attr_params` has no attribute `attrs`
[error] unresolved-attribute - :1024:20 - Type `Self@_sympystr` has no attribute `name`
[error] unresolved-attribute - :1130:19 - Type `Self@cast_check` has no attribute `cast_nocheck`
[error] unresolved-attribute - :1142:29 - Type `Self@_latex` has no attribute `name`
[error] unresolved-attribute - :1159:20 - Type `Self@_check` has no attribute `min`
[error] unresolved-attribute - :1160:70 - Type `Self@_check` has no attribute `min`
[error] unresolved-attribute - :1161:20 - Type `Self@_check` has no attribute `max`
[error] unresolved-attribute - :1162:68 - Type `Self@_check` has no attribute `max`
[error] unsupported-operator - :1323:13 - Operator `*` is unsupported between objects of type `Unknown | Float` and `complex`
[error] unresolved-attribute - :1400:22 - Type `Self@_sympystr` has no attribute `name`
[error] unresolved-attribute - :1401:12 - Type `Self@_sympystr` has no attribute `parameters`
[error] unresolved-attribute - :1403:50 - Type `Self@_sympystr` has no attribute `parameters`
[error] unresolved-attribute - :1403:50 - Type `Self@_sympystr` has no attribute `parameters`
[error] unresolved-attribute - :1403:50 - Type `Self@_sympystr` has no attribute `parameters`
[error] unresolved-attribute - :1578:28 - Type `Self@__getitem__` has no attribute `symbol`
[error] unresolved-attribute - :1580:28 - Type `Self@__getitem__` has no attribute `symbol`

sympy/codegen/cfunctions.py

[error] unsupported-operator - :521:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`

sympy/combinatorics/coset_table.py

[error] unsupported-operator - :151:12 - Operator `>=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | Literal[4096000]`
[error] unsupported-operator - :185:12 - Operator `>=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | Literal[4096000]`
[error] unsupported-operator - :831:17 - Operator `-=` is unsupported between objects of type `None` and `int`

sympy/combinatorics/fp_groups.py

[warning] possibly-missing-attribute - :195:9 - Attribute `standardize` on type `Unknown | None` may be missing

sympy/combinatorics/free_groups.py

[error] unresolved-attribute - :166:17 - Type `Self@__getnewargs__` has no attribute `symbols`
[error] unresolved-attribute - :185:20 - Type `Self@_generators` has no attribute `symbols`
[error] unresolved-attribute - :187:25 - Type `Self@_generators` has no attribute `dtype`
[error] unresolved-attribute - :191:42 - Type `Self@clone` has no attribute `symbols`
[error] unresolved-attribute - :201:16 - Type `Self@__hash__` has no attribute `_hash`
[error] unresolved-attribute - :211:20 - Type `Self@__str__` has no attribute `generators`
[error] unresolved-attribute - :218:19 - Type `Self@__getitem__` has no attribute `symbols`
[error] unresolved-attribute - :240:28 - Type `Self@index` has no attribute `dtype`
[error] unresolved-attribute - :241:20 - Type `Self@index` has no attribute `generators`
[error] unresolved-attribute - :362:40 - Type `Self@__hash__` has no attribute `group`
[error] unresolved-attribute - :362:40 - Type `Self@__hash__` has no attribute `group`
[error] unresolved-attribute - :436:17 - Type `Self@__getitem__` has no attribute `group`
[error] unresolved-attribute - :491:18 - Type `Self@__pow__` has no attribute `group`
[error] unresolved-attribute - :524:17 - Type `Self@__mul__` has no attribute `group`
[error] unresolved-attribute - :537:17 - Type `Self@__truediv__` has no attribute `group`
[error] unresolved-attribute - :544:17 - Type `Self@__rtruediv__` has no attribute `group`
[error] unresolved-attribute - :568:17 - Type `Self@inverse` has no attribute `group`
[error] unresolved-attribute - :594:17 - Type `Self@commutator` has no attribute `group`
[error] unresolved-attribute - :657:18 - Type `Self@eliminate_word` has no attribute `group`
[error] unresolved-attribute - :736:17 - Type `Self@__eq__` has no attribute `group`
[error] unresolved-attribute - :763:17 - Type `Self@__lt__` has no attribute `group`
[error] unresolved-attribute - :808:17 - Type `Self@__gt__` has no attribute `group`
[error] unresolved-attribute - :894:17 - Type `Self@subword` has no attribute `group`
[error] unresolved-attribute - :990:17 - Type `Self@contains_generators` has no attribute `group`
[error] unresolved-attribute - :995:17 - Type `Self@cyclic_subword` has no attribute `group`
[error] unresolved-attribute - :1134:17 - Type `Self@sub_syllables` has no attribute `group`
[error] unresolved-attribute - :1214:17 - Type `Self@identity_cyclic_reduction` has no attribute `group`
[error] unresolved-attribute - :1252:13 - Type `Self@cyclic_reduction` has no attribute `group`

sympy/combinatorics/partitions.py

[error] unresolved-attribute - :114:23 - Type `Self@sort_key` has no attribute `members`
[error] unresolved-attribute - :116:36 - Type `Self@sort_key` has no attribute `members`
[error] unresolved-attribute - :118:45 - Type `Self@sort_key` has no attribute `size`
[error] unresolved-attribute - :156:38 - Type `Self@__add__` has no attribute `size`
[error] unresolved-attribute - :157:29 - Type `Self@__add__` has no attribute `size`
[error] unresolved-attribute - :158:43 - Type `Self@__add__` has no attribute `members`
[error] unresolved-attribute - :417:38 - Type `Self@prev_lex` has no attribute `integer`
[error] non-subscriptable - :418:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :419:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :420:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :423:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :425:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :426:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :427:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :434:33 - Type `Self@prev_lex` has no attribute `integer`
[error] non-subscriptable - :453:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :454:17 - Type `Self@next_lex` has no attribute `integer`
[error] unresolved-attribute - :456:20 - Type `Self@next_lex` has no attribute `integer`
[error] non-subscriptable - :462:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :468:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[@Todo]`
[error] unresolved-attribute - :471:28 - Type `Self@next_lex` has no attribute `integer`
[error] non-subscriptable - :478:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :484:33 - Type `Self@next_lex` has no attribute `integer`
[error] unresolved-attribute - :499:28 - Type `Self@as_dict` has no attribute `partition`
[error] unresolved-attribute - :545:30 - Type `Self@__lt__` has no attribute `partition`
[error] unresolved-attribute - :559:30 - Type `Self@__le__` has no attribute `partition`
[error] unresolved-attribute - :574:43 - Type `Self@as_ferrers` has no attribute `partition`
[error] unresolved-attribute - :574:43 - Type `Self@as_ferrers` has no attribute `partition`
[error] unresolved-attribute - :574:43 - Type `Self@as_ferrers` has no attribute `partition`
[error] unresolved-attribute - :577:25 - Type `Self@__str__` has no attribute `partition`

sympy/combinatorics/perm_groups.py

[error] unresolved-attribute - :168:24 - Type `Basic` has no attribute `size`
[error] unresolved-attribute - :5454:22 - Type `Basic` has no attribute `elements`
[error] unresolved-attribute - :5457:22 - Type `Basic` has no attribute `elements`

sympy/combinatorics/permutations.py

[error] non-subscriptable - :1524:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1660:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :1665:35 - Object of type `Unknown | None` may not be iterable
[error] non-subscriptable - :1730:28 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/combinatorics/tests/test_permutations.py

[error] non-subscriptable - :243:25 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/concrete/summations.py

[error] not-iterable - :330:23 - Object of type `Basic` is not iterable

sympy/core/add.py

[error] unresolved-attribute - :1134:27 - Type `Number` has no attribute `p`
[error] unresolved-attribute - :1134:32 - Type `Number` has no attribute `q`
[warning] unused-ignore-comment - :458:52 - Unused blanket `type: ignore` directive

sympy/core/basic.py

[error] unresolved-attribute - :1971:23 - Type `Self@_eval_derivative_n_times` has no attribute `_eval_derivative`
[warning] unused-ignore-comment - :779:33 - Unused blanket `type: ignore` directive

sympy/core/evalf.py

[error] invalid-argument-type - :1653:28 - Argument to function `evalf` is incorrect: Expected `Expr`, found `Self@evalf`
[error] call-non-callable - :1657:21 - Object of type `object` is not callable
[error] unresolved-attribute - :1702:27 - Type `Self@_to_mpmath` has no attribute `is_Integer`
[error] unresolved-attribute - :1703:20 - Type `Self@_to_mpmath` has no attribute `p`
[error] call-non-callable - :1705:29 - Object of type `object` is not callable
[error] invalid-argument-type - :1707:28 - Argument to function `evalf` is incorrect: Expected `Expr`, found `Self@_to_mpmath & ~<Protocol with members '_as_mpf_val'>`
[error] unresolved-attribute - :1714:33 - Type `Expr` has no attribute `_mpf_`
[error] unresolved-attribute - :1718:31 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1720:22 - Type `Expr` has no attribute `_mpf_`
[error] unresolved-attribute - :1724:31 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1726:22 - Type `Expr` has no attribute `_mpf_`
[warning] unused-ignore-comment - :1694:18 - Unused blanket `type: ignore` directive

sympy/core/expr.py

[error] unresolved-attribute - :533:20 - Type `Expr` has no attribute `_prec`
[error] unresolved-attribute - :941:16 - Type `Expr` has no attribute `_prec`
[error] unresolved-attribute - :943:18 - Type `Expr` has no attribute `_prec`
[error] unresolved-attribute - :944:21 - Type `Self@_eval_is_extended_positive_negative` has no attribute `_eval_is_algebraic`
[error] unresolved-attribute - :1312:17 - Type `Expr` has no attribute `expr`
[error] unresolved-attribute - :3080:21 - Type `Basic` has no attribute `series`
[error] unresolved-attribute - :3085:21 - Type `Basic` has no attribute `aseries`
[error] unresolved-attribute - :3101:18 - Type `Basic` has no attribute `series`
[error] unsupported-operator - :3140:33 - Operator `**` is unsupported between objects of type `(Unknown & ~None) | Basic` and `int`
[error] unsupported-operator - :3147:27 - Operator `**` is unsupported between objects of type `(Unknown & ~None) | Basic` and `int`
[error] no-matching-overload - :3284:20 - No overload of bound method `subs` matches arguments
[error] unresolved-attribute - :3314:18 - Type `Self@aseries` has no attribute `exp`
[error] unsupported-operator - :3321:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :4009:55 - Type `Self@_eval_derivative_matrix_lines` has no attribute `_eval_derivative`
[warning] unused-ignore-comment - :2373:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2385:48 - Unused blanket `type: ignore` directive

sympy/core/exprtools.py

[warning] possibly-missing-attribute - :446:28 - Attribute `as_base_exp` on type `Unknown | Zero | (Basic & ~Number)` may be missing

sympy/core/function.py

[error] unresolved-attribute - :561:36 - Type `Basic` has no attribute `evalf`
[warning] possibly-missing-attribute - :571:21 - Attribute `_to_mpmath` on type `Basic | @Todo` may be missing
[error] unresolved-attribute - :606:18 - Type `Basic` has no attribute `diff`
[error] unresolved-attribute - :684:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :687:18 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :697:18 - Type `Basic` has no attribute `_eval_nseries`
[error] unresolved-attribute - :728:32 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :756:20 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :773:12 - Type `Basic` has no attribute `_diff_wrt`
[error] unresolved-attribute - :796:17 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :928:22 - Type `Self@__hash__` has no attribute `class_key`
[error] unresolved-attribute - :932:13 - Type `Self@__eq__` has no attribute `class_key`
[error] non-subscriptable - :1775:42 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :2098:40 - Type `Basic` has no attribute `evalf`
[error] invalid-argument-type - :2255:42 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - :2255:45 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] non-subscriptable - :2257:21 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :2257:29 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :2258:21 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :2258:29 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] invalid-argument-type - :2265:36 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] non-subscriptable - :2267:36 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :2269:40 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] invalid-argument-type - :2305:48 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - :2305:51 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Unknown`
[error] unresolved-attribute - :2363:17 - Type `Self@_hashable_content` has no attribute `_expr`

sympy/core/mul.py

[error] invalid-argument-type - :777:43 - Argument to function `_eval_evalf` is incorrect: Expected `AssocOp`, found `Expr`
[warning] unused-ignore-comment - :863:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :865:60 - Unused blanket `type: ignore` directive

sympy/core/numbers.py

[error] unsupported-operator - :373:19 - Operator `/` is unsupported between objects of type `Self@__divmod__` and `Rational`
[error] unresolved-attribute - :2523:29 - Type `Self@as_poly` has no attribute `rep`
[error] unresolved-attribute - :2525:16 - Type `Self@as_poly` has no attribute `alias`
[error] unresolved-attribute - :2526:33 - Type `Self@as_poly` has no attribute `rep`
[error] unresolved-attribute - :2526:43 - Type `Self@as_poly` has no attribute `alias`
[error] unresolved-attribute - :2529:37 - Type `Self@as_poly` has no attribute `rep`
[error] unresolved-attribute - :2533:34 - Type `Self@as_expr` has no attribute `root`
[error] unresolved-attribute - :2537:18 - Type `Self@coeffs` has no attribute `rep`
[error] unresolved-attribute - :2537:52 - Type `Self@coeffs` has no attribute `rep`
[error] unresolved-attribute - :2541:16 - Type `Self@native_coeffs` has no attribute `rep`
[error] unresolved-attribute - :2547:13 - Type `Self@to_algebraic_integer` has no attribute `minpoly`
[error] unresolved-attribute - :2556:23 - Type `Self@to_algebraic_integer` has no attribute `root`
[error] unresolved-attribute - :2564:30 - Type `Self@_eval_simplify` has no attribute `minpoly`
[error] unresolved-attribute - :2565:24 - Type `Self@_eval_simplify` has no attribute `root`
[error] unresolved-attribute - :2567:47 - Type `Self@_eval_simplify` has no attribute `root`
[error] unresolved-attribute - :2612:14 - Type `Self@field_element` has no attribute `minpoly`
[error] unresolved-attribute - :2612:28 - Type `Self@field_element` has no attribute `root`
[error] unresolved-attribute - :2612:61 - Type `Self@field_element` has no attribute `alias`
[error] unresolved-attribute - :2725:37 - Type `Self@minpoly_of_element` has no attribute `minpoly`
[error] unresolved-attribute - :2752:57 - Type `Self@to_root` has no attribute `root`
[error] unresolved-attribute - :2753:20 - Type `Self@to_root` has no attribute `root`
[error] unresolved-attribute - :3580:27 - Type `Self@_eval_evalf` has no attribute `_as_mpf_val`
[error] unresolved-attribute - :371:34 - Type `Self@__divmod__` has no attribute `p`

sympy/core/operations.py

[error] unresolved-attribute - :254:13 - Type `Self@_matches_commutative` has no attribute `_matches_simple`
[error] unresolved-attribute - :281:23 - Type `Self@_matches_commutative` has no attribute `_combine_inverse`
[error] no-matching-overload - :296:34 - No overload of bound method `make_args` matches arguments
[error] unresolved-attribute - :304:26 - Type `Self@_matches_commutative` has no attribute `identity`
[error] unresolved-attribute - :432:20 - Type `Basic` has no attribute `_eval_evalf`

sympy/core/power.py

[error] unresolved-attribute - :507:42 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :509:42 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :509:71 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :821:30 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :821:43 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :822:28 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :875:39 - Type `Expr` has no attribute `_all_nonneg_or_nonppos`
[error] unresolved-attribute - :1014:32 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1016:29 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1016:38 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1062:47 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1062:53 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1063:40 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1063:44 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1063:49 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1063:53 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1065:47 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1066:40 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1066:45 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1068:43 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1069:38 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1069:43 - Type `Expr` has no attribute `p`
[error] unsupported-operator - :1103:34 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :1105:29 - Type `Expr` has no attribute `_eval_expand_multinomial`
[error] unresolved-attribute - :1112:35 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1113:21 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :1113:30 - Type `Expr` has no attribute `q`
[error] unresolved-attribute - :1116:42 - Type `Expr` has no attribute `_all_nonneg_or_nonppos`

sympy/core/relational.py

[error] unresolved-attribute - :316:28 - Type `Basic` has no attribute `_evalf`
[error] unresolved-attribute - :416:24 - Type `Basic` has no attribute `equals`
[error] unresolved-attribute - :420:25 - Type `Basic` has no attribute `equals`
[error] unresolved-attribute - :523:17 - Type `Basic` has no attribute `expand`
[error] unsupported-operator - :754:17 - Operator `-` is unsupported between objects of type `Basic` and `Basic`

sympy/core/singleton.py

[error] invalid-assignment - :234:9 - Implicit shadowing of function `__new__`
[error] invalid-assignment - :236:9 - Implicit shadowing of function `__getstate__`

sympy/core/symbol.py

[error] unresolved-attribute - :533:29 - Type `Self@__getnewargs_ex__` has no attribute `dummy_index`
[error] unresolved-attribute - :541:50 - Type `Self@_hashable_content` has no attribute `dummy_index`
[error] unresolved-attribute - :648:28 - Type `Self@__getnewargs__` has no attribute `exclude`
[error] unresolved-attribute - :648:42 - Type `Self@__getnewargs__` has no attribute `properties`
[error] unresolved-attribute - :659:47 - Type `Self@_hashable_content` has no attribute `exclude`
[error] unresolved-attribute - :659:61 - Type `Self@_hashable_content` has no attribute `properties`
[error] unresolved-attribute - :663:37 - Type `Self@matches` has no attribute `exclude`
[error] unresolved-attribute - :665:37 - Type `Self@matches` has no attribute `properties`

sympy/core/tests/test_evalf.py

[error] unresolved-attribute - :549:20 - Type `Basic` has no attribute `evalf`

sympy/diffgeom/diffgeom.py

[error] unresolved-attribute - :533:9 - Type `Self@connect_to` has no attribute `transforms`
[error] unresolved-attribute - :614:26 - Type `Self@coord_tuple_transform_to` has no attribute `transforms`
[error] unresolved-attribute - :801:17 - Type `Self@__getnewargs__` has no attribute `coord_sys`
[error] unresolved-attribute - :801:33 - Type `Self@__getnewargs__` has no attribute `index`
[error] unresolved-attribute - :805:13 - Type `Self@_hashable_content` has no attribute `coord_sys`
[error] unresolved-attribute - :805:29 - Type `Self@_hashable_content` has no attribute `index`
[error] unresolved-attribute - :810:35 - Type `Self@_eval_rewrite` has no attribute `coord_sys`
[error] unresolved-attribute - :810:51 - Type `Self@_eval_rewrite` has no attribute `index`
[error] unresolved-attribute - :888:20 - Type `Self@coords` has no attribute `_coords`
[error] unresolved-attribute - :890:20 - Type `Self@coords` has no attribute `_coord_sys`
[error] unresolved-attribute - :890:51 - Type `Self@coords` has no attribute `_coords`
[error] unresolved-attribute - :989:31 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :992:32 - Type `Self@__call__` has no attribute `_index`
[error] unresolved-attribute - :1100:17 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1108:18 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1112:19 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1113:52 - Type `Self@__call__` has no attribute `_index`
[error] unresolved-attribute - :1118:47 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1293:47 - Type `Self@__call__` has no attribute `_form_field`
[error] unresolved-attribute - :1301:17 - Type `Self@__call__` has no attribute `_form_field`
[error] unresolved-attribute - :1586:41 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1588:22 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1588:50 - Type `Self@__call__` has no attribute `_index`
[error] unresolved-attribute - :1589:22 - Type `Self@__call__` has no attribute `_coord_sys`
[error] unresolved-attribute - :1589:53 - Type `Self@__call__` has no attribute `_index`
[error] unresolved-attribute - :1606:24 - Type `Self@__call__` has no attribute `_christoffel`
[error] unresolved-attribute - :1668:24 - Type `Self@__call__` has no attribute `_wrt`
[error] unresolved-attribute - :1669:67 - Type `Self@__call__` has no attribute `_christoffel`
[error] unresolved-attribute - :1671:16 - Type `Self@__call__` has no attribute `_wrt`
[error] too-many-positional-arguments - :2237:26 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :2250:16 - Type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__iter__`
[error] unresolved-attribute - :2254:16 - Type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__getitem__`
[error] unresolved-attribute - :2258:16 - Type `<super: <class '_deprecated_container'>, _deprecated_container>` has no attribute `__contains__`

sympy/functions/combinatorial/numbers.py

[error] unsupported-operator - :966:24 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] invalid-argument-type - :968:63 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - :971:67 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] unresolved-attribute - :977:24 - Type `Basic` has no attribute `as_numer_denom`
[error] unresolved-attribute - :1007:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :1008:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unsupported-operator - :1025:29 - Operator `+` is unsupported between objects of type `Basic | Literal[1]` and `Literal[1]`
[error] unsupported-operator - :1025:34 - Operator `+` is unsupported between objects of type `Basic | Literal[1]` and `Literal[1]`
[error] unresolved-attribute - :1180:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :1182:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unsupported-operator - :1301:41 - Operator `+` is unsupported between objects of type `Basic` and `Half`
[error] unsupported-operator - :1301:68 - Operator `+` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1334:41 - Operator `-` is unsupported between objects of type `Basic` and `Literal[3]`
[error] unsupported-operator - :1439:35 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1440:21 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1449:21 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :1458:21 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1467:31 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1476:17 - Operator `-` is unsupported between objects of type `Basic` and `Literal[8]`
[error] unresolved-attribute - :1591:13 - Type `Basic` has no attribute `_to_mpmath`

sympy/functions/elementary/complexes.py

[error] no-matching-overload - :399:21 - No overload of function `__new__` matches arguments
[error] unresolved-attribute - :442:20 - Type `Basic` has no attribute `dir`
[error] invalid-argument-type - :458:39 - Argument to function `factor_terms` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] missing-argument - :679:13 - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] unresolved-attribute - :806:16 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :812:16 - Type `Basic` has no attribute `as_real_imag`
[error] no-matching-overload - :969:16 - No overload of function `__new__` matches arguments
[error] no-matching-overload - :1021:16 - No overload of function `__new__` matches arguments
[error] unresolved-attribute - :1123:16 - Type `Basic` has no attribute `_eval_evalf`
[error] invalid-argument-type - :1359:21 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Basic`

sympy/functions/elementary/exponential.py

[error] invalid-argument-type - :87:34 - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] no-matching-overload - :181:20 - No overload of function `__new__` matches arguments
[error] unresolved-attribute - :263:21 - Type `Basic` has no attribute `as_coefficient`
[error] unresolved-attribute - :430:18 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :539:15 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :823:24 - Type `Expr` has no attribute `p`
[error] unresolved-attribute - :823:37 - Type `Expr` has no attribute `q`
[error] unsupported-operator - :835:35 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :842:26 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :842:56 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :842:82 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :843:35 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :843:67 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :844:21 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :845:21 - Type `Expr` has no attribute `exp`
[error] unsupported-operator - :1204:15 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1209:50 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :1227:20 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1230:20 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1236:19 - Type `Basic` has no attribute `nseries`

sympy/functions/elementary/hyperbolic.py

[error] unresolved-attribute - :260:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :273:22 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :275:22 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :284:19 - Type `Basic` has no attribute `expand`
[warning] possibly-missing-attribute - :289:20 - Attribute `as_two_terms` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :291:28 - Attribute `as_coeff_Mul` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :326:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :345:18 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :459:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :469:22 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :471:22 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :481:19 - Type `Basic` has no attribute `expand`
[warning] possibly-missing-attribute - :486:20 - Attribute `as_two_terms` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :488:28 - Attribute `as_coeff_Mul` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :523:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :545:18 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :556:16 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :583:16 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :719:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :729:22 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :731:22 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :746:28 - Type `Basic` has no attribute `as_coeff_Mul`
[error] unresolved-attribute - :779:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :791:18 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :816:18 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :934:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :945:22 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :947:22 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :978:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :995:24 - Type `Basic` has no attribute `as_coeff_Mul`
[error] call-non-callable - :1028:13 - Object of type `None` is not callable
[error] call-non-callable - :1041:35 - Object of type `None` is not callable
[error] call-non-callable - :1057:21 - Object of type `None` is not callable
[error] unresolved-attribute - :1060:26 - Type `Basic` has no attribute `conjugate`
[error] call-non-callable - :1070:19 - Object of type `None` is not callable
[error] call-non-callable - :1073:16 - Object of type `None` is not callable
[error] call-non-callable - :1076:19 - Object of type `None` is not callable
[error] unsupported-operator - :1252:27 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1320:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1322:20 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1325:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1336:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1360:17 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1361:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1433:28 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1433:42 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :1510:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1516:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1524:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1546:13 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :1547:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1549:21 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1584:13 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1588:59 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1618:27 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1681:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1683:20 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1685:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1696:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1720:17 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1721:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1747:59 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :1747:94 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1750:37 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1750:65 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1786:27 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1833:14 - Type `Basic` has no attribute `cancel`
[error] unsupported-operator - :1835:21 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :1837:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1848:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1872:34 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1873:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :1903:69 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1903:113 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1906:37 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1906:65 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1953:35 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2006:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :2012:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2020:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :2064:33 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :2065:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :2067:41 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :2100:88 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :2147:24 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2147:40 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2203:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :2209:30 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :2216:21 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :2219:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :2266:39 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2267:20 - Type `Basic` has no attribute `dir`

sympy/functions/elementary/integers.py

[error] unresolved-attribute - :666:24 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :669:25 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :674:16 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :687:20 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :689:24 - Type `Basic` has no attribute `dir`

sympy/functions/elementary/miscellaneous.py

[error] unresolved-attribute - :633:18 - Type `Basic` has no attribute `diff`
[error] unresolved-attribute - :637:22 - Type `Self@_eval_derivative` has no attribute `fdiff`
[error] unresolved-attribute - :639:22 - Type `<super: <class 'MinMaxBase'>, MinMaxBase>` has no attribute `fdiff`
[error] unresolved-attribute - :650:28 - Type `Basic` has no attribute `evalf`

sympy/functions/elementary/piecewise.py

[error] not-iterable - :211:21 - Object of type `Basic` is not iterable
[error] not-iterable - :226:21 - Object of type `Basic` is not iterable
[error] not-iterable - :231:57 - Object of type `Basic` is not iterable
[error] not-iterable - :234:59 - Object of type `Basic` is not iterable
[error] not-iterable - :237:56 - Object of type `Basic` is not iterable
[error] not-iterable - :240:60 - Object of type `Basic` is not iterable
[error] not-iterable - :250:21 - Object of type `Basic` is not iterable
[error] not-iterable - :296:71 - Object of type `Basic` is not iterable
[error] unsupported-operator - :311:48 - Operator `not in` is not supported for types `Unknown` and `property`
[error] unresolved-attribute - :751:18 - Type `Basic` has no attribute `expr`
[error] unresolved-attribute - :751:53 - Type `Basic` has no attribute `cond`
[error] not-iterable - :755:50 - Object of type `Basic` is not iterable
[error] not-iterable - :765:26 - Object of type `Basic` is not iterable
[error] invalid-assignment - :770:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Basic, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Basic], /) -> None]` cannot be called with a key of type `int` and a value of type `tuple[Unknown, Unknown]` on object of type `list[Basic]`
[error] not-iterable - :778:59 - Object of type `Basic` is not iterable
[error] not-iterable - :782:24 - Object of type `Basic` is not iterable
[error] not-iterable - :871:27 - Object of type `Basic` is not iterable

sympy/functions/elementary/trigonometric.py

[error] invalid-argument-type - :64:34 - Argument to function `_pi_coeff` is incorrect: Expected `Expr`, found `Basic`
[error] unresolved-attribute - :78:25 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :82:22 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :84:22 - Type `Basic` has no attribute `as_real_imag`
[error] unresolved-attribute - :497:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :510:20 - Type `Basic` has no attribute `as_two_terms`
[error] unresolved-attribute - :517:20 - Type `Basic` has no attribute `as_coeff_Mul`
[error] unresolved-attribute - :532:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :538:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :876:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :888:20 - Type `Basic` has no attribute `as_two_terms`
[error] unresolved-attribute - :895:28 - Type `Basic` has no attribute `as_coeff_Mul`
[error] unresolved-attribute - :903:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :909:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1144:13 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1156:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1186:28 - Type `Basic` has no attribute `as_coeff_Mul`
[error] unresolved-attribute - :1244:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1250:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1469:13 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1475:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1542:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1548:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1574:28 - Type `Basic` has no attribute `as_coeff_Mul`
[error] call-non-callable - :1665:13 - Object of type `None` is not callable
[error] call-non-callable - :1678:35 - Object of type `None` is not callable
[error] call-non-callable - :1683:16 - Object of type `None` is not callable
[error] unresolved-attribute - :1710:26 - Type `Basic` has no attribute `conjugate`
[error] call-non-callable - :1713:19 - Object of type `None` is not callable
[error] call-non-callable - :1720:16 - Object of type `None` is not callable
[error] call-non-callable - :1723:19 - Object of type `None` is not callable
[error] call-non-callable - :1726:19 - Object of type `None` is not callable
[error] call-non-callable - :1729:19 - Object of type `None` is not callable
[error] unresolved-attribute - :1838:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1844:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1953:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :1959:18 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :2029:38 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2225:31 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2316:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :2318:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2320:20 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2327:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :2370:17 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2371:20 - Type `Basic` has no attribute `dir`
[error] invalid-argument-type - :2404:48 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Basic`
[error] unsupported-operator - :2469:32 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2556:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :2558:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2566:20 - Type `Basic` has no attribute `dir`
[error] invalid-argument-type - :2579:48 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Basic`
[error] unsupported-operator - :2616:17 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2617:20 - Type `Basic` has no attribute `dir`
[error] unresolved-attribute - :2657:23 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :2660:38 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :2660:65 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :2933:28 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :3019:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :3021:30 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :3023:21 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :3029:20 - Type `Basic` has no attribute `dir`
[error] unresolved-attribute - :3050:16 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :3056:39 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3069:25 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :3223:23 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3223:50 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :3253:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :3255:30 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :3263:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :3302:34 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :3303:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :3318:27 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :3318:51 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :3443:24 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3443:51 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :3473:14 - Type `Basic` has no attribute `cancel`
[error] unresolved-attribute - :3475:30 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :3480:21 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :3483:20 - Type `Basic` has no attribute `dir`
[error] unsupported-operator - :3522:34 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :3523:20 - Type `Basic` has no attribute `dir`
[error] unresolved-attribute - :3728:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :3728:52 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :3734:23 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3734:30 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3737:20 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :3737:24 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :3737:31 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`

sympy/functions/special/bessel.py

[error] unresolved-attribute - :69:17 - Type `Self@fdiff` has no attribute `_b`
[error] unresolved-attribute - :70:17 - Type `Self@fdiff` has no attribute `_a`
[error] unresolved-attribute - :94:26 - Type `Self@_eval_expand_func` has no attribute `_a`
[error] unresolved-attribute - :94:34 - Type `Self@_eval_expand_func` has no attribute `_b`
[error] unresolved-attribute - :95:27 - Type `Self@_eval_expand_func` has no attribute `_a`
[error] unresolved-attribute - :97:27 - Type `Self@_eval_expand_func` has no attribute `_b`
[error] unresolved-attribute - :98:25 - Type `Self@_eval_expand_func` has no attribute `_a`
[error] unresolved-attribute - :98:33 - Type `Self@_eval_expand_func` has no attribute `_b`
[error] unresolved-attribute - :227:19 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :233:41 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :240:44 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unresolved-attribute - :259:22 - Type `Basic` has no attribute `leadterm`
[error] unsupported-operator - :266:18 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :271:32 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :274:32 - Operator `+` is unsupported between objects of type `Basic` and `int`
[error] unresolved-attribute - :361:19 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :367:36 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :368:26 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :368:33 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :368:48 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :369:28 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :369:65 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :378:87 - Operator `*` is unsupported between objects of type `Literal[8]` and `Basic`
[error] unsupported-operator - :378:98 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unresolved-attribute - :397:22 - Type `Basic` has no attribute `leadterm`
[error] unsupported-operator - :404:29 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :408:18 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :414:28 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :414:43 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] invalid-argument-type - :416:35 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] unsupported-operator - :417:30 - Operator `-` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :426:31 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :429:29 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :431:35 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unresolved-attribute - :544:19 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :550:41 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :571:22 - Type `Basic` has no attribute `leadterm`
[error] unsupported-operator - :578:18 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :583:32 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :586:31 - Operator `+` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :600:44 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :600:86 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unresolved-attribute - :695:19 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :706:40 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :722:22 - Type `Basic` has no attribute `leadterm`
[error] unsupported-operator - :729:18 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :731:34 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :731:41 - Operator `**` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :738:29 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :738:41 - Operator `/` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :744:32 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :744:47 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] invalid-argument-type - :746:39 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] unsupported-operator - :747:37 - Operator `-` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :752:35 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :755:32 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :757:39 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :775:42 - Operator `-` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :775:69 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :778:34 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :778:43 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :778:70 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :793:44 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :793:86 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :795:25 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :1115:15 - Type `Self@_eval_rewrite_as_yn` has no attribute `_hankel_kind_sign`
[error] unresolved-attribute - :1119:15 - Type `Self@_eval_rewrite_as_jn` has no attribute `_hankel_kind_sign`
[error] unresolved-attribute - :1128:19 - Type `Self@_eval_expand_func` has no attribute `_hankel_kind_sign`
[error] unresolved-attribute - :1134:15 - Type `Self@_expand` has no attribute `_hankel_kind_sign`
[error] unresolved-attribute - :1356:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1363:14 - Type `Basic` has no attribute `conjugate`
[error] invalid-argument-type - :1526:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1527:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1528:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1529:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1703:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1704:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1705:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1706:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] unresolved-attribute - :1824:13 - Type `Basic` has no attribute `_to_mpmath`
[error] invalid-argument-type - :1858:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1859:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1860:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :1861:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] unresolved-attribute - :1988:13 - Type `Basic` has no attribute `_to_mpmath`
[error] invalid-argument-type - :2022:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :2023:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :2024:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] invalid-argument-type - :2025:27 - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Unknown | Basic]`
[error] unsupported-operator - :2118:53 - Operator `+` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :2120:22 - Operator `**` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :2120:33 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :2120:47 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2120:54 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2120:73 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :2120:78 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :2161:45 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :2162:30 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unresolved-attribute - :2171:14 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :2192:45 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :2193:30 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unresolved-attribute - :2202:14 - Type `Basic` has no attribute `limit`

sympy/functions/special/error_functions.py

[error] unsupported-operator - :130:27 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :190:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :254:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :272:25 - Type `Basic` has no attribute `leadterm`
[error] unsupported-operator - :279:64 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :281:38 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :369:28 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :424:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :466:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :560:26 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :608:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :652:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :667:48 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :669:30 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :747:28 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :749:27 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :779:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :779:52 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :991:17 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1053:42 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :1248:14 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :1249:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :1259:14 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :1271:33 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :1407:25 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1407:60 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :1409:28 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1446:36 - Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`
[error] unsupported-operator - :1458:62 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :1459:25 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :1467:28 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :1627:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1807:20 - Type `Self@fdiff` has no attribute `_trigfunc`
[error] unresolved-attribute - :1812:16 - Type `Self@_eval_rewrite_as_Ei` has no attribute `_eval_rewrite_as_expint`
[error] unresolved-attribute - :1816:16 - Type `Self@_eval_rewrite_as_uppergamma` has no attribute `_eval_rewrite_as_expint`
[error] unresolved-attribute - :1822:22 - Type `Self@_eval_nseries` has no attribute `_trigfunc`
[error] unresolved-attribute - :1823:12 - Type `Self@_eval_nseries` has no attribute `_trigfunc`
[error] unresolved-attribute - :1826:12 - Type `Self@_eval_nseries` has no attribute `_trigfunc`
[error] unresolved-attribute - :1933:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :1952:54 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :1954:58 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unresolved-attribute - :2075:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :2095:54 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :2097:58 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unresolved-attribute - :2200:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2311:15 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :2368:20 - Type `Self@fdiff` has no attribute `_trigfunc`
[error] unsupported-operator - :2368:45 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unresolved-attribute - :2381:26 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :2504:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :2528:34 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :2530:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :2531:34 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unresolved-attribute - :2665:15 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :2689:34 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :2691:21 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :2692:34 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :2732:44 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :2743:44 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :2754:34 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :2776:30 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :2785:20 - Operator `/` is unsupported between objects of type `One` and `Basic`
[error] unresolved-attribute - :2793:14 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :2800:14 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :2540:36 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2540:56 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2701:36 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :2701:56 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`

sympy/functions/special/gamma_functions.py

[error] unresolved-attribute - :156:20 - Type `Basic` has no attribute `p`
[error] unresolved-attribute - :156:29 - Type `Basic` has no attribute `q`
[error] unresolved-attribute - :158:21 - Type `Basic` has no attribute `p`
[error] unresolved-attribute - :158:30 - Type `Basic` has no attribute `q`
[error] unresolved-attribute - :159:21 - Type `Basic` has no attribute `p`
[error] unresolved-attribute - :159:31 - Type `Basic` has no attribute `q`
[error] unresolved-attribute - :160:81 - Type `Basic` has no attribute `q`
[error] unresolved-attribute - :163:27 - Type `Basic` has no attribute `as_coeff_add`
[error] unresolved-attribute - :168:20 - Type `Basic` has no attribute `_new_rawargs`
[error] unresolved-attribute - :174:26 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :180:27 - Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unresolved-attribute - :199:14 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :210:17 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :282:44 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :343:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :344:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :354:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :354:56 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :363:33 - Type `Basic` has no attribute `_eval_is_meromorphic`
[error] unresolved-attribute - :364:13 - Type `Basic` has no attribute `_eval_is_meromorphic`
[error] unsupported-operator - :377:21 - Operator `**` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :377:30 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :378:28 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :379:19 - Operator `**` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :468:45 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :477:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :478:17 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :544:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :544:56 - Type `Basic` has no attribute `conjugate`
[error] invalid-argument-type - :547:48 - Argument to function `_eval_is_meromorphic` is incorrect: Expected `lowergamma`, found `Self@_eval_is_meromorphic`
[error] unsupported-operator - :733:27 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :734:24 - Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :736:29 - Operator `-` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :739:29 - Operator `+` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :739:58 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :740:41 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unresolved-attribute - :743:28 - Type `Basic` has no attribute `as_two_terms`
[error] unsupported-operator - :750:51 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[warning] possibly-missing-attribute - :754:20 - Attribute `as_numer_denom` on type `Basic | Unknown` may be missing
[error] unsupported-operator - :761:16 - Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic | Unknown` with `Literal[0]`
[error] unsupported-operator - :765:18 - Operator `<` is not supported for types `Basic` and `int`, in comparing `Basic | Unknown` with `Literal[0]`
[error] unsupported-operator - :766:27 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic | Unknown`
[error] unsupported-operator - :774:46 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :775:51 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :775:63 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :775:80 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :792:17 - Type `Basic` has no attribute `as_leading_term`
[error] unsupported-operator - :818:29 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :821:27 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :835:31 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :838:28 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :838:42 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :839:42 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unsupported-operator - :842:27 - Operator `/` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :844:29 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :846:27 - Operator `/` is unsupported between objects of type `Literal[-1]` and `Basic`
[error] unresolved-attribute - :851:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :852:13 - Type `Basic` has no attribute `_to_mpmath`
[error] unresolved-attribute - :1000:20 - Type `Basic` has no attribute `as_numer_denom`
[error] unresolved-attribute - :1017:14 - Type `Basic` has no attribute `limit`
[error] unsupported-operator - :1028:21 - Operator `-` is unsupported between objects of type `Basic` and `Half`
[error] unsupported-operator - :1029:46 - Operator `**` is unsupported between objects of type `Basic` and `int`
[error] unresolved-attribute - :1051:30 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1334:26 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :1338:13 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :1339:36 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1341:34 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1343:17 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :824:44 - Operator `**` is unsupported between objects of type `Basic` and `int`

sympy/functions/special/hyper.py

[error] unresolved-attribute - :38:27 - Type `Basic` has no attribute `as_leading_term`
[error] unresolved-attribute - :81:39 - Type `Self@_eval_derivative` has no attribute `_diffargs`
[error] unresolved-attribute - :82:25 - Type `Self@_eval_derivative` has no attribute `_diffargs`
[error] unresolved-attribute - :85:40 - Type `Basic` has no attribute `diff`
[error] unresolved-attribute - :262:18 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :273:14 - Type `Basic` has no attribute `limit`
[error] not-iterable - :287:56 - Object of type `Basic` is not iterable
[error] not-iterable - :288:56 - Object of type `Basic` is not iterable
[error] unsupported-operator - :289:40 - Operator `**` is unsupported between objects of type `Basic` and `int`
[warning] possibly-missing-attribute - :716:31 - Attribute `_to_mpmath` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :840:16 - Type `Basic` has no attribute `extract_branch_factor`
[error] unresolved-attribute - :859:16 - Type `Basic` has no attribute `extract_branch_factor`
[error] unsupported-operator - :1179:21 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1179:38 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1179:45 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1179:57 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1181:21 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1181:38 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1181:49 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1181:57 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`

sympy/functions/special/polynomials.py

[error] unresolved-attribute - :38:40 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :173:23 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :174:20 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :175:46 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :176:82 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :181:23 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :182:36 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :183:46 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :184:82 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :188:30 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :188:54 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :188:61 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :188:68 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :209:29 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :209:44 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :209:59 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :410:32 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :411:41 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :411:55 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :412:30 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :414:37 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :418:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :418:35 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :418:42 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :436:29 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :436:44 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :545:35 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :670:22 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :670:42 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :670:79 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :873:23 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :873:62 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :981:23 - Operator `**` is unsupported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :981:34 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :981:65 - Operator `+` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :981:87 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :999:29 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :999:44 - Type `Basic` has no attribute `conjugate`
[error] unsupported-operator - :1089:20 - Operator `*` is unsupported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :1089:32 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1186:35 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1299:36 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1422:55 - Operator `-` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :1422:74 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1426:36 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :1426:43 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unresolved-attribute - :1447:29 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :1447:48 - Type `Basic` has no attribute `conjugate`

sympy/functions/special/zeta_functions.py

[error] unsupported-operator - :135:29 - Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :137:32 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :154:16 - Operator `>` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`
[error] unsupported-operator - :161:18 - Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :162:27 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :177:34 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :191:58 - Operator `+` is unsupported between objects of type `int` and `Basic`
[error] unsupported-operator - :199:20 - Unary operator `-` is unsupported for type `Basic`
[error] unsupported-operator - :199:35 - Operator `+` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :201:33 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :335:28 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :344:25 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :345:29 - Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[0]`
[error] unsupported-operator - :348:28 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :370:26 - Type `Basic` has no attribute `leadterm`
[error] unresolved-attribute - :377:21 - Type `Basic` has no attribute `_eval_nseries`
[error] unsupported-operator - :538:42 - Operator `-` is unsupported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :544:27 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :551:43 - Operator `-` is unsupported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :563:20 - Unary operator `-` is unsupported for type `Basic | Literal[1]`
[error] unsupported-operator - :563:28 - Operator `+` is unsupported between objects of type `Basic | Literal[1]` and `Literal[1]`
[error] unresolved-attribute - :574:20 - Type `Basic` has no attribute `leadterm`
[warning] possibly-missing-attribute - :167:23 - Attribute `p` on type `Basic | Unknown` may be missing
[warning] possibly-missing-attribute - :167:28 - Attribute `q` on type `Basic | Unknown` may be missing
[error] unresolved-attribute - :364:18 - Type `Basic` has no attribute `limit`

sympy/geometry/ellipse.py

[error] unresolved-attribute - :248:23 - Type `Basic` has no attribute `name`
[error] unresolved-attribute - :404:20 - Type `Self@encloses_point` has no attribute `radius`
[error] unresolved-attribute - :1280:24 - Type `Self@tangent_lines` has no attribute `radius`
[error] unresolved-attribute - :1595:14 - Type `Basic` has no attribute `evalf`
[error] unresolved-attribute - :1596:13 - Type `Basic` has no attribute `evalf`

sympy/geometry/entity.py

[error] unresolved-attribute - :302:20 - Type `Self@encloses` has no attribute `encloses_point`
[error] unresolved-attribute - :304:24 - Type `Self@encloses` has no attribute `encloses_point`
[error] unresolved-attribute - :308:20 - Type `Self@encloses` has no attribute `encloses_point`
[error] unresolved-attribute - :309:17 - Type `Self@encloses` has no attribute `encloses_point`
[error] unresolved-attribute - :314:24 - Type `Self@encloses` has no attribute `encloses_point`
[error] unresolved-attribute - :316:24 - Type `Self@encloses` has no attribute `encloses_point`
[error] missing-argument - :402:25 - No argument provided for required parameter `self` of function `translate`
[error] unresolved-attribute - :402:46 - Type `<class 'Point'>` has no attribute `y`
[error] missing-argument - :407:25 - No argument provided for required parameter `self` of function `translate`
[error] unresolved-attribute - :407:46 - Type `<class 'Point'>` has no attribute `x`
[error] unresolved-attribute - :421:41 - Type `<class 'Point'>` has no attribute `x`
[error] unresolved-attribute - :421:49 - Type `<class 'Point'>` has no attribute `y`
[error] unresolved-attribute - :481:29 - Type `Basic` has no attribute `scale`
[error] unresolved-attribute - :534:21 - Type `Self@parameter_value` has no attribute `arbitrary_point`

sympy/geometry/line.py

[error] unresolved-attribute - :289:23 - Type `Basic` has no attribute `name`

sympy/geometry/plane.py

[error] unresolved-attribute - :96:14 - Type `Basic` has no attribute `evalf`
[error] not-iterable - :97:57 - Object of type `Basic` is not iterable
[error] not-iterable - :462:43 - Object of type `Self@is_coplanar` is not iterable

sympy/geometry/point.py

[error] unsupported-operator - :288:19 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :481:19 - Type `Basic` has no attribute `evalf`

sympy/geometry/polygon.py

[error] unresolved-attribute - :838:23 - Type `Basic` has no attribute `name`

sympy/holonomic/holonomic.py

[error] invalid-argument-type - :538:18 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] non-subscriptable - :539:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :541:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :667:59 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] not-iterable - :724:22 - Object of type `Unknown | None` may not be iterable
[error] non-subscriptable - :725:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :765:9 - Operator `+=` is unsupported between objects of type `list[Unknown | Zero]` and `Unknown | None`
[error] non-subscriptable - :867:68 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :1041:59 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[warning] possibly-missing-attribute - :1415:30 - Attribute `keys` on type `Unknown | None` may be missing
[error] non-subscriptable - :1431:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1501:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :2013:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :2014:26 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sympy/integrals/transforms.py

[error] unresolved-attribute - :116:42 - Type `type[IntegralTransform]` has no attribute `name`
[error] unresolved-attribute - :199:17 - Type `type[IntegralTransform]` has no attribute `_name`
[error] unresolved-attribute - :978:35 - Type `type[FourierTypeTransform]` has no attribute `_name`
[error] unresolved-attribute - :1155:39 - Type `type[SineCosineTypeTransform]` has no attribute `_kern`
[error] unresolved-attribute - :1156:39 - Type `type[SineCosineTypeTransform]` has no attribute `_name`
[error] unresolved-attribute - :1161:13 - Type `type[SineCosineTypeTransform]` has no attribute `_kern`
[error] unresolved-attribute - :1441:47 - Type `Self@_compute_transform` has no attribute `_name`

sympy/logic/boolalg.py

[error] missing-argument - :194:29 - No argument provided for required parameter `self` of function `_eval_as_set`
[error] unresolved-attribute - :208:20 - Type `Self@as_set` has no attribute `_eval_as_set`
[error] unresolved-attribute - :939:16 - Type `Basic` has no attribute `as_set`
[error] invalid-argument-type - :960:35 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :973:35 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1286:41 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1286:44 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1358:44 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1362:17 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1475:39 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1475:46 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - :1475:49 - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`

sympy/matrices/common.py

[error] invalid-argument-type - :218:20 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_extract`
[error] invalid-argument-type - :251:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_row_insert`
[error] unresolved-attribute - :276:27 - Type `Self@_eval_todok` has no attribute `zero`
[error] unresolved-attribute - :847:16 - Type `Self@vech` has no attribute `is_square`
[error] unresolved-attribute - :850:35 - Type `Self@vech` has no attribute `is_symmetric`
[error] unresolved-attribute - :2580:50 - Type `Self@upper_triangular` has no attribute `zero`
[error] unresolved-attribute - :2619:50 - Type `Self@lower_triangular` has no attribute `zero`
[error] unresolved-attribute - :2673:13 - Type `Self@_eval_pow_by_cayley` has no attribute `charpoly`
[error] unresolved-attribute - :2677:19 - Type `Self@_eval_pow_by_cayley` has no attribute `eye`
[error] unresolved-attribute - :2678:15 - Type `Self@_eval_pow_by_cayley` has no attribute `zeros`
[error] unresolved-attribute - :2765:16 - Type `Self@__mod__` has no attribute `applyfunc`
[error] unresolved-attribute - :2918:21 - Type `Self@pow` has no attribute `inv`
[error] invalid-argument-type - :3098:50 - Argument to bound method `indices` is incorrect: Expected `SupportsIndex`, found `Unknown | None | int`
[error] invalid-argument-type - :3115:49 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None | int`
[error] invalid-argument-type - :3132:48 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__eq__`
[error] unsupported-operator - :3135:16 - Operator `*` is unsupported between objects of type `Unknown | int` and `Unknown | None | int`

sympy/matrices/expressions/blockmatrix.py

[error] unresolved-attribute - :628:20 - Type `Basic` has no attribute `is_square`
[error] unresolved-attribute - :639:38 - Type `Basic` has no attribute `inverse`
[error] unresolved-attribute - :644:34 - Type `Basic` has no attribute `transpose`

sympy/matrices/expressions/diagonal.py

[error] unresolved-attribute - :179:12 - Type `Self@_entry` has no attribute `_iscolumn`
[error] unresolved-attribute - :180:22 - Type `Self@_entry` has no attribute `_vector`
[error] unresolved-attribute - :182:22 - Type `Self@_entry` has no attribute `_vector`
[error] unresolved-attribute - :192:27 - Type `Self@as_explicit` has no attribute `_vector`
[error] unresolved-attribute - :200:18 - Type `Self@doit` has no attribute `_vector`

sympy/matrices/expressions/kronecker.py

[error] unresolved-attribute - :131:30 - Type `Basic` has no attribute `rows`
[error] unresolved-attribute - :132:30 - Type `Basic` has no attribute `cols`
[error] non-subscriptable - :133:23 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :140:35 - Type `Basic` has no attribute `conjugate`
[error] unresolved-attribute - :151:20 - Type `Basic` has no attribute `is_square`
[error] unresolved-attribute - :155:33 - Type `Basic` has no attribute `rows`
[error] unresolved-attribute - :159:39 - Type `Basic` has no attribute `inverse`
[error] invalid-argument-type - :137:43 -
Old: Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'adjoint'>`
New: Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'adjoint'>`

sympy/matrices/expressions/matexpr.py

[error] unresolved-attribute - :232:20 - Type `<super: <class 'MatrixExpr'>, MatrixExpr>` has no attribute `_eval_derivative`
[error] non-subscriptable - :633:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :657:22 - Type `Basic` has no attribute `shape`
[error] non-subscriptable - :658:34 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] unresolved-attribute - :812:12 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :820:23 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :820:52 - Type `Self@matrix_form` has no attribute `second`
[error] unresolved-attribute - :823:27 - Type `Self@matrix_form` has no attribute `second`
[error] unresolved-attribute - :824:24 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :824:35 - Type `Self@matrix_form` has no attribute `second`
[error] unresolved-attribute - :825:27 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :826:24 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :826:41 - Type `Self@matrix_form` has no attribute `second`
[error] unresolved-attribute - :828:12 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :829:20 - Type `Self@matrix_form` has no attribute `first`
[error] unresolved-attribute - :829:31 - Type `Self@matrix_form` has no attribute `second`
[error] unresolved-attribute - :839:12 - Type `Self@rank` has no attribute `first`
[error] unresolved-attribute - :840:41 - Type `Self@rank` has no attribute `first`
[error] unresolved-attribute - :840:41 - Type `Self@rank` has no attribute `first`
[error] unresolved-attribute - :840:41 - Type `Self@rank` has no attribute `first`
[error] unresolved-attribute - :841:12 - Type `Self@rank` has no attribute `second`
[error] unresolved-attribute - :842:41 - Type `Self@rank` has no attribute `second`
[error] unresolved-attribute - :842:41 - Type `Self@rank` has no attribute `second`
[error] unresolved-attribute - :842:41 - Type `Self@rank` has no attribute `second`

sympy/matrices/expressions/matpow.py

[error] unsupported-operator - :68:13 - Operator `*=` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :73:20 - Operator `**` is unsupported between objects of type `(@Todo & MatrixBase & ~MatPow) | (Basic & MatrixBase & ~MatPow)` and `@Todo | Basic`
[warning] possibly-missing-attribute - :79:29 - Attribute `rows` on type `(@Todo & ~MatPow & ~MatrixBase) | (Basic & ~MatPow & ~MatrixBase)` may be missing
[error] unresolved-attribute - :92:23 - Type `Basic` has no attribute `transpose`
[error] unresolved-attribute - :96:23 - Type `Basic` has no attribute `adjoint`
[error] unresolved-attribute - :100:23 - Type `Basic` has no attribute `conjugate`
[error] invalid-argument-type - :103:37 - Argument to function `_eval_derivative` is incorrect: Expected `Pow`, found `Self@_eval_derivative`

sympy/matrices/matrices.py

[error] invalid-argument-type - :52:29 - Argument to function `_det_bareiss` is incorrect: Expected `MatrixBase`, found `Self@_eval_det_bareiss`
[error] no-matching-overload - :116:16 - No overload of function `_echelon_form` matches arguments
[error] no-matching-overload - :148:16 - No overload of function `_rref` matches arguments
[error] invalid-argument-type - :324:29 - Argument to function `_columnspace` is incorrect: Argument type `Self@columnspace` does not satisfy upper bound `MatrixBase` of type variable `Tmat`
[error] invalid-argument-type - :355:28 - Argument to function `_eigenvects` is incorrect: Argument type `Self@eigenvects` does not satisfy upper bound `MatrixBase` of type variable `Tmat`
[error] no-matching-overload - :392:16 - No overload of function `_jordan_form` matches arguments
[error] unresolved-attribute - :562:16 - Type `Self@berkowitz_charpoly` has no attribute `charpoly`
[error] unresolved-attribute - :573:16 - Type `Self@berkowitz_det` has no attribute `det`
[error] unresolved-attribute - :583:16 - Type `Self@berkowitz_eigenvals` has no attribute `eigenvals`
[error] unresolved-attribute - :593:24 - Type `Self@berkowitz_minors` has no attribute `one`
[error] unresolved-attribute - :627:22 - Type `Self@berkowitz & ~AlwaysFalsy` has no attribute `one`
[error] unresolved-attribute - :634:29 - Type `Self@berkowitz & ~AlwaysFalsy` has no attribute `one`
[error] unresolved-attribute - :642:16 - Type `Self@cofactorMatrix` has no attribute `cofactor_matrix`
[error] invalid-argument-type - :645:29 - Argument to function `_det_bareiss` is incorrect: Expected `MatrixBase`, found `Self@det_bareis`
[error] unresolved-attribute - :666:16 - Type `Self@det_LU_decomposition` has no attribute `det`
[error] unresolved-attribute - :672:16 - Type `Self@jordan_cells` has no attribute `jordan_form`
[error] unresolved-attribute - :676:16 - Type `Self@minorEntry` has no attribute `minor`
[error] unresolved-attribute - :679:16 - Type `Self@minorMatrix` has no attribute `minor_submatrix`

sympy/matrices/matrixbase.py

[error] invalid-argument-type - :2252:52 - Argument to bound method `applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `<class 'im'>`
[error] invalid-return-type - :3200:24 - Return type does not match returned value: expected `MatrixBase | MatrixExpr`, found `list[Unknown | list[Unknown | Expr]]`
[warning] possibly-missing-attribute - :3859:12 - Attribute `shape` on type `MatrixBase | (list[Expr] & ~MatrixBase)` may be missing
[warning] possibly-missing-attribute - :3860:17 - Attribute `shape` on type `MatrixBase | (list[Expr] & ~MatrixBase)` may be missing
[warning] possibly-missing-attribute - :3861:14 - Attribute `shape` on type `MatrixBase | (list[Expr] & ~MatrixBase)` may be missing
[warning] possibly-missing-attribute - :3862:17 - Attribute `shape` on type `MatrixBase | (list[Expr] & ~MatrixBase)` may be missing
[error] invalid-assignment - :3951:9 - Object of type `list[Unknown | list[Unknown | One]]` is not assignable to `list[MatrixBase]`
[error] unsupported-operator - :3954:26 - Operator `*` is unsupported between objects of type `Unknown | int` and `MatrixBase`
[error] unsupported-operator - :4386:16 - Operator `+` is unsupported between objects of type `Self@add` and `Self@add`
[error] unsupported-operator - :4748:17 - Operator `*` is unsupported between objects of type `Self@dot` and `MatrixBase`
[error] unresolved-attribute - :4917:13 - Type `list[@Todo]` has no attribute `solve`
[error] invalid-argument-type - :4957:34 - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `re`
[warning] unused-ignore-comment - :1590:43 - Unused blanket `type: ignore` directive

sympy/parsing/c/c_parser.py

[error] unresolved-attribute - :69:25 - Type `Self@diagnostics` has no attribute `tu`

sympy/parsing/mathematica.py

[warning] possibly-missing-attribute - :946:29 - Attribute `append` on type `list[Unknown | str] | list[Unknown] | Unknown | str` may be missing

sympy/parsing/maxima.py

[error] unresolved-attribute - :10:16 - Type `Self@maxima_expand` has no attribute `expand`
[error] unresolved-attribute - :13:16 - Type `Self@maxima_float` has no attribute `evalf`
[error] unresolved-attribute - :16:16 - Type `Self@maxima_trigexpand` has no attribute `expand`

sympy/physics/biomechanics/musculotendon.py

[error] unresolved-attribute - :704:26 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`
[error] unresolved-attribute - :705:30 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :706:30 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :707:26 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity`
[error] unresolved-attribute - :710:26 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`
[error] unresolved-attribute - :712:30 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :714:30 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :716:26 - Type `bound method Self@_rigid_tendon_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity`
[error] unresolved-attribute - :744:26 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`
[error] unresolved-attribute - :745:30 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :746:30 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :749:26 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`
[error] unresolved-attribute - :751:30 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :753:30 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :760:31 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity_inverse`
[error] unresolved-attribute - :763:31 - Type `bound method Self@_fiber_length_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity_inverse`
[error] unresolved-attribute - :783:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length_inverse`
[error] unresolved-attribute - :786:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length_inverse`
[error] unresolved-attribute - :792:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :793:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :796:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_passive`
[error] unresolved-attribute - :798:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_length_active`
[error] unresolved-attribute - :805:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity_inverse`
[error] unresolved-attribute - :808:30 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `fiber_force_velocity_inverse`
[error] unresolved-attribute - :814:26 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`
[error] unresolved-attribute - :816:26 - Type `bound method Self@_tendon_force_explicit_musculotendon_dynamics.curves() -> Unknown` has no attribute `tendon_force_length`

sympy/physics/biomechanics/tests/test_activation.py

[error] invalid-assignment - :185:13 - Object of type `None` is not assignable to attribute `e` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :187:13 - Object of type `None` is not assignable to attribute `excitation` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :198:13 - Object of type `None` is not assignable to attribute `a` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :200:13 - Object of type `None` is not assignable to attribute `activation` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :220:13 - Object of type `None` is not assignable to attribute `tau_a` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :242:13 - Object of type `None` is not assignable to attribute `tau_d` on type `Unknown | FirstOrderActivationDeGroote2016`
[error] invalid-assignment - :264:13 - Object of type `None` is not assignable to attribute `b` on type `Unknown | FirstOrderActivationDeGroote2016`

sympy/physics/biomechanics/tests/test_curve.py

[error] unsupported-operator - :83:24 - Operator `+` is unsupported between objects of type `Basic` and `Basic`

sympy/physics/continuum_mechanics/arch.py

[warning] possibly-missing-attribute - :225:22 - Attribute `subs` on type `Unknown | None` may be missing
[error] unsupported-operator - :395:44 - Operator `+` is unsupported between objects of type `Unknown | None` and `Literal[1]`
[warning] possibly-missing-attribute - :413:20 - Attribute `subs` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :427:20 - Attribute `subs` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :442:20 - Attribute `subs` on type `Unknown | None` may be missing
[error] no-matching-overload - :507:29 - No overload of bound method `subs` matches arguments
[error] no-matching-overload - :508:29 - No overload of bound method `subs` matches arguments
[error] no-matching-overload - :511:30 - No overload of bound method `subs` matches arguments
[error] no-matching-overload - :513:30 - No overload of bound method `subs` matches arguments
[error] non-subscriptable - :526:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :540:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :543:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :548:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :552:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :557:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :562:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :569:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :572:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :578:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :580:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :583:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :590:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :594:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :599:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :603:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :608:38 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :612:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :617:29 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :1018:37 - Attribute `subs` on type `Unknown | None` may be missing
[error] non-subscriptable - :618:38 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :635:52 - Attribute `subs` on type `Unknown | None` may be missing

sympy/physics/continuum_mechanics/beam.py

[warning] possibly-missing-attribute - :1057:22 - Attribute `subs` on type `Unknown | Literal[0]` may be missing
[warning] possibly-missing-attribute - :1116:78 - Attribute `rewrite` on type `Unknown | Literal[0]` may be missing

sympy/physics/continuum_mechanics/cable.py

[error] non-subscriptable - :755:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :759:29 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/physics/control/lti.py

[error] unresolved-attribute - :2590:12 - Type `Self@doit` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :2608:25 - Type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :2616:12 - Type `Self@_eval_rewrite_as_TransferFunction` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :2625:12 - Type `Self@_eval_rewrite_as_DiscreteTransferFunction` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :2694:22 - Type `Basic` has no attribute `to_expr`
[error] unresolved-attribute - :2992:12 - Type `Self@doit` has no attribute `_is_series_StateSpace`
[error] unresolved-attribute - :3019:12 - Type `Self@_eval_rewrite_as_TransferFunctionMatrix` has no attribute `_is_series_StateSpace`
[error] unsupported-operator - :3054:23 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :3225:12 - Type `Self@doit` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3241:25 - Type `Basic` has no attribute `sampling_time`
[error] unresolved-attribute - :3249:12 - Type `Self@_eval_rewrite_as_TransferFunction` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3258:12 - Type `Self@_eval_rewrite_as_DiscreteTransferFunction` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3295:22 - Type `Basic` has no attribute `to_expr`
[error] unresolved-attribute - :3594:12 - Type `Self@doit` has no attribute `_is_parallel_StateSpace`
[error] unresolved-attribute - :3614:12 - Type `Self@_eval_rewrite_as_TransferFunctionMatrix` has no attribute `_is_parallel_StateSpace`
[error] unsupported-operator - :3643:21 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :3999:12 - Type `Self@doit` has no attribute `is_StateSpace_object`
[error] unresolved-attribute - :4055:12 - Type `Self@_eval_rewrite_as_TransferFunction` has no attribute `is_StateSpace_object`
[error] unresolved-attribute - :4064:12 - Type `Self@_eval_rewrite_as_DiscreteTransferFunction` has no attribute `is_StateSpace_object`
[error] unresolved-attribute - :4517:12 - Type `Self@doit` has no attribute `is_StateSpace_object`
[error] unresolved-attribute - :5142:16 - Type `Self@__neg__` has no attribute `_expr_mat`
[error] unresolved-attribute - :5166:17 - Type `Self@__getitem__` has no attribute `_expr_mat`
[error] unresolved-attribute - :5185:26 - Type `Self@transpose` has no attribute `_expr_mat`
[error] unresolved-attribute - :5279:15 - Type `Self@eval_frequency` has no attribute `_expr_mat`
[error] not-iterable - :5284:33 - Object of type `Basic` is not iterable
[error] unresolved-attribute - :5293:15 - Type `Self@_eval_evalf` has no attribute `_expr_mat`
[error] unresolved-attribute - :5298:20 - Type `Self@_eval_simplify` has no attribute `_expr_mat`
[error] unresolved-attribute - :5303:22 - Type `Self@expand` has no attribute `_expr_mat`
[error] unresolved-attribute - :5644:13 - Type `Self@_eval_evalf` has no attribute `_A`
[error] unresolved-attribute - :5645:13 - Type `Self@_eval_evalf` has no attribute `_B`
[error] unresolved-attribute - :5646:13 - Type `Self@_eval_evalf` has no attribute `_C`
[error] unresolved-attribute - :5647:13 - Type `Self@_eval_evalf` has no attribute `_D`
[error] unresolved-attribute - :5985:28 - Type `Self@apply_similarity_transform` has no attribute `_A`
[error] unresolved-attribute - :5986:28 - Type `Self@apply_similarity_transform` has no attribute `_B`
[error] unresolved-attribute - :5987:20 - Type `Self@apply_similarity_transform` has no attribute `_C`
[error] unresolved-attribute - :5989:57 - Type `Self@apply_similarity_transform` has no attribute `_D`
[error] unresolved-attribute - :6226:52 - Type `Self@observable_subspace` has no attribute `_A`
[error] unresolved-attribute - :6319:52 - Type `Self@uncontrollable_subspace` has no attribute `_A`
[error] unresolved-attribute - :6490:40 - Type `Self@dsolve` has no attribute `_A`
[error] unresolved-attribute - :6491:43 - Type `Self@dsolve` has no attribute `_A`
[error] unresolved-attribute - :6495:34 - Type `Self@dsolve` has no attribute `_B`
[error] unresolved-attribute - :6496:37 - Type `Self@dsolve` has no attribute `_B`
[error] unresolved-attribute - :6499:29 - Type `Self@dsolve` has no attribute `_A`
[error] unresolved-attribute - :6499:47 - Type `Self@dsolve` has no attribute `_B`
[error] unresolved-attribute - :6502:17 - Type `Self@dsolve` has no attribute `_A`
[error] unresolved-attribute - :6502:40 - Type `Self@dsolve` has no attribute `_B`
[error] unresolved-attribute - :6512:15 - Type `Self@dsolve` has no attribute `_C`
[error] unresolved-attribute - :6512:30 - Type `Self@dsolve` has no attribute `_D`

sympy/physics/control/routh_table.py

[error] invalid-argument-type - :229:38 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_handle_special_cases`

sympy/physics/mechanics/kane.py

[warning] possibly-missing-attribute - :452:45 - Attribute `items` on type `Unknown | dict[Unknown, Unknown] | None` may be missing
[error] no-matching-overload - :453:9 - No overload of bound method `update` matches arguments
[error] unsupported-operator - :570:32 - Operator `*` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | (MutableDenseMatrix & ~AlwaysFalsy)` and `MutableDenseMatrix`
[error] unsupported-operator - :574:33 - Operator `*` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | (MutableDenseMatrix & ~AlwaysFalsy)` and `MutableDenseMatrix`
[error] unsupported-operator - :583:42 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `MutableDenseMatrix`
[error] unsupported-operator - :584:43 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :346:17 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :469:29 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/linearize.py

[error] invalid-argument-type - :108:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - :108:47 - Argument to bound method `intersection` is incorrect: Expected `Iterable[Any]`, found `MutableDenseMatrix`
[error] unsupported-operator - :187:45 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - :196:20 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - :199:29 - Unary operator `-` is unsupported for type `Unknown | None | MutableDenseMatrix`
[error] unsupported-operator - :217:28 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :229:29 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :241:29 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :368:26 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :369:20 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :373:30 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :374:24 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :380:30 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :381:24 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :390:24 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :394:24 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[error] unsupported-operator - :398:24 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | None`
[warning] possibly-missing-attribute - :425:22 - Attribute `T` on type `Unknown | None | MutableDenseMatrix` may be missing
[warning] possibly-missing-attribute - :427:26 - Attribute `T` on type `Unknown | None | MutableDenseMatrix` may be missing

sympy/physics/mechanics/system.py

[warning] possibly-missing-attribute - :1477:22 - Attribute `LUsolve` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1518:53 - Argument to bound method `union` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`

sympy/physics/quantum/density.py

[error] non-subscriptable - :67:24 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] non-subscriptable - :82:24 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] not-iterable - :146:59 - Object of type `Basic` is not iterable
[error] not-iterable - :166:30 - Object of type `Basic` is not iterable

sympy/physics/quantum/grover.py

[error] unresolved-attribute - :73:28 - Type `Self@_hashable_content` has no attribute `function`
[error] unresolved-attribute - :76:16 - Type `Self@__call__` has no attribute `function`

sympy/physics/quantum/qexpr.py

[error] unresolved-attribute - :193:33 - Type `Self@_eval_adjoint` has no attribute `hilbert_space`

sympy/physics/quantum/spin.py

[error] unresolved-attribute - :91:37 - Type `Self@_print_contents` has no attribute `_coord`
[error] unresolved-attribute - :95:24 - Type `Self@_print_contents_pretty` has no attribute `_coord`
[error] unresolved-attribute - :96:16 - Type `Self@_print_contents_pretty` has no attribute `_print_subscript_pretty`
[error] unresolved-attribute - :99:40 - Type `Self@_print_contents_latex` has no attribute `_coord`
[error] unresolved-attribute - :107:22 - Type `Self@_represent_base` has no attribute `matrix_element`
[error] unresolved-attribute - :112:29 - Type `Self@_apply_op` has no attribute `basis`
[error] unresolved-attribute - :170:16 - Type `Self@_eval_trace` has no attribute `_represent_default_basis`
[error] unresolved-attribute - :1038:23 - Type `Self@_eval_innerproduct_JxBra` has no attribute `_represent_JxOp`
[error] unresolved-attribute - :1047:23 - Type `Self@_eval_innerproduct_JyBra` has no attribute `_represent_JyOp`
[error] unresolved-attribute - :1056:23 - Type `Self@_eval_innerproduct_JzBra` has no attribute `_represent_JzOp`
[error] unresolved-attribute - :1495:17 - Type `Self@_represent_coupled_base` has no attribute `uncoupled_class`
[error] unresolved-attribute - :1499:16 - Type `Self@_represent_coupled_base` has no attribute `hilbert_space`
[error] unresolved-attribute - :1502:24 - Type `Self@_represent_coupled_base` has no attribute `hilbert_space`

sympy/physics/secondquant.py

[error] not-iterable - :219:50 - Object of type `Basic` is not iterable
[error] not-iterable - :220:50 - Object of type `Basic` is not iterable
[error] unresolved-attribute - :619:12 - Type `Self@_sortkey` has no attribute `is_only_q_creator`
[error] unresolved-attribute - :621:12 - Type `Self@_sortkey` has no attribute `is_only_q_annihilator`
[error] non-subscriptable - :961:16 - Cannot subscript object of type `Basic` with no `__getitem__` method
[error] invalid-argument-type - :973:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Basic`
[error] invalid-argument-type - :999:25 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - :1018:25 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] unsupported-operator - :1086:19 - Operator `in` is not supported for types `Unknown` and `Basic`
[error] unsupported-operator - :1141:19 - Operator `in` is not supported for types `Unknown` and `Basic`
[error] invalid-argument-type - :1193:25 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] unsupported-operator - :1205:31 - Operator `+` is unsupported between objects of type `tuple[Unknown]` and `Basic`
[error] unsupported-operator - :1789:17 - Operator `*` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[error] unsupported-operator - :1789:23 - Operator `*` is unsupported between objects of type `Basic | Unknown` and `Basic | Unknown`
[error] too-many-positional-arguments - :1983:45 - Too many positional arguments to bound method `__new__`: expected 2, got 3
[error] unresolved-attribute - :2079:16 - Type `Basic` has no attribute `is_q_annihilator`
[error] unresolved-attribute - :2109:16 - Type `Basic` has no attribute `is_q_creator`
[error] unresolved-attribute - :2130:15 - Type `Basic` has no attribute `_new_rawargs`

sympy/physics/units/dimensions.py

[error] unresolved-attribute - :98:34 - Type `Self@get_quantity_dimension` has no attribute `get_dimensional_expr`
[error] not-iterable - :112:38 - Object of type `Expr` is not iterable

sympy/physics/units/prefixes.py

[error] unresolved-attribute - :62:12 - Type `Self@_latex` has no attribute `_latex_repr`
[error] unresolved-attribute - :63:35 - Type `Self@_latex` has no attribute `_abbrev`
[error] unresolved-attribute - :64:16 - Type `Self@_latex` has no attribute `_latex_repr`
[error] unresolved-attribute - :71:20 - Type `Self@__str__` has no attribute `_abbrev`
[error] unresolved-attribute - :76:51 - Type `Self@__repr__` has no attribute `_exponent`
[error] unresolved-attribute - :79:51 - Type `Self@__repr__` has no attribute `_exponent`

sympy/physics/units/quantities.py

[error] unresolved-attribute - :113:12 - Type `Self@_latex` has no attribute `_latex_repr`
[error] unresolved-attribute - :114:20 - Type `Self@_latex` has no attribute `_latex_repr`
[error] invalid-assignment - :68:9 -
Old: Method `__setitem__` of type `bound method dict[Expr, Expr].__setitem__(key: Expr, value: Expr, /) -> None` cannot be called with a key of type `Unknown` and a value of type `tuple[Unknown, Unknown]` on object of type `dict[Expr, Expr]`
New: Method `__setitem__` of type `bound method dict[Expr, Expr].__setitem__(key: Expr, value: Expr, /) -> None` cannot be called with a key of type `Self@set_global_relative_scale_factor` and a value of type `tuple[Unknown, Unknown]` on object of type `dict[Expr, Expr]`

sympy/physics/vector/frame.py

[error] unresolved-attribute - :64:29 - Type `Self@__getnewargs_ex__` has no attribute `_id`
[error] unresolved-attribute - :74:29 - Type `Self@__eq__` has no attribute `_id`
[error] unresolved-attribute - :82:17 - Type `Self@__hash__` has no attribute `_id`
[error] unresolved-attribute - :82:41 - Type `Self@__hash__` has no attribute `_id`

sympy/plotting/pygletplot/plot.py

[warning] possibly-missing-attribute - :366:16 - Attribute `itervalues` on type `Unknown | dict[Unknown, Unknown]` may be missing

sympy/plotting/pygletplot/plot_axes.py

[error] non-subscriptable - :115:52 - Cannot subscript object of type `float` with no `__getitem__` method

sympy/plotting/pygletplot/plot_curve.py

[error] unsupported-operator - :36:26 - Operator `-` is unsupported between objects of type `Unknown | Infinity | NegativeInfinity | int` and `Unknown | Infinity | NegativeInfinity | int`

sympy/plotting/pygletplot/plot_interval.py

[error] call-non-callable - :17:20 - Object of type `PlotInterval` is not callable

sympy/plotting/pygletplot/plot_mode_base.py

[error] unresolved-attribute - :161:32 - Type `Self@__init__` has no attribute `options`
[error] unresolved-attribute - :162:22 - Type `Self@__init__` has no attribute `options`
[error] unresolved-attribute - :163:22 - Type `Self@__init__` has no attribute `options`
[error] call-non-callable - :172:21 - Object of type `PlotModeBase` is not callable

sympy/plotting/pygletplot/plot_surface.py

[error] unsupported-operator - :43:26 - Operator `-` is unsupported between objects of type `Unknown | Infinity | NegativeInfinity | int` and `Unknown | Infinity | NegativeInfinity | int`

sympy/plotting/series.py

[error] non-subscriptable - :473:18 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :504:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :1048:18 - Type `Self@get_data` has no attribute `_get_data_helper`
[error] unresolved-attribute - :1213:21 - Type `Self@get_color_array` has no attribute `get_parameter_points`
[error] unresolved-attribute - :1216:59 - Type `Self@get_color_array` has no attribute `get_points`
[error] unresolved-attribute - :1224:30 - Type `Self@get_color_array` has no attribute `nb_of_points`
[error] unresolved-attribute - :1544:22 - Type `Self@_get_data_helper` has no attribute `_adaptive_sampling`
[error] unresolved-attribute - :1840:56 - Type `Self@get_color_array` has no attribute `get_parameter_meshes`
[error] unresolved-attribute - :1845:52 - Type `Self@get_color_array` has no attribute `get_meshes`
[error] unresolved-attribute - :1856:38 - Type `Self@get_color_array & ~SurfaceOver2DRangeSeries` has no attribute `nb_of_points_u`
[error] unresolved-attribute - :1856:59 - Type `Self@get_color_array & ~SurfaceOver2DRangeSeries` has no attribute `nb_of_points_v`

sympy/polys/compatibility.py

[warning] possibly-missing-attribute - :996:17 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1006:16 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1012:16 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1018:16 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1030:20 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1040:20 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1137:20 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1144:21 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1250:15 - Attribute `to_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1252:22 - Attribute `to_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1258:22 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1259:22 - Attribute `from_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1284:22 - Attribute `to_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[warning] possibly-missing-attribute - :1285:23 - Attribute `to_dense` on type `PolyRing[Er@IPolys] | Domain[Er@IPolys]` may be missing
[error] invalid-argument-type - :1378:50 - Argument to function `dup_sqf_norm` is incorrect: Expected `AlgebraicField`, found `Domain[Er@IPolys]`
[error] invalid-argument-type - :1382:66 - Argument to function `dmp_sqf_norm` is incorrect: Expected `AlgebraicField`, found `Domain[Er@IPolys]`
[error] unresolved-attribute - :1616:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1622:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1628:43 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1631:43 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1645:51 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1645:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1648:48 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1651:55 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1654:52 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1658:41 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1658:58 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1663:51 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1663:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1668:51 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1668:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1673:51 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1673:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1678:51 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1678:68 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1686:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1687:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1696:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1697:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1706:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1707:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1713:41 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1713:58 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1722:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1723:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1733:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1734:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1740:55 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1740:72 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1745:55 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1745:72 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1754:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1755:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1764:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1765:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1774:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1775:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1780:69 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1783:69 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1787:44 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1787:61 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1796:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1797:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1803:55 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1803:72 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1812:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1813:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1822:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1823:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1832:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1833:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1839:43 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1839:60 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1844:42 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1844:59 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1848:48 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1848:65 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1851:54 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1851:71 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1858:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1859:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1869:17 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1870:17 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1879:44 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1879:61 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1883:48 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1883:65 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1886:53 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1886:70 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1889:55 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1889:72 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1892:54 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1892:71 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1895:54 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1895:71 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1898:46 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1898:63 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1902:46 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1902:63 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1907:34 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1907:51 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1912:48 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1912:65 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1915:53 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1915:70 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1920:34 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1920:51 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1926:34 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1926:51 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1931:53 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1931:70 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1939:54 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1939:71 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1943:49 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1943:66 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1948:34 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1948:51 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1954:34 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1954:51 - Type `Domain[Er@IPolys]` has no attribute `dom`
[warning] unused-ignore-comment - :494:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :498:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :850:77 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :1637:65 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1641:43 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1641:60 - Type `Domain[Er@IPolys]` has no attribute `dom`
[error] unresolved-attribute - :1935:53 - Type `Domain[Er@IPolys]` has no attribute `mod`
[error] unresolved-attribute - :1935:70 - Type `Domain[Er@IPolys]` has no attribute `dom`

sympy/polys/domains/domain.py

[error] invalid-argument-type - :622:40 - Argument to bound method `from_sympy` is incorrect: Expected `Expr`, found `(Es@convert & Basic & ~DomainElement) | (Expr & ~DomainElement)`
[error] unresolved-attribute - :847:38 - Type `Self@unify_with_symbols` has no attribute `symbols`
[error] unresolved-attribute - :854:21 - Type `Self@unify_composite` has no attribute `dom`
[error] unresolved-attribute - :857:22 - Type `Self@unify_composite` has no attribute `symbols`
[error] unresolved-attribute - :862:17 - Type `Self@unify_composite` has no attribute `order`
[warning] possibly-missing-attribute - :937:34 - Attribute `modulus` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :937:46 - Attribute `modulus` on type `Unknown | Self@unify` may be missing
[warning] possibly-missing-attribute - :937:66 - Attribute `modulus` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :939:24 - Attribute `set_domain` on type `Unknown | Self@unify` may be missing
[warning] possibly-missing-attribute - :942:30 - Attribute `symbol` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :943:22 - Attribute `domain` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :944:24 - Attribute `set_domain` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :953:20 - Attribute `precision` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :953:36 - Attribute `precision` on type `Unknown | Self@unify` may be missing
[warning] possibly-missing-attribute - :957:46 - Attribute `precision` on type `Unknown | Self@unify` may be missing
[warning] possibly-missing-attribute - :965:20 - Attribute `precision` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :965:36 - Attribute `precision` on type `Unknown | Self@unify` may be missing
[warning] possibly-missing-attribute - :971:42 - Attribute `precision` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :981:22 - Attribute `as_AlgebraicField` on type `Unknown | Self@unify | Field[Unknown]` may be missing
[warning] possibly-missing-attribute - :983:37 - Attribute `dom` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :983:50 - Attribute `dom` on type `Unknown | Self@unify | Field[Unknown]` may be missing
[warning] possibly-missing-attribute - :983:72 - Attribute `orig_ext` on type `Self@unify | Unknown` may be missing
[warning] possibly-missing-attribute - :983:85 - Attribute `orig_ext` on type `Unknown | Self@unify | Field[Unknown]` may be missing
[error] invalid-argument-type - :1029:40 - Argument to bound method `map` is incorrect: Expected `Iterable[int | Er@Domain]`, found `Er@Domain & Top[list[Unknown]]`
[warning] unused-ignore-comment - :575:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :630:57 - Unused blanket `type: ignore` directive

sympy/polys/domains/finitefield.py

[warning] possibly-missing-attribute - :269:31 - Attribute `dtype` on type `Unknown | None | IntegerRing` may be missing
[error] unsupported-operator - :275:32 - Operator `//` is unsupported between objects of type `Unknown | None` and `Literal[2]`
[error] unsupported-operator - :276:13 - Operator `-=` is unsupported between objects of type `int` and `Unknown | None`
[warning] possibly-missing-attribute - :305:25 - Attribute `from_ZZ_python` on type `Unknown | None | IntegerRing` may be missing
[warning] possibly-missing-attribute - :309:25 - Attribute `from_ZZ_python` on type `Unknown | None | IntegerRing` may be missing
[warning] possibly-missing-attribute - :327:25 - Attribute `from_ZZ_gmpy` on type `Unknown | None | IntegerRing` may be missing
[warning] possibly-missing-attribute - :339:29 - Attribute `dtype` on type `Unknown | None | IntegerRing` may be missing
[error] invalid-argument-type - :345:43 - Argument to function `gf_irred_p_rabin` is incorrect: Expected `MPZ`, found `Unknown | None`
[error] invalid-argument-type - :345:53 - Argument to function `gf_irred_p_rabin` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] invalid-argument-type - :359:43 - Argument to function `gf_zassenhaus` is incorrect: Expected `MPZ`, found `(Unknown & ~Literal[2]) | None`
[error] invalid-argument-type - :359:53 - Argument to function `gf_zassenhaus` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] unsupported-operator - :360:50 - Operator `//` is unsupported between objects of type `(Unknown & ~Literal[2]) | None` and `Literal[2]`
[warning] possibly-missing-attribute - :297:25 - Attribute `from_ZZ` on type `Unknown | None | IntegerRing` may be missing
[warning] possibly-missing-attribute - :301:25 - Attribute `from_ZZ_python` on type `Unknown | None | IntegerRing` may be missing
[warning] possibly-missing-attribute - :323:25 - Attribute `from_ZZ_gmpy` on type `Unknown | None | IntegerRing` may be missing

sympy/polys/domains/fractionfield.py

[warning] possibly-missing-attribute - :192:27 - Attribute `factorial` on type `Top[Domain[Unknown]] | Unknown` may be missing

sympy/polys/domains/gaussiandomains.py

[error] invalid-argument-type - :73:25 - Argument to bound method `new` is incorrect: Expected `Tdom@GaussianElement`, found `MPZ | MPQ`
[error] unsupported-operator - :73:25 - Unary operator `-` is unsupported for type `Tdom@GaussianElement`
[error] invalid-argument-type - :73:34 - Argument to bound method `new` is incorrect: Expected `Tdom@GaussianElement`, found `MPZ | MPQ`
[error] unsupported-operator - :73:34 - Unary operator `-` is unsupported for type `Tdom@GaussianElement`
[error] unsupported-operator - :97:25 - Operator `+` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :97:37 - Operator `+` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :106:25 - Operator `-` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :106:37 - Operator `-` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :113:25 - Operator `-` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :113:37 - Operator `-` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :120:25 - Operator `*` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :120:36 - Operator `*` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :120:46 - Operator `*` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] unsupported-operator - :120:57 - Operator `*` is unsupported between objects of type `Tdom@GaussianElement` and `Tdom@GaussianElement`
[error] invalid-return-type - :130:20 - Return type does not match returned value: expected `Self@__pow__`, found `Self@__pow__ | GaussianRational`
[error] invalid-return-type - :139:16 - Return type does not match returned value: expected `Self@__pow__`, found `Self@__pow__ | GaussianRational | Unknown`
[error] unsupported-operator - :149:12 - Operator `>` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :150:25 - Operator `>` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :151:14 - Operator `<` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :152:25 - Operator `<` is not supported for types `Tdom@GaussianElement` and `Literal[0]`
[error] unsupported-operator - :154:25 - Operator `>=` is not supported for types `Tdom@GaussianElement` and `Literal[0]`

sympy/polys/domains/mpelements.py

[error] unresolved-attribute - :30:16 - Type `Self@parent` has no attribute `context`
[error] unresolved-attribute - :44:16 - Type `Self@parent` has no attribute `context`
[error] unresolved-attribute - :61:9 - Unresolved attribute `_ctxdata` on type `<class 'RealElement'>`.
[error] unresolved-attribute - :62:9 - Unresolved attribute `_ctxdata` on type `<class 'ComplexElement'>`.
[error] unresolved-attribute - :65:13 - Unresolved attribute `context` on type `<class 'RealElement'>`.
[error] unresolved-attribute - :67:13 - Unresolved attribute `context` on type `<class 'ComplexElement'>`.
[error] unresolved-attribute - :70:9 - Unresolved attribute `_ctxdata` on type `<class '_constant'>`.
[error] unresolved-attribute - :71:9 - Unresolved attribute `context` on type `<class '_constant'>`.
[warning] division-by-zero - :151:13 - Cannot floor divide object of type `int` by zero

sympy/polys/domains/polynomialring.py

[error] invalid-return-type - :61:16 - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | Top[PolyElement[Unknown]]`
[error] invalid-return-type - :100:16 - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | Top[PolyElement[Unknown]]`
[error] invalid-return-type - :108:16 - Return type does not match returned value: expected `PolyElement[Er@PolynomialRing]`, found `Unknown | Top[PolyElement[Unknown]]`
[error] invalid-argument-type - :167:38 - Argument to bound method `from_list` is incorrect: Expected `Never`, found `list[Unknown]`
[error] unresolved-attribute - :220:27 - Type `Domain[Unknown] | Domain[Er@PolynomialRing]` has no attribute `factorial`

sympy/polys/fields.py

[error] unresolved-attribute - :242:17 - Type `object` has no attribute `to_field`
[error] invalid-argument-type - :659:48 - Argument to bound method `evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - :659:72 - Argument to bound method `evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[warning] possibly-missing-attribute - :661:17 - Attribute `ring` on type `Unknown | PolyElement[Er@FracElement] | Er@FracElement` may be missing
[error] invalid-argument-type - :662:26 - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement]`, found `Unknown | PolyElement[Er@FracElement] | Er@FracElement`
[error] invalid-argument-type - :662:33 - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement] | None`, found `Unknown | PolyElement[Er@FracElement] | Er@FracElement`
[error] invalid-argument-type - :670:44 - Argument to bound method `subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - :670:64 - Argument to bound method `subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[warning] unused-ignore-comment - :371:25 - Unused blanket `type: ignore` directive

sympy/polys/matrices/domainmatrix.py

[warning] possibly-missing-attribute - :185:12 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :187:14 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :191:22 - Attribute `shape` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :191:33 - Attribute `domain` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :207:33 - Attribute `getitem` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :220:30 - Attribute `extract_slice` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :223:37 - Attribute `getitem` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :226:30 - Attribute `extract` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :233:13 - Attribute `setitem` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :516:30 - Attribute `copy` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :555:12 - Attribute `is_DFM` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :556:21 - Attribute `to_ddm` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :557:14 - Attribute `is_DDM` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :558:21 - Attribute `convert_to` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :560:21 - Attribute `convert_to` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :609:12 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :612:30 - Attribute `to_sdm` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :633:12 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :636:30 - Attribute `to_dfm_or_ddm` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :661:16 - Attribute `to_ddm` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :686:16 - Attribute `to_sdm` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :871:16 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :892:16 - Attribute `to_list` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :915:16 - Attribute `to_list_flat` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :989:16 - Attribute `to_flat_nz` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1002:15 - Attribute `from_flat_nz` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1038:16 - Attribute `to_dod` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1069:30 - Attribute `from_dod` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1100:16 - Attribute `to_dok` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1136:16 - Attribute `iter_values` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1158:16 - Attribute `iter_items` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1173:16 - Attribute `nnz` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1180:30 - Attribute `transpose` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[error] unresolved-attribute - :1184:17 - Type `DomainScalar` has no attribute `element`
[warning] possibly-missing-attribute - :1252:16 - Attribute `diagonal` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1300:33 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1344:30 - Attribute `applyfunc` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1396:12 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1397:50 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1450:27 - Attribute `add` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1500:27 - Attribute `sub` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1530:27 - Attribute `neg` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1569:27 - Attribute `mul` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1572:27 - Attribute `rmul` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1613:27 - Attribute `matmul` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1633:27 - Attribute `mul_elementwise` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :1784:16 - Attribute `scc` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :2537:31 - Attribute `nullspace_from_rref` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :2582:15 - Attribute `inv` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :2617:16 - Attribute `det` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :2658:12 - Attribute `fmt` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3268:23 - Attribute `lu` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3328:24 - Attribute `qr` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3382:15 - Attribute `lu_solve` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3453:22 - Attribute `fflu` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3762:16 - Attribute `charpoly` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3942:38 - Attribute `lll` on type `SDM | DDM | DFM | DFM_dummy` may be missing
[warning] possibly-missing-attribute - :3977:30 - Attribute `lll_transform` on type `SDM | DDM | DFM | DFM_dummy` may be missing

sympy/polys/numberfields/galois_resolvents.py

[error] unsupported-operator - :217:43 - Operator `*` is unsupported between objects of type `int` and `None | Unknown`
[error] unsupported-operator - :217:56 - Operator `*` is unsupported between objects of type `int` and `None | Unknown`
[error] unsupported-operator - :220:39 - Operator `+` is unsupported between objects of type `None | Unknown` and `Literal[1]`
[error] unsupported-operator - :220:50 - Operator `-` is unsupported between objects of type `None | Unknown` and `Literal[1]`

sympy/polys/polyclasses.py

[error] invalid-return-type - :268:24 - Return type does not match returned value: expected `DMP[Es@convert]`, found `Top[DMP_Python[Unknown]]`
[error] invalid-argument-type - :268:51 - Argument to bound method `_convert` is incorrect: Expected `Bottom[Domain[Unknown]]`, found `Domain[Es@convert]`
[error] invalid-assignment - :3177:13 - Method `__setitem__` of type `bound method dict[tuple[int, ...], Eg@ANP].__setitem__(key: tuple[int, ...], value: Eg@ANP, /) -> None` cannot be called with a key of type `tuple[int, ...]` and a value of type `Expr` on object of type `dict[tuple[int, ...], Eg@ANP]`
[warning] unused-ignore-comment - :261:22 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1243:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1255:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1267:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1279:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1307:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1389:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1396:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1451:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1452:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1462:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1464:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1510:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1598:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1603:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1617:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1673:20 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1706:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1764:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1771:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1772:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2087:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2151:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2226:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2250:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2270:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2276:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2288:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2293:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2320:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2354:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2373:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2409:49 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :219:46 - Argument to bound method `new` is incorrect: Expected `Domain[Er@DUP_Flint]`, found `Domain[Er@DMP]`

sympy/polys/polymatrix.py

[error] unresolved-attribute - :137:16 - Type `Self@to_Matrix` has no attribute `_dm`
[error] unresolved-attribute - :148:69 - Type `Self@__repr__` has no attribute `ring`
[error] unresolved-attribute - :150:69 - Type `Self@__repr__` has no attribute `ring`
[error] unresolved-attribute - :170:22 - Type `Self@__getitem__` has no attribute `_dm`
[error] unresolved-attribute - :171:20 - Type `Self@__getitem__` has no attribute `_dm`
[error] unresolved-attribute - :174:14 - Type `Self@__getitem__` has no attribute `_dm`
[error] unresolved-attribute - :197:33 - Type `Self@__add__` has no attribute `_dm`
[error] unresolved-attribute - :202:33 - Type `Self@__sub__` has no attribute `_dm`
[error] unresolved-attribute - :207:33 - Type `Self@__mul__` has no attribute `_dm`
[error] unresolved-attribute - :211:18 - Type `Self@__mul__` has no attribute `ring`
[error] unresolved-attribute - :216:33 - Type `Self@__mul__` has no attribute `_dm`
[error] unresolved-attribute - :224:44 - Type `Self@__rmul__` has no attribute `_dm`
[error] unresolved-attribute - :236:17 - Type `Self@__truediv__` has no attribute `domain`
[error] unresolved-attribute - :237:19 - Type `Self@__truediv__` has no attribute `ring`
[error] unresolved-attribute - :237:51 - Type `Self@__truediv__` has no attribute `domain`
[error] unresolved-attribute - :238:41 - Type `Self@__truediv__` has no attribute `ring`
[error] unresolved-attribute - :239:14 - Type `Self@__truediv__` has no attribute `_dm`
[error] unresolved-attribute - :243:30 - Type `Self@__neg__` has no attribute `_dm`
[error] unresolved-attribute - :246:29 - Type `Self@transpose` has no attribute `_dm`
[error] unresolved-attribute - :249:34 - Type `Self@row_join` has no attribute `_dm`
[error] unresolved-attribute - :253:34 - Type `Self@col_join` has no attribute `_dm`
[error] unresolved-attribute - :258:36 - Type `Self@applyfunc` has no attribute `gens`
[error] unresolved-attribute - :270:17 - Type `Self@rref` has no attribute `domain`
[error] unresolved-attribute - :272:14 - Type `Self@rref` has no attribute `_dm`
[error] unresolved-attribute - :280:17 - Type `Self@nullspace` has no attribute `domain`
[error] unresolved-attribute - :282:14 - Type `Self@nullspace` has no attribute `_dm`
[error] unresolved-attribute - :283:17 - Type `Self@nullspace` has no attribute `domain`
[error] unresolved-attribute - :283:30 - Type `Self@nullspace` has no attribute `ring`

sympy/polys/polyoptions.py

[error] unresolved-attribute - :68:29 - Type `Self@__init__` has no attribute `option`
[error] unresolved-attribute - :70:24 - Type `Self@__init__` has no attribute `default`
[error] unresolved-attribute - :72:26 - Type `Self@__init__` has no attribute `option`
[error] invalid-assignment - :73:9 - Method `__setitem__` of type `bound method dict[str, type[Option]].__setitem__(key: str, value: type[Option], /) -> None` cannot be called with a key of type `Unknown` and a value of type `Self@__init__` on object of type `dict[str, type[Option]]`
[error] unresolved-attribute - :73:29 - Type `Self@__init__` has no attribute `option`
[error] not-iterable - :184:23 - Object of type `Unknown | None` may not be iterable

sympy/polys/polytools.py

[error] invalid-argument-type - :660:27 - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[@Todo]`
[error] invalid-argument-type - :693:37 - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`
[error] unresolved-attribute - :1230:20 - Type `Domain[Unknown]` has no attribute `symbols`
[error] unresolved-attribute - :1232:29 - Type `Domain[Unknown]` has no attribute `symbols`
[error] unknown-argument - :2734:28 - Argument `remove` does not match any known parameter
[error] invalid-argument-type - :3603:48 - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[Unknown]`
[error] invalid-argument-type - :3603:57 - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[Unknown]`
[error] invalid-argument-type - :3614:51 - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[Unknown] | tuple[MPQ | list[Unknown], Unknown | MPQ]`
[error] invalid-argument-type - :3614:60 - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[Unknown] | tuple[MPQ | list[Unknown], Unknown | MPQ]`
[error] unsupported-operator - :3759:61 - Operator `*` is unsupported between objects of type `int | NegativeInfinity` and `Literal[10]`
[error] unsupported-operator - :3769:61 - Operator `*` is unsupported between objects of type `int | NegativeInfinity` and `Literal[15]`
[error] unresolved-attribute - :4677:49 - Type `DMP[Unknown]` has no attribute `per`
[error] unresolved-attribute - :7911:20 - Type `Self@__len__` has no attribute `_basis`
[error] unresolved-attribute - :7914:12 - Type `Self@__iter__` has no attribute `_options`
[error] unresolved-attribute - :7920:12 - Type `Self@__getitem__` has no attribute `_options`
[error] unresolved-attribute - :7928:22 - Type `Self@__hash__` has no attribute `_basis`
[error] unresolved-attribute - :7928:41 - Type `Self@__hash__` has no attribute `_options`
[error] unresolved-attribute - :7932:20 - Type `Self@__eq__` has no attribute `_basis`
[error] unresolved-attribute - :7932:52 - Type `Self@__eq__` has no attribute `_options`
[error] unresolved-attribute - :8004:15 - Type `Self@fglm` has no attribute `_options`
[error] unresolved-attribute - :8015:22 - Type `Self@fglm` has no attribute `_basis`
[error] unresolved-attribute - :8076:29 - Type `Self@reduce` has no attribute `_options`
[error] unresolved-attribute - :8078:36 - Type `Self@reduce` has no attribute `_options`
[error] unresolved-attribute - :8081:42 - Type `Self@reduce` has no attribute `_options`
[error] unresolved-attribute - :8083:31 - Type `Self@reduce` has no attribute `_basis`
[error] unresolved-attribute - :8085:15 - Type `Self@reduce` has no attribute `_options`
[error] unknown-argument - :2733:33 - Argument `remove` does not match any known parameter

sympy/polys/polyutils.py

[error] unsupported-operator - :573:21 - Operator `*=` is unsupported between objects of type `Self@__pow__` and `Self@__pow__`

sympy/polys/puiseux.py

[error] invalid-argument-type - :226:35 - Argument to bound method `from_dict` is incorrect: Expected `Map[tuple[MPQ | int, ...], Er@PuiseuxRing | Expr | int]`, found `(Map[tuple[MPQ | int, ...], Er@PuiseuxRing | Expr | int] & Top[dict[Unknown, Unknown]]) | (Er@PuiseuxRing & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - :650:30 - Argument to bound method `_add` is incorrect: Expected `PuiseuxPoly[Er@PuiseuxPoly]`, found `PuiseuxPoly[Er@PuiseuxPoly] | (Er@PuiseuxPoly & Top[PuiseuxPoly[Unknown]]) | (int & Top[PuiseuxPoly[Unknown]])`
[error] invalid-argument-type - :674:30 - Argument to bound method `_sub` is incorrect: Expected `PuiseuxPoly[Er@PuiseuxPoly]`, found `PuiseuxPoly[Er@PuiseuxPoly] | (Er@PuiseuxPoly & Top[PuiseuxPoly[Unknown]]) | (int & Top[PuiseuxPoly[Unknown]])`
[error] invalid-argument-type - :698:30 - Argument to bound method `_mul` is incorrect: Expected `PuiseuxPoly[Er@PuiseuxPoly]`, found `PuiseuxPoly[Er@PuiseuxPoly] | (Er@PuiseuxPoly & Top[PuiseuxPoly[Unknown]]) | (int & Top[PuiseuxPoly[Unknown]])`
[error] invalid-argument-type - :733:30 - Argument to bound method `_mul` is incorrect: Expected `PuiseuxPoly[Er@PuiseuxPoly]`, found `Top[PuiseuxPoly[Unknown]]`
[warning] unused-ignore-comment - :807:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :830:41 - Unused blanket `type: ignore` directive

sympy/polys/rings.py

[error] invalid-super-argument - :794:9 - `Self@__init__` is not an instance or subclass of `<class 'PolyElement'>` in `super(<class 'PolyElement'>, Self@__init__)` call
[error] invalid-argument-type - :868:30 - 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 - :892:37 - Argument to bound method `_add_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - :928:30 - 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 - :952:37 - Argument to bound method `_sub_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - :966:38 - Argument to bound method `_rsub_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - :1005:30 - 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 - :1043:36 - Argument to bound method `mul_ground` is incorrect: Expected `Er@PolyElement`, found `object`
[error] invalid-argument-type - :1088:37 - Argument to bound method `_divmod` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Er@PolyElement & Top[PolyElement[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - :1123:34 - Argument to bound method `_mod` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Er@PolyElement & Top[PolyElement[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - :1158:35 - Argument to bound method `_floordiv` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Er@PolyElement & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] invalid-assignment - :1392:21 - Method `__setitem__` of type `(bound method PolyElement[Er@PolyElement].__setitem__(key: tuple[int, ...], value: Er@PolyElement, /) -> None) | (bound method Top[PolyElement[Unknown]].__setitem__(key: tuple[int, ...], value: Never, /) -> None)` cannot be called with a key of type `tuple[int, ...]` and a value of type `Er@PolyElement` on object of type `PolyElement[Er@PolyElement] | (Er@PolyElement & Top[PolyElement[Unknown]])`
[error] invalid-argument-type - :1556:30 - Argument to bound method `_div` is incorrect: Expected `PolyElement[Er@PolyElement]`, found `(PolyElement[Er@PolyElement] & ~AlwaysFalsy) | (Iterable[PolyElement[Er@PolyElement]] & Top[PolyElement[Unknown]] & ~AlwaysFalsy)`
[warning] unused-ignore-comment - :1666:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1673:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1811:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3059:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3061:37 - Unused blanket `type: ignore` directive
[error] unsupported-operator - :3456:17 -
Old: Operator `*` is unsupported between objects of type `PolyElement[Er@PolyElement] | Unknown` and `Unknown | PolyElement[Er@PolyElement] | int | float`
New: Operator `*` is unsupported between objects of type `PolyElement[Er@PolyElement]` and `PolyElement[Er@PolyElement] | int | float`
[error] invalid-argument-type - :3460:33 -
Old: Argument to bound method `coeff_wrt` is incorrect: Expected `int`, found `Unknown | int | float`
New: Argument to bound method `coeff_wrt` is incorrect: Expected `int`, found `int | float`
[warning] possibly-missing-attribute - :3465:21 -
Old: Attribute `exquo` on type `Unknown | PolyElement[Er@PolyElement] | int | float` may be missing
New: Attribute `exquo` on type `PolyElement[Er@PolyElement] | int | float` may be missing

sympy/polys/rootoftools.py

[error] unresolved-attribute - :381:17 - Type `Self@_hashable_content` has no attribute `poly`
[error] unresolved-attribute - :381:28 - Type `Self@_hashable_content` has no attribute `index`
[error] unresolved-attribute - :401:16 - Type `Self@_eval_is_real` has no attribute `index`
[error] unresolved-attribute - :401:46 - Type `Self@_eval_is_real` has no attribute `poly`
[error] unresolved-attribute - :406:12 - Type `Self@_eval_is_imaginary` has no attribute `index`
[error] unresolved-attribute - :406:43 - Type `Self@_eval_is_imaginary` has no attribute `poly`
[error] unresolved-attribute - :667:12 - Type `Self@_ensure_reals_init` has no attribute `poly`
[error] unresolved-attribute - :668:32 - Type `Self@_ensure_reals_init` has no attribute `poly`
[error] unresolved-attribute - :668:43 - Type `Self@_ensure_reals_init` has no attribute `index`
[error] unresolved-attribute - :672:12 - Type `Self@_ensure_complexes_init` has no attribute `poly`
[error] unresolved-attribute - :673:32 - Type `Self@_ensure_complexes_init` has no attribute `poly`
[error] unresolved-attribute - :673:43 - Type `Self@_ensure_complexes_init` has no attribute `index`
[error] unresolved-attribute - :694:25 - Type `Self@_reset` has no attribute `poly`
[error] unresolved-attribute - :858:33 - Type `Self@_get_interval` has no attribute `poly`
[error] unresolved-attribute - :858:44 - Type `Self@_get_interval` has no attribute `index`
[error] unresolved-attribute - :860:44 - Type `Self@_get_interval` has no attribute `poly`
[error] unresolved-attribute - :862:37 - Type `Self@_get_interval` has no attribute `poly`
[error] unresolved-attribute - :862:48 - Type `Self@_get_interval` has no attribute `index`
[error] unresolved-attribute - :868:26 - Type `Self@_set_interval` has no attribute `poly`
[error] unresolved-attribute - :868:37 - Type `Self@_set_interval` has no attribute `index`
[error] unresolved-attribute - :870:44 - Type `Self@_set_interval` has no attribute `poly`
[error] unresolved-attribute - :872:30 - Type `Self@_set_interval` has no attribute `poly`
[error] unresolved-attribute - :872:41 - Type `Self@_set_interval` has no attribute `index`
[error] unresolved-attribute - :894:17 - Type `Self@eval_approx` has no attribute `poly`
[error] unresolved-attribute - :1258:17 - Type `Self@_hashable_content` has no attribute `poly`
[error] unresolved-attribute - :1258:28 - Type `Self@_hashable_content` has no attribute `fun`
[error] unresolved-attribute - :1280:24 - Type `Self@doit` has no attribute `poly`
[error] unresolved-attribute - :1282:26 - Type `Self@doit` has no attribute `poly`
[error] unresolved-attribute - :1285:26 - Type `Self@doit` has no attribute `fun`
[error] unresolved-attribute - :1289:22 - Type `Self@_eval_evalf` has no attribute `poly`
[error] unresolved-attribute - :1293:26 - Type `Self@_eval_evalf` has no attribute `fun`
[error] unresolved-attribute - :1296:21 - Type `Self@_eval_derivative` has no attribute `fun`
[error] unresolved-attribute - :1298:25 - Type `Self@_eval_derivative` has no attribute `poly`
[error] unresolved-attribute - :1298:42 - Type `Self@_eval_derivative` has no attribute `auto`

sympy/polys/series/ring.py

[error] invalid-argument-type - :779:42 - Argument to bound method `equal_repr` is incorrect: Expected `TSeriesElement[Er@PowerSeriesElement]`, found `object`
[error] invalid-argument-type - :816:34 - Argument to bound method `_add` is incorrect: Expected `PowerSeriesElement[Er@PowerSeriesElement]`, found `PowerSeriesElement[Er@PowerSeriesElement] | (Er@PowerSeriesElement & Top[PowerSeriesElement[Unknown]]) | (int & Top[PowerSeriesElement[Unknown]])`
[error] invalid-argument-type - :855:34 - Argument to bound method `_sub` is incorrect: Expected `PowerSeriesElement[Er@PowerSeriesElement]`, found `PowerSeriesElement[Er@PowerSeriesElement] | (Er@PowerSeriesElement & Top[PowerSeriesElement[Unknown]]) | (int & Top[PowerSeriesElement[Unknown]])`
[error] invalid-argument-type - :894:34 - Argument to bound method `_mul` is incorrect: Expected `PowerSeriesElement[Er@PowerSeriesElement]`, found `PowerSeriesElement[Er@PowerSeriesElement] | (Er@PowerSeriesElement & Top[PowerSeriesElement[Unknown]]) | (int & Top[PowerSeriesElement[Unknown]])`
[error] invalid-argument-type - :956:34 - Argument to bound method `_div` is incorrect: Expected `PowerSeriesElement[Er@PowerSeriesElement]`, found `PowerSeriesElement[Er@PowerSeriesElement] | (Er@PowerSeriesElement & Top[PowerSeriesElement[Unknown]]) | (int & Top[PowerSeriesElement[Unknown]])`

sympy/polys/solvers.py

[error] unresolved-attribute - :51:25 - Type `Expr` has no attribute `domain`
[error] unresolved-attribute - :51:36 - Type `Expr` has no attribute `gens`
[error] call-non-callable - :54:25 - Object of type `object` is not callable

sympy/printing/aesaracode.py

[error] invalid-argument-type - :219:16 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `tuple[str, str]` on object of type `str`

sympy/printing/c.py

[warning] possibly-missing-attribute - :259:60 - Attribute `decimal_dig` on type `Unknown | FloatType | IntBaseType` may be missing
[error] unresolved-attribute - :303:16 - Type `Self@_print_Mod` has no attribute `_print_math_func`
[warning] possibly-missing-attribute - :517:29 - Attribute `decimal_dig` on type `Unknown | FloatType | IntBaseType` may be missing

sympy/printing/codeprinter.py

[error] unresolved-attribute - :179:55 - Type `Self@doprint` has no attribute `language`
[error] unresolved-attribute - :391:27 - Type `Self@_print_Assignment` has no attribute `_traverse_matrix_indices`
[error] unresolved-attribute - :435:24 - Type `Self@_can_print` has no attribute `known_functions`
[error] unresolved-attribute - :438:34 - Type `Self@_print_Function` has no attribute `known_functions`
[error] unresolved-attribute - :439:25 - Type `Self@_print_Function` has no attribute `known_functions`

sympy/printing/llvmjitcode.py

[warning] possibly-missing-attribute - :195:13 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :196:34 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :200:20 - Attribute `append_basic_block` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :297:39 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :298:17 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :300:39 - Attribute `args` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :305:20 - Attribute `append_basic_block` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :314:45 - Attribute `args` on type `Unknown | None` may be missing

sympy/printing/mathml.py

[error] invalid-assignment - :65:9 - Implicit shadowing of function `createTextNode`

sympy/printing/pretty/pretty.py

[error] unresolved-attribute - :66:16 - Type `str` has no attribute `render`
[error] unresolved-attribute - :99:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :110:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :119:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :129:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :140:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :148:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :184:33 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :185:29 - Attribute `left` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :193:33 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :194:29 - Attribute `right` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :202:33 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :203:29 - Attribute `right` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :212:23 - Type `str` has no attribute `width`
[error] unresolved-attribute - :212:40 - Type `str` has no attribute `width`
[error] unresolved-attribute - :214:29 - Type `str` has no attribute `above`
[error] unresolved-attribute - :241:37 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :243:32 - Attribute `left` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :255:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :261:41 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :263:33 - Attribute `right` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :312:29 - Type `str` has no attribute `above`
[error] unresolved-attribute - :312:52 - Type `str` has no attribute `width`
[error] unresolved-attribute - :316:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :322:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :330:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :345:30 - Type `str` has no attribute `left`
[error] unresolved-attribute - :383:32 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :419:31 - Type `str` has no attribute `below`
[error] unresolved-attribute - :436:35 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :443:16 - Type `str` has no attribute `width`
[error] unresolved-attribute - :444:41 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :446:31 - Attribute `right` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :453:17 - Attribute `height` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :465:30 - Attribute `baseline` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :499:29 - Attribute `left` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :516:23 - Type `str` has no attribute `height`
[error] unresolved-attribute - :543:17 - Unresolved attribute `baseline` on type `str`.
[error] invalid-assignment - :553:9 - Object of type `Literal[0] | Unknown` is not assignable to attribute `baseline` on type `str | prettyForm`
[error] invalid-assignment - :554:9 - Object of type `Unknown | int` is not assignable to attribute `binding` on type `str | prettyForm`
[error] unresolved-attribute - :619:35 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :621:13 - Attribute `height` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :647:17 - Attribute `baseline` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :647:42 - Attribute `height` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :648:42 - Attribute `baseline` on type `str | prettyForm` may be missing
[error] invalid-assignment - :661:9 - Object of type `Unknown | Literal[0]` is not assignable to attribute `baseline` on type `str | prettyForm`
[error] invalid-assignment - :663:9 - Object of type `Unknown | int` is not assignable to attribute `binding` on type `str | prettyForm`
[error] unresolved-attribute - :671:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :676:34 - Type `str` has no attribute `right`
[error] unresolved-attribute - :678:34 - Type `str` has no attribute `right`
[error] unresolved-attribute - :774:13 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :774:26 - Type `str` has no attribute `height`
[error] unresolved-attribute - :775:32 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :799:25 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :813:38 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :831:38 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :859:33 - Type `str` has no attribute `parens`
[error] unsupported-operator - :860:17 - Operator `**` is unsupported between objects of type `str | prettyForm` and `prettyForm`
[error] unresolved-attribute - :873:33 - Type `str` has no attribute `parens`
[error] unsupported-operator - :874:17 - Operator `**` is unsupported between objects of type `str | prettyForm` and `prettyForm`
[error] unresolved-attribute - :907:39 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :942:33 - Type `str` has no attribute `parens`
[error] unsupported-operator - :943:17 - Operator `**` is unsupported between objects of type `str | prettyForm` and `str`
[error] unresolved-attribute - :966:38 - Type `str` has no attribute `parens`
[error] unsupported-operator - :971:16 - Operator `**` is unsupported between objects of type `str` and `prettyForm`
[error] unresolved-attribute - :985:25 - Type `str` has no attribute `parens`
[error] unsupported-operator - :994:20 - Operator `/` is unsupported between objects of type `str` and `str`
[error] unsupported-operator - :1002:23 - Operator `/` is unsupported between objects of type `str` and `str`
[error] unresolved-attribute - :1012:35 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1022:17 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :1022:39 - Type `str` has no attribute `height`
[error] unresolved-attribute - :1023:48 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1026:17 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :1026:39 - Type `str` has no attribute `height`
[error] unsupported-operator - :1094:16 - Operator `/` is unsupported between objects of type `str` and `prettyForm`
[error] unresolved-attribute - :1116:9 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :1116:24 - Type `str` has no attribute `height`
[error] unresolved-attribute - :1121:27 - Type `str` has no attribute `right`
[error] invalid-assignment - :1144:9 - Object of type `str` is not assignable to `stringPict`
[error] unresolved-attribute - :1178:31 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :1305:55 - Attribute `width` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :1306:49 - Attribute `width` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :1309:55 - Attribute `width` on type `str | prettyForm` may be missing
[warning] possibly-missing-attribute - :1310:49 - Attribute `width` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :1331:25 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1343:25 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1364:30 - Type `str` has no attribute `left`
[error] unresolved-attribute - :1477:9 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :1477:22 - Type `str` has no attribute `height`
[error] unresolved-attribute - :1493:25 - Type `str` has no attribute `left`
[error] unresolved-attribute - :1529:9 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :1529:22 - Type `str` has no attribute `height`
[error] unresolved-attribute - :1554:25 - Type `str` has no attribute `left`
[error] unresolved-attribute - :1642:38 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1720:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1776:33 - Type `str` has no attribute `right`
[warning] possibly-missing-attribute - :1789:29 - Attribute `parens` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :1837:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1839:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1845:33 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :1879:29 - Attribute `parens` on type `str | Unknown` may be missing
[error] unresolved-attribute - :1885:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :1927:12 - Type `str` has no attribute `binding`
[error] unresolved-attribute - :1928:33 - Type `str` has no attribute `parens`
[warning] possibly-missing-attribute - :1929:29 - Attribute `right` on type `str | prettyForm` may be missing
[error] unresolved-attribute - :1975:43 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2072:31 - Type `str` has no attribute `height`
[error] unresolved-attribute - :2073:18 - Type `str` has no attribute `width`
[error] unresolved-attribute - :2075:32 - Type `str` has no attribute `left`
[error] unresolved-attribute - :2083:12 - Type `str` has no attribute `height`
[error] unsupported-operator - :2084:20 - Operator `**` is unsupported between objects of type `str` and `str`
[error] unresolved-attribute - :2093:22 - Type `str` has no attribute `height`
[error] unresolved-attribute - :2104:36 - Type `str` has no attribute `baseline`
[error] unresolved-attribute - :2106:38 - Type `str` has no attribute `width`
[error] unresolved-attribute - :2107:25 - Type `str` has no attribute `above`
[error] unresolved-attribute - :2125:32 - Type `str` has no attribute `parens`
[error] unsupported-operator - :2127:16 - Operator `**` is unsupported between objects of type `str` and `str`
[error] unsupported-operator - :2168:20 - Operator `**` is unsupported between objects of type `str` and `str`
[error] unresolved-attribute - :2306:36 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2355:34 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2357:28 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2391:37 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2606:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2626:36 - Type `str` has no attribute `width`
[error] unresolved-attribute - :2669:29 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2683:33 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2687:33 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2693:33 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2718:16 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2725:27 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2745:27 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2760:29 - Type `str` has no attribute `right`
[error] unsupported-operator - :2781:16 - Operator `**` is unsupported between objects of type `str` and `str`
[error] unsupported-operator - :2788:16 - Operator `/` is unsupported between objects of type `str` and `str`
[error] unsupported-operator - :2797:16 - Operator `/` is unsupported between objects of type `str` and `str`
[error] unresolved-attribute - :2801:9 - Unresolved attribute `baseline` on type `str`.
[error] unresolved-attribute - :2801:27 - Type `str` has no attribute `height`
[error] unresolved-attribute - :2802:29 - Type `str` has no attribute `right`
[error] unresolved-attribute - :2834:33 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2840:29 - Type `str` has no attribute `left`
[error] unresolved-attribute - :2846:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :2855:29 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :358:39 - Type `str` has no attribute `parens`
[error] unresolved-attribute - :481:38 - Type `str` has no attribute `width`
[error] unresolved-attribute - :482:43 - Type `str` has no attribute `left`
[warning] possibly-missing-attribute - :484:38 - Attribute `width` on type `prettyForm | str` may be missing
[warning] possibly-missing-attribute - :485:43 - Attribute `right` on type `prettyForm | str` may be missing
[error] unresolved-attribute - :1373:39 - Type `str` has no attribute `parens`

sympy/printing/pretty/stringpict.py

[warning] possibly-missing-attribute - :506:26 - Attribute `prettyFunc` on type `Unknown | stringPict` may be missing
[error] unresolved-attribute - :506:26 - Type `stringPict` has no attribute `prettyFunc`
[warning] possibly-missing-attribute - :507:32 - Attribute `prettyFunc` on type `Unknown | stringPict` may be missing
[error] unresolved-attribute - :507:32 - Type `stringPict` has no attribute `prettyFunc`
[warning] possibly-missing-attribute - :508:43 - Attribute `prettyArgs` on type `Unknown | stringPict` may be missing
[error] unresolved-attribute - :508:43 - Type `stringPict` has no attribute `prettyArgs`

sympy/printing/printer.py

[error] unresolved-attribute - :405:16 - Type `Self@__reduce__` has no attribute `__wrapped__`
[error] unresolved-attribute - :408:16 - Type `Self@__call__` has no attribute `__wrapped__`

sympy/printing/pycode.py

[error] missing-argument - :187:17 - No argument provided for required parameter `args` of bound method `_expand_reduce_binary_op`
[error] missing-argument - :188:17 - No argument provided for required parameter `args` of bound method `_expand_reduce_binary_op`
[error] unresolved-attribute - :479:17 - Type `Self@_print_ArrayTensorProduct` has no attribute `_module_format`
[error] unresolved-attribute - :479:37 - Type `Self@_print_ArrayTensorProduct` has no attribute `_module`
[error] unresolved-attribute - :479:58 - Type `Self@_print_ArrayTensorProduct` has no attribute `_einsum`
[error] unresolved-attribute - :481:28 - Type `Self@_print_ArrayTensorProduct` has no attribute `_print`
[error] unresolved-attribute - :490:39 - Type `Self@_print_ArrayContraction` has no attribute `_print`
[error] unresolved-attribute - :493:21 - Type `Self@_print_ArrayContraction` has no attribute `_print`
[error] unresolved-attribute - :499:20 - Type `Self@_print_ArrayContraction` has no attribute `_print`
[error] unresolved-attribute - :501:39 - Type `Self@_print_ArrayContraction` has no attribute `_print`
[error] unresolved-attribute - :503:21 - Type `Self@_print_ArrayContraction` has no attribute `_print`
[error] unresolved-attribute - :505:13 - Type `Self@_print_ArrayContraction` has no attribute `_module_format`
[error] unresolved-attribute - :505:33 - Type `Self@_print_ArrayContraction` has no attribute `_module`
[error] unresolved-attribute - :505:54 - Type `Self@_print_ArrayContraction` has no attribute `_einsum`
[error] unresolved-attribute - :520:18 - Type `Self@_print_ArrayDiagonal` has no attribute `_print`
[error] unresolved-attribute - :522:13 - Type `Self@_print_ArrayDiagonal` has no attribute `_module_format`
[error] unresolved-attribute - :522:33 - Type `Self@_print_ArrayDiagonal` has no attribute `_module`
[error] unresolved-attribute - :522:54 - Type `Self@_print_ArrayDiagonal` has no attribute `_einsum`
[error] unresolved-attribute - :529:13 - Type `Self@_print_PermuteDims` has no attribute `_module_format`
[error] unresolved-attribute - :529:33 - Type `Self@_print_PermuteDims` has no attribute `_module`
[error] unresolved-attribute - :529:54 - Type `Self@_print_PermuteDims` has no attribute `_transpose`
[error] unresolved-attribute - :530:13 - Type `Self@_print_PermuteDims` has no attribute `_print`
[error] unresolved-attribute - :531:13 - Type `Self@_print_PermuteDims` has no attribute `_print`
[error] unresolved-attribute - :535:16 - Type `Self@_print_ArrayAdd` has no attribute `_expand_fold_binary_op`
[error] unresolved-attribute - :535:44 - Type `Self@_print_ArrayAdd` has no attribute `_module`
[error] unresolved-attribute - :535:65 - Type `Self@_print_ArrayAdd` has no attribute `_add`
[error] unresolved-attribute - :539:13 - Type `Self@_print_OneArray` has no attribute `_module_format`
[error] unresolved-attribute - :539:33 - Type `Self@_print_OneArray` has no attribute `_module`
[error] unresolved-attribute - :539:53 - Type `Self@_print_OneArray` has no attribute `_ones`
[error] unresolved-attribute - :540:26 - Type `Self@_print_OneArray` has no attribute `_print`
[error] unresolved-attribute - :545:13 - Type `Self@_print_ZeroArray` has no attribute `_module_format`
[error] unresolved-attribute - :545:33 - Type `Self@_print_ZeroArray` has no attribute `_module`
[error] unresolved-attribute - :545:53 - Type `Self@_print_ZeroArray` has no attribute `_zeros`
[error] unresolved-attribute - :546:26 - Type `Self@_print_ZeroArray` has no attribute `_print`
[error] unresolved-attribute - :552:15 - Type `Self@_print_Assignment` has no attribute `_print`
[error] unresolved-attribute - :553:15 - Type `Self@_print_Assignment` has no attribute `_print`
[error] unresolved-attribute - :557:16 - Type `Self@_print_IndexedBase` has no attribute `_print_ArraySymbol`

sympy/printing/tableform.py

[error] invalid-argument-type - :272:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | int`
[error] unsupported-operator - :302:21 - Operator `+` is unsupported between objects of type `list[Unknown | str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] unsupported-operator - :340:21 - Operator `+` is unsupported between objects of type `list[Unknown | str]` and `(Unknown & ~AlwaysFalsy) | (range & ~AlwaysFalsy)`
[error] no-matching-overload - :341:26 - No overload of bound method `join` matches arguments

sympy/printing/tests/test_smtlib.py

[error] unresolved-attribute - :234:43 - Type `Self@_smtlib` has no attribute `limits`
[error] unresolved-attribute - :238:17 - Type `Self@_smtlib` has no attribute `function`

sympy/printing/theanocode.py

[error] invalid-argument-type - :217:16 - Method `__getitem__` of type `Overload[(key: SupportsIndex | slice[Any, Any, Any], /) -> LiteralString, (key: SupportsIndex | slice[Any, Any, Any], /) -> str]` cannot be called with key of type `tuple[str, str]` on object of type `str`

sympy/sandbox/indexed_integrals.py

[error] unresolved-attribute - :52:29 - Type `Self@doit` has no attribute `_indexed_reverse_repl`

sympy/series/sequences.py

[error] invalid-argument-type - :206:20 - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Self@coeff_mul`
[error] unresolved-attribute - :902:37 - Type `Self@_eval_coeff` has no attribute `cache`
[error] unresolved-attribute - :903:20 - Type `Self@_eval_coeff` has no attribute `cache`
[error] unresolved-attribute - :905:34 - Type `Self@_eval_coeff` has no attribute `cache`
[error] unresolved-attribute - :910:52 - Type `Self@_eval_coeff` has no attribute `cache`
[error] unresolved-attribute - :912:13 - Type `Self@_eval_coeff` has no attribute `cache`
[error] unresolved-attribute - :1123:20 - Type `Basic` has no attribute `coeff`
[error] unresolved-attribute - :1238:20 - Type `Basic` has no attribute `coeff`
[error] unresolved-attribute - :914:16 - Type `Self@_eval_coeff` has no attribute `cache`

sympy/sets/fancysets.py

[error] unresolved-attribute - :1360:16 - Type `Self@_contains` has no attribute `polar`
[error] unresolved-attribute - :1368:14 - Type `Self@_contains` has no attribute `polar`

sympy/sets/sets.py

[error] unresolved-attribute - :807:28 - Type `Basic` has no attribute `evalf`
[error] unresolved-attribute - :1022:36 - Type `Kind` has no attribute `element_kind`
[error] invalid-argument-type - :1025:46 - Argument to function `len` is incorrect: Expected `Sized`, found `Basic`
[error] unresolved-attribute - :1799:20 - Type `Basic` has no attribute `contains`
[error] unresolved-attribute - :1799:43 - Type `Basic` has no attribute `contains`
[error] unresolved-attribute - :1803:12 - Type `Basic` has no attribute `is_subset`
[error] unresolved-attribute - :1811:17 - Type `Basic` has no attribute `as_relational`
[error] unresolved-attribute - :1812:21 - Type `Basic` has no attribute `as_relational`
[error] not-iterable - :1835:18 - Object of type `Basic` is not iterable
[error] unsupported-operator - :1836:16 - Operator `not in` is not supported for types `Unknown` and `Basic`
[error] unresolved-attribute - :2106:21 - Type `Self@_contains` has no attribute `_args_set`
[error] unresolved-attribute - :2206:20 - Type `Self@__eq__` has no attribute `_args_set`
[error] unresolved-attribute - :2260:17 - Type `Basic` has no attribute `as_relational`
[error] unresolved-attribute - :2261:17 - Type `Basic` has no attribute `as_relational`
[error] no-matching-overload - :2273:30 - No overload of function `iter` matches arguments
[error] unsupported-operator - :2278:20 - Operator `in` is not supported for types `Unknown` and `Basic`
[error] unresolved-attribute - :2826:16 - Type `Self@__repr__` has no attribute `element_kind`
[error] unresolved-attribute - :2829:36 - Type `Self@__repr__` has no attribute `element_kind`

sympy/simplify/hyperexpand.py

[error] unresolved-attribute - :503:47 - Type `Self@_hashable_content` has no attribute `ap`
[error] unresolved-attribute - :504:17 - Type `Self@_hashable_content` has no attribute `bq`
[error] unresolved-attribute - :507:22 - Type `Self@__call__` has no attribute `ap`
[error] unresolved-attribute - :507:31 - Type `Self@__call__` has no attribute `bq`
[error] unresolved-attribute - :544:35 - Type `Self@build_invariants` has no attribute `ap`
[error] unresolved-attribute - :544:57 - Type `Self@build_invariants` has no attribute `bq`
[error] unresolved-attribute - :562:28 - Type `Self@difficulty` has no attribute `ap`
[error] unresolved-attribute - :562:37 - Type `Self@difficulty` has no attribute `bq`
[error] unresolved-attribute - :595:18 - Type `Self@_is_suitable_origin` has no attribute `ap`
[error] unresolved-attribute - :596:22 - Type `Self@_is_suitable_origin` has no attribute `bq`
[error] unresolved-attribute - :599:18 - Type `Self@_is_suitable_origin` has no attribute `ap`
[error] unresolved-attribute - :602:18 - Type `Self@_is_suitable_origin` has no attribute `bq`
[error] unresolved-attribute - :627:24 - Type `Self@__call__` has no attribute `an`
[error] unresolved-attribute - :627:33 - Type `Self@__call__` has no attribute `ap`
[error] unresolved-attribute - :627:42 - Type `Self@__call__` has no attribute `bm`
[error] unresolved-attribute - :627:51 - Type `Self@__call__` has no attribute `bq`
[error] unresolved-attribute - :654:37 - Type `Self@compute_buckets` has no attribute `an`
[error] unresolved-attribute - :654:46 - Type `Self@compute_buckets` has no attribute `ap`
[error] unresolved-attribute - :654:55 - Type `Self@compute_buckets` has no attribute `bm`
[error] unresolved-attribute - :654:64 - Type `Self@compute_buckets` has no attribute `bq`
[error] unresolved-attribute - :991:18 - Type `Self@apply` has no attribute `_poly`
[error] unresolved-attribute - :1408:14 - Type `Self@__str__` has no attribute `_a`
[error] unresolved-attribute - :1408:23 - Type `Self@__str__` has no attribute `_b`

sympy/solvers/diophantine/diophantine.py

[error] unsupported-operator - :1155:12 - Operator `%` is unsupported between objects of type `Unknown | int | NegativeInfinity` and `Literal[2]`

sympy/solvers/ode/single.py

[error] non-subscriptable - :2074:12 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :2551:9 - Method `__setitem__` of type `Unknown | None | dict[@Todo, @Todo]` may be missing
[error] non-subscriptable - :2551:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2551:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2554:72 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :2632:18 - Attribute `keys` on type `Unknown | None | dict[@Todo, @Todo]` may be missing
[error] non-subscriptable - :2634:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2641:24 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] unused-ignore-comment - :2647:50 - Unused blanket `type: ignore` directive

sympy/stats/crv.py

[error] unresolved-attribute - :154:16 - Type `Self@__call__` has no attribute `pdf`

sympy/stats/crv_types.py

[error] unsupported-operator - :2634:34 - Operator `<=` is not supported for types `Basic` and `int`, in comparing `Basic` with `Literal[1]`

sympy/stats/drv.py

[error] unresolved-attribute - :33:16 - Type `Self@__call__` has no attribute `pdf`

sympy/stats/frv.py

[error] unresolved-attribute - :253:19 - Type `Self@prob_of` has no attribute `_density`
[error] unresolved-attribute - :346:33 - Type `Self@conditional_space` has no attribute `_density`
[error] unresolved-attribute - :355:17 - Type `Self@sample` has no attribute `value`
[error] unresolved-attribute - :355:29 - Type `Self@sample` has no attribute `distribution`
[error] unresolved-attribute - :429:46 - Type `Basic` has no attribute `low`
[error] unresolved-attribute - :430:18 - Type `Basic` has no attribute `high`
[error] unresolved-attribute - :439:46 - Type `Basic` has no attribute `low`

sympy/stats/joint_rv.py

[error] unsupported-operator - :388:63 - Operator `not in` is not supported for types `Unknown` and `Basic`
[error] not-iterable - :395:101 - Object of type `Basic` is not iterable

sympy/stats/rv.py

[error] invalid-argument-type - :532:51 - Argument to function `conditional_space` is incorrect: Expected `FinitePSpace`, found `Self@conditional_space`

sympy/stats/stochastic_process_types.py

[error] unresolved-attribute - :527:41 - Type `Self@replace_with_index` has no attribute `index_of`
[error] unresolved-attribute - :528:41 - Type `Self@replace_with_index` has no attribute `index_of`
[error] unresolved-attribute - :741:29 - Type `Self@_symbolic_probability & ~DiscreteMarkovChain` has no attribute `generator_matrix`
[warning] unused-ignore-comment - :1365:62 - Unused blanket `type: ignore` directive

sympy/stats/symbolic_multivariate_probability.py

[error] unresolved-attribute - :76:21 - Type `Self@expand` has no attribute `_condition`
[error] unresolved-attribute - :166:21 - Type `Self@expand` has no attribute `_condition`
[error] unresolved-attribute - :262:21 - Type `Self@expand` has no attribute `_condition`
[error] unresolved-attribute - :273:55 - Type `Basic` has no attribute `expand`
[error] unresolved-attribute - :274:55 - Type `Basic` has no attribute `expand`

sympy/stats/symbolic_probability.py

[error] unresolved-attribute - :76:27 - Type `Self@doit` has no attribute `_condition`
[error] unresolved-attribute - :226:21 - Type `Self@expand` has no attribute `_condition`
[error] unresolved-attribute - :254:21 - Type `Self@doit` has no attribute `_condition`
[error] unresolved-attribute - :398:21 - Type `Self@expand` has no attribute `_condition`
[error] unresolved-attribute - :438:39 - Type `Self@_eval_rewrite_as_Integral` has no attribute `_condition`
[error] unresolved-attribute - :516:21 - Type `Self@expand` has no attribute `_condition`
[warning] possibly-missing-attribute - :531:55 - Attribute `expand` on type `Unknown | Basic` may be missing
[warning] possibly-missing-attribute - :532:55 - Attribute `expand` on type `Unknown | Basic` may be missing
[error] unresolved-attribute - :577:55 - Type `Self@_eval_rewrite_as_Integral` has no attribute `_condition`

sympy/tensor/array/arrayop.py

[error] unresolved-attribute - :504:33 - Type `SparseNDimArray & ~DenseNDimArray` has no attribute `_sparse_array`
[error] unresolved-attribute - :505:30 - Type `SparseNDimArray & ~DenseNDimArray` has no attribute `_sparse_array`
[error] invalid-argument-type - :513:31 - 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)`

sympy/tensor/array/dense_ndim_array.py

[error] unresolved-attribute - :124:30 - Type `Self@reshape` has no attribute `_loop_size`
[error] unresolved-attribute - :125:59 - Type `Self@reshape` has no attribute `_loop_size`

sympy/tensor/array/expressions/array_expressions.py

[error] unresolved-attribute - :230:20 - Type `Self@doit` has no attribute `_canonicalize`
[error] call-non-callable - :319:32 - Object of type `object` is not callable
[error] call-non-callable - :378:14 - Object of type `object` is not callable
[error] unresolved-attribute - :886:31 - Type `Self@_push_indices_down_nonstatic` has no attribute `_positions`
[error] unresolved-attribute - :886:61 - Type `Self@_push_indices_down_nonstatic` has no attribute `_positions`
[error] unresolved-attribute - :892:35 - Type `Self@_push_indices_up_nonstatic` has no attribute `_positions`
[error] unresolved-attribute - :1385:19 - Type `Self@_get_contraction_tuples` has no attribute `_mapping`
[warning] unused-ignore-comment - :1871:99 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1872:52 - Unused blanket `type: ignore` directive

sympy/tensor/array/sparse_ndim_array.py

[error] unresolved-attribute - :57:22 - Type `Self@__getitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :62:20 - Type `Self@__getitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :92:27 - Type `Self@tomatrix` has no attribute `_sparse_array`
[error] unresolved-attribute - :99:30 - Type `Self@reshape` has no attribute `_loop_size`
[error] unresolved-attribute - :102:27 - Type `Self@reshape` has no attribute `_sparse_array`
[error] unresolved-attribute - :180:21 - Type `Self@__setitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :181:40 - Type `Self@__setitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :182:21 - Type `Self@__setitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :186:40 - Type `Self@__setitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :187:17 - Type `Self@__setitem__` has no attribute `_sparse_array`
[error] unresolved-attribute - :189:17 - Type `Self@__setitem__` has no attribute `_sparse_array`

sympy/tensor/tensor.py

[error] unresolved-attribute - :2077:16 - Type `Self@__pow__` has no attribute `data`
[error] unresolved-attribute - :2080:20 - Type `Self@__pow__` has no attribute `free`
[error] unresolved-attribute - :2081:22 - Type `Self@__pow__` has no attribute `data`
[error] unresolved-attribute - :2120:16 - Type `Self@fun_eval` has no attribute `substitute_indices`
[error] unresolved-attribute - :2132:20 - Type `Self@get_matrix` has no attribute `rank`
[error] unresolved-attribute - :2133:24 - Type `Self@get_matrix` has no attribute `data`
[error] unresolved-attribute - :2134:27 - Type `Self@get_matrix` has no attribute `data`
[error] unresolved-attribute - :2134:49 - Type `Self@get_matrix` has no attribute `rank`
[error] unresolved-attribute - :2135:20 - Type `Self@get_matrix` has no attribute `rank`
[error] non-subscriptable - :2140:48 - Cannot subscript object of type `Self@get_matrix` with no `__getitem__` method
[error] non-subscriptable - :2144:39 - Cannot subscript object of type `Self@get_matrix` with no `__getitem__` method
[error] unsupported-operator - :2355:44 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :2377:30 - Type `Self@replace_with_arrays` has no attribute `_extract_data`
[error] unresolved-attribute - :2385:15 - Type `Self@_check_add_Sum` has no attribute `dum`
[error] unresolved-attribute - :2623:22 - Type `Basic` has no attribute `substitute_indices`
[error] unresolved-attribute - :2643:24 - Type `Basic` has no attribute `coeff`
[error] unresolved-attribute - :2667:17 - Type `TensExpr` has no attribute `contract_delta`
[error] unresolved-attribute - :2696:23 - Type `TensExpr` has no attribute `substitute_indices`
[error] unresolved-attribute - :2712:13 - Type `TensExpr` has no attribute `_extract_data`
[error] unresolved-attribute - :2757:37 - Type `TensExpr` has no attribute `_eval_partial_derivative`
[error] unresolved-attribute - :2760:37 - Type `Basic & ~TensExpr` has no attribute `_eval_derivative`
[error] unresolved-attribute - :3040:12 - Type `Self@canon_bp` has no attribute `is_canon_bp`
[error] unresolved-attribute - :3618:23 - Type `Self@doit` has no attribute `_is_canon_bp`
[error] unresolved-attribute - :3703:28 - Type `TensExpr` has no attribute `ext_rank`
[error] unresolved-attribute - :3705:24 - Type `TensExpr` has no attribute `ext_rank`
[error] unresolved-attribute - :3774:16 - Type `Self@get_indices` has no attribute `_indices`
[error] unsupported-operator - :3836:31 - Operator `*` is unsupported between objects of type `Literal[1]` and `Tensor`
[error] unsupported-operator - :3839:17 - Operator `*=` is unsupported between objects of type `Literal[1]` and `Basic & ~Tensor`
[error] unresolved-attribute - :3849:57 - Type `Self@__neg__` has no attribute `_is_canon_bp`
[error] unsupported-operator - :3864:27 - Unary operator `-` is unsupported for type `Basic`
[error] unresolved-attribute - :3935:12 - Type `Self@canon_bp` has no attribute `_is_canon_bp`
[error] invalid-assignment - :4036:13 - Method `__setitem__` of type `Overload[(key: SupportsIndex, value: Basic, /) -> None, (key: slice[Any, Any, Any], value: Iterable[Basic], /) -> None]` cannot be called with a key of type `@Todo` and a value of type `Literal[1]` on object of type `list[Basic]`
[error] unresolved-attribute - :4164:23 - Type `TensExpr` has no attribute `substitute_indices`
[error] unresolved-attribute - :4185:38 - Type `TensExpr` has no attribute `_extract_data`
[error] unresolved-attribute - :4314:21 - Type `TensExpr` has no attribute `_eval_partial_derivative`
[error] unresolved-attribute - :4318:25 - Type `Basic & ~TensExpr` has no attribute `_eval_derivative`
[error] unresolved-attribute - :4566:16 - Type `Self@get_free_indices` has no attribute `_free_indices`
[error] unresolved-attribute - :4762:16 - Type `Self@matches` has no attribute `_component`

sympy/testing/runtests.py

[error] unresolved-attribute - :1627:12 - Type `Self@_find` has no attribute `_verbose`
[error] unresolved-attribute - :1646:16 - Type `Self@_find` has no attribute `_recurse`
[error] unresolved-attribute - :1659:28 - Type `Self@_find` has no attribute `_from_module`
[error] unresolved-attribute - :1701:21 - Type `Self@_find` has no attribute `_from_module`
[error] unresolved-attribute - :1712:28 - Type `Self@_find` has no attribute `_from_module`
[error] unresolved-attribute - :1754:12 - Type `Self@_get_test` has no attribute `_exclude_empty`
[error] unresolved-attribute - :1774:22 - Type `Self@_get_test` has no attribute `_find_lineno`
[error] unresolved-attribute - :1789:16 - Type `Self@_get_test` has no attribute `_parser`
[error] unresolved-attribute - :1841:22 - Type `Self@run` has no attribute `_fakeout`
[error] unresolved-attribute - :1856:30 - Type `Self@run` has no attribute `__patched_linecache_getlines`
[error] unresolved-attribute - :1861:24 - Type `Self@run` has no attribute `__run`

sympy/utilities/autowrap.py

[error] unresolved-attribute - :163:13 - Type `Self@wrap_code` has no attribute `_prepare_files`
[error] unresolved-attribute - :177:16 - Type `Self@wrap_code` has no attribute `_get_wrapped_function`
[error] unresolved-attribute - :180:19 - Type `Self@_process_files` has no attribute `command`

sympy/utilities/codegen.py

[warning] possibly-missing-attribute - :542:16 - Attribute `indent_code` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :546:19 - Attribute `_settings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :548:13 - Attribute `_settings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :551:13 - Attribute `_settings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :556:12 - Attribute `_settings` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :557:24 - Attribute `doprint` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :559:50 - Attribute `doprint` on type `Unknown | None` may be missing
[error] unresolved-attribute - :778:28 - Type `Self@write` has no attribute `dump_fns`
[error] unresolved-attribute - :784:28 - Type `Self@write` has no attribute `dump_fns`
[error] unresolved-attribute - :820:22 - Type `Self@dump_code` has no attribute `_preprocessor_statements`
[error] unresolved-attribute - :825:31 - Type `Self@dump_code` has no attribute `_get_routine_opening`
[error] unresolved-attribute - :826:31 - Type `Self@dump_code` has no attribute `_declare_arguments`
[error] unresolved-attribute - :827:31 - Type `Self@dump_code` has no attribute `_declare_globals`
[error] unresolved-attribute - :828:31 - Type `Self@dump_code` has no attribute `_declare_locals`
[error] unresolved-attribute - :831:31 - Type `Self@dump_code` has no attribute `_call_printer`
[error] unresolved-attribute - :834:31 - Type `Self@dump_code` has no attribute `_get_routine_ending`
[error] unresolved-attribute - :839:34 - Type `Self@dump_code` has no attribute `_get_header`
[warning] possibly-missing-attribute - :913:20 - Attribute `doprint` on type `Unknown | None | C89CodePrinter` may be missing
[error] invalid-argument-type - :924:27 - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[Unknown | str]`
[warning] possibly-missing-attribute - :1880:20 - Attribute `doprint` on type `Unknown | None | RustCodePrinter` may be missing

sympy/vector/basisdependent.py

[error] unresolved-attribute - :54:16 - Type `Self@__neg__` has no attribute `_mul_func`
[error] unresolved-attribute - :76:21 - Type `Self@evalf` has no attribute `components`
[error] unresolved-attribute - :93:36 - Type `Self@simplify` has no attribute `components`
[error] unresolved-attribute - :94:16 - Type `Self@simplify` has no attribute `_add_func`
[error] unresolved-attribute - :107:36 - Type `Self@trigsimp` has no attribute `components`
[error] unresolved-attribute - :108:16 - Type `Self@trigsimp` has no attribute `_add_func`
[error] unresolved-attribute - :123:44 - Type `Self@_eval_Integral` has no attribute `components`
[error] unresolved-attribute - :124:16 - Type `Self@_eval_Integral` has no attribute `_add_func`
[error] unresolved-attribute - :146:36 - Type `Self@factor` has no attribute `components`
[error] unresolved-attribute - :147:16 - Type `Self@factor` has no attribute `_add_func`
[error] unresolved-attribute - :157:29 - Type `Self@as_coeff_add` has no attribute `components`
[error] unresolved-attribute - :157:57 - Type `Self@as_coeff_add` has no attribute `components`
[error] unresolved-attribute - :171:36 - Type `Self@diff` has no attribute `components`
[error] unresolved-attribute - :172:16 - Type `Self@diff` has no attribute `_add_func`
[error] unresolved-attribute - :178:28 - Type `Self@doit` has no attribute `components`
[error] unresolved-attribute - :179:37 - Type `Self@doit` has no attribute `components`
[error] unresolved-attribute - :180:16 - Type `Self@doit` has no attribute `_add_func`
[error] unresolved-attribute - :306:38 - Type `Self@_sympystr` has no attribute `_measure_number`
[error] unresolved-attribute - :310:51 - Type `Self@_sympystr` has no attribute `_base_instance`
[error] unresolved-attribute - :328:16 - Type `Self@__hash__` has no attribute `_hash`

sympy/vector/coordsysrect.py

[error] unresolved-attribute - :255:16 - Type `Self@_sympystr` has no attribute `_name`
[error] unresolved-attribute - :335:21 - Type `Self@_calculate_inv_trans_equations` has no attribute `_transformation`
[error] unresolved-attribute - :397:25 - Type `Self@_inverse_rotation_matrix` has no attribute `_parent_rotation_matrix`
[error] unresolved-attribute - :452:16 - Type `Self@base_vectors` has no attribute `_base_vectors`
[error] unresolved-attribute - :455:16 - Type `Self@base_scalars` has no attribute `_base_scalars`
[error] unresolved-attribute - :458:16 - Type `Self@lame_coefficients` has no attribute `_lame_coefficients`
[error] unresolved-attribute - :461:16 - Type `Self@transformation_to_parent` has no attribute `_transformation_lambda`
[error] unresolved-attribute - :464:12 - Type `Self@transformation_from_parent` has no attribute `_parent`
[error] unresolved-attribute - :468:30 - Type `Self@transformation_from_parent` has no attribute `_parent`
[error] unresolved-attribute - :513:23 - Type `Self@rotation_matrix` has no attribute `_parent`
[error] unresolved-attribute - :514:20 - Type `Self@rotation_matrix` has no attribute `_parent_rotation_matrix`
[error] unresolved-attribute - :618:30 - Type `Self@locate_new` has no attribute `_variable_names`
[error] unresolved-attribute - :620:28 - Type `Self@locate_new` has no attribute `_vector_names`
[error] unresolved-attribute - :693:30 - Type `Self@orient_new` has no attribute `_variable_names`
[error] unresolved-attribute - :695:28 - Type `Self@orient_new` has no attribute `_vector_names`
[error] unresolved-attribute - :762:30 - Type `Self@orient_new_axis` has no attribute `_variable_names`
[error] unresolved-attribute - :764:28 - Type `Self@orient_new_axis` has no attribute `_vector_names`

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

tornado/locale.py

[error] invalid-return-type - :445:20 - Return type does not match returned value: expected `bool`, found `str`
[error] invalid-return-type - :451:20 - Return type does not match returned value: expected `bool`, found `str`

tornado/options.py

[error] invalid-argument-type - :580:46 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | datetime | timedelta | bool | str`
[error] unsupported-operator - :580:50 - Operator `+` is unsupported between objects of type `Unknown | datetime | timedelta | bool | str` and `Literal[1]`

tornado/test/testing_test.py

[warning] possibly-missing-attribute - :105:26 - Attribute `url` on type `Unknown | None | HTTPRequest` may be missing
[warning] possibly-missing-attribute - :113:26 - Attribute `url` on type `Unknown | None | HTTPRequest` may be missing

tornado/auth.py

[warning] unused-ignore-comment - :127:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :154:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :350:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :406:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :456:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :605:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :616:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1055:52 - Unused blanket `type: ignore` directive

tornado/httpserver.py

[warning] unused-ignore-comment - :392:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :407:54 - Unused blanket `type: ignore` directive

tornado/test/template_test.py

[warning] possibly-unresolved-reference - :264:40 - Name `exc_stack` used when possibly not defined

tornado/curl_httpclient.py

[warning] possibly-missing-attribute - :89:9 - Attribute `stop` on type `Unknown | PeriodicCallback | None` may be missing
[warning] possibly-missing-attribute - :94:9 - Attribute `close` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :158:36 - Attribute `socket_action` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :170:36 - Attribute `socket_action` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :190:23 - Attribute `timeout` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :200:36 - Attribute `socket_all` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :212:40 - Attribute `info_read` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :257:21 - Attribute `add_handle` on type `Unknown | CurlMulti | None` may be missing
[warning] possibly-missing-attribute - :270:9 - Attribute `remove_handle` on type `Unknown | CurlMulti | None` may be missing

tornado/gen.py

[error] invalid-argument-type - :808:25 - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[Any] | Future[Any]`, found `Unknown | Future[_T@__init__] | None`
[error] invalid-argument-type - :815:41 - Argument to function `future_set_exc_info` is incorrect: Expected `Future[Unknown] | Future[Unknown]`, found `Unknown | Future[_T@__init__] | None`

tornado/http1connection.py

[warning] possibly-missing-attribute - :191:29 - Attribute `read_until_regex` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :199:25 - Attribute `io_loop` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :299:23 - Attribute `write` on type `Unknown | IOStream | None` may be missing
[error] invalid-return-type - :368:16 - Return type does not match returned value: expected `IOStream`, found `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :458:12 - Attribute `closed` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :467:35 - Attribute `write` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :476:17 - Attribute `close` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :495:12 - Attribute `closed` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :501:35 - Attribute `write` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :510:21 - Attribute `closed` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :512:13 - Attribute `close` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :518:20 - Attribute `closed` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :519:39 - Attribute `write` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :531:9 - Attribute `set_nodelay` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :544:13 - Attribute `io_loop` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :577:9 - Attribute `set_nodelay` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :650:26 - Attribute `read_bytes` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :664:35 - Attribute `read_until` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :670:30 - Attribute `read_bytes` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :681:31 - Attribute `read_bytes` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :691:26 - Attribute `read_bytes` on type `Unknown | IOStream | None` may be missing
[warning] possibly-missing-attribute - :697:22 - Attribute `read_until_close` on type `Unknown | IOStream | None` may be missing

tornado/httpclient.py

[warning] unused-ignore-comment - :513:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :525:27 - Unused blanket `type: ignore` directive

tornado/httputil.py

[error] invalid-argument-type - :538:41 - Argument to function `parse_qs_bytes` is incorrect: Expected `str | bytes`, found `Unknown | None | str`
[warning] unused-ignore-comment - :567:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :601:64 - Unused blanket `type: ignore` directive

tornado/ioloop.py

[error] invalid-argument-type - :596:33 - Argument to bound method `call_at` is incorrect: Expected `int | float`, found `(int & Real) | (float & Real) | (timedelta & Real)`

tornado/iostream.py

[error] invalid-argument-type - :530:25 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[warning] possibly-missing-attribute - :533:13 - Attribute `append` on type `Unknown | _StreamBuffer | None` may be missing
[error] invalid-argument-type - :949:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[warning] possibly-missing-attribute - :962:46 - Attribute `peek` on type `Unknown | _StreamBuffer | None` may be missing
[warning] possibly-missing-attribute - :965:17 - Attribute `advance` on type `Unknown | _StreamBuffer | None` may be missing
[error] invalid-return-type - :1101:16 - Return type does not match returned value: expected `int | _Selectable`, found `Unknown | socket | None`
[warning] possibly-missing-attribute - :1104:9 - Attribute `close` on type `Unknown | socket | None` may be missing
[warning] possibly-missing-attribute - :1108:17 - Attribute `getsockopt` on type `Unknown | socket | None` may be missing
[warning] possibly-missing-attribute - :1113:20 - Attribute `recv_into` on type `Unknown | socket | None` may be missing
[error] invalid-argument-type - :1250:37 - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | socket | None`
[error] invalid-argument-type - :1253:13 - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | socket | None`
[warning] possibly-missing-attribute - :1272:19 - Attribute `getsockopt` on type `Unknown | socket | None` may be missing
[warning] possibly-missing-attribute - :1287:21 - Attribute `fileno` on type `Unknown | socket | None` may be missing
[error] invalid-argument-type - :1295:48 - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[Self@_handle_connect] | Future[Self@_handle_connect]`, found `(Unknown & ~None) | Future[IOStream]`
[warning] possibly-missing-attribute - :1343:13 - Attribute `getpeername` on type `Unknown | None | SSLSocket` may be missing
[warning] possibly-missing-attribute - :1363:13 - Attribute `do_handshake` on type `Unknown | None | SSLSocket` may be missing
[warning] possibly-missing-attribute - :1375:28 - Attribute `getpeername` on type `Unknown | None | SSLSocket` may be missing
[warning] possibly-missing-attribute - :1379:47 - Attribute `fileno` on type `Unknown | None | SSLSocket` may be missing
[error] invalid-argument-type - :1461:37 - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | None | SSLSocket`
[error] invalid-argument-type - :1466:13 - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | None | SSLSocket`
[warning] possibly-missing-attribute - :1542:24 - Attribute `recv_into` on type `Unknown | None | SSLSocket` may be missing
[warning] unused-ignore-comment - :1121:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1513:44 - Unused blanket `type: ignore` directive

tornado/netutil.py

[warning] possibly-missing-attribute - :476:13 - Attribute `shutdown` on type `Unknown | Executor | None` may be missing

tornado/queues.py

[error] invalid-argument-type - :175:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | deque[Unknown]`
[warning] possibly-missing-attribute - :310:16 - Attribute `popleft` on type `Unknown | None | deque[Unknown]` may be missing
[warning] possibly-missing-attribute - :313:9 - Attribute `append` on type `Unknown | None | deque[Unknown]` may be missing
[error] invalid-argument-type - :382:24 - Argument to function `heappush` is incorrect: Expected `list[_T@_put]`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - :385:30 - Argument to function `heappop` is incorrect: Expected `list[_T@_get]`, found `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :419:9 - Attribute `append` on type `Unknown | None | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :422:16 - Attribute `pop` on type `Unknown | None | list[Unknown]` may be missing

tornado/routing.py

[error] no-matching-overload - :582:17 - No overload of bound method `match` matches arguments
[error] no-matching-overload - :582:17 - No overload of bound method `match` matches arguments

tornado/simple_httpclient.py

[error] invalid-argument-type - :518:46 - Argument is incorrect: Expected `(bytes, /) -> None`, found `Unknown | (bound method HTTP1Connection.write(chunk: bytes) -> Future[None])`
[error] call-non-callable - :667:45 - Object of type `None` is not callable
[warning] unused-ignore-comment - :650:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :661:62 - Unused blanket `type: ignore` directive

tornado/test/httpclient_test.py

[error] unresolved-attribute - :813:19 - Unresolved attribute `port` on type `Self@setUp`.
[error] unresolved-attribute - :815:13 - Unresolved attribute `server` on type `Self@setUp`.
[error] unresolved-attribute - :816:13 - Type `Self@setUp` has no attribute `server`
[error] unresolved-attribute - :831:13 - Type `Self@tearDown` has no attribute `server`
[error] unresolved-attribute - :840:23 - Type `Self@tearDown` has no attribute `server`
[error] unresolved-attribute - :855:43 - Type `Self@get_url` has no attribute `port`

tornado/test/httpserver_test.py

[error] unresolved-attribute - :1513:13 - Unresolved attribute `http1` on type `Self@get_app`.
[error] unresolved-attribute - :1514:20 - Type `Self@get_app` has no attribute `http1`
[error] unresolved-attribute - :1533:16 - Type `Self@test_legacy_interface` has no attribute `http1`

tornado/test/ioloop_test.py

[error] unresolved-attribute - :64:13 - Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :68:13 - Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :71:13 - Unresolved attribute `start_time` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :75:45 - Type `Self@test_add_callback_wakeup` has no attribute `start_time`
[error] unresolved-attribute - :76:25 - Type `Self@test_add_callback_wakeup` has no attribute `called`
[error] unresolved-attribute - :82:13 - Unresolved attribute `stop_time` on type `Self@test_add_callback_wakeup_other_thread`.
[error] unresolved-attribute - :88:31 - Type `Self@test_add_callback_wakeup_other_thread` has no attribute `stop_time`
[error] unresolved-attribute - :466:17 - Unresolved attribute `current_io_loop` on type `Self@test_non_current`.
[error] unresolved-attribute - :472:27 - Type `Self@test_non_current` has no attribute `current_io_loop`
[warning] unused-ignore-comment - :53:67 - Unused blanket `type: ignore` directive

tornado/test/netutil_test.py

[warning] possibly-missing-attribute - :116:9 - Attribute `close` on type `Unknown | None | ThreadedResolver` may be missing

tornado/test/simple_httpclient_test.py

[warning] possibly-missing-attribute - :265:25 - Attribute `url` on type `Unknown | None | HTTPRequest` may be missing
[warning] possibly-missing-attribute - :285:29 - Attribute `url` on type `Unknown | None | HTTPRequest` may be missing
[warning] possibly-missing-attribute - :288:38 - Attribute `method` on type `Unknown | None | HTTPRequest` may be missing

tornado/test/web_test.py

[warning] possibly-missing-attribute - :259:25 - Attribute `done` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :264:25 - Attribute `done` on type `Unknown | None` may be missing
[warning] unused-ignore-comment - :2646:57 - Unused blanket `type: ignore` directive

tornado/testing.py

[warning] unused-ignore-comment - :162:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :169:51 - Unused blanket `type: ignore` directive

tornado/web.py

[warning] possibly-missing-attribute - :329:20 - Attribute `done` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :330:17 - Attribute `set_exception` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :331:17 - Attribute `exception` on type `Unknown | None` may be missing
[error] no-matching-overload - :1165:9 - No overload of bound method `update` matches arguments
[error] not-iterable - :1204:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable
[error] not-iterable - :1229:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable
[error] invalid-await - :1841:27 - `Unknown | None` is not awaitable
[error] invalid-assignment - :1944:17 - Object of type `dict[Unknown, Unknown]` is not assignable to attribute `_active_modules` on type `Self@_ui_module & ~<Protocol with members '_active_modules'>`
[error] unresolved-attribute - :1945:28 - Type `Self@_ui_module` has no attribute `_active_modules`
[error] unresolved-attribute - :1946:17 - Type `Self@_ui_module` has no attribute `_active_modules`
[error] unresolved-attribute - :1947:24 - Type `Self@_ui_module` has no attribute `_active_modules`
[warning] possibly-missing-attribute - :2449:13 - Attribute `append` on type `Unknown | list[Unknown] | None` may be missing
[error] invalid-argument-type - :2454:48 - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[None] | Future[None]`, found `Unknown | None`
[error] invalid-argument-type - :2458:42 - Argument to bound method `join` is incorrect: Expected `Iterable[@Todo]`, found `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :2962:20 - Attribute `endswith` on type `Unknown | None | str` may be missing
[warning] possibly-missing-attribute - :2963:20 - Attribute `startswith` on type `Unknown | None | str` may be missing
[error] unsupported-operator - :2972:31 - Operator `+` is unsupported between objects of type `Unknown | None | str` and `Literal["/"]`
[warning] unused-ignore-comment - :239:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1286:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1309:50 - Unused blanket `type: ignore` directive

tornado/websocket.py

[warning] possibly-missing-attribute - :1086:16 - Attribute `write` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1137:22 - Attribute `read_bytes` on type `Unknown | None | IOStream` may be missing
[error] invalid-argument-type - :1220:51 - Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Any | None`
[warning] possibly-missing-attribute - :1278:20 - Attribute `closed` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1294:17 - Attribute `io_loop` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1296:13 - Attribute `close` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1300:29 - Attribute `io_loop` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1301:17 - Attribute `io_loop` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1314:16 - Attribute `closed` on type `Unknown | None | IOStream` may be missing
[warning] possibly-missing-attribute - :1317:9 - Attribute `set_nodelay` on type `Unknown | None | IOStream` may be missing

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

src/trio/_core/_ki.py

[error] invalid-parameter-default - :131:13 - Default value of type `ReferenceType[Self@__init__]` is not assignable to annotated parameter type `ReferenceType[WeakKeyIdentityDictionary[_KT@WeakKeyIdentityDictionary, _VT@WeakKeyIdentityDictionary]]`

src/trio/_highlevel_generic.py

[error] unresolved-attribute - :115:26 - Type `SendStreamT@StapledStream` has no attribute `send_eof`
[error] invalid-return-type - :122:16 - Return type does not match returned value: expected `bytes`, found `bytes | bytearray`

src/trio/_core/_run.py

[warning] unused-ignore-comment - :1628:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2014:38 - Unused blanket `type: ignore` directive

src/trio/_file_io.py

[error] invalid-super-argument - :260:21 - `Self@__dir__` is not an instance or subclass of `<class 'AsyncIOWrapper'>` in `super(<class 'AsyncIOWrapper'>, Self@__dir__)` call

src/trio/_socket.py

[warning] possibly-missing-attribute - :878:20 - Attribute `share` on type `Unknown | socket` may be missing

src/trio/_ssl.py

[error] invalid-super-argument - :442:13 - `Self@__setattr__` is not an instance or subclass of `<class 'SSLStream'>` in `super(<class 'SSLStream'>, Self@__setattr__)` call
[error] invalid-super-argument - :445:21 - `Self@__dir__` is not an instance or subclass of `<class 'SSLStream'>` in `super(<class 'SSLStream'>, Self@__dir__)` call

src/trio/_sync.py

[warning] deprecated - :140:18 - The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)
[error] invalid-argument-type - :656:36 - Argument to function `remove_parking_lot_breaker` is incorrect: Expected `Task`, found `Task | None`

src/trio/_threads.py

[error] invalid-argument-type - :191:58 - Argument is incorrect: Expected `bool`, found `Self@run_in_host_task`
[error] invalid-argument-type - :248:58 - Argument is incorrect: Expected `bool`, found `Self@run_in_host_task`

src/trio/testing/_fake_net.py

[warning] unused-ignore-comment - :95:33 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :330:56 -
Old: Argument to bound method `from_python_sockaddr` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `None | Unknown`
New: Argument to bound method `from_python_sockaddr` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `None | tuple[str, int]`

src/trio/testing/_raises_group.py

[error] invalid-super-argument - :311:9 - `Self@__init__` is not an instance or subclass of `<class 'Matcher'>` in `super(<class 'Matcher'>, Self@__init__)` call
[error] unsupported-operator - :720:17 - Operator `+=` is unsupported between objects of type `None` and `str`

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

src/urllib3/_collections.py

[error] invalid-super-argument - :87:9 - `Self@__init__` is not an instance or subclass of `<class 'RecentlyUsedContainer'>` in `super(<class 'RecentlyUsedContainer'>, Self@__init__)` call
[error] invalid-argument-type - :357:26 - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :357:31 - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-return-type - :437:16 - Return type does not match returned value: expected `Self@copy`, found `HTTPHeaderDict`
[error] invalid-return-type - :487:16 - Return type does not match returned value: expected `Self@__ror__`, found `HTTPHeaderDict`

src/urllib3/_request_methods.py

[error] invalid-argument-type - :182:42 - Argument to bound method `urlopen` is incorrect: Expected `bool`, found `Any | Mapping[str, str] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :182:42 - Argument to bound method `urlopen` is incorrect: Expected `str | None`, found `Any | Mapping[str, str] | dict[Unknown, Unknown]`
[error] invalid-argument-type - :278:42 - Argument to bound method `urlopen` is incorrect: Expected `bool`, found `Any | HTTPHeaderDict`
[error] invalid-argument-type - :278:42 - Argument to bound method `urlopen` is incorrect: Expected `str | None`, found `Any | HTTPHeaderDict`

src/urllib3/connection.py

[warning] possibly-missing-attribute - :560:9 - Attribute `settimeout` on type `socket | @Todo | None` may be missing
[warning] unused-ignore-comment - :256:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :260:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :269:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :271:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :298:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :311:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :315:87 - Unused blanket `type: ignore` directive

src/urllib3/contrib/emscripten/fetch.py

[warning] possibly-missing-attribute - :177:46 - Attribute `slice` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :191:20 - Attribute `subarray` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :359:9 - Attribute `cancel` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :378:13 - Attribute `read` on type `Unknown | None` may be missing
[error] invalid-argument-type - :404:43 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :398:32 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :400:34 - Cannot subscript object of type `None` with no `__getitem__` method

src/urllib3/http2/connection.py

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

src/urllib3/poolmanager.py

[warning] possibly-missing-attribute - :483:27 - Attribute `copy` on type `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict` may be missing
[warning] unused-ignore-comment - :615:91 - Unused blanket `type: ignore` directive

src/urllib3/response.py

[error] unsupported-operator - :74:9 - Operator `+=` is unsupported between objects of type `None` and `bytes & ~AlwaysFalsy`
[error] invalid-argument-type - :85:40 - Argument to bound method `decompress` is incorrect: Expected `bytes`, found `Unknown | bytes | None`
[warning] unused-ignore-comment - :1147:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1163:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1165:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1168:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1172:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1173:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1177:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1178:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1219:38 - Unused blanket `type: ignore` directive

src/urllib3/util/retry.py

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

src/urllib3/util/ssltransport.py

[error] invalid-argument-type - :108:31 - Argument to bound method `send` is incorrect: Expected `bytes`, found `memoryview[Unknown]`
[warning] unused-ignore-comment - :145:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :207:42 - Unused blanket `type: ignore` directive

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

references/segmentation/utils.py

[warning] possibly-missing-attribute - :81:9 - Attribute `zero_` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :84:13 - Attribute `float` on type `Unknown | None` may be missing

test/datasets_utils.py

[warning] possibly-missing-attribute - :656:28 - Attribute `__name__` on type `Unknown | None` may be missing

test/test_datasets.py

[error] invalid-argument-type - :461:37 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[@Todo, ...] | tuple[str] | int`
[error] invalid-argument-type - :461:74 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[@Todo, ...] | tuple[str] | int`
[error] invalid-argument-type - :468:19 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | tuple[@Todo, ...] | tuple[str] | int`
[error] unsupported-operator - :480:30 - Operator `-` is unsupported between objects of type `Unknown | str | tuple[@Todo, ...] | tuple[str] | int` and `Literal[1]`
[error] invalid-argument-type - :481:30 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | str | tuple[@Todo, ...] | tuple[str] | int`
[error] invalid-argument-type - :3158:21 - Argument to function `_make_scene_folder` is incorrect: Expected `str`, found `Unknown | Path`
[error] invalid-argument-type - :3425:49 - Argument to function `_create_scene_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :3429:58 - Argument to function `_create_annotation_folder` is incorrect: Expected `str`, found `Path`

test/test_transforms_v2.py

[error] invalid-argument-type - :985:55 - Argument to function `resize` is incorrect: Expected `list[int] | None`, found `Unknown | int | list[Unknown | int] | ... omitted 3 union elements`
[error] invalid-argument-type - :4535:44 - Argument to function `resized_crop` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - :4535:64 - Argument to function `resized_crop` is incorrect: Expected `list[int]`, found `Unknown | tuple[Literal[19], Literal[32]]`

torchvision/models/quantization/googlenet.py

[error] parameter-already-assigned - :78:20 - Multiple values provided for parameter `blocks` of bound method `__init__`
[warning] unused-ignore-comment - :42:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :53:79 - Unused blanket `type: ignore` directive

torchvision/models/quantization/inception.py

[error] parameter-already-assigned - :129:13 - Multiple values provided for parameter `inception_blocks` of bound method `__init__`
[warning] unused-ignore-comment - :44:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :55:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :66:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :77:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :122:79 - Unused blanket `type: ignore` directive

torchvision/models/quantization/mobilenetv3.py

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

torchvision/models/quantization/shufflenetv2.py

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

torchvision/prototype/datasets/_builtin/caltech.py

[warning] unused-ignore-comment - :84:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :95:68 - Unused blanket `type: ignore` directive

torchvision/prototype/datasets/_builtin/imagenet.py

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

torchvision/prototype/tv_tensors/_label.py

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

torchvision/transforms/transforms.py

[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `InterpolationMode`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `list[int | float] | None`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `list[int | float]`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `list[int] | None`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1529:30 - Argument to function `affine` is incorrect: Expected `list[int]`, found `int | float | tuple[int | float, int | float] | @Todo`

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

src/websockets/asyncio/connection.py

[error] parameter-already-assigned - :1009:13 - Multiple values provided for parameter `pause` of bound method `__init__`
[error] parameter-already-assigned - :1010:13 - Multiple values provided for parameter `resume` of bound method `__init__`

src/websockets/legacy/server.py

[error] invalid-argument-type - :607:34 -
Old: Argument to bound method `__init__` is incorrect: Expected `bytes`, found `@Todo | Literal[HTTPStatus.SERVICE_UNAVAILABLE, b"Server is shutting down.\n"] | list[Unknown]`
New: Argument to bound method `__init__` is incorrect: Expected `bytes`, found `@Todo | bytes | Literal[HTTPStatus.SERVICE_UNAVAILABLE] | list[Unknown]`

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

src/werkzeug/middleware/lint.py

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

src/werkzeug/routing/converters.py

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

src/werkzeug/routing/map.py

[warning] unused-ignore-comment - :737:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :738:54 - Unused blanket `type: ignore` directive

src/werkzeug/_internal.py

[warning] unused-ignore-comment - :165:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :173:38 - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/headers.py

[error] invalid-return-type - :88:16 - Return type does not match returned value: expected `str | tuple[str, str] | Self@__getitem__`, found `Headers`
[error] invalid-argument-type - :522:38 - Argument to bound method `setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - :524:34 - Argument to bound method `set` is incorrect: Expected `str`, found `object`
[error] invalid-return-type - :569:16 - Return type does not match returned value: expected `Self@copy`, found `Headers`
[error] invalid-argument-type - :518:34 - Argument to bound method `setlist` is incorrect: Expected `str`, found `object`

src/werkzeug/datastructures/mixins.py

[error] invalid-super-argument - :287:9 - `Self@__setitem__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__setitem__)` call
[error] invalid-super-argument - :291:9 - `Self@__delitem__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__delitem__)` call
[error] invalid-super-argument - :295:9 - `Self@clear` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@clear)` call
[error] invalid-super-argument - :299:16 - `Self@popitem` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@popitem)` call
[error] invalid-super-argument - :309:13 - `Self@update` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@update)` call
[error] invalid-super-argument - :311:13 - `Self@update` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@update)` call
[error] invalid-super-argument - :317:16 - `Self@__ior__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__ior__)` call
[warning] unused-ignore-comment - :36:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :40:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :151:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :154:40 - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/range.py

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

src/werkzeug/datastructures/structures.py

[error] invalid-super-argument - :191:13 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :216:9 - `Self@__setstate__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__setstate__)` call
[error] invalid-super-argument - :217:9 - `Self@__setstate__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__setstate__)` call
[error] invalid-super-argument - :224:16 - `Self@__iter__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__iter__)` call
[error] invalid-super-argument - :235:19 - `Self@__getitem__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__getitem__)` call
[error] invalid-return-type - :394:16 - Return type does not match returned value: expected `Self@copy`, found `MultiDict[K@MultiDict, V@MultiDict]`
[error] invalid-return-type - :398:16 - Return type does not match returned value: expected `Self@deepcopy`, found `MultiDict[K@MultiDict, V@MultiDict]`
[error] invalid-super-argument - :617:9 - `Self@__init__` is not an instance or subclass of `<class '_OrderedMultiDict'>` in `super(<class '_OrderedMultiDict'>, Self@__init__)` call
[error] invalid-argument-type - :644:30 - Argument to bound method `getlist` is incorrect: Expected `Never`, found `K@_OrderedMultiDict`
[error] invalid-super-argument - :843:9 - `Self@__init__` is not an instance or subclass of `<class 'CombinedMultiDict'>` in `super(<class 'CombinedMultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :1018:9 - `Self@__init__` is not an instance or subclass of `<class '_ImmutableOrderedMultiDict'>` in `super(<class '_ImmutableOrderedMultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :1049:13 - `Self@__init__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__init__)` call
[error] invalid-super-argument - :1051:13 - `Self@__init__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__init__)` call
[error] invalid-assignment - :1053:9 - Object of type `((Self@__init__, /) -> None) | None` is not assignable to attribute `on_update` of type `((typing.Self, /) -> None) | None`
[error] invalid-super-argument - :1056:42 - `Self@__repr__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__repr__)` call
[warning] unused-ignore-comment - :205:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :210:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :246:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :256:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :279:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :323:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :347:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :349:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :360:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :372:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :379:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :390:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :496:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :513:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :530:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :535:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :891:46 - Unused blanket `type: ignore` directive
[error] invalid-super-argument - :193:13 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call

src/werkzeug/debug/console.py

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

src/werkzeug/debug/repr.py

[error] missing-argument - :204:20 - No argument provided for required parameter 3
[error] invalid-argument-type - :204:40 - Argument is incorrect: Expected `Iterable[Any]`, found `bool`
[error] missing-argument - :206:20 - No argument provided for required parameter 3
[error] invalid-argument-type - :206:41 - Argument is incorrect: Expected `Iterable[Any]`, found `bool`
[error] missing-argument - :208:20 - No argument provided for required parameter 3
[error] invalid-argument-type - :208:39 - Argument is incorrect: Expected `Iterable[Any]`, found `bool`
[error] missing-argument - :210:20 - No argument provided for required parameter 3
[error] invalid-argument-type - :210:45 - Argument is incorrect: Expected `Iterable[Any]`, found `bool`
[error] missing-argument - :214:20 - No argument provided for required parameter 3
[error] invalid-argument-type - :214:41 - Argument is incorrect: Expected `Iterable[Any]`, found `bool`

src/werkzeug/debug/tbtools.py

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

src/werkzeug/local.py

[warning] possibly-missing-attribute - :323:24 - Attribute `__get__` on type `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)` may be missing

src/werkzeug/routing/rules.py

[error] unresolved-attribute - :729:23 - Type `(...) -> tuple[str, str]` has no attribute `__get__`
[error] unresolved-attribute - :731:31 - Type `(...) -> tuple[str, str]` has no attribute `__get__`

src/werkzeug/serving.py

[warning] possibly-missing-attribute - :223:12 -
Old: Attribute `strip` on type `Unknown | tuple[int, int] | str | TextIO | bool` may be missing
New: Attribute `strip` on type `Unknown | tuple[int, int] | str | ... omitted 3 union elements` may be missing
[error] invalid-argument-type - :225:52 -
Old: Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `Unknown | tuple[int, int] | str | TextIO | bool`
New: Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `Unknown | tuple[int, int] | str | ... omitted 3 union elements`

src/werkzeug/test.py

[error] invalid-assignment - :337:13 - Invalid assignment to data descriptor attribute `args` on type `Self@__init__` with custom `__set__` method
[error] invalid-argument-type - :436:38 - Argument to bound method `add_file` is incorrect: Expected `str | None`, found `IO[bytes] | str`
[error] invalid-argument-type - :436:38 - Argument to bound method `add_file` is incorrect: Expected `str | None`, found `IO[bytes] | str`

src/werkzeug/utils.py

[error] invalid-super-argument - :84:9 - `Self@__init__` is not an instance or subclass of `<class 'cached_property'>` in `super(<class 'cached_property'>, Self@__init__)` call
[warning] unused-ignore-comment - :97:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :107:37 - Unused blanket `type: ignore` directive

src/werkzeug/wrappers/response.py

[error] invalid-argument-type - :175:27 - Argument to bound method `set_data` is incorrect: Expected `bytes | str`, found `str | bytes | (Iterable[bytes] & bytearray) | (Iterable[str] & bytearray)`
[error] call-non-callable - :403:13 - Object of type `object` is not callable
[warning] unused-ignore-comment - :542:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :637:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :805:47 - Unused blanket `type: ignore` directive

src/werkzeug/wsgi.py

[error] not-iterable - :259:25 - Object of type `Unknown | list[Unknown] | None | (() -> None) | Iterable[() -> None]` may not be iterable
[error] call-non-callable - :533:44 - Object of type `object` is not callable
[error] call-non-callable - :542:32 - Object of type `object` is not callable

tests/conftest.py

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

tests/test_datastructures.py

[error] invalid-argument-type - :582:41 - Argument to bound method `get` is incorrect: Expected `(Unknown, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - :583:41 - Argument to bound method `get` is incorrect: Expected `(Unknown, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - :767:18 - Argument to bound method `extend` is incorrect: Expected `str`, found `list[Unknown | str]`
[error] too-many-positional-arguments - :774:34 - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] too-many-positional-arguments - :789:34 - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] unsupported-operator - :863:16 - Operator `not in` is not supported for types `int` and `EnvironHeaders`, in comparing `Literal[42]` with `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`
[error] invalid-argument-type - :1107:74 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1111:64 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1114:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1115:46 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1121:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1122:44 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1134:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1135:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1136:57 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1137:48 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`

tests/test_routing.py

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

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

asv_bench/benchmarks/dataset_io.py

[error] invalid-argument-type - :133:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :133:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :157:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :157:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :185:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :185:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :229:22 - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | DataArray | slice[Any, Any, Any]`
[error] invalid-argument-type - :229:22 - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | DataArray | slice[Any, Any, Any]`

xarray/backends/common.py

[error] invalid-argument-type - :419:17 - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
[error] invalid-argument-type - :422:17 - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | list[Unknown]`
[warning] unused-ignore-comment - :318:27 - Unused blanket `type: ignore` directive

xarray/backends/h5netcdf_.py

[error] invalid-return-type - :157:16 - Return type does not match returned value: expected `Self@get_child_store`, found `H5NetCDFStore`

xarray/backends/locks.py

[warning] possibly-missing-attribute - :236:20 - Attribute `locked` on type `Unknown | Lock` may be missing

xarray/backends/netCDF4_.py

[error] invalid-return-type - :437:16 - Return type does not match returned value: expected `Self@get_child_store`, found `NetCDF4DataStore`

xarray/backends/zarr.py

[error] invalid-return-type - :790:16 - Return type does not match returned value: expected `Self@get_child_store`, found `ZarrStore`
[warning] possibly-missing-attribute - :857:23 - Attribute `chunks` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :858:54 - Attribute `chunks` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :864:36 - Attribute `compressors` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :865:32 - Attribute `filters` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :866:31 - Attribute `shards` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :870:48 - Attribute `serializer` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :874:35 - Attribute `compressor` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :875:32 - Attribute `filters` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :882:16 - Attribute `fill_value` on type `Unknown | ndarray[@Todo, Unknown]` may be missing
[warning] possibly-missing-attribute - :883:44 - Attribute `fill_value` on type `Unknown | ndarray[@Todo, Unknown]` may be missing

xarray/coding/cftime_offsets.py

[error] invalid-return-type - :151:16 - Return type does not match returned value: expected `Self@__mul__`, found `BaseCFTimeOffset`
[error] invalid-return-type - :458:20 - Return type does not match returned value: expected `Self@__sub__`, found `QuarterOffset`

xarray/coding/cftimeindex.py

[error] invalid-return-type - :520:16 - Return type does not match returned value: expected `Self@__add__`, found `CFTimeIndex`
[error] invalid-return-type - :525:16 - Return type does not match returned value: expected `Self@__radd__`, found `CFTimeIndex`

xarray/coding/variables.py

[error] invalid-return-type - :68:16 - Return type does not match returned value: expected `Self@__getitem__`, found `NativeEndiannessArray`
[error] invalid-return-type - :112:16 - Return type does not match returned value: expected `Self@__getitem__`, found `BoolTypeArray`

xarray/computation/rolling.py

[error] invalid-assignment - :112:9 - Object of type `list[Literal[False]]` is not assignable to attribute `center` of type `list[bool]`
[error] invalid-argument-type - :112:45 - Argument to bound method `_mapping_to_list` is incorrect: Expected `Literal[False] | Mapping[Any, Literal[False]]`, found `bool | Mapping[Any, bool]`
[error] unsupported-operator - :199:9 - Operator `/=` is unsupported between objects of type `T_Xarray@Rolling` and `Unknown`
[error] unsupported-operator - :229:26 - Operator `>=` is not supported for types `T_Xarray@Rolling` and `int`
[error] invalid-argument-type - :453:41 - Argument to bound method `_mapping_to_list` is incorrect: Expected `Literal[1] | Mapping[Any, Literal[1]]`, found `int | Mapping[Any, int]`
[error] invalid-assignment - :1096:9 - Object of type `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Hashable, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]` is not assignable to attribute `coord_func` of type `Mapping[Hashable, str | ((...) -> Unknown)]`
[error] invalid-argument-type - :1192:19 - Argument to bound method `_to_temp_dataset` is incorrect: Expected `DataArray`, found `T_Xarray@Coarsen`
[error] invalid-argument-type - :1216:20 - Argument to bound method `_from_temp_dataset` is incorrect: Argument type `T_Xarray@Coarsen` does not satisfy upper bound `DataArray` of type variable `Self`
[warning] unused-ignore-comment - :249:39 - Unused blanket `type: ignore` directive
[error] unsupported-operator - :245:20 -
Old: Operator `not in` is not supported for types `Unknown` and `_T@_mapping_to_list`, in comparing `Unknown` with `_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]`
New: Operator `not in` is not supported for types `Hashable` and `_T@_mapping_to_list`, in comparing `Hashable` with `_T@_mapping_to_list | Mapping[Any, _T@_mapping_to_list]`
[error] unsupported-operator - :1094:16 -
Old: Operator `not in` is not supported for types `Unknown` and `(...) -> Unknown`, in comparing `Unknown` with `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Unknown, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]`
New: Operator `not in` is not supported for types `Hashable` and `str`, in comparing `Hashable` with `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Hashable, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]`

xarray/computation/weighted.py

[error] invalid-return-type - :255:16 - Return type does not match returned value: expected `T_DataArray@_sum_of_weights`, found `T_DataArray@_sum_of_weights | Unknown | T_DataArray@__init__`
[warning] unused-ignore-comment - :269:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :279:72 - Unused blanket `type: ignore` directive

xarray/core/_typed_ops.py

[error] invalid-argument-type - :1447:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__add__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1450:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__sub__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1453:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__mul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1456:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__pow__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1459:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__truediv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1462:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__floordiv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1465:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__mod__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1468:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__and__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1471:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__xor__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1474:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__or__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1477:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__lshift__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1480:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rshift__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1483:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__lt__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1486:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__le__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1489:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__gt__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1492:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ge__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1495:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__eq__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1498:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ne__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1505:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__radd__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1508:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rsub__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1511:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rmul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1514:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rpow__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1517:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rtruediv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1520:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rfloordiv__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1523:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rmod__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1526:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rand__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1529:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__rxor__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :1532:32 - Argument to bound method `_binary_op` is incorrect: Argument type `T_Xarray@__ror__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`

xarray/core/accessor_dt.py

[error] invalid-return-type - :383:16 - Return type does not match returned value: expected `T_DataArray@DatetimeAccessor`, found `Unknown | DataArray`

xarray/core/accessor_str.py

[warning] unused-ignore-comment - :1514:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1518:54 - Unused blanket `type: ignore` directive

xarray/core/common.py

[error] no-matching-overload - :1234:26 - No overload of function `align` matches arguments
[error] invalid-assignment - :869:13 -
Old: Method `__setitem__` of type `bound method dict[str, @Todo].__setitem__(key: str, value: @Todo, /) -> None` cannot be called with a key of type `object` and a value of type `Unknown` on object of type `dict[str, @Todo]`
New: Method `__setitem__` of type `bound method dict[str, @Todo].__setitem__(key: str, value: @Todo, /) -> None` cannot be called with a key of type `object` and a value of type `Self@pipe` on object of type `dict[str, @Todo]`

xarray/core/coordinates.py

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

xarray/core/dataarray.py

[error] invalid-return-type - :518:16 - Return type does not match returned value: expected `Self@_replace`, found `DataArray`
[error] invalid-argument-type - :2555:13 - Argument to bound method `interp_like` is incorrect: Argument type `T_Xarray@interp_like` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - :3250:48 - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Dataset, /) -> Iterable[Hashable])`, found `@Todo | (Iterable[Hashable] & ~(() -> object)) | (((Self@drop_vars, /) -> Unknown | Iterable[Hashable]) & ~(() -> object))`
[error] invalid-argument-type - :4860:25 - Argument to bound method `dot` is incorrect: Argument type `T_Xarray@__matmul__` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[warning] unused-ignore-comment - :3110:54 - Unused blanket `type: ignore` directive

xarray/core/dataset.py

[error] invalid-argument-type - :1353:38 - Argument to bound method `_copy_listed` is incorrect: Expected `Iterable[Hashable]`, found `Hashable`
[error] invalid-return-type - :3030:16 - Return type does not match returned value: expected `Self@_shuffle`, found `DataArray`
[error] invalid-argument-type - :5985:35 - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `(Unknown & ~Top[dict[Unknown, Unknown]]) | None`
[error] invalid-argument-type - :6000:35 - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `(Unknown & ~Top[dict[Unknown, Unknown]]) | None | Mapping[Hashable, Unknown] | list[Unknown | None | Mapping[Hashable, Unknown]]`
[error] invalid-return-type - :6963:16 - Return type does not match returned value: expected `Self@map`, found `Dataset`
[error] invalid-return-type - :8737:16 - Return type does not match returned value: expected `Self@filter_by_attrs`, found `DataArray`

xarray/core/datatree.py

[error] invalid-return-type - :920:16 - Return type does not match returned value: expected `Self@_copy_node`, found `DataTree`
[error] invalid-return-type - :1937:16 - Return type does not match returned value: expected `Self@__eq__`, found `DataTree`
[warning] unused-ignore-comment - :835:71 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :1892:13 -
Old: Method `__setitem__` of type `bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None` cannot be called with a key of type `object` and a value of type `Unknown` on object of type `dict[str, Any]`
New: Method `__setitem__` of type `bound method dict[str, Any].__setitem__(key: str, value: Any, /) -> None` cannot be called with a key of type `object` and a value of type `Self@pipe` on object of type `dict[str, Any]`

xarray/core/extension_array.py

[error] invalid-super-argument - :177:24 - `Self@__getattr__` is not an instance or subclass of `<class 'PandasExtensionArray'>` in `super(<class 'PandasExtensionArray'>, Self@__getattr__)` call
[warning] unused-ignore-comment - :141:83 - Unused blanket `type: ignore` directive

xarray/core/groupby.py

[error] invalid-argument-type - :768:22 - Argument to bound method `_to_temp_dataset` is incorrect: Expected `DataArray`, found `T_Xarray@GroupBy`
[error] invalid-argument-type - :774:20 - Argument to bound method `_shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :774:20 - Argument to bound method `_shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :779:20 - Argument to bound method `_from_temp_dataset` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :841:16 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :841:16 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :869:23 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :869:23 - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] no-matching-overload - :952:20 - No overload of function `align` matches arguments
[error] invalid-argument-type - :961:24 - Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Hashable` on object of type `T_Xarray@GroupBy`
[error] invalid-argument-type - :962:35 - Method `__getitem__` of type `(bound method T_Xarray@GroupBy.__getitem__(key: Any) -> T_Xarray@GroupBy) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@GroupBy])` cannot be called with key of type `Hashable` on object of type `T_Xarray@GroupBy`
[error] invalid-argument-type - :1138:13 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :1138:13 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`

xarray/core/indexes.py

[error] invalid-return-type - :900:16 - Return type does not match returned value: expected `Self@join`, found `PandasIndex`
[error] invalid-return-type - :1590:16 - Return type does not match returned value: expected `Self@rename`, found `CoordinateTransformIndex`
[warning] unused-ignore-comment - :1261:86 - Unused blanket `type: ignore` directive

xarray/core/indexing.py

[error] unresolved-attribute - :582:16 - Type `Self@get_duck_array` has no attribute `array`
[error] invalid-return-type - :2031:16 - Return type does not match returned value: expected `Self@copy`, found `PandasIndexingAdapter`
[error] invalid-return-type - :2121:16 - Return type does not match returned value: expected `Self@copy`, found `PandasMultiIndexingAdapter`
[error] invalid-return-type - :2212:16 - Return type does not match returned value: expected `Self@transpose`, found `CoordinateTransformIndexingAdapter`

xarray/core/missing.py

[error] invalid-assignment - :174:9 - Object of type `(Unknown & ~None & ~Literal["quintic"]) | Literal[5]` is not assignable to attribute `method` of type `str`

xarray/core/resample.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@__init__)` call
[error] invalid-super-argument - :59:13 - `Self@_flox_reduce` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@_flox_reduce)` call
[error] invalid-argument-type - :107:16 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :107:16 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-super-argument - :114:18 - `Self@_first_or_last` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@_first_or_last)` call
[error] invalid-argument-type - :129:23 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :129:23 - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :151:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :151:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :178:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :178:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :206:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :206:16 - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - :245:16 - Argument to bound method `interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - :245:16 - Argument to bound method `interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`

xarray/core/treenode.py

[error] invalid-return-type - :43:16 - Return type does not match returned value: expected `Self@absolute`, found `NodePath`
[error] invalid-assignment - :153:13 - Method `__setitem__` of type `bound method dict[str, typing.Self].__setitem__(key: str, value: typing.Self, /) -> None` cannot be called with a key of type `str` and a value of type `Self@_attach` on object of type `dict[str, typing.Self]`
[error] invalid-assignment - :154:13 - Object of type `Self@_attach` is not assignable to attribute `_parent` of type `typing.Self | None`
[error] invalid-return-type - :291:16 - Return type does not match returned value: expected `Self@_copy_node`, found `TreeNode`
[error] unresolved-attribute - :654:13 - Type `typing.Self` has no attribute `orphan`
[error] invalid-return-type - :729:16 - Return type does not match returned value: expected `Self@_copy_node`, found `NamedNode`

xarray/core/utils.py

[error] invalid-super-argument - :549:16 - `Self@__getitem__` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@__getitem__)` call
[error] invalid-super-argument - :559:16 - `Self@get` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@get)` call
[error] invalid-super-argument - :563:16 - `Self@keys` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@keys)` call
[error] invalid-super-argument - :567:16 - `Self@items` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@items)` call
[error] invalid-super-argument - :571:16 - `Self@values` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@values)` call

xarray/core/variable.py

[error] invalid-return-type - :980:16 - Return type does not match returned value: expected `Self@_replace`, found `Variable`
[error] invalid-return-type - :1583:16 - Return type does not match returned value: expected `Self@_unstack_once_full`, found `Variable`
[error] invalid-return-type - :2727:16 - Return type does not match returned value: expected `Self@chunk`, found `Variable`

xarray/groupers.py

[error] invalid-return-type - :224:16 - Return type does not match returned value: expected `Self@reset`, found `UniqueGrouper`
[error] invalid-return-type - :379:16 - Return type does not match returned value: expected `Self@reset`, found `BinGrouper`
[error] invalid-return-type - :499:16 - Return type does not match returned value: expected `Self@reset`, found `TimeResampler`
[error] invalid-return-type - :857:16 - Return type does not match returned value: expected `Self@reset`, found `SeasonGrouper`
[error] invalid-return-type - :1081:16 - Return type does not match returned value: expected `Self@reset`, found `SeasonResampler`

xarray/indexes/nd_point_index.py

[error] invalid-argument-type - :302:38 - Argument to bound method `equals` is incorrect: Argument type `object` does not satisfy upper bound `TreeAdapter` of type variable `Self`
[error] invalid-argument-type - :302:38 - Argument to bound method `equals` is incorrect: Expected `T_TreeAdapter@NDPointIndex`, found `object`
[error] invalid-return-type - :389:16 - Return type does not match returned value: expected `Self@rename`, found `NDPointIndex[T_TreeAdapter@NDPointIndex]`

xarray/namedarray/core.py

[error] invalid-return-type - :667:16 - Return type does not match returned value: expected `Self@_dask_finalize`, found `NamedArray[_ShapeType_co@NamedArray, _DType_co@NamedArray]`

xarray/plot/facetgrid.py

[error] invalid-argument-type - :760:48 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :760:62 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :761:17 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :861:38 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Any` on object of type `T_DataArrayOrSet@FacetGrid`

xarray/tests/arrays.py

[error] invalid-return-type - :187:16 - Return type does not match returned value: expected `Self@__getitem__`, found `ConcatenatableArray`
[error] invalid-return-type - :190:16 - Return type does not match returned value: expected `Self@__eq__`, found `ConcatenatableArray`
[error] invalid-return-type - :215:16 - Return type does not match returned value: expected `Self@__and__`, found `ConcatenatableArray`
[error] invalid-return-type - :218:16 - Return type does not match returned value: expected `Self@__or__`, found `ConcatenatableArray`

xarray/tests/indexes.py

[error] invalid-return-type - :73:16 - Return type does not match returned value: expected `Self@isel`, found `XYIndex`

xarray/tests/test_dask.py

[error] invalid-argument-type - :615:34 - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `Any | list[Unknown | int] | list[Unknown | float | int]`
[error] invalid-argument-type - :615:34 - Argument to bound method `reindex` is incorrect: Expected `bool`, found `Any | list[Unknown | int] | list[Unknown | float | int]`
[error] invalid-argument-type - :616:32 - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `Any | list[Unknown | int] | list[Unknown | float | int]`
[error] invalid-argument-type - :616:32 - Argument to bound method `reindex` is incorrect: Expected `bool`, found `Any | list[Unknown | int] | list[Unknown | float | int]`
[warning] unused-ignore-comment - :263:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :303:68 - Unused blanket `type: ignore` directive

xarray/tests/test_parallelcompat.py

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

xarray/tests/test_plot.py

[error] unresolved-attribute - :1329:12 - Type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - :1336:12 - Type `(...) -> Unknown` has no attribute `__name__`

xarray/tests/test_sparse.py

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

xarray/util/generate_aggregations.py

[error] unresolved-attribute - :413:15 - Type `Self@generate_method` has no attribute `generate_code`

zipp (https://github.com/jaraco/zipp)

zipp/__init__.py

[error] unresolved-attribute - :95:16 - Type `Self@__getstate__` has no attribute `_saved___init__`
[error] unresolved-attribute - :95:43 - Type `Self@__getstate__` has no attribute `_saved___init__`
[error] no-matching-overload - :442:16 - No overload of bound method `format` matches arguments

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

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

[error] unresolved-attribute - :75:16 - Type `Self@testIReadMapping` has no attribute `_IReadMapping__sample`
[error] unresolved-attribute - :76:17 - Type `Self@testIReadMapping` has no attribute `_IReadMapping__stateDict`
[error] unresolved-attribute - :77:18 - Type `Self@testIReadMapping` has no attribute `_IReadMapping__absentKeys`
[error] unresolved-attribute - :86:16 - Type `Self@test_keys` has no attribute `_IEnumerableMapping__sample`
[error] unresolved-attribute - :87:17 - Type `Self@test_keys` has no attribute `_IEnumerableMapping__stateDict`
[error] unresolved-attribute - :92:16 - Type `Self@test_values` has no attribute `_IEnumerableMapping__sample`
[error] unresolved-attribute - :93:17 - Type `Self@test_values` has no attribute `_IEnumerableMapping__stateDict`
[error] unresolved-attribute - :98:16 - Type `Self@test_items` has no attribute `_IEnumerableMapping__sample`
[error] unresolved-attribute - :99:17 - Type `Self@test_items` has no attribute `_IEnumerableMapping__stateDict`
[error] unresolved-attribute - :104:16 - Type `Self@test___len__` has no attribute `_IEnumerableMapping__sample`
[error] unresolved-attribute - :105:17 - Type `Self@test___len__` has no attribute `_IEnumerableMapping__stateDict`
[error] unresolved-attribute - :109:16 - Type `Self@_IReadMapping__stateDict` has no attribute `_IEnumerableMapping__stateDict`
[error] unresolved-attribute - :112:16 - Type `Self@_IReadMapping__sample` has no attribute `_IEnumerableMapping__sample`
[error] unresolved-attribute - :115:16 - Type `Self@_IReadMapping__absentKeys` has no attribute `_IEnumerableMapping__absentKeys`

src/zope/interface/tests/__init__.py

[error] unresolved-attribute - :26:13 - Type `Self@test_optimizations` has no attribute `assertIsNot`
[error] unresolved-attribute - :28:13 - Type `Self@test_optimizations` has no attribute `assertIs`

src/zope/interface/tests/test_interfaces.py

[error] unresolved-attribute - :9:16 - Type `Self@_makeOne` has no attribute `_getTargetClass`
[error] unresolved-attribute - :14:35 - Type `Self@test_class_conforms_to_IObjectEvent` has no attribute `_getTargetClass`
[error] unresolved-attribute - :27:41 - Type `Self@test_class_conforms_to_IRegistrationEvent` has no attribute `_getTargetClass`

src/zope/interface/adapter.py

[error] unresolved-attribute - :198:26 - Type `Self@_createLookup` has no attribute `LookupClass`
[error] unresolved-attribute - :647:22 - Type `Self@lookup` has no attribute `_uncached_lookup`
[error] unresolved-attribute - :701:22 - Type `Self@lookupAll` has no attribute `_uncached_lookupAll`
[error] unresolved-attribute - :715:22 - Type `Self@subscriptions` has no attribute `_uncached_subscriptions`
[error] unresolved-attribute - :769:9 - Type `<super: <class 'AdapterLookupBase'>, AdapterLookupBase>` has no attribute `changed`
[error] unresolved-attribute - :855:19 - Type `Self@queryMultiAdapter` has no attribute `lookup`
[error] unresolved-attribute - :886:31 - Type `Self@names` has no attribute `lookupAll`
[error] unresolved-attribute - :912:25 - Type `Self@subscribers` has no attribute `subscriptions`

src/zope/interface/declarations.py

[error] index-out-of-bounds - :780:49 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] unresolved-attribute - :901:19 - Type `Self@__get__` has no attribute `_cls`
[error] unresolved-attribute - :909:20 - Type `Self@__get__` has no attribute `_implements`

src/zope/interface/interface.py

[error] unresolved-attribute - :176:29 - Type `Self@isOrExtends` has no attribute `_implied`
[error] unresolved-attribute - :226:15 - Type `Self@_compare` has no attribute `__name__`
[error] unresolved-attribute - :307:12 - Type `Self@__adapt__` has no attribute `providedBy`
[warning] possibly-missing-implicit-call - :391:9 - Method `__setitem__` of type `Unknown | WeakKeyDictionary[Unknown, Unknown] | None` may be missing
[error] non-subscriptable - :395:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :660:13 - Type `Self@__repr__` has no attribute `__module`

src/zope/interface/registry.py

[warning] possibly-missing-attribute - :180:44 - Attribute `items` on type `str | Any` may be missing
[warning] possibly-missing-attribute - :298:16 - Attribute `lookup` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :301:19 - Attribute `lookup` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :307:20 - Attribute `lookupAll` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :310:16 - Attribute `subscriptions` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :363:16 - Attribute `queryAdapter` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :366:19 - Attribute `queryAdapter` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :373:16 - Attribute `queryMultiAdapter` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :377:19 - Attribute `queryMultiAdapter` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :383:30 - Attribute `lookupAll` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :458:16 - Attribute `subscribers` on type `Unknown | AdapterRegistry` may be missing
[warning] possibly-missing-attribute - :516:9 - Attribute `subscribers` on type `Unknown | AdapterRegistry` may be missing
[error] invalid-assignment - :552:9 - Object of type `(_) -> Unknown` is not assignable to attribute `changed` on type `Unknown | AdapterRegistry`

src/zope/interface/tests/test_adapter.py

[error] non-subscriptable - :64:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :67:9 - Method `__setitem__` of type `Unknown | None` may be missing
[error] non-subscriptable - :70:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :73:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unsupported-operator - :76:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`

src/zope/interface/tests/test_declarations.py

[error] unresolved-attribute - :64:21 - Type `Self@_run_generated_code` has no attribute `fail`
[error] unresolved-attribute - :915:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :918:13 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :920:9 - Type `Self@_check_implementer` has no attribute `assertEqual`
[error] unresolved-attribute - :923:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :924:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :926:13 - Type `Self@_check_implementer` has no attribute `assertIsInstance`
[error] unresolved-attribute - :927:13 - Type `Self@_check_implementer` has no attribute `assertIsInstance`
[error] unresolved-attribute - :928:13 - Type `Self@_check_implementer` has no attribute `assertEqual`

src/zope/interface/tests/test_interface.py

[error] invalid-argument-type - :1807:38 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - :1819:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - :1820:33 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - :1841:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1842:33 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1843:32 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1844:34 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`

src/zope/interface/tests/test_sorting.py

[error] no-matching-overload - :73:9 - No overload of bound method `assertLess` matches arguments

src/zope/interface/tests/test_verify.py

[error] call-non-callable - :37:16 - Object of type `None` is not callable