Summary

Comparing branches/commits:
Old: main (merge base) 9090aead
New: 20723/merge 7d81f692
Lint Rule Removed Added Changed
Total 2267 10524 192
unresolved-attribute 10 5914 0
invalid-argument-type 114 1321 121
possibly-missing-attribute 392 1138 24
unsupported-operator 545 714 6
unused-ignore-comment 901 115 0
invalid-return-type 81 340 12
invalid-assignment 64 316 18
non-subscriptable 87 138 0
call-non-callable 13 135 0
no-matching-overload 6 70 0
not-iterable 14 61 0
missing-argument 0 72 0
possibly-missing-implicit-call 9 45 10
too-many-positional-arguments 0 47 0
deprecated 0 28 0
unknown-argument 0 24 0
possibly-unresolved-reference 19 0 0
parameter-already-assigned 4 14 0
redundant-cast 0 14 0
division-by-zero 4 1 0
invalid-await 0 3 1
invalid-key 1 2 0
type-assertion-failure 3 0 0
invalid-attribute-access 0 2 0
invalid-context-manager 0 2 0
missing-typed-dict-key 0 2 0
unsupported-base 0 2 0
index-out-of-bounds 0 1 0
invalid-parameter-default 0 1 0
invalid-super-argument 0 1 0
invalid-type-form 0 1 0

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

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

github/GithubRetry.py

[warning] unused-ignore-comment - :129:103 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :190:102 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :199:103 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :224:48 - Unused blanket `type: ignore` directive
[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

[warning] unused-ignore-comment - :361:58 - 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 - :411:39 - Unused blanket `type: ignore` directive

tests/Authentication.py

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

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

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

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

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

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

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

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 - :1457:42 - Unused blanket `type: ignore` directive

aiohttp/formdata.py

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

aiohttp/multipart.py

[error] invalid-return-type - :282:16 - Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__`
[error] invalid-argument-type - :310:32 - Argument to bound method `decode` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-return-type - :619:16 - Return type does not match returned value: expected `Self@__aiter__`, found `Self@__aiter__`
[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

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

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] 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] unsupported-operator - :229:25 - Operator `-` is unsupported between objects of type `int | None` and `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
[warning] possibly-missing-attribute - :259:54 - Attribute `first_timestamp` on type `TimestampGroup | None` may be missing
[warning] possibly-missing-attribute - :263:50 - Attribute `first_timestamp` on type `TimestampGroup | None` may be missing
[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 - :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 - :462:18 - Attribute `format` 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 - :466:26 - Attribute `add_stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :516: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] invalid-argument-type - :105:39 - Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :121:39 - Argument to function `uint16_add` is incorrect: Expected `int`, found `int | None`

src/aiortc/rtcpeerconnection.py

[warning] possibly-missing-attribute - :571:25 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[error] invalid-argument-type - :575:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :578:25 - Attribute `direction` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :578:48 - Argument to function `and_direction` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :578:48 - Attribute `_offerDirection` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :580:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :580:25 - Attribute `mid` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :582:33 - Attribute `receiver` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :675:33 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[error] invalid-argument-type - :676:34 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[warning] possibly-missing-attribute - :684:17 - Attribute `_set_mline_index` on type `RTCRtpTransceiver | None | @Todo` may be missing
[error] invalid-argument-type - :687:25 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :689:35 - Attribute `direction` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :818:17 - Attribute `_set_mid` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :848:50 - Attribute `receiver` on type `RTCRtpTransceiver | None | @Todo` may be missing
[warning] possibly-missing-attribute - :1222:17 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[error] invalid-argument-type - :1222: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 - :1392:71 - Attribute `media` on type `SessionDescription | None | @Todo` may be missing
[warning] possibly-missing-attribute - :834: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 - :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 - :569:29 - Argument is incorrect: Expected `int`, found `int | None`

src/aiortc/rtcrtpsender.py

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

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 - :347:12 - Attribute `usernameFragment` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :348:41 - Attribute `usernameFragment` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :349:12 - Attribute `password` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :350:39 - Attribute `password` on type `RTCIceParameters | None` may be missing
[warning] possibly-missing-attribute - :582:16 - Attribute `iceLite` on type `RTCIceParameters | None` may be missing
[error] invalid-assignment - :489:25 - Object of type `str | None` is not assignable to attribute `muxId` on type `Unknown | RTCRtpParameters`

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

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

alerta/tasks.py

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

alerta/views/alerts.py

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

alerta/views/blackouts.py

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

alerta/webhooks/slack.py

[warning] possibly-missing-attribute - :41:52 - Attribute `capitalize` on type `Unknown | None` may be missing

alerta/webhooks/telegram.py

[warning] possibly-missing-attribute - :52:61 - Attribute `capitalize` on type `Unknown | None` 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/_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] 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`
[warning] possibly-missing-attribute - :569:38 - Attribute `select` on type `(Unknown & ~VariableParameter) | (UndefinedType & ~VariableParameter)` may be missing
[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

tests/vegalite/v6/test_params.py

[warning] possibly-missing-attribute - :105:12 - Attribute `name` on type `Unknown | UndefinedType` may be missing
[warning] possibly-missing-attribute - :160:18 - Attribute `name` on type `Unknown | UndefinedType` may be missing

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

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

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] no-matching-overload - :330:15 - No overload of bound method `write` matches arguments

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

[warning] possibly-missing-attribute - :131:17 - Attribute `trace` on type `Unknown | Logger` may be missing
[warning] possibly-missing-attribute - :287:13 - Attribute `trace` on type `Unknown | Logger` 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`

apprise/plugins/mailgun.py

[warning] possibly-missing-attribute - :427:25 - Attribute `trace` on type `Unknown | Logger` may be missing
[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`

apprise/plugins/notifico.py

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

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`

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

[error] unresolved-attribute - :467:5 - Unresolved attribute `image_url_logo` on type `object`.

apprise/apprise_attachment.py

[warning] possibly-missing-attribute - :217:25 - Attribute `location` on type `AttachBase | Unknown | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :219:20 - Attribute `location` on type `AttachBase | Unknown | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :223:56 - Attribute `location` on type `AttachBase | Unknown | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :224:25 - Attribute `url` on type `AttachBase | Unknown | list[Unknown]` may be missing

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

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

apprise/persistent_store.py

[error] too-many-positional-arguments - :151:13 - Too many positional arguments to bound method `openssl_sha256`: expected 1, got 2

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/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-attribute - :573:13 - Attribute `trace` on type `Unknown | Logger` may be missing

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)` 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)` 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 | int | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]` may be missing

apprise/plugins/matrix.py

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

apprise/plugins/pagerduty.py

[warning] possibly-missing-implicit-call - :359:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str` may be missing
[warning] possibly-missing-implicit-call - :362:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str` may be missing
[warning] possibly-missing-implicit-call - :381:13 - Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | str` 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] | 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] | list[Unknown] | str` may be missing

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

[warning] possibly-missing-attribute - :578:20 - Attribute `match` on type `Unknown | Pattern[str] | str` may be missing

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

tests/test_api.py

[error] non-subscriptable - :2063:39 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2080:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2089:23 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :2186:12 - Type `object` has no attribute `async_mode`

tests/test_apprise_cli.py

[error] non-subscriptable - :2080:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2083:19 - Cannot subscript object of type `None` with no `__getitem__` method

tests/test_apprise_config.py

[warning] possibly-missing-implicit-call - :265:5 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing
[warning] possibly-missing-implicit-call - :576:5 - Method `__setitem__` of type `Unknown | None | dict[Unknown, Unknown]` may be missing

tests/test_apprise_utils.py

[error] non-subscriptable - :2568:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2595:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2596:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2620:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2664:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2665:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2666:9 - Cannot subscript object of type `None` with no `__getitem__` method

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

tests/test_plugin_discord.py

[error] unresolved-attribute - :740:5 - Unresolved attribute `image_url_logo` on type `object`.

tests/test_plugin_twitter.py

[warning] possibly-missing-attribute - :464:5 - Attribute `append` on type `Unknown | list[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/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

tests/arti/internal/test_mappings.py

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

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`
[error] invalid-argument-type - :333:13 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`

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`

arviz/data/io_cmdstan.py

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

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`

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] unsupported-operator - :291:30 - Operator `*` is unsupported between objects of type `Unknown | None` 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`

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

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

arviz/data/io_pystan.py

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

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

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

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

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

[warning] unused-ignore-comment - :236:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :325:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :349:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :392:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :443:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :471:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :511:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :557:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :601:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :622:71 - Unused blanket `type: ignore` directive

src/bandersnatch/tests/test_sync.py

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

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

bidict/_orderedbidict.py

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

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

src/bokeh/application/handlers/server_lifecycle.py

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

src/bokeh/application/handlers/server_request_handler.py

[error] invalid-assignment - :80:13 - Object of type `ModuleType | None` is not assignable to attribute `_module` of type `ModuleType`

src/bokeh/client/connection.py

[error] unresolved-attribute - :216:13 - Type `Message[Any]` has no attribute `push_to_document`
[error] unresolved-attribute - :326:55 - Type `() -> bool` has no attribute `__name__`

src/bokeh/core/property/enum.py

[error] invalid-assignment - :73:13 - Object of type `str | int | Enumeration` is not assignable to attribute `_enum` of type `Enumeration`

src/bokeh/core/property/struct.py

[error] unresolved-attribute - :79:62 - Type `object` has no attribute `_fields`
[error] unresolved-attribute - :79:98 - Type `object` has no attribute `_optional`

src/bokeh/core/property/wrappers.py

[error] unresolved-attribute - :438:43 - Type `HasProps` has no attribute `document`
[error] invalid-argument-type - :438:59 - Argument to bound method `__init__` is incorrect: Expected `Model`, found `HasProps`
[error] invalid-assignment - :547:21 - Cannot assign to object of type `Sequence[Any]` with no `__setitem__` method

src/bokeh/models/annotations/dimensional.py

[error] unsupported-operator - :104:16 - Operator `in` is not supported for types `str` and `Required[Unknown]`, in comparing `str` with `Unknown | Required[Unknown]`

src/bokeh/models/renderers/contour_renderer.py

[warning] possibly-missing-attribute - :82:29 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :86:13 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :88:13 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :94:29 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :98:13 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :100:13 - Attribute `data_source` on type `Unknown | Instance[Unknown]` may be missing
[error] invalid-argument-type - :112:13 - Argument is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[Unknown]`
[error] invalid-argument-type - :113:13 - Argument is incorrect: Expected `GlyphRenderer[Glyph]`, found `Unknown | Instance[Unknown]`
[error] invalid-argument-type - :114:13 - Argument is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`
[error] invalid-argument-type - :115:32 - Argument is incorrect: Expected `Sequence[int | float]`, found `Unknown | Seq[Unknown]`

src/bokeh/models/widgets/buttons.py

[error] invalid-argument-type - :170:37 - Argument to bound method `js_on_change` is incorrect: Expected `CustomCode`, found `Callback`

src/bokeh/models/widgets/sliders.py

[error] unresolved-attribute - :80:66 - Type `Self@__init__` has no attribute `value`

src/bokeh/protocol/receiver.py

[error] unresolved-attribute - :183:94 - Type `(@Todo, /) -> None` has no attribute `__name__`
[error] unresolved-attribute - :188:94 - Type `(@Todo, /) -> None` has no attribute `__name__`

src/bokeh/server/views/autoload_js_handler.py

[error] invalid-await - :68:25 - `Awaitable[None] | None` is not awaitable

src/bokeh/core/has_props.py

[error] unresolved-attribute - :231:65 - Type `Self@__init__` has no attribute `properties`
[error] invalid-argument-type - :315:42 - Argument to bound method `has_unstable_default` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - :316:27 - Argument to bound method `_get` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - :454:38 - Argument to bound method `set_from_json` is incorrect: Expected `HasProps`, found `Self@set_from_json`
[error] invalid-argument-type - :658:46 - Argument to bound method `get_value` is incorrect: Expected `HasProps`, found `Self@query_properties_with_values`
[error] invalid-argument-type - :737:47 - Argument to bound method `trigger_if_changed` is incorrect: Expected `HasProps`, found `Self@apply_theme`
[error] invalid-return-type - :759:16 - Return type does not match returned value: expected `Self@clone`, found `HasProps`
[error] call-non-callable - :812:27 - Object of type `IntrinsicType` is not callable
[error] call-non-callable - :812:27 - Object of type `UndefinedType` is not callable

src/bokeh/core/property/bases.py

[error] unresolved-attribute - :146:34 - Type `object` has no attribute `_default`
[error] unresolved-attribute - :147:31 - Type `object` has no attribute `_help`
[error] unresolved-attribute - :148:38 - Type `object` has no attribute `alternatives`
[error] unresolved-attribute - :149:36 - Type `object` has no attribute `assertions`
[error] unresolved-attribute - :470:66 - Type `object` has no attribute `type_params`

src/bokeh/core/property/container.py

[warning] possibly-missing-attribute - :266:27 - Attribute `data` on type `Unknown | Model` may be missing
[error] not-iterable - :266:59 - Object of type `Unknown | list[str] | None` may not be iterable

src/bokeh/core/property/descriptors.py

[error] invalid-return-type - :161:20 - Return type does not match returned value: expected `T@AliasPropertyDescriptor`, found `Self@__get__`
[error] invalid-return-type - :286:20 - Return type does not match returned value: expected `T@PropertyDescriptor`, found `Self@__get__`

src/bokeh/core/serialization.py

[error] invalid-return-type - :585:40 - Function can implicitly return `None`, which is not assignable to return type `Model`
[error] invalid-return-type - :593:49 - Function always implicitly returns `None`, which is not assignable to return type `int | float`
[warning] possibly-unresolved-reference - :628:16 - Name `buffer` used when possibly not defined
[error] invalid-return-type - :725:43 - Function can implicitly return `None`, which is not assignable to return type `type[Model]`

src/bokeh/document/document.py

[error] invalid-return-type - :281:16 - Return type does not match returned value: expected `NextTickCallback`, found `SessionCallback`
[error] invalid-return-type - :304:16 - Return type does not match returned value: expected `PeriodicCallback`, found `SessionCallback`
[error] invalid-return-type - :358:16 - Return type does not match returned value: expected `TimeoutCallback`, found `SessionCallback`

src/bokeh/document/events.py

[warning] possibly-missing-attribute - :567:9 - Attribute `_stream` on type `Unknown | Model` may be missing
[warning] possibly-missing-attribute - :647:9 - Attribute `patch` on type `Unknown | Model` may be missing

src/bokeh/model/model.py

[error] invalid-argument-type - :124:38 - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@__init__`
[warning] possibly-missing-attribute - :336:30 - Attribute `get` on type `Unknown | Dict` may be missing
[warning] possibly-missing-implicit-call - :342:9 - Method `__setitem__` of type `Unknown | Dict` may be missing
[warning] possibly-missing-attribute - :463:52 - Attribute `items` on type `Unknown | Dict` may be missing
[error] unsupported-operator - :464:12 - Operator `not in` is not supported for types `str` and `Dict`, in comparing `str` with `Unknown | Dict`
[warning] possibly-missing-implicit-call - :465:13 - Method `__setitem__` of type `Unknown | Dict` may be missing
[error] non-subscriptable - :467:28 - Cannot subscript object of type `Dict` with no `__getitem__` method
[error] non-subscriptable - :469:13 - Cannot subscript object of type `Dict` with no `__getitem__` method
[error] invalid-argument-type - :602:34 - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_attach_document`
[error] invalid-assignment - :613:9 - Invalid assignment to data descriptor attribute `document` on type `Self@_detach_document` with custom `__set__` method
[error] invalid-argument-type - :614:38 - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_detach_document`
[error] invalid-argument-type - :617:26 - Argument to function `html_repr` is incorrect: Expected `Model`, found `Self@_repr_html_`
[error] invalid-argument-type - :510:21 - Argument to function `find` is incorrect: Expected `Iterable[Model]`, found `set[Model]`

src/bokeh/models/layouts.py

[error] invalid-assignment - :291:13 - Method `__setitem__` of type `(bound method dict[str, str | None].__setitem__(key: str, value: str | None, /) -> None) | (bound method Top[dict[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None)` cannot be called with a key of type `Literal["background-color"]` and a value of type `@Todo | str` on object of type `dict[str, str | None] | (Styles & Top[dict[Unknown, Unknown]])`
[error] invalid-return-type - :332:20 - Return type does not match returned value: expected `int | None`, found `Unknown | Nullable[Unknown]`
[error] not-iterable - :521:57 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] not-iterable - :523:53 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] not-iterable - :537:57 - Object of type `Unknown | List[Unknown]` may not be iterable
[error] not-iterable - :539:53 - Object of type `Unknown | List[Unknown]` may not be iterable

src/bokeh/models/plots.py

[error] not-iterable - :250:32 - Object of type `Unknown | List[Unknown]` may not be iterable
[warning] possibly-missing-attribute - :331:13 - Attribute `tools` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :346:30 - Attribute `tools` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :349:98 - Attribute `tools` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :350:13 - Attribute `tools` on type `Unknown | Instance[Unknown]` may be missing
[warning] possibly-missing-attribute - :388:9 - Attribute `append` on type `Unknown | List[Unknown]` may be missing
[warning] possibly-missing-attribute - :440:9 - Attribute `append` on type `Unknown | List[Unknown]` may be missing

src/bokeh/models/sources.py

[warning] possibly-missing-attribute - :243:9 - Attribute `update` on type `Unknown | Property[Any]` may be missing
[error] invalid-argument-type - :424:21 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | Property[Any]`
[error] unsupported-operator - :425:19 - Operator `in` is not supported for types `str` and `Property[Any]`, in comparing `str` with `Unknown | Property[Any]`
[warning] possibly-missing-implicit-call - :428:9 - Method `__setitem__` of type `Unknown | Property[Any]` may be missing
[error] non-subscriptable - :445:17 - Cannot subscript object of type `Property[Any]` with no `__getitem__` method
[warning] possibly-missing-attribute - :567:23 - Attribute `keys` on type `Unknown | Property[Any]` may be missing
[warning] possibly-missing-attribute - :571:13 - Attribute `update` on type `Unknown | Property[Any]` may be missing
[error] non-subscriptable - :601:26 - Cannot subscript object of type `Property[Any]` with no `__getitem__` method
[warning] possibly-missing-attribute - :610:9 - Attribute `_stream` on type `Unknown | Property[Any]` may be missing
[warning] possibly-missing-attribute - :708:43 - Attribute `keys` on type `Unknown | Property[Any]` may be missing
[error] non-subscriptable - :715:27 - Cannot subscript object of type `Property[Any]` with no `__getitem__` method
[error] non-subscriptable - :745:39 - Cannot subscript object of type `Property[Any]` with no `__getitem__` method
[error] non-subscriptable - :748:28 - Cannot subscript object of type `Property[Any]` with no `__getitem__` method
[warning] possibly-missing-attribute - :766:9 - Attribute `_patch` on type `Unknown | Property[Any]` may be missing

src/bokeh/models/util/structure.py

[error] invalid-assignment - :121:9 - Object of type `str` is not assignable to attribute `text` on type `Title | str | None`

src/bokeh/server/contexts.py

[error] invalid-assignment - :341:13 - Object of type `dict[str, bytes | list[bytes]]` is not assignable to attribute `_arguments` of type `dict[str, list[bytes]]`
[error] unresolved-attribute - :381:16 - Type `<super: <class '_RequestProxy'>, _RequestProxy>` has no attribute `__getattr__`

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

boostedblob/boost.py

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

boostedblob/globals.py

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

tests/test_s3bucket.py

[warning] possibly-missing-attribute - :49:26 - Attribute `signature_version` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :57:27 - Attribute `signature_version` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :65:26 - Attribute `signature_version` on type `Unknown | None` may be missing

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

cloudinit/net/network_manager.py

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

tests/unittests/config/test_cc_ca_certs.py

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

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

[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

cloudinit/sources/DataSourceEc2.py

[error] invalid-assignment - :188:9 - Object of type `Unknown | None` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`
[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

cloudinit/sources/DataSourceGCE.py

[error] invalid-assignment - :141:9 - Object of type `Unknown | None` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`

cloudinit/sources/DataSourceNoCloud.py

[error] invalid-assignment - :215:9 - Object of type `Unknown | dict[Unknown, Unknown] | str | None` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`
[error] invalid-assignment - :216:9 - Object of type `Unknown | dict[Unknown, Unknown] | str | None` is not assignable to attribute `userdata_raw` of type `str | bytes | None`

cloudinit/sources/DataSourceSmartOS.py

[warning] possibly-missing-attribute - :243:16 - Attribute `exists` on type `Unknown | Literal["_unset"]` may be missing
[warning] possibly-missing-attribute - :251:9 - Attribute `open_transport` on type `Unknown | Literal["_unset"]` may be missing
[warning] possibly-missing-attribute - :255:27 - Attribute `get` on type `Unknown | Literal["_unset"]` may be missing
[warning] possibly-missing-attribute - :258:27 - Attribute `get_json` on type `Unknown | Literal["_unset"]` may be missing
[warning] possibly-missing-attribute - :260:9 - Attribute `close_transport` on type `Unknown | Literal["_unset"]` may be missing
[warning] possibly-missing-attribute - :397:22 - Attribute `groupdict` on type `Unknown | Match[str] | None` may be missing

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`
[warning] possibly-missing-attribute - :64:26 - Attribute `splitlines` on type `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 - :130:40 - Argument to bound method `__init__` is incorrect: Expected `Paths`, found `None`

tests/unittests/config/test_modules.py

[warning] possibly-missing-attribute - :200:16 - Attribute `return_value` on type `Unknown | (bound method Init.cloudify() -> Unknown)` may be missing

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`

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

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

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/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/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/homeassistant_hardware/helpers.py

[error] call-non-callable - :184: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/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/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/synology_dsm/entity.py

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

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

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

homeassistant/helpers/location.py

[warning] unused-ignore-comment - :75:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :79:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :81:60 - Unused blanket `type: ignore` directive

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

[error] invalid-return-type - :64:16 - Return type does not match returned value: expected `EntityUsagePredictions`, found `object`

homeassistant/auth/__init__.py

[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/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/apple_tv/media_player.py

[error] invalid-argument-type - :484:41 - Argument to bound method `insert` is incorrect: Expected `Never`, found `BrowseMedia`

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

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

homeassistant/components/aussie_broadband/config_flow.py

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

homeassistant/components/azure_data_explorer/config_flow.py

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

homeassistant/components/bluetooth/passive_update_processor.py

[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/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 - :493:28 - Attribute `media_controller` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :599:32 - Attribute `cast_type` on type `Unknown | None` may be missing
[error] invalid-argument-type - :608:29 - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Sequence[BrowseMedia] | None`

homeassistant/components/control4/config_flow.py

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

homeassistant/components/deconz/button.py

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

homeassistant/components/deconz/light.py

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

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

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/evohome/coordinator.py

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

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/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/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/growatt_server/config_flow.py

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

homeassistant/components/hddtemp/sensor.py

[error] no-matching-overload - :68:23 - No overload of function `iter` matches arguments

homeassistant/components/history_stats/config_flow.py

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

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

[error] unsupported-operator - :115:13 - Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.STOP]`
[error] unsupported-operator - :352:9 - Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.OPEN_TILT]`
[error] unsupported-operator - :929:9 - Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.OPEN_TILT]`

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

[error] unresolved-attribute - :163:37 - Type `Future[Unknown]` has no attribute `async_device_stop_monitoring`
[error] unresolved-attribute - :218:27 - Type `Future[Unknown]` has no attribute `async_device_stop_monitoring`

homeassistant/components/kodi/browse_media.py

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

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/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/lcn/cover.py

[error] unsupported-operator - :199:13 - Operator `|=` is unsupported between objects of type `None` and `Literal[CoverEntityFeature.SET_POSITION]`

homeassistant/components/lovelace/dashboard.py

[warning] possibly-missing-implicit-call - :155:9 - Method `__setitem__` of type `dict[str, Any] | None` may be missing

homeassistant/components/lovelace/resources.py

[error] invalid-argument-type - :145:13 - Argument to function `async_register_command` is incorrect: Expected `((HomeAssistant, ActiveConnection, dict[str, Any], /) -> None) | None`, found `(ActiveConnection, 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/mcp/config_flow.py

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

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/modbus/cover.py

[error] invalid-argument-type - :100:34 - Argument to bound method `_set_attr_state` is incorrect: Expected `str | int`, found `Unknown | 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/mqtt/config_flow.py

[error] invalid-argument-type - :4146: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 - :4148: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/debug_info.py

[error] non-subscriptable - :45:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :46:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :52:5 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :63:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :64:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :69:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-implicit-call - :92:5 - Method `__setitem__` of type `Unknown | EntityDebugInfo | None` may be missing

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 | None`
[error] invalid-argument-type - :332:72 - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :334:52 - Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `Unknown | None`

homeassistant/components/nasweb/sensor.py

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

homeassistant/components/nmap_tracker/__init__.py

[error] unsupported-operator - :262:60 - Operator `>` is not supported for types `datetime` and `timedelta`

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/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/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/overkiz/climate/atlantic_electrical_towel_dryer.py

[error] unsupported-operator - :70:13 - Operator `+=` is unsupported between objects of type `None` and `list[@Todo]`
[error] unsupported-operator - :73:20 - Operator `not in` is not supported for types `@Todo` and `None`, in comparing `@Todo` with `Unknown | list[Unknown | str] | list[str] | None`
[error] unsupported-operator - :175:14 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["drying"]` with `Unknown | list[Unknown | str] | list[str] | None`

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/plex/media_browser.py

[warning] possibly-missing-attribute - :100:13 - Attribute `append` on type `Unknown | Sequence[BrowseMedia] | None` may be missing
[warning] possibly-missing-attribute - :108:13 - Attribute `append` on type `Unknown | Sequence[BrowseMedia] | None` may be missing
[warning] possibly-missing-attribute - :109:9 - Attribute `append` on type `Unknown | Sequence[BrowseMedia] | None` may be missing

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/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/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/roon/media_browser.py

[warning] possibly-missing-attribute - :154:9 - Attribute `append` on type `Unknown | Sequence[BrowseMedia] | None` may be missing

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

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

homeassistant/components/shelly/entity.py

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

homeassistant/components/shelly/event.py

[error] unresolved-attribute - :266:15 - Type `<super: <class 'CoordinatorEntity'>, ShellyRpcScriptEvent>` has no attribute `async_added_to_hass`

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/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/squeezebox/browse_media.py

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

homeassistant/components/statistics/config_flow.py

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

homeassistant/components/switchbot_cloud/climate.py

[error] no-matching-overload - :124:20 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :137:25 - No overload of bound method `get` matches arguments

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`

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

homeassistant/components/websocket_api/http.py

[error] invalid-argument-type - :214:30 - Argument to bound method `append` is incorrect: Expected `bytes`, found `str | bytes | dict[str, Any]`
[warning] unused-ignore-comment - :568:45 - Unused blanket `type: ignore` directive

homeassistant/components/wemo/__init__.py

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

homeassistant/components/worldtidesinfo/sensor.py

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

homeassistant/components/xbox/media_source.py

[warning] possibly-missing-attribute - :242:13 - Attribute `append` on type `Unknown | Sequence[BrowseMedia] | None` may be missing

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/yamaha_musiccast/config_flow.py

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

homeassistant/components/yamaha_musiccast/media_player.py

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

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

[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/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/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/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 - :140:47 - 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/event.py

[error] invalid-argument-type - :474:13 - Argument to bound method `async_listen` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_TypedDictT@_async_track_event] | str`

homeassistant/helpers/storage.py

[error] missing-argument - :409:32 - No argument provided for required parameter `old_data` of bound method `_async_migrate_func`

homeassistant/runner.py

[warning] unused-ignore-comment - :200:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :206:32 - Unused blanket `type: ignore` directive

homeassistant/util/frozen_dataclass_compat.py

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

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

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

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

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

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

[error] unresolved-attribute - :57:22 - 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

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

[error] invalid-argument-type - :217:43 - Argument to bound method `_add_extra_service` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`

ddtrace/debugging/_signal/trigger.py

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

ddtrace/internal/processor/stats.py

[error] invalid-return-type - :81:12 - Return type does not match returned value: expected `tuple[str, str, str, str, int, bool, str, str]`, found `tuple[Unknown | str, (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | Literal[""], (str & ~AlwaysFalsy) | Literal[""], (Unknown & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[""], int, bool, (str & ~AlwaysFalsy) | Literal[""], (str & ~AlwaysFalsy) | Literal[""]]`

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

tests/commands/ddtrace_run_dogstatsd.py

[warning] possibly-missing-attribute - :8:8 - Attribute `dogstatsd` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :9:16 - Attribute `dogstatsd` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :10:16 - Attribute `dogstatsd` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :12:16 - Attribute `dogstatsd` on type `Unknown | TraceWriter` may be missing

tests/commands/ddtrace_run_hostname.py

[warning] possibly-missing-attribute - :5:12 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing

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` may not be iterable
[error] invalid-argument-type - :144:29 - Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `str`

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`
[error] invalid-assignment - :503:17 - Object of type `Unknown | str | None | int` is not assignable to `str | None`
[error] no-matching-overload - :508:19 - No overload of bound method `get` matches arguments

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/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/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
[error] invalid-argument-type - :163:13 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | None | int`

ddtrace/contrib/internal/tornado/application.py

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

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

[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/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 - :366:40 - Unused blanket `type: ignore` directive

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`

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

[warning] unused-ignore-comment - :300:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :585:73 - Unused blanket `type: ignore` directive

ddtrace/llmobs/_experiment.py

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

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - :218:16 - Type `Self@__str__` has no attribute `type`
[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

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

[warning] possibly-missing-attribute - :304:27 - Attribute `_api_version` on type `Unknown | TraceWriter` may be missing

tests/appsec/appsec/test_processor.py

[warning] possibly-missing-attribute - :272:46 - Attribute `_builder` on type `Unknown | WAF` may be missing

tests/appsec/contrib_appsec/utils.py

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

tests/appsec/integrations/utils_testagent.py

[warning] possibly-missing-attribute - :36:29 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing

tests/appsec/utils.py

[error] invalid-assignment - :71:13 - Object of type `Literal["v0.4"]` is not assignable to attribute `_api_version` on type `Unknown | TraceWriter`

tests/ci_visibility/api/fake_runner_efd_all_pass.py

[error] invalid-assignment - :25:5 -
Old: Object of type `Unknown | int` is not assignable to attribute `start_ns` on type `Span | None`
New: Object of type `Unknown` is not assignable to attribute `start_ns` on type `Span | None`

tests/ci_visibility/api/fake_runner_efd_mix_fail.py

[error] invalid-assignment - :25:5 -
Old: Object of type `Unknown | int` is not assignable to attribute `start_ns` on type `Span | None`
New: Object of type `Unknown` is not assignable to attribute `start_ns` on type `Span | None`

tests/ci_visibility/api/fake_runner_efd_mix_pass.py

[error] invalid-assignment - :25:5 -
Old: Object of type `Unknown | int` is not assignable to attribute `start_ns` on type `Span | None`
New: Object of type `Unknown` is not assignable to attribute `start_ns` on type `Span | None`

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]`
[warning] possibly-missing-attribute - :697:20 - Attribute `_intake_url` on type `Unknown | WriterClientBase` may be missing
[warning] possibly-missing-attribute - :716:20 - Attribute `_intake_url` on type `Unknown | WriterClientBase` may be missing
[warning] possibly-missing-attribute - :767:16 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :791:20 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :812:20 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :1533:13 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :1611:13 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing

tests/ci_visibility/test_is_user_provided_service.py

[warning] possibly-missing-attribute - :30:13 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing

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/kafka/test_kafka.py

[error] invalid-assignment - :99:9 - Object of type `Unknown` is not assignable to attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :99:64 - Attribute `_send_payload` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :116:28 - Attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :117:9 - Object of type `Unknown` is not assignable to attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :117:71 - Attribute `_send_payload` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :123:13 - Object of type `Unknown` is not assignable to attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter`
[error] invalid-assignment - :560:9 - Object of type `Unknown` is not assignable to attribute `_send_payload_with_backoff` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :561:13 - Attribute `_send_payload` on type `Unknown | TraceWriter` may be missing

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`

tests/contrib/patch.py

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

tests/integration/test_integration.py

[warning] possibly-missing-attribute - :137:12 - Attribute `_max_payload_size` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :138:12 - Attribute `_buffer_size` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :207:9 - Object of type `Unknown` is not assignable to attribute `dogstatsd` on type `Unknown | TraceWriter`
[error] invalid-assignment - :262:9 - Object of type `Unknown` is not assignable to attribute `dogstatsd` on type `Unknown | TraceWriter`
[error] invalid-assignment - :437:5 - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :437:54 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :455:5 - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :455:54 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :459:12 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :460:15 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :472:5 - Object of type `Unknown` is not assignable to attribute `_put` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :472:54 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :478:12 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :479:15 - Attribute `_put` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :490:19 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :501:13 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[error] invalid-assignment - :632:5 - Object of type `Literal["v0.5"]` is not assignable to attribute `api_version` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :633:5 - Attribute `_downgrade` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :633:64 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :634:12 - Attribute `_endpoint` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :712:12 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :713:12 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :714:12 - Attribute `_interval` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :721:12 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :722:12 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :723:12 - Attribute `_interval` on type `Unknown | TraceWriter` may be missing

tests/integration/test_integration_civisibility.py

[error] invalid-assignment - :89:9 - Object of type `Unknown` is not assignable to attribute `_conn` on type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :102:20 - Attribute `_conn` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :41:16 - Attribute `_endpoint` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :42:16 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :44:13 - Attribute `_headers` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :69:16 - Attribute `_endpoint` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :70:16 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing

tests/integration/test_integration_snapshots.py

[warning] possibly-missing-attribute - :119:27 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing

tests/integration/test_priority_sampling.py

[warning] possibly-missing-attribute - :87:16 - Attribute `traces` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :89:20 - Attribute `spans` on type `Unknown | TraceWriter` may be missing

tests/integration/utils.py

[warning] possibly-missing-attribute - :31:19 - Attribute `_clients` on type `Unknown | TraceWriter` may be missing

tests/internal/remoteconfig/test_remoteconfig.py

[error] invalid-argument-type - :213:65 - Argument to bound method `_build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - :222:68 - Argument to bound method `_build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[warning] possibly-missing-attribute - :346:20 - Attribute `startswith` on type `Unknown | str | None` may be missing
[warning] possibly-missing-attribute - :384:24 - Attribute `startswith` on type `Unknown | str | None` may be missing

tests/internal/test_wrapping.py

[warning] possibly-missing-attribute - :618:12 - Attribute `f_code` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :619:12 - Attribute `f_code` on type `Unknown | None` may be missing
[error] not-iterable - :655:21 - Object of type `None` is not iterable
[error] not-iterable - :679:21 - Object of type `None` is not iterable
[error] not-iterable - :838:21 - Object of type `None` is not iterable

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/profiling_v2/collector/test_stack.py

[error] unresolved-attribute - :754:13 - Type `StackCollector` has no attribute `ignore_profiler`

tests/tracer/test_encoders.py

[warning] possibly-missing-attribute - :772:13 - Attribute `pop` on type `Unknown | TraceWriter` may be missing

tests/tracer/test_sampler.py

[warning] possibly-missing-attribute - :214:12 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :215:12 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :270:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :271:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :282:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :283:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :286:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :287:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :298:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :299:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :300:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :303:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :304:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :305:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :317:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :318:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :319:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :323:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :324:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :325:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :339:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :347:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :355:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing

tests/tracer/test_single_span_sampling_rules.py

[warning] possibly-missing-attribute - :51:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :52:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :66:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :67:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :71:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :72:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :81:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :90:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :128:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :129:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :139:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :140:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :150:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :151:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :198:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing
[warning] possibly-missing-attribute - :199:16 - Attribute `pattern` on type `Unknown | GlobMatcher | None` may be missing

tests/tracer/test_span.py

[error] unsupported-operator - :902:19 - Operator `+` is unsupported between objects of type `Unknown | int` and `Unknown | None | int`

tests/tracer/test_trace_utils.py

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

tests/tracer/test_tracer.py

[error] unresolved-attribute - :161:42 - Type `_AssertRaisesContext[Unknown]` has no attribute `message`
[warning] possibly-missing-attribute - :761:49 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :764:20 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :781:16 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :781:54 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :784:16 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :785:16 - Attribute `_encoder` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :1832:23 - Attribute `_encoder` on type `Unknown | TraceWriter` 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 - :1234:29 - Attribute `intake_url` on type `Unknown | TraceWriter` may be missing
[warning] possibly-missing-attribute - :1249:17 - Attribute `_headers` on type `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)` may be missing
[warning] possibly-missing-attribute - :1292:25 - Attribute `_headers` on type `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)` 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/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/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`

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 - :219:85 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :225:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :231:91 - Unused blanket `type: ignore` directive
[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/cooldowns.py

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

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

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

discord/ui/container.py

[warning] unused-ignore-comment - :204:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :288:51 - Unused blanket `type: ignore` directive

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

[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/dao/smart_contract_dao.py

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

dragonchain/lib/dao/transaction_type_dao.py

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

dragonchain/transaction_processor/level_1_actions.py

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

dragonchain/transaction_processor/level_2_actions.py

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

dragonchain/webserver/lib/smart_contracts.py

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

dragonchain/contract_invoker/contract_invoker.py

[error] invalid-argument-type - :109:31 - Argument to function `restart_serial_worker` 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`
[warning] possibly-missing-attribute - :502:13 - Attribute `assert_called` on type `Unknown | (bound method SmartContractModel.save() -> None)` may be missing

dragonchain/lib/crypto.py

[warning] possibly-missing-attribute - :238:23 - Attribute `encode` on type `Unknown | None | str` may be missing
[error] not-iterable - :258:19 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :260:18 - Object of type `Unknown | None` may not be iterable
[error] invalid-argument-type - :762:50 - Argument to function `hash_l1_block` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :779:50 - Argument to function `hash_l2_block` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :796:50 - Argument to function `hash_l3_block` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :813:50 - Argument to function `hash_l4_block` is incorrect: Expected `int`, found `Unknown | None`

dragonchain/lib/database/redisearch.py

[error] invalid-argument-type - :423:55 - Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :470:38 - Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :470:58 - Argument to function `put_document` is incorrect: Expected `str`, found `Unknown | None`

dragonchain/lib/dto/bnb_utest.py

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

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`

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`

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`

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`

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`

dragonchain/transaction_processor/level_5_actions.py

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

dragonchain/webserver/lib/transactions.py

[error] invalid-argument-type - :129:36 - Argument to function `register_callback` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-return-type - :131:12 - Return type does not match returned value: expected `dict[str, str]`, found `dict[str, str | Unknown | None]`

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

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

[warning] unused-ignore-comment - :1137:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3585:56 - Unused blanket `type: ignore` directive

dulwich/contrib/swift.py

[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

[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] 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 - :459:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :879:38 - 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/web.py

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

dulwich/worktree.py

[error] invalid-argument-type - :942:28 - Method `__getitem__` of type `bound method RefsContainer.__getitem__(name: bytes) -> bytes` cannot be called with key of type `str | bytes` on object of type `RefsContainer`
[error] invalid-assignment - :947:17 - Method `__setitem__` of type `Unknown | (bound method RefsContainer.__setitem__(name: bytes, ref: bytes) -> None)` cannot be called with a key of type `str | bytes` and a value of type `bytes` on object of type `Unknown | RefsContainer`
[error] invalid-argument-type - :972:48 - Argument to bound method `set_symbolic_ref` is incorrect: Expected `bytes`, found `str | bytes`

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 - :2529:23 - Attribute `ohlcvs` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2532:17 - Attribute `klines_last_refresh` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2548:24 - Attribute `get_ohlcv` on type `ExchangeWS | None` may be missing
[warning] possibly-missing-attribute - :2579:17 - Attribute `schedule_ohlcv` on type `ExchangeWS | None` may be missing
[error] invalid-assignment - :2938: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 - :3003:21 - Argument to bound method `_async_get_trade_history` is incorrect: Expected `str | None`, found `None | Series[Any] | Unknown`
[warning] unused-ignore-comment - :1934:69 - Unused blanket `type: ignore` directive

freqtrade/freqai/RL/BaseReinforcementLearningModel.py

[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

[error] invalid-argument-type - :499:46 - Argument to bound method `predict` is incorrect: Expected `DataFrame`, found `Series[Any]`

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`

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

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

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

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

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

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

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

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

hydpy/core/devicetools.py

[error] invalid-argument-type - :1118:40 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[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-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/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/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`
[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

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

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

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

[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

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

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/handlers/state_param_scheduler.py

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

examples/references/classification/imagenet/main.py

[error] unsupported-operator - :181:57 - Operator `%` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`
[error] unsupported-operator - :186:23 - Operator `%` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | int | None`

examples/reinforcement_learning/actor_critic.py

[error] invalid-assignment - :147:5 - Object of type `Literal[10]` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] invalid-assignment - :154:9 - Object of type `Literal[0]` is not assignable to attribute `ep_reward` on type `Unknown | State`
[warning] possibly-missing-attribute - :159:13 - Attribute `timestep` on type `Unknown | State` may be missing
[error] invalid-assignment - :160:9 - Object of type `Unknown` is not assignable to attribute `running_reward` on type `Unknown | State`
[warning] possibly-missing-attribute - :160:47 - Attribute `ep_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :160:86 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :168:50 - Attribute `ep_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :169:34 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :175:26 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :179:45 - Attribute `timestep` on type `Unknown | State` may be missing

examples/reinforcement_learning/reinforce.py

[error] invalid-assignment - :90:5 - Object of type `Literal[10]` is not assignable to attribute `running_reward` on type `Unknown | State`
[error] invalid-assignment - :96:9 - Object of type `Literal[0]` is not assignable to attribute `ep_reward` on type `Unknown | State`
[error] invalid-assignment - :100:9 - Object of type `Unknown` is not assignable to attribute `running_reward` on type `Unknown | State`
[warning] possibly-missing-attribute - :100:47 - Attribute `ep_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :100:86 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :107:50 - Attribute `ep_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :108:34 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :113:26 - Attribute `running_reward` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :117:45 - Attribute `timestep` on type `Unknown | State` may be missing

ignite/engine/__init__.py

[warning] unused-ignore-comment - :619:41 - 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`

ignite/handlers/clearml_logger.py

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

ignite/handlers/fbresearch_logger.py

[warning] unused-ignore-comment - :225:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :232:76 - Unused blanket `type: ignore` directive

ignite/handlers/lr_finder.py

[warning] unused-ignore-comment - :105:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:89 - Unused blanket `type: ignore` directive

ignite/handlers/param_scheduler.py

[warning] unused-ignore-comment - :217:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :219:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :994:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :996:63 - Unused blanket `type: ignore` directive

ignite/handlers/time_profilers.py

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

ignite/handlers/tqdm_logger.py

[warning] unused-ignore-comment - :296:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :305:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :310:58 - Unused blanket `type: ignore` directive

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

tests/ignite/distributed/test_launcher.py

[error] unsupported-operator - :281:16 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None`
[error] non-subscriptable - :281:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :282:16 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None`
[error] non-subscriptable - :282:42 - Cannot subscript object of type `None` with no `__getitem__` method

tests/ignite/engine/test_custom_events.py

[warning] possibly-missing-attribute - :124:12 - Attribute `test_event` on type `Unknown | State` may be missing

tests/ignite/engine/test_engine.py

[error] invalid-assignment - :1222:9 - Object of type `Unknown` is not assignable to attribute `dataiter` on type `Unknown | State`

tests/ignite/engine/test_engine_state_dict.py

[warning] possibly-missing-attribute - :115:31 - Attribute `alpha` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :116:30 - Attribute `beta` on type `Unknown | State` may be missing
[error] invalid-assignment - :188:9 - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] invalid-assignment - :247:9 - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] invalid-assignment - :248:9 - Object of type `float` is not assignable to attribute `beta` on type `Unknown | State`

tests/ignite/engine/test_event_handlers.py

[warning] possibly-missing-attribute - :214:20 - Attribute `_parent` on type `Unknown | ((...) -> Unknown) | None` may be missing

tests/ignite/handlers/test_ema_handler.py

[warning] possibly-missing-attribute - :68:20 - Attribute `ema_momentum` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :70:20 - Attribute `ema_momentum` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :74:36 - Attribute `ema_momentum` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :141:16 - Attribute `ema_momentum` on type `Unknown | State` may be missing

tests/ignite/handlers/test_fbresearch_logger.py

[error] invalid-assignment - :79:5 - Object of type `dict[Unknown | str, Unknown | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - :81:5 - Object of type `Literal["4.2"]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - :83:5 - Object of type `list[Unknown | float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - :85:5 - Object of type `tuple[float, float]` is not assignable to attribute `output` on type `Unknown | State`
[error] invalid-assignment - :101:5 - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] invalid-assignment - :102:5 - Object of type `Unknown` is not assignable to attribute `beta` on type `Unknown | State`
[error] invalid-assignment - :103:5 - Object of type `Unknown` is not assignable to attribute `gamma` on type `Unknown | State`

tests/ignite/handlers/test_lr_finder.py

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

tests/ignite/handlers/test_param_scheduler.py

[warning] possibly-missing-attribute - :484:21 - Attribute `param_history` on type `Unknown | State` may be missing
[error] invalid-assignment - :491:9 - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[warning] possibly-missing-attribute - :554:21 - Attribute `param_history` on type `Unknown | State` may be missing
[error] invalid-assignment - :562:9 - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[warning] possibly-missing-attribute - :627:21 - Attribute `param_history` on type `Unknown | State` may be missing
[error] invalid-assignment - :635:9 - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[warning] possibly-missing-attribute - :655:17 - Attribute `param_history` on type `(Unknown & ~<Protocol with members 'param_history'>) | (State & ~<Protocol with members 'param_history'>)` may be missing
[warning] possibly-missing-attribute - :1121:29 - Attribute `param_history` on type `Unknown | State` may be missing
[error] invalid-assignment - :1124:13 - Object of type `None` is not assignable to attribute `param_history` on type `Unknown | State`
[warning] possibly-missing-attribute - :1368:34 - Attribute `param_history` on type `Unknown | State` may be missing

tests/ignite/handlers/test_state_param_scheduler.py

[error] non-subscriptable - :87:19 - Cannot subscript object of type `object` with no `__getitem__` method
[warning] possibly-missing-attribute - :362:13 - Attribute `param_history` on type `Unknown | State` may be missing
[warning] possibly-missing-attribute - :363:13 - Attribute `param_history` on type `Unknown | State` may be missing

tests/ignite/handlers/test_time_limit.py

[error] invalid-assignment - :28:9 - Object of type `Literal[True]` is not assignable to attribute `is_terminated` on type `Unknown | State`
[error] invalid-assignment - :31:5 - Object of type `Literal[False]` is not assignable to attribute `is_terminated` on type `Unknown | State`
[warning] possibly-missing-attribute - :36:12 - Attribute `is_terminated` on type `Unknown | State` may be missing

tests/ignite/handlers/test_tqdm_logger.py

[error] invalid-assignment - :217:5 - Object of type `float` is not assignable to attribute `alpha` on type `Unknown | State`
[error] invalid-assignment - :218:5 - Object of type `Unknown` is not assignable to attribute `beta` on type `Unknown | State`
[error] invalid-assignment - :219:5 - Object of type `Unknown` is not assignable to attribute `gamma` on type `Unknown | State`

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

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

[error] invalid-return-type - :40:12 - Return type does not match returned value: expected `K@__call__`, found `typing.TypeVar`

jax/_src/errors.py

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

jax/_src/api.py

[error] invalid-argument-type - :1784:11 - Argument is incorrect: Expected `Sequence[Device]`, found `Unknown | None`
[error] invalid-argument-type - :1785:11 - Argument is incorrect: Expected `Sequence[@Todo]`, found `Unknown | None`

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`
[error] invalid-assignment - :759:3 - Object of type `Unknown | None | (Sharding & ~Format)` is not assignable to `Sharding | Format`

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/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 - :1480: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`
[error] unresolved-attribute - :1758:21 - Type `Trace[Unknown]` has no attribute `frame`
[error] unresolved-attribute - :1768:34 - Type `Trace[Unknown]` has no attribute `frame`
[error] unresolved-attribute - :1803:12 - Type `Trace[Unknown]` has no attribute `get_const`
[error] unresolved-attribute - :1806:13 - Type `Trace[Unknown]` has no attribute `frame`
[error] unknown-argument - :1947:38 - Argument `initial_qdd` does not match any known parameter
[warning] unused-ignore-comment - :1734:23 - Unused blanket `type: ignore` directive

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 - :1352:14 - Object of type `None` 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/shared_memory.py

[error] invalid-argument-type - :121:34 - Argument to function `update_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
[error] invalid-argument-type - :145:40 - Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`
[error] invalid-argument-type - :168:42 - Argument to function `copy_vector_clock` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `ndarray[@Todo, Unknown] | None`

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/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`.
[error] invalid-argument-type - :225:49 - Argument to function `_write_perfetto_trace_file` is incorrect: Expected `PathLike[Unknown] | str`, found `Unknown | None`

jax/_src/shard_map.py

[error] unresolved-attribute - :1284:8 - Type `Trace[Unknown]` has no attribute `check`
[error] unresolved-attribute - :1285:51 - Type `Trace[Unknown]` has no attribute `amesh`
[error] unresolved-attribute - :1291:20 - Type `Trace[Unknown]` has no attribute `mesh`

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

[warning] possibly-missing-attribute - :417:12 - Attribute `ref_get_abstract_eval` on type `Unknown | AbstractValue` may be missing
[warning] possibly-missing-attribute - :438:12 - Attribute `ref_swap_abstract_eval` on type `Unknown | AbstractValue` 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/mosaic/gpu/fragmented_array.py

[error] unresolved-attribute - :2257:35 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[error] unresolved-attribute - :2269:37 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[warning] possibly-missing-attribute - :2294:35 - Attribute `type` on type `ndarray[@Todo, Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :2337:18 - Attribute `type` on type `ndarray[@Todo, Unknown] | Unknown` may be missing
[error] unresolved-attribute - :2528:35 - Type `ndarray[@Todo, Unknown]` has no attribute `type`
[error] unresolved-attribute - :2529: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, ...]`

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

src/jinja2/idtracking.py

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

src/jinja2/compiler.py

[warning] unused-ignore-comment - :65:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:86 - 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/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/nativetypes.py

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

src/jinja2/nodes.py

[warning] unused-ignore-comment - :505:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :529:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :758:45 - Unused blanket `type: ignore` directive
[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] possibly-unresolved-reference - :679:16 - Name `node` used when possibly not defined

src/jinja2/runtime.py

[warning] unused-ignore-comment - :382:40 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :690:17 - Object of type `(Unknown & ~(() -> object)) | bool | (((str | None, /) -> bool) & ~(() -> object))` is not assignable to `bool | None`
[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` may be missing
[warning] possibly-missing-attribute - :244:17 - Attribute `get_template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :261:9 - Attribute `get_template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :263:16 - Attribute `loader` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :265:24 - Attribute `loader` on type `Unknown | None` may be missing
[error] invalid-assignment - :282:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None`
[warning] possibly-missing-attribute - :283:14 - Attribute `loader` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :285:17 - Attribute `get_template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :287:17 - Attribute `get_template` on type `Unknown | None` may be missing
[error] invalid-assignment - :292:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None`
[warning] possibly-missing-attribute - :294:24 - Attribute `loader` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :298:17 - Attribute `get_template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :300:17 - Attribute `get_template` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :306:20 - Attribute `loader` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :315:20 - Attribute `loader` on type `Unknown | None` may be missing
[error] unsupported-operator - :94:16 - Operator `in` is not supported for types `tuple[ReferenceType[Any], Literal["one"]]` and `None`, in comparing `tuple[ReferenceType[Any], Literal["one"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - :95:16 - Operator `not in` is not supported for types `tuple[ReferenceType[Any], Literal["two"]]` and `None`, in comparing `tuple[ReferenceType[Any], Literal["two"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`
[error] unsupported-operator - :96:16 - Operator `in` is not supported for types `tuple[ReferenceType[Any], Literal["three"]]` and `None`, in comparing `tuple[ReferenceType[Any], Literal["three"]]` with `Unknown | MutableMapping[tuple[ReferenceType[BaseLoader], str], Template] | None`

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

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`

kopf (https://github.com/nolar/kopf)

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

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)

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

tests/native/test_x86_pcmpxstrx.py

[error] unsupported-operator - :8872:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8876:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8959:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :8963:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9046:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9050:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9133:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9137:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9220:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9224:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9307:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9311:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9394:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9398:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9481:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9485:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9568:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9572:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9655:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9659:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9742:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9746:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9829:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9833:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9916:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :9920:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10003:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10007:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10090:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10094:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10177:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10181:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10264:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10268:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10351:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10355:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10438:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10442:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10525:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10529:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10612:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10616:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10699:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10703:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10786:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10790:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10873:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10877:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10960:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :10964:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11047:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11051:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11134:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11138:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11221:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11225:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11308:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11312:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11395:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11399:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11482:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11486:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11569:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11573:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11656:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11660:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11743:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11747:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11830:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11834:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11917:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :11921:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12004:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12008:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12091:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12095:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12178:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12182:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12265:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12269:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12352:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12356:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12439:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12443:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12526:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12530:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12613:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12617:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12700:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12704:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12787:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12791:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12874:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12878:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12961:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :12965:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13048:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13052:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13135:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13139:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13222:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13226:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13309:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13313:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13396:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13400:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13483:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13487:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13570:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13574:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13657:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13661:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13744:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13748:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13831:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13835:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13918:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :13922:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14005:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14009:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14092:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14096:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14179:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14183:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14266:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14270:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14353:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14357:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14438:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14442:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14522:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14526:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14606:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14610:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14690:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14694:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14774:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14778:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14858:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14862:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14942:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :14946:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15026:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15030:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15110:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15114:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15194:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15198:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15278:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15282:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15362:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15366:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15446:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15450:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15530:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15534:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15614:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15618:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15698:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15702:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15782:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15786:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15866:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15870:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15950:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :15954:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16034:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16038:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16118:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16122:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16202:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16206:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16286:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16290:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16370:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16374:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16454:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16458:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16538:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16542:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16622:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16626:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16706:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16710:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16790:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16794:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16874:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16878:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16958:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :16962:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17042:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17046:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17126:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17130:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17210:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17214:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17294:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17298:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17378:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17382:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17462:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17466:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17546:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17550:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17630:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17634:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17714:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17718:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17798:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17802:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17882:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17886:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17966:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :17970:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18050:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18054:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18134:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18138:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18218:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18222:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18302:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18306:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18386:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18390:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18470:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18474:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18554:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18558:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18638:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18642:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18722:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18726:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18806:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18810:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18890:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18894:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18974:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :18978:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19058:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19062:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19142:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19146:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19226:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19230:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19310:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19314:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19394:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19398:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19478:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19482:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19562:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19566:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19646:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19650:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19730:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19734:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19812:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19816:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19893:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19897:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19974:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :19978:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20055:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20059:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20136:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20140:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20217:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20221:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20298:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20302:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20379:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20383:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20460:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20464:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20541:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20545:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20622:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20626:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20703:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20707:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20784:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20788:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20865:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20869:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20946:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :20950:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21027:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21031:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21108:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21112:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21189:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21193:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21270:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21274:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21351:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21355:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21432:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21436:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21513:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21517:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21594:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21598:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21757:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21761:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21858:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21862:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21939:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :21943:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22020:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22024:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22101:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22105:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22182:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22186:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22263:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22267:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22344:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22348:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22425:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22429:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22506:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22510:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22587:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22591:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22668:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22672:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22749:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22753:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22830:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22834:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22911:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22915:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22992:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :22996:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23073:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23077:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23154:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23158:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23235:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23239:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23316:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23320:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23397:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23401:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23478:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23482:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23559:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23563:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23640:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23644:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23721:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23725:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23802:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23806:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23883:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23887:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23964:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :23968:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24045:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24049:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24126:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24130:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24207:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24211:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24288:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24292:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24369:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24373:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24450:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24454:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24531:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24535:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24612:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24616:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24693:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24697:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24774:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24778:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24855:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24859:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24936:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :24940:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25017:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25021:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25098:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25102:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25177:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25181:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25255:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25259:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25333:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25337:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25411:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25415:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25489:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25493:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25567:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25571:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25645:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25649:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25723:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25727:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25801:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25805:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25879:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25883:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25957:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :25961:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26035:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26039:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26113:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26117:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26191:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26195:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26269:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26273:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26347:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26351:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26425:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26429:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26503:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26507:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26581:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26585:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26659:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26663:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26737:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26741:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26815:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26819:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26893:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26897:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26971:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :26975:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27049:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27053:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27127:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27131:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27205:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27209:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27283:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27287:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27361:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27365:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27439:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27443:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27517:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27521:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27595:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27599:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27673:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27677:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27751:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27755:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27829:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27833:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27907:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27911:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27985:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :27989:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28063:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28067:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28141:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28145:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28219:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28223:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28297:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28301:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28375:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28379:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28453:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28457:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28531:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28535:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28609:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28613:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28687:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28691:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28765:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28769:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28843:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28847:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28921:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28925:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :28999:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29003:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29077:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29081:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29155:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29159:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29233:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29237:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29311:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29315:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29389:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29393:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29467:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29471:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29545:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29549:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29623:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29627:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29701:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29705:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29779:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29783:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29857:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29861:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29935:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :29939:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30013:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30017:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30091:34 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`
[error] unsupported-operator - :30095:29 - Operator `+` is unsupported between objects of type `Unknown | int | Expression | None` and `int`

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

[error] unresolved-attribute - :284:30 - Type `BaseServer` has no attribute `dump`

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

[error] unresolved-attribute - :221:25 - Type `Self@did_run_callback` has no attribute `_publish`
[error] unresolved-attribute - :229:25 - Type `Self@did_run_callback` has no attribute `_publish`

manticore/native/cpu/abstractcpu.py

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

[error] unresolved-attribute - :626:31 - Type `Self@sys_terminate` has no attribute `constraints`

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

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

[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/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/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/benches/avro_ingest.py

[warning] unused-ignore-comment - :44:44 - 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/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] invalid-argument-type - :344:13 - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`

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

[error] invalid-assignment - :318:13 - Object of type `list[str] | None` is not assignable to attribute `link_args` of type `list[str]`

mesonbuild/dependencies/python.py

[error] invalid-argument-type - :494:65 - Argument to function `version_compare` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :555:113 - Argument to function `version_compare` is incorrect: Expected `str`, found `str | None`

mesonbuild/dependencies/ui.py

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

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] invalid-return-type - :283:24 - Return type does not match returned value: expected `list[str | None]`, found `list[str] & ~AlwaysFalsy`

mesonbuild/interpreter/mesonmain.py

[error] call-non-callable - :475:15 - Object of type `None` is not callable

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
[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 - :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 - :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
[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
[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`
[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 | @Todo]`
[error] invalid-argument-type - :2005:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :2101:31 - Argument to function `_link_library` is incorrect: Expected `str`, found `str | None`
[warning] possibly-missing-attribute - :2182:67 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2285:54 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2288:18 - Attribute `is_header` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2290:54 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2315:60 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2319:57 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2330:39 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2335:63 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2337:39 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2394:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2395:22 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2428:26 - Attribute `lookup_binary_entry` on type `Environment | None` may be missing
[error] invalid-argument-type - :2439:71 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2439:71 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2439:71 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2439:71 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2442:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2444:24 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :2458:75 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2458:75 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2458:75 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2458:75 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2459:16 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2467:16 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2470:14 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2532:24 - Attribute `get_build_command` on type `Environment | None` may be missing
[error] invalid-argument-type - :2582:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2582:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2582:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2582:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2582:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2600:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2600:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2600:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2610:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2610:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2610:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2610:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2610:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2617:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :2618:47 - Argument to bound method `generate_cs_compile_rule` is incorrect: Expected `CsCompiler`, found `Compiler`
[warning] possibly-missing-attribute - :2627:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-assignment - :2639: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 - :2655:67 - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2655:67 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - :2655:67 - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[warning] possibly-missing-attribute - :2690:19 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2698:19 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2707:21 - Attribute `coredata` on type `Environment | None` may be missing
[error] invalid-argument-type - :2749:59 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList`
[warning] possibly-missing-attribute - :2777:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2809:24 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2827:40 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2828:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :2947:71 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :2959:26 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :3012:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3137:21 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :3190:53 - Argument to bound method `get_fortran_deps` is incorrect: Expected `FortranCompiler`, found `Compiler`
[warning] possibly-missing-attribute - :3396:16 - Attribute `machines` on type `Environment | None` may be missing
[error] invalid-argument-type - :3404:33 - Argument to bound method `add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[warning] possibly-missing-attribute - :3405:12 - Attribute `is_cross_build` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3406:54 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3458:17 - Attribute `machines` on type `Environment | None` may be missing
[error] unsupported-operator - :3476:17 - Operator `+=` is unsupported between objects of type `list[ExtractedObjects]` and `list[str]`
[error] invalid-argument-type - :3477:49 - Argument to bound method `extend` is incorrect: Expected `Iterable[ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - :3481:60 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `DynamicLinker`
[warning] possibly-missing-attribute - :3509:21 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3538:42 - Attribute `is_library` on type `Environment | None` may be missing
[error] invalid-argument-type - :3595:37 - Argument to bound method `build_rpath_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :3595:37 - Argument to bound method `build_rpath_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3596:37 - Attribute `get_build_dir` on type `Environment | None` may be missing
[error] invalid-argument-type - :3630:59 - Argument to function `get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :3650:50 - Argument to bound method `get_link_whole_args` is incorrect: Expected `DynamicLinker`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3677:53 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3718:61 - Argument to bound method `get_option_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3741:25 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3761:40 - Attribute `get_source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3762:40 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3768:42 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3784:24 - Attribute `get_build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3785:31 - Attribute `get_scratch_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3786:31 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3807:21 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3808:16 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3818:34 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3826:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3827:38 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3841:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3842:39 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3857:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3858:41 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3858:70 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3859:13 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3871:20 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3872:43 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3875:44 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3876:49 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3883:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3884:44 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3884:73 - Attribute `build_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3913:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3914:42 - Attribute `source_dir` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3930:15 - Attribute `get_build_command` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3947:24 - Attribute `machines` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3974:39 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :3975:12 - Attribute `coredata` on type `Environment | None` may be missing
[warning] possibly-missing-attribute - :2103:35 - Attribute `get_link_whole_for` on type `Unknown | DynamicLinker | 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 - :3626:72 - Argument to bound method `get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-missing-attribute - :3660: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]`
[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
[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
[warning] possibly-missing-attribute - :536:47 - Attribute `get_build_dir` on type `Environment | None` 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 - :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 - :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 - :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
[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 - Attribute `get_item` on type `Unknown | (PbxArray & ~str) | (PbxDict & ~str) | int` may be missing
[warning] possibly-missing-attribute - :1180:21 - Attribute `add_item` on type `Unknown | (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 - :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] 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 - :3039:16 - Return type does not match returned value: expected `list[str | ExtractedObjects]`, found `list[str]`
[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 `list[BuildTarget | CustomTarget]`
[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]]`
[error] invalid-assignment - :3431:5 - Object of type `None` is not assignable to attribute `coredata` on type `Unknown | Environment`

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

mesonbuild/cmake/interpreter.py

[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]`
[warning] possibly-missing-attribute - :1282:31 - Attribute `as_posix` on type `Unknown | Path | None` may be missing

mesonbuild/compilers/compilers.py

[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 - :681:27 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing
[warning] possibly-missing-attribute - :1216:23 - Attribute `get_command` on type `Unknown | ExternalProgram | None` may be missing

mesonbuild/compilers/d.py

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

mesonbuild/compilers/detect.py

[warning] possibly-missing-attribute - :1109:57 - Attribute `get_exe` on type `Unknown | DynamicLinker | None` may be missing
[error] invalid-assignment - :1111:21 - Method `__setitem__` of type `bound method dict[str, str | bool].__setitem__(key: str, value: str | bool, /) -> None` cannot be called with a key of type `Literal["machine"]` and a value of type `Unknown | str | None` on object of type `dict[str, str | bool]`
[warning] possibly-missing-attribute - :1111:45 - Attribute `machine` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1113:31 - Attribute `exelist` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1113:51 - Attribute `get_always_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1152:21 - Attribute `exelist` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1152:42 - Attribute `exelist` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1152:84 - Attribute `exelist` on type `Unknown | DynamicLinker | None` may be missing

mesonbuild/compilers/mixins/clike.py

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

mesonbuild/dependencies/dev.py

[error] invalid-argument-type - :227:28 - Argument to function `version_compare` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :443:48 - Argument to function `version_compare` is incorrect: Expected `str`, found `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`.

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 - :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-argument-type - :267:43 - Argument to bound method `_get_subproject` is incorrect: Expected `str`, found `str | None`

mesonbuild/interpreter/interpreter.py

[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-return-type - :1654:16 - Return type does not match returned value: expected `ExternalProgram | OverrideExecutable`, found `ExternalProgram | Executable`
[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-key - :1828:24 - TypedDict `Executable` cannot be indexed with a key of type `Unknown | str`
[error] call-non-callable - :2231:15 - Object of type `None` is not callable
[error] call-non-callable - :2234:16 - Object of type `None` is not callable
[error] invalid-return-type - :2234:16 - Return type does not match returned value: expected `EnvironmentVariables`, found `object`
[error] call-non-callable - :3025:19 - Object of type `None` is not callable
[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/interpreterbase/decorators.py

[error] invalid-argument-type - :520:85 - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :523:97 - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :526:45 - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[@Todo | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - :527:54 - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[@Todo | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - :546:45 - Argument to function `check_value_type` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[@Todo | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`
[error] invalid-argument-type - :546:197 - Argument to function `types_description` is incorrect: Expected `tuple[type | ContainerTypeInfo, ...]`, found `(Unknown & tuple[object, ...]) | tuple[@Todo | ContainerTypeInfo, ...] | (ContainerTypeInfo & tuple[object, ...])`

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

[error] unsupported-operator - :1370:36 - Operator `+` is unsupported between objects of type `Literal["/MACHINE:"]` and `str | None`

mesonbuild/mconf.py

[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
[warning] possibly-missing-attribute - :386:53 - Attribute `environment` on type `Unknown | None | Build` may be missing
[error] invalid-argument-type - :387:42 - Argument to function `write_meson_info_file` is incorrect: Expected `Build`, found `Unknown | None | Build`

mesonbuild/mdist.py

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

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-assignment - :297:9 -
Old: Object of type `Unknown | Literal[False]` is not assignable to attribute `is_continuation` on type `WhitespaceNode | None`
New: Object of type `Unknown` is not assignable to attribute `is_continuation` on type `WhitespaceNode | None`
[error] invalid-assignment - :507:9 -
Old: Object of type `Unknown | Literal[1]` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
New: Object of type `Unknown` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
[error] invalid-assignment - :515:9 -
Old: Object of type `Unknown | Literal[1]` is not assignable to attribute `condition_level` on type `WhitespaceNode | None`
New: Object of type `Unknown` is not assignable to attribute `condition_level` on type `WhitespaceNode | 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/mintro.py

[warning] possibly-missing-attribute - :411:28 - Attribute `variables` on type `Unknown | Interpreter | None` may be missing
[error] invalid-argument-type - :74:135 - Argument to function `list_buildsystem_files` is incorrect: Expected `Interpreter`, found `Unknown | Interpreter | 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`

mesonbuild/modules/_qt.py

[warning] possibly-missing-attribute - :754:63 - Attribute `get_target_dir` on type `Unknown | Backend | 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/fs.py

[warning] possibly-missing-attribute - :88:16 - Attribute `get_target_filename` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :330:24 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` may be missing

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]`
[warning] possibly-missing-attribute - :344:22 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :352:26 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :362:22 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :369:22 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :376:22 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :630:70 - Attribute `get_target_dir` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :948:28 - Attribute `get_target_private_dir_abs` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :958:57 - Attribute `get_target_dir` on type `Unknown | Backend | None` may be missing

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - :251:45 - Argument to bound method `ensure_file` is incorrect: Expected `str | File | CustomTarget | CustomTargetIndex`, found `object`

mesonbuild/modules/java.py

[warning] possibly-missing-attribute - :102:26 - Attribute `get_target_private_dir_abs` on type `Unknown | Backend | None` may be missing

mesonbuild/modules/pkgconfig.py

[warning] possibly-missing-attribute - :572:59 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` may be missing
[error] invalid-argument-type - :710:97 - Argument to bound method `get_feature_args` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :746:103 -
Old: Argument is incorrect: Expected `str`, found `str | None | Unknown`
New: Argument is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | None | Unknown | LiteralString`

mesonbuild/msetup.py

[warning] possibly-missing-attribute - :272:39 - Attribute `cmd_line_options` on type `Unknown | SharedCMDOptions | None` may be missing
[warning] possibly-missing-attribute - :276:36 - Attribute `name` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :282:41 - Attribute `generate` on type `Unknown | Backend | None` may be missing
[error] invalid-argument-type - :299:55 - Argument to function `generate_introspection_file` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[warning] possibly-missing-attribute - :303:13 - Attribute `run_postconf_scripts` on type `Unknown | Backend | None` may be missing
[warning] possibly-missing-attribute - :340:25 - Attribute `get_devenv` on type `Unknown | Backend | None` may be missing

mesonbuild/msubprojects.py

[error] unresolved-attribute - :125:49 - Type `() -> bool` has no attribute `__get__`

mesonbuild/mtest.py

[error] unsupported-operator - :599:21 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[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 - :1111:17 - Object of type `ElementTree[Element[str]]` is not assignable to attribute `junit` of type `ElementTree[Element[str] | None] | None`
[error] invalid-assignment - :1702:9 - Object of type `list[str] | None` is not assignable to attribute `ninja` of type `list[str]`

mesonbuild/rewriter.py

[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 - :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 - :259:23 - Attribute `sh_offset` on type `SectionHeader | None` may be missing
[warning] possibly-missing-attribute - :294:22 - Attribute `sh_offset` on type `SectionHeader | None` may be missing

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] not-iterable - :742:36 - Object of type `None` is not iterable

run_project_tests.py

[warning] possibly-missing-attribute - :153:23 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing

unittests/allplatformstests.py

[error] unresolved-attribute - :2703:38 - Type `_AssertRaisesContext[Unknown]` has no attribute `stderr`
[warning] possibly-missing-attribute - :1521:12 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :5459:19 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :5463:26 - Attribute `get_accepts_rsp` on type `Unknown | DynamicLinker | None` may be missing

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`

unittests/linuxliketests.py

[warning] possibly-missing-attribute - :168:66 - Attribute `pkgbin_version` on type `(Unknown & PkgConfigCLI) | (PkgConfigCLI & ~AlwaysFalsy)` may be missing
[warning] possibly-missing-attribute - :1526:16 - Attribute `export_dynamic_args` on type `Unknown | DynamicLinker | None` may be missing
[warning] possibly-missing-attribute - :1649:34 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing

unittests/windowstests.py

[warning] possibly-missing-attribute - :302:34 - Attribute `id` on type `Unknown | DynamicLinker | None` may be missing

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

mitmproxy/contrib/wbxml/ASCommandResponse.py

[error] unresolved-attribute - :47:10 - Type `Self@getWBXMLBytes` has no attribute `wbxmlBytes`

mitmproxy/contentviews/_view_wbxml.py

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

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/webscanner_helper/test_proxyauth_selenium.py

[warning] possibly-missing-attribute - :49: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/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_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] 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`
[warning] possibly-missing-attribute - :304:19 - Attribute `tls` on type `Unknown | None` may be missing

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 - :439:5 - Attribute `send_datagram_frame` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :447:20 - Attribute `next_event` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :582:9 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :726:16 - Attribute `tls` on type `Unknown | None` may be missing

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-argument-type - :509:35 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`

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`

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

[warning] unused-ignore-comment - :459:35 - 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 - :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 - :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/client_bulk.py

[warning] unused-ignore-comment - :417:98 - 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 - :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)`

pymongo/asynchronous/collection.py

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

[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-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] unused-ignore-comment - :801:53 - Unused blanket `type: ignore` directive

pymongo/asynchronous/mongo_client.py

[warning] unused-ignore-comment - :2552:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2569:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2315:23 - 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

pymongo/asynchronous/server.py

[warning] possibly-missing-implicit-call - :275:17 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | int` may be missing
[warning] possibly-missing-implicit-call - :277:17 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | int` may be missing

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] unused-ignore-comment - :876:64 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :834:46 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`

pymongo/network_layer.py

[error] call-non-callable - :301:41 - Object of type `object` is not callable
[warning] unused-ignore-comment - :511:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :574:54 - Unused blanket `type: ignore` directive

pymongo/synchronous/bulk.py

[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 - :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/client_bulk.py

[warning] unused-ignore-comment - :417:92 - 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 - :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)`

pymongo/synchronous/collection.py

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

[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-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] unused-ignore-comment - :794:53 - Unused blanket `type: ignore` directive

pymongo/synchronous/mongo_client.py

[warning] unused-ignore-comment - :2542:70 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2559:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2307:23 - 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

pymongo/synchronous/server.py

[warning] possibly-missing-implicit-call - :275:17 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | int` may be missing
[warning] possibly-missing-implicit-call - :277:17 -
Old: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | Int64 | str] | int` may be missing
New: Method `__setitem__` of type `Unknown | dict[Unknown | str, Unknown | str] | int` may be missing

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] unused-ignore-comment - :874:64 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :832:46 - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`

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

mypy/plugins/singledispatch.py

[warning] unused-ignore-comment - :39:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :196:68 - Unused blanket `type: ignore` directive

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`

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

[error] unresolved-attribute - :200:26 - Type `Expression` has no attribute `value`

mypy/semanal_namedtuple.py

[error] unresolved-attribute - :417:26 - Type `Expression` has no attribute `value`

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/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 - :1437:52 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1440:25 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1461:25 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1464:52 - Argument to bound method `fixed_width_int_op` is incorrect: Expected `RPrimitive`, found `RType`
[error] invalid-argument-type - :1467: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] unresolved-attribute - :632:59 - Type `object` has no attribute `listen`
[error] unresolved-attribute - :633:57 - Type `object` has no attribute `listen`

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

openlibrary/plugins/openlibrary/tests/test_listapi.py

[error] unresolved-attribute - :33:15 - Type `Self@login` has no attribute `cookiejar`

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`

openlibrary/core/cache.py

[error] unresolved-attribute - :95:22 - Type `(...) -> T@memcache_memoize` has no attribute `__name__`

openlibrary/plugins/importapi/code.py

[error] invalid-argument-type - :206:59 - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`

openlibrary/plugins/openlibrary/stats.py

[error] unsupported-operator - :203:30 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`

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

[error] invalid-argument-type - :337:49 - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`

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

optuna/_gp/optim_sample.py

[error] invalid-return-type - :19:12 -
Old: Return type does not match returned value: expected `tuple[ndarray[Unknown, Unknown], int | float]`, found `tuple[Unknown | ndarray[Unknown, Unknown], ndarray[Unknown, Unknown]]`
New: Return type does not match returned value: expected `tuple[ndarray[Unknown, Unknown], int | float]`, found `tuple[Unknown, ndarray[Unknown, Unknown]]`

optuna/_gp/search_space.py

[error] invalid-argument-type - :181:37 - Argument to function `_round_one_normalized_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - :181:53 - Argument to function `_round_one_normalized_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 - :181:83 - Argument to function `_round_one_normalized_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`

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

tests/gp_tests/test_search_space.py

[error] invalid-argument-type - :108:13 - Argument to function `_unnormalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - :109:13 - Argument to function `_unnormalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `Unknown | ndarray[Unknown, <class 'float'>]`
[error] invalid-argument-type - :110:13 - Argument to function `_unnormalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`

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

paasta_tools/cli/cmds/list_deploy_queue.py

[error] invalid-argument-type - :85:32 - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-return-type - :86:16 - Return type does not match returned value: expected `int`, found `Unknown | None`

paasta_tools/cli/cmds/autoscale.py

[error] unsupported-operator - :243:12 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[200]` with `Unknown | None`
[error] unsupported-operator - :243:19 - Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[299]`

paasta_tools/cli/cmds/mesh_status.py

[error] invalid-return-type - :117:16 - Return type does not match returned value: expected `tuple[int, list[str]]`, found `tuple[Unknown | None, list[str]]`
[error] invalid-argument-type - :119:31 - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`

paasta_tools/cli/cmds/remote_run.py

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

paasta_tools/cli/cmds/status.py

[error] invalid-argument-type - :326:40 - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-return-type - :327:16 - Return type does not match returned value: expected `int`, found `Unknown | None`

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_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
[warning] possibly-missing-attribute - :198:22 - Attribute `decode` on type `Unknown | None` may be missing

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] invalid-argument-type - :1097:17 - Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
[error] invalid-argument-type - :1112:25 - Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
[error] invalid-argument-type - :1129:21 - Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
[error] invalid-argument-type - :1133:17 - Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None`

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

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

pandas/io/formats/excel.py

[error] invalid-argument-type - :252:21 - Argument to function `remove_none` is incorrect: Expected `dict[str, str | None]`, found `dict[Unknown | str, Unknown | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | dict[str, int | float | str | None] | dict[str, str | None]]`
[error] invalid-return-type - :253:16 - Return type does not match returned value: expected `dict[str, dict[str, str]]`, found `dict[Unknown | str, Unknown | dict[str, bool | str | None] | dict[str, dict[str, str | None]] | dict[str, int | float | str | None] | dict[str, str | None]]`

pandas/tests/apply/conftest.py

[error] unknown-argument - :26:31 - Argument `na_action` does not match any known parameter of bound method `map`

pandas/tests/arrays/test_datetimelike.py

[error] unresolved-attribute - :167:12 - Type `Self@test_take` has no attribute `array_cls`
[error] unresolved-attribute - :236:38 - Type `Self@test_unbox_scalar` has no attribute `scalar_type`
[error] unresolved-attribute - :257:12 - Type `Self@test_fillna_method_doesnt_change_orig` has no attribute `array_cls`
[error] unresolved-attribute - :258:19 - Type `Self@test_fillna_method_doesnt_change_orig` has no attribute `array_cls`
[error] unresolved-attribute - :260:33 - Type `Self@test_fillna_method_doesnt_change_orig` has no attribute `array_cls`
[error] unresolved-attribute - :261:19 - Type `Self@test_fillna_method_doesnt_change_orig` has no attribute `array_cls`
[error] unresolved-attribute - :274:12 - Type `Self@test_searchsorted` has no attribute `array_cls`
[error] unresolved-attribute - :275:19 - Type `Self@test_searchsorted` has no attribute `array_cls`
[error] unresolved-attribute - :277:33 - Type `Self@test_searchsorted` has no attribute `array_cls`
[error] unresolved-attribute - :278:19 - Type `Self@test_searchsorted` has no attribute `array_cls`
[error] unresolved-attribute - :347:12 - Type `Self@test_getitem_near_implementation_bounds` has no attribute `array_cls`
[error] unresolved-attribute - :348:19 - Type `Self@test_getitem_near_implementation_bounds` has no attribute `array_cls`
[error] unresolved-attribute - :419:12 - Type `Self@test_setitem` has no attribute `array_cls`
[error] unresolved-attribute - :420:19 - Type `Self@test_setitem` has no attribute `array_cls`
[error] unresolved-attribute - :534:12 - Type `Self@test_inplace_arithmetic` has no attribute `array_cls`
[error] unresolved-attribute - :535:19 - Type `Self@test_inplace_arithmetic` has no attribute `array_cls`
[error] unresolved-attribute - :603:12 - Type `Self@test_from_integer_array` has no attribute `array_cls`
[error] unresolved-attribute - :604:24 - Type `Self@test_from_integer_array` has no attribute `array_cls`
[error] unresolved-attribute - :604:50 - Type `Self@test_from_integer_array` has no attribute `example_dtype`
[error] unresolved-attribute - :605:22 - Type `Self@test_from_integer_array` has no attribute `array_cls`
[error] unresolved-attribute - :605:49 - Type `Self@test_from_integer_array` has no attribute `example_dtype`
[error] unresolved-attribute - :607:24 - Type `Self@test_from_integer_array` has no attribute `array_cls`
[error] unresolved-attribute - :607:65 - Type `Self@test_from_integer_array` has no attribute `example_dtype`
[error] unresolved-attribute - :608:22 - Type `Self@test_from_integer_array` has no attribute `array_cls`
[error] unresolved-attribute - :608:64 - Type `Self@test_from_integer_array` has no attribute `example_dtype`
[error] unknown-argument - :634:28 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :634:28 - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - :634:28 - Argument `freq` does not match any known parameter of bound method `round`
[warning] possibly-missing-attribute - :640:18 - Attribute `round` on type `Unknown | DatetimeArray | PeriodArray | TimedeltaArray` may be missing
[warning] possibly-missing-attribute - :816:40 - Attribute `tz` on type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex` may be missing
[warning] possibly-missing-attribute - :829:22 - Attribute `tz` on type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex` may be missing
[warning] possibly-missing-attribute - :1087:34 - Attribute `to_timestamp` on type `Unknown | PeriodIndex | DatetimeIndex | TimedeltaIndex` may be missing

pandas/tests/extension/json/test_json.py

[error] missing-argument - :87:9 - No arguments provided for required parameters `data_missing`, `using_nan_is_na` of bound method `test_contains`
[error] missing-argument - :134:9 - No arguments provided for required parameters `data`, `columns`, `future_stack` of bound method `test_stack`
[error] missing-argument - :140:16 - No argument provided for required parameter `obj` of bound method `test_unstack`
[error] missing-argument - :145:9 - No argument provided for required parameter `data_missing` of bound method `test_fillna_series`
[error] missing-argument - :150:9 - No argument provided for required parameter `data_missing` of bound method `test_fillna_frame`
[error] missing-argument - :200:9 - No arguments provided for required parameters `data_for_sorting`, `ascending` of bound method `test_sort_values_frame`
[error] missing-argument - :220:9 - No argument provided for required parameter `as_frame` of bound method `test_where_series`
[error] missing-argument - :224:9 - No argument provided for required parameter `as_series` of bound method `test_searchsorted`
[error] missing-argument - :228:9 - No argument provided for required parameter `box` of bound method `test_equals`
[error] missing-argument - :244:9 - No argument provided for required parameter `data` of bound method `test_astype_str`
[error] missing-argument - :254:9 - No argument provided for required parameter `data_for_grouping` of bound method `test_groupby_extension_transform`
[error] missing-argument - :267:9 - No arguments provided for required parameters `data_for_grouping`, `groupby_apply_op` of bound method `test_groupby_extension_apply`
[error] missing-argument - :275:9 - No arguments provided for required parameters `as_index`, `data_for_grouping` of bound method `test_groupby_extension_agg`
[error] missing-argument - :283:9 - No argument provided for required parameter `data_for_grouping` of bound method `test_groupby_extension_no_sort`

pandas/tests/groupby/test_libgroupby.py

[error] unresolved-attribute - :23:49 - Type `Self@test_group_var_generic_1d` has no attribute `dtype`
[error] unresolved-attribute - :25:51 - Type `Self@test_group_var_generic_1d` has no attribute `dtype`
[error] unresolved-attribute - :33:9 - Type `Self@test_group_var_generic_1d` has no attribute `algo`
[error] unresolved-attribute - :34:47 - Type `Self@test_group_var_generic_1d` has no attribute `rtol`
[error] unresolved-attribute - :40:49 - Type `Self@test_group_var_generic_1d_flat_labels` has no attribute `dtype`
[error] unresolved-attribute - :42:50 - Type `Self@test_group_var_generic_1d_flat_labels` has no attribute `dtype`
[error] unresolved-attribute - :48:9 - Type `Self@test_group_var_generic_1d_flat_labels` has no attribute `algo`
[error] unresolved-attribute - :50:47 - Type `Self@test_group_var_generic_1d_flat_labels` has no attribute `rtol`
[error] unresolved-attribute - :56:49 - Type `Self@test_group_var_generic_2d_all_finite` has no attribute `dtype`
[error] unresolved-attribute - :58:51 - Type `Self@test_group_var_generic_2d_all_finite` has no attribute `dtype`
[error] unresolved-attribute - :64:9 - Type `Self@test_group_var_generic_2d_all_finite` has no attribute `algo`
[error] unresolved-attribute - :65:47 - Type `Self@test_group_var_generic_2d_all_finite` has no attribute `rtol`
[error] unresolved-attribute - :71:49 - Type `Self@test_group_var_generic_2d_some_nan` has no attribute `dtype`
[error] unresolved-attribute - :73:51 - Type `Self@test_group_var_generic_2d_some_nan` has no attribute `dtype`
[error] unresolved-attribute - :82:20 - Type `Self@test_group_var_generic_2d_some_nan` has no attribute `dtype`
[error] unresolved-attribute - :85:9 - Type `Self@test_group_var_generic_2d_some_nan` has no attribute `algo`
[error] unresolved-attribute - :92:42 - Type `Self@test_group_var_constant` has no attribute `dtype`
[error] unresolved-attribute - :94:60 - Type `Self@test_group_var_constant` has no attribute `dtype`
[error] unresolved-attribute - :97:9 - Type `Self@test_group_var_constant` has no attribute `algo`

pandas/tests/indexes/interval/test_constructors.py

[error] unresolved-attribute - :55:25 - Type `Self@test_constructor` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :78:27 - Type `Self@test_constructor_dtype` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :81:25 - Type `Self@test_constructor_dtype` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :101:25 - Type `Self@test_constructor_pass_closed` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :111:25 - Type `Self@test_constructor_nan` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :134:25 - Type `Self@test_constructor_empty` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :160:27 - Type `Self@test_constructor_string` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :170:25 - Type `Self@test_constructor_categorical_valid` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :176:18 - Type `Self@test_generic_errors` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :195:26 - Type `Self@test_generic_errors` has no attribute `get_kwargs_from_breaks`
[error] unresolved-attribute - :201:29 - Type `Self@test_generic_errors` has no attribute `get_kwargs_from_breaks`

pandas/compat/pickle_compat.py

[warning] unused-ignore-comment - :75:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :98:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :99:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :112:27 - Unused blanket `type: ignore` directive

pandas/core/strings/object_array.py

[warning] unused-ignore-comment - :78:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :320:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :525:41 - Unused blanket `type: ignore` directive

pandas/tseries/holiday.py

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

pandas/core/_numba/extensions.py

[error] invalid-return-type - :94:16 - Return type does not match returned value: expected `Self@copy`, found `IndexType`
[error] invalid-return-type - :124:16 - Return type does not match returned value: expected `Self@copy`, found `SeriesType`

pandas/core/arrays/_arrow_string_mixins.py

[warning] unused-ignore-comment - :97:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :100:77 - Unused blanket `type: ignore` directive

pandas/core/arrays/_mixins.py

[warning] unused-ignore-comment - :477:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :506:44 - Unused blanket `type: ignore` directive

pandas/core/arrays/arrow/array.py

[error] invalid-return-type - :1348:16 - Return type does not match returned value: expected `Self@_pad_or_backfill`, found `ArrowExtensionArray`
[error] invalid-return-type - :2816:16 - Return type does not match returned value: expected `Self@_str_zfill`, found `ArrowExtensionArray`

pandas/core/arrays/base.py

[warning] unused-ignore-comment - :1203:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1255:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1493:52 - Unused blanket `type: ignore` directive

pandas/core/arrays/categorical.py

[error] invalid-return-type - :2558:16 - Return type does not match returned value: expected `Self@unique`, found `Categorical`

pandas/core/arrays/datetimelike.py

[error] invalid-return-type - :1569:16 - Return type does not match returned value: expected `Self@_quantile`, found `DatetimeLikeArrayMixin`
[error] invalid-return-type - :2386:16 - Return type does not match returned value: expected `Self@copy`, found `TimelikeOps`
[error] invalid-return-type - :2445:16 - Return type does not match returned value: expected `Self@take`, found `TimelikeOps`
[warning] unused-ignore-comment - :662:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :664:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1261:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1283:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2204:30 - Unused blanket `type: ignore` directive

pandas/core/arrays/masked.py

[error] invalid-return-type - :386:16 - Return type does not match returned value: expected `Self@ravel`, found `BaseMaskedArray`
[error] invalid-return-type - :397:16 - Return type does not match returned value: expected `Self@shift`, found `BaseMaskedArray`
[warning] unused-ignore-comment - :1635:26 - Unused blanket `type: ignore` directive

pandas/core/arrays/period.py

[error] invalid-return-type - :1023:16 - Return type does not match returned value: expected `Self@_addsub_int_array_or_scalar`, found `PeriodArray`
[error] invalid-return-type - :1094:16 - Return type does not match returned value: expected `Self@_add_timedelta_arraylike`, found `PeriodArray`

pandas/core/arrays/sparse/array.py

[error] invalid-return-type - :792:16 - Return type does not match returned value: expected `Self@isna`, found `SparseArray`
[error] invalid-return-type - :1099:16 - Return type does not match returned value: expected `Self@take`, found `SparseArray`
[error] invalid-return-type - :1397:16 - Return type does not match returned value: expected `Self@map`, found `SparseArray`

pandas/core/arrays/string_.py

[error] invalid-return-type - :566:16 - Return type does not match returned value: expected `Self@view`, found `BaseStringArray`
[warning] unused-ignore-comment - :506:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :510:62 - Unused blanket `type: ignore` directive

pandas/core/base.py

[error] call-non-callable - :1265:20 - Object of type `object` is not callable
[warning] unused-ignore-comment - :1465:35 - Unused blanket `type: ignore` directive

pandas/core/generic.py

[error] invalid-assignment - :6194:21 - Cannot assign to object of type `Self@__setattr__` with no `__setitem__` method
[warning] unused-ignore-comment - :2773:20 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4773:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4844:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11350:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11774:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11779:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11784:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11791:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11799:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11805:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11810:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11815:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :11824:65 - Unused blanket `type: ignore` directive

pandas/core/groupby/generic.py

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

pandas/core/groupby/groupby.py

[error] invalid-argument-type - :1793:44 - Argument to bound method `_wrap_aggregated_output` is incorrect: Expected `Series | DataFrame`, found `Unknown | NDFrameT@GroupBy`
[warning] unused-ignore-comment - :856:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :857:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :964:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1792:84 - Unused blanket `type: ignore` directive

pandas/core/indexes/base.py

[error] invalid-return-type - :2858:16 - Return type does not match returned value: expected `Self@drop_duplicates`, found `Index`
[error] unresolved-attribute - :3699:48 - Type `Index` has no attribute `codes`
[error] unresolved-attribute - :3717:51 - Type `Index` has no attribute `categories`
[error] unresolved-attribute - :3719:57 - Type `Index` has no attribute `codes`
[error] invalid-argument-type - :6084:69 - Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `(Unknown & Index) | ndarray[@Todo, Unknown]`
[warning] unused-ignore-comment - :744:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3773:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3792:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3866:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4180:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6029:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6102:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6243:56 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1788:16 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | FrozenList | list[Unknown | None] | None`
[error] invalid-argument-type - :1790:75 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown | None] | None`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | FrozenList | list[Unknown | None] | None`
[error] invalid-return-type - :1796:16 -
Old: Return type does not match returned value: expected `list[Hashable]`, found `Unknown | list[Unknown | None] | None`
New: Return type does not match returned value: expected `list[Hashable]`, found `Unknown | FrozenList | list[Unknown | None] | None`
[error] invalid-return-type - :1831:16 -
Old: Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown]`
New: Return type does not match returned value: expected `list[Hashable]`, found `(Top[list[Unknown]] & ~AlwaysFalsy) | list[Hashable] | list[Unknown | None] | list[Unknown | (Hashable & ~None)]`

pandas/core/indexes/datetimelike.py

[error] invalid-return-type - :755:16 - Return type does not match returned value: expected `tuple[Self@_wrap_join_result, @Todo | None, @Todo | None]`, found `tuple[DatetimeTimedeltaMixin | Unknown, @Todo | None, @Todo | None]`
[error] invalid-argument-type - :814:45 - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType | Timedelta`
[error] invalid-assignment - :854:13 - Object of type `BaseOffset | None` is not assignable to attribute `_freq` on type `DatetimeArray | TimedeltaArray`
[warning] unused-ignore-comment - :567:29 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :603:65 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :199:42 -
Old: Attribute `asi8` on type `Unknown | CategoricalIndex` may be missing
New: Attribute `asi8` on type `(Any & Index) | CategoricalIndex | DatetimeIndexOpsMixin` may be missing

pandas/core/indexes/datetimes.py

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

pandas/core/indexes/frozen.py

[error] invalid-return-type - :80:16 - Return type does not match returned value: expected `Self@__radd__`, found `FrozenList`
[error] invalid-return-type - :90:16 - Return type does not match returned value: expected `Self@__mul__`, found `FrozenList`

pandas/core/indexes/multi.py

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

pandas/core/indexes/range.py

[error] invalid-return-type - :712:20 - Return type does not match returned value: expected `Self@sort_values | tuple[Self@sort_values, ndarray[@Todo, Unknown] | RangeIndex]`, found `RangeIndex | tuple[RangeIndex, ndarray[@Todo, Unknown]]`

pandas/core/indexing.py

[error] invalid-return-type - :774:16 - Return type does not match returned value: expected `Self@__call__`, found `_LocationIndexer`
[error] invalid-argument-type - :1787:36 - Argument to bound method `_validate_integer` is incorrect: Expected `int | integer[Any]`, found `object`
[error] invalid-argument-type - :2035:45 - Argument to bound method `_setitem_single_column` is incorrect: Expected `int`, found `Hashable`

pandas/core/internals/blocks.py

[error] invalid-return-type - :260:16 - Return type does not match returned value: expected `Self@make_block_same_class`, found `Block`
[error] invalid-return-type - :287:16 - Return type does not match returned value: expected `Self@slice_block_columns`, found `Block`
[error] invalid-return-type - :302:16 - Return type does not match returned value: expected `Self@take_block_columns`, found `Block`
[error] invalid-return-type - :315:16 - Return type does not match returned value: expected `Self@getitem_block_columns`, found `Block`
[error] invalid-return-type - :650:16 - Return type does not match returned value: expected `Self@copy`, found `Block`
[error] invalid-argument-type - :1857:50 - Argument to bound method `_pad_or_backfill` is incorrect: Expected `Literal["inside", "outside"] | None`, found `Any | int | None`
[error] invalid-argument-type - :1857:50 - Argument to bound method `_pad_or_backfill` is incorrect: Expected `bool`, found `Any | int | None`
[error] invalid-return-type - :2081:16 - Return type does not match returned value: expected `Self@slice_block_rows`, found `ExtensionBlock`
[warning] unused-ignore-comment - :1522:47 - Unused blanket `type: ignore` directive

pandas/core/internals/managers.py

[error] invalid-return-type - :771:16 - Return type does not match returned value: expected `Self@consolidate`, found `BaseBlockManager`
[error] invalid-return-type - :1708:16 - Return type does not match returned value: expected `Self@quantile`, found `BlockManager`
[error] invalid-return-type - :2121:20 - Return type does not match returned value: expected `Self@get_rows_with_mask`, found `SingleBlockManager`
[error] invalid-return-type - :2135:16 - Return type does not match returned value: expected `Self@get_rows_with_mask`, found `SingleBlockManager`
[warning] unused-ignore-comment - :574:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1833:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1902:45 - Unused blanket `type: ignore` directive

pandas/core/reshape/merge.py

[warning] redundant-cast - :1631:25 - Value is already of type `Hashable`
[warning] redundant-cast - :1653:25 - Value is already of type `Hashable`

pandas/core/series.py

[error] invalid-return-type - :5020:16 - Return type does not match returned value: expected `Self@rename_axis | None`, found `Series | None`

pandas/core/window/ewm.py

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

pandas/core/window/rolling.py

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

pandas/io/clipboard/__init__.py

[error] unresolved-attribute - :330:15 - Type `Self@__call__` has no attribute `f`
[error] unresolved-attribute - :332:64 - Type `Self@__call__` has no attribute `f`
[error] unresolved-attribute - :336:17 - Type `Self@__setattr__` has no attribute `f`

pandas/io/common.py

[warning] possibly-missing-attribute - :1033:9 - Attribute `addfile` on type `Unknown | BytesIO | TarFile` may be missing
[warning] possibly-missing-attribute - :1063:23 - Attribute `filename` on type `Unknown | BytesIO | ZipFile` may be missing
[warning] possibly-missing-attribute - :1064:29 - Attribute `filename` on type `Unknown | BytesIO | ZipFile` may be missing
[warning] possibly-missing-attribute - :1073:9 - Attribute `writestr` on type `Unknown | BytesIO | ZipFile` may be missing

pandas/io/excel/_base.py

[error] call-non-callable - :577:17 - Object of type `object` is not callable
[error] call-non-callable - :581:17 - Object of type `object` is not callable

pandas/io/parsers/arrow_parser_wrapper.py

[error] unsupported-operator - :184:30 - Operator `+` is unsupported between objects of type `list[@Todo]` and `(Unknown & ~None) | range`

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - :240:57 - Argument to function `_filter_usecols` is incorrect: Argument type `list[Hashable] | MultiIndex` does not satisfy upper bound `Sequence[Hashable]` of type variable `SequenceT`

pandas/io/parsers/python_parser.py

[error] invalid-assignment - :142:13 - Object of type `(ReadCsvBuffer[str] & Top[list[Unknown]]) | list[Unknown]` is not assignable to attribute `data` of type `Iterator[list[str]] | list[list[@Todo]]`
[error] invalid-argument-type - :728:48 - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[@Todo | None]]`, found `list[Unknown | list[int]]`
[error] invalid-argument-type - :728:57 - Argument to bound method `_handle_usecols` is incorrect: Expected `list[@Todo | None]`, found `Unknown | list[int]`
[warning] unused-ignore-comment - :353:36 - Unused blanket `type: ignore` directive

pandas/io/pytables.py

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

pandas/plotting/_matplotlib/boxplot.py

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

pandas/plotting/_matplotlib/core.py

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

pandas/tests/base/test_constructors.py

[error] unresolved-attribute - :82:13 - Type `Delegate` has no attribute `prop`
[error] unresolved-attribute - :86:13 - Unresolved attribute `prop` on type `Delegate`.
[error] unresolved-attribute - :90:13 - Type `Delegate` has no attribute `prop`

pandas/tests/extension/base/ops.py

[error] invalid-argument-type - :149:27 - Argument to bound method `check_opname` is incorrect: Expected `Series`, found `DataFrame`
[error] invalid-argument-type - :160:31 - Argument to bound method `_check_divmod_op` is incorrect: Expected `Series`, found `Literal[1]`

pandas/tests/extension/test_sparse.py

[error] missing-argument - :245:9 - No argument provided for required parameter `data_missing` of bound method `test_fillna_series`
[error] missing-argument - :379:9 - No argument provided for required parameter `nullable_string_dtype` of bound method `test_astype_string`

pandas/tests/indexes/test_engines.py

[warning] possibly-missing-attribute - :192:16 - Attribute `all` on type `Unknown | bool` may be missing

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

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

pandas/tests/tseries/holiday/test_calendar.py

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

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - :285:9 - Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[Unknown | BaseOffset | list[BaseOffset] | None]`
[error] invalid-argument-type - :293:13 - Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[Unknown | BaseOffset | list[BaseOffset] | None]`

pandas/tests/window/test_base_indexer.py

[error] unresolved-attribute - :53:20 - Type `Self@get_window_bounds` has no attribute `use_expanding`
[error] unresolved-attribute - :304:20 - Type `Self@get_window_bounds` has no attribute `use_expanding`

pandas/tests/window/test_rolling.py

[error] unresolved-attribute - :1359:20 - Type `Self@get_window_bounds` has no attribute `use_expanding`

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

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

[warning] unused-ignore-comment - :67:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :69:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :72:61 - Unused blanket `type: ignore` directive

pandera/api/ibis/model.py

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

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

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

pandera/api/polars/model.py

[warning] unused-ignore-comment - :78:61 - 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`
[error] not-iterable - :585:22 - Object of type `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None` may not be iterable
[error] not-iterable - :589:28 - Object of type `(Unknown & ~None & ~(() -> object)) | (list[str] & ~(() -> object)) | (((...) -> Unknown) & ~str & ~(() -> object)) | (list[Unknown | str] & ~(() -> object))` may not be iterable

pandera/api/pyspark/model.py

[warning] unused-ignore-comment - :321:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :529:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :531:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :534:61 - Unused blanket `type: ignore` directive

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

[error] non-subscriptable - :197:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :200:32 - Cannot subscript object of type `None` with no `__getitem__` method

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]`
[warning] possibly-missing-attribute - :777:46 - Attribute `assign` on type `Unknown | None` may be missing

pandera/backends/pandas/error_formatters.py

[error] unsupported-operator - :199:16 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["column"]` with `Unknown | None`
[error] non-subscriptable - :200:26 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :206:29 - Attribute `assign` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :211:32 - Attribute `shape` on type `Unknown | None` may be missing

pandera/backends/polars/base.py

[warning] possibly-missing-attribute - :174:33 - Attribute `with_row_count` on type `(Unknown & ~<Protocol with members 'with_row_index'>) | None` may be missing

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

[error] non-subscriptable - :59:33 - Cannot subscript object of type `SchemaError` with no `__getitem__` method
[error] non-subscriptable - :60:34 - Cannot subscript object of type `SchemaError` with no `__getitem__` method
[error] non-subscriptable - :424:27 - Cannot subscript object of type `SchemaError` with no `__getitem__` method
[error] non-subscriptable - :428:21 - Cannot subscript object of type `SchemaError` with no `__getitem__` method

pandera/decorators.py

[warning] unused-ignore-comment - :619:57 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :113:9 - Argument to function `_parse_schema_error` is incorrect: Expected `SchemaErrorReason`, found `Unknown | 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

tests/modin/test_schemas_on_modin.py

[warning] possibly-missing-attribute - :259:22 - Attribute `failure_case` on type `Unknown | None` may be missing
[error] non-subscriptable - :308:21 - Cannot subscript object of type `None` with no `__getitem__` method

tests/pandas/test_errors.py

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

tests/pandas/test_model.py

[error] invalid-argument-type - :705:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :752:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] not-iterable - :818:43 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :819:43 - Object of type `Unknown | None` may not be iterable
[warning] possibly-missing-attribute - :1427:12 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1439:39 - Attribute `indexes` on type `Unknown | None` may be missing

tests/pandas/test_pandas_engine.py

[warning] possibly-missing-attribute - :613:13 - Attribute `iterrows` on type `Unknown | None` may be missing

tests/pandas/test_pydantic_dtype.py

[error] invalid-argument-type - :71:13 - Argument to function `assert_frame_equal` is incorrect: Expected `DataFrame`, found `Unknown | None`

tests/pandas/test_schema_components.py

[warning] possibly-missing-attribute - :80:12 - Attribute `names` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :92:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :101:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :191:12 - Attribute `names` on type `Unknown | None` may be missing

tests/pandas/test_schemas.py

[error] invalid-argument-type - :619:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`
[error] invalid-argument-type - :620:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`
[error] invalid-argument-type - :621:16 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | (list[Unknown] & ~Check) | list[Unknown | (list[Unknown] & Check)] | None`
[warning] possibly-missing-attribute - :1907:16 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2279:12 - Attribute `title` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2280:12 - Attribute `description` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2281:12 - Attribute `metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2291:12 - Attribute `unique` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2292:12 - Attribute `title` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2293:12 - Attribute `description` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2294:12 - Attribute `metadata` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2414:12 - Attribute `named_indexes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2415:12 - Attribute `named_indexes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2416:12 - Attribute `named_indexes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2418:12 - Attribute `named_indexes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2419:12 - Attribute `named_indexes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2420:12 - Attribute `named_indexes` on type `Unknown | None` may be missing

tests/polars/test_polars_check.py

[warning] possibly-missing-attribute - :152:9 - Attribute `equals` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :167:13 - Attribute `equals` on type `Unknown | None` may be missing

tests/polars/test_polars_config.py

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

tests/pyspark/test_schemas_on_pyspark_pandas.py

[warning] possibly-missing-attribute - :489:17 - Attribute `failure_case` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :498:17 - Attribute `failure_case` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :499:16 - Attribute `shape` on type `Unknown | None` may be missing
[error] non-subscriptable - :542:21 - Cannot subscript object of type `None` with no `__getitem__` method

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

[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 - :460:24 - Attribute `children` on type `BaseNode | None` 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`

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

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

src/pip/_internal/cli/index_command.py

[error] invalid-assignment - :133:9 - Object of type `Any` is not assignable to attribute `prompting` on type `Unknown | MultiDomainBasicAuth | None`
[error] invalid-assignment - :134:9 - Object of type `Any` is not assignable to attribute `keyring_provider` on type `Unknown | MultiDomainBasicAuth | None`

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/_internal/index/collector.py

[warning] possibly-missing-attribute - :83:40 - Attribute `method` on type `Unknown | None` may be missing
[error] invalid-argument-type - :314:9 - Argument is incorrect: Expected `str`, found `Unknown | None`

src/pip/_internal/network/download.py

[error] no-matching-overload - :135:15 - No overload of function `splitext` matches arguments

src/pip/_internal/network/utils.py

[error] unsupported-operator - :45:8 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[400]` with `Unknown | None`
[error] unsupported-operator - :45:15 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
[error] unsupported-operator - :50:10 - Operator `<=` is not supported for types `int` and `None`, in comparing `Literal[500]` with `Unknown | None`
[error] unsupported-operator - :50:17 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[600]`
[warning] possibly-missing-attribute - :65:22 - Attribute `stream` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :95:21 - Attribute `read` on type `Unknown | None` may be missing

src/pip/_internal/resolution/legacy/resolver.py

[warning] possibly-missing-attribute - :477:20 - Attribute `scheme` on type `Unknown | Link | None` may be missing

src/pip/_internal/resolution/resolvelib/candidates.py

[warning] possibly-missing-attribute - :295:12 - Attribute `is_wheel` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :295:39 - Attribute `is_file` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :296:27 - Attribute `filename` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :307:20 - Attribute `is_wheel` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :308:20 - Attribute `is_file` on type `Unknown | Link | None` may be missing

src/pip/_vendor/cachecontrol/controller.py

[error] unsupported-operator - :149:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["Range"]` with `Unknown | None | CaseInsensitiveDict`

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 - :513:21 - Argument is incorrect: Expected `str`, found `bytes`
[warning] possibly-missing-attribute - :523:9 - Attribute `release_conn` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :546:17 - Attribute `url` on type `Unknown | None` may be missing
[error] unsupported-operator - :557:22 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`

src/pip/_internal/network/session.py

[error] invalid-argument-type - :220:32 - Argument to function `url_to_path` is incorrect: Expected `str`, found `Unknown | None | str`
[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

[warning] possibly-missing-attribute - :291:12 - Attribute `is_file` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :293:44 - Attribute `file_path` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :314:48 - Attribute `filename` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :321:12 - Attribute `is_wheel` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :326:12 - Attribute `is_existing_dir` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :328:30 - Attribute `file_path` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :352:12 - Attribute `is_vcs` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :354:12 - Attribute `is_existing_dir` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :396:25 - Attribute `metadata_link` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :416:13 - Attribute `filename` on type `Unknown | Link | None` may be missing
[warning] possibly-missing-attribute - :487:30 - Attribute `url` on type `Unknown | Link | None` may be missing

src/pip/_vendor/cachecontrol/adapter.py

[warning] unused-ignore-comment - :130:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :147:48 - Unused blanket `type: ignore` directive
[warning] possibly-missing-attribute - :75:13 - Attribute `update` on type `Unknown | None | CaseInsensitiveDict` may be missing

src/pip/_vendor/cachecontrol/serialize.py

[warning] possibly-missing-attribute - :55:32 - Attribute `get` on type `Unknown | None | CaseInsensitiveDict` may be missing
[warning] possibly-missing-attribute - :102:16 - Attribute `get` on type `Unknown | None | CaseInsensitiveDict` may be missing

src/pip/_vendor/distlib/compat.py

[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/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`
[error] invalid-argument-type - :1484:36 - Argument to function `match_hostname` is incorrect: Expected `dict[str, str | tuple[tuple[tuple[str, str], ...], ...] | tuple[tuple[str, str], ...]]`, found `@Todo | None`
[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/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`

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`

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

porcupine (https://github.com/Akuli/porcupine)

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

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] invalid-return-type - :1582:16 - Return type does not match returned value: expected `Self@__aenter__`, found `ECSWorker`

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-dask/prefect_dask/task_runners.py

[error] invalid-return-type - :146:16 - Return type does not match returned value: expected `R@PrefectDaskFuture`, found `Unknown | Coroutine[Any, Any, Unknown]`

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

src/prefect/context.py

[error] invalid-return-type - :250:20 - Return type does not match returned value: expected `Self@__enter__`, found `SyncClientContext`

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] unresolved-attribute - :184:13 - Type `F@PrefectWrappedFuture` has no attribute `add_done_callback`
[error] invalid-assignment - :201:13 - Object of type `R@PrefectConcurrentFuture & Top[State[Any]]` is not assignable to attribute `_final_state` of type `State[R@PrefectConcurrentFuture] | None`
[error] invalid-assignment - :217:17 - Object of type `R@PrefectConcurrentFuture & Top[State[Any]]` is not assignable to attribute `_final_state` of type `State[R@PrefectConcurrentFuture] | None`
[warning] possibly-missing-attribute - :222:19 - Attribute `result` on type `State[R@PrefectConcurrentFuture] | None` may be missing
[error] invalid-return-type - :225:16 - Return type does not match returned value: expected `R@PrefectConcurrentFuture`, found `Unknown | Coroutine[Any, Any, Unknown]`
[error] invalid-return-type - :316:16 - Return type does not match returned value: expected `R@PrefectDistributedFuture`, found `R@PrefectDistributedFuture | Exception`
[warning] possibly-missing-attribute - :316:22 - Attribute `aresult` on type `State[R@PrefectDistributedFuture] | None | (State[Any] & ~AlwaysFalsy)` 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`

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/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-return-type - :627:16 - Return type does not match returned value: expected `Self@duplicate`, found `ProcessPoolTaskRunner`

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

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

[error] invalid-argument-type - :183:51 - Argument to bound method `load_rows` is incorrect: Expected `RowMaker[tuple[Any, ...]]`, found `RowMaker[Row@ServerCursorMixin]`

psycopg/psycopg/cursor.py

[error] invalid-return-type - :226:20 - Return type does not match returned value: expected `Row@Cursor | None`, found `tuple[Any, ...]`
[error] invalid-return-type - :246:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :258:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[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-return-type - :228:20 - Return type does not match returned value: expected `Row@AsyncCursor | None`, found `tuple[Any, ...]`
[error] invalid-return-type - :248:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :260:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :271:20 - Return type does not match returned value: expected `Row@AsyncCursor`, found `tuple[Any, ...]`

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/crdb/connection.py

[warning] possibly-missing-attribute - :36:21 -
Old: Attribute `parameter_status` on type `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | PGconn | Unknown` may be missing
New: Attribute `parameter_status` on type `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (PGconn & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | Unknown` may be missing

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

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/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/dbg/lldb/pset.py

[error] unsupported-operator - :74:12 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | Sequence[str] | None`
[error] not-iterable - :75:56 - Object of type `Unknown | Sequence[str] | None` may not be iterable

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 - :236:57 - Argument to bound method `_enhance_operands` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :250:46 - Argument to bound method `_enhance_next` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :785:79 - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :795: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 - :114:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :115:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :125: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/macho.py

[error] not-iterable - :141:24 - Object of type `None` is not iterable

pwndbg/commands/misc.py

[warning] possibly-missing-attribute - :149:44 - Attribute `lower` on type `Unknown | str | None` may be missing

pwndbg/commands/ptmalloc2.py

[error] unsupported-operator - :96:16 -
Old: Operator `<=` is not supported for types `None` and `int`, in comparing `None | Unknown | int` with `Literal[7]`
New: Operator `<=` is not supported for types `None` and `int`, in comparing `None | Unknown` with `Literal[7]`
[error] unsupported-operator - :97:25 -
Old: Operator `+` is unsupported between objects of type `None | Unknown | int` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `None | Unknown` and `Literal[1]`
[error] non-subscriptable - :121:17 - Cannot subscript object of type `None` with no `__getitem__` method

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`

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

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

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

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 - :644: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/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/builtins/py_builtins.py

[error] invalid-argument-type - :175:32 - Argument to function `mean` is incorrect: Expected `Iterable[int | float]`, found `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
[error] invalid-argument-type - :192:34 - Argument to function `median` is incorrect: Expected `Iterable[int | float]`, found `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
[error] invalid-argument-type - :216:32 - Argument to function `mode` is incorrect: Expected `Iterable[int | float]`, found `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`
[error] invalid-argument-type - :326:33 - Argument to function `stdev` is incorrect: Expected `Iterable[int | float]`, found `dict[Unknown, Unknown] | Unknown | deque[Unknown | None]`

pylox/containers/array.py

[warning] possibly-missing-attribute - :26:9 - Attribute `append` on type `dict[Unknown, Unknown] | Unknown` may be missing
[warning] possibly-missing-attribute - :39:9 - Attribute `appendleft` on type `dict[Unknown, Unknown] | Unknown` may be missing
[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` may be missing
[warning] possibly-missing-attribute - :115:9 - Attribute `reverse` on type `dict[Unknown, Unknown] | Unknown` 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 - :162:9 - Attribute `assign` on type `Unknown | Environment | None` may be missing

tests/expressions/test_evaluate.py

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

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

src/py/_pyodide/_core_docs.py

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

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

[error] invalid-assignment - :43:13 - Method `__setitem__` of type `Unknown | (bound method Stash.__setitem__[T](key: StashKey[T@__setitem__], value: T@__setitem__) -> None)` cannot be called with a key of type `StashKey[IO[bytes]]` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `Unknown | Stash`

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/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-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
[error] invalid-assignment - :372:9 - Implicit shadowing of function `record_func`

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

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

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)

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

com/win32comext/shell/demos/ITransferAdviseSink.py

[error] unresolved-attribute - :43:9 - Type `Self@__init__` has no attribute `_wrap_`

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

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

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

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] unresolved-attribute - :104:26 - Type `Self@GetStringStyle` has no attribute `string_style_names`

Pythonwin/pywin/tools/browser.py

[error] unresolved-attribute - :54:36 - Type `Self@GetText` has no attribute `GetHLIType`

Pythonwin/pywin/tools/regedit.py

[error] unresolved-attribute - :325:16 - Type `Self@__lt__` has no attribute `name`

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`
[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/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 - :981:27 - Cannot subscript object of type `None` with no `__getitem__` method

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

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 - Attribute `startswith` on type `Unknown | None` 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

[warning] possibly-missing-attribute - :234:9 - Attribute `Navigate2` on type `Unknown | CDispatch | None` may be missing
[warning] possibly-missing-attribute - :235:15 - Attribute `Document` on type `Unknown | CDispatch | None` may be missing
[warning] possibly-missing-attribute - :241:9 - Attribute `Navigate2` on type `Unknown | CDispatch | 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`

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

com/win32comext/axdebug/debugger.py

[error] unresolved-attribute - :103:15 - Type `Self@MakeInterfaces` has no attribute `pdm`

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

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

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`
[error] non-subscriptable - :188:40 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :190:63 - Cannot subscript object of type `None` with no `__getitem__` method

com/win32comext/shell/demos/IFileOperationProgressSink.py

[error] unresolved-attribute - :46:9 - Type `Self@__init__` has no attribute `_wrap_`

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

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

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

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
[error] invalid-argument-type - :235:13 - Argument to function `InitializeSecurityContext` is incorrect: Expected `PyCtxtHandle`, found `PyCtxtHandle | None`
[error] invalid-argument-type - :313:13 - Argument to function `AcceptSecurityContext` is incorrect: Expected `PyCtxtHandle`, found `PyCtxtHandle | None`

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`

win32/test/test_win32file.py

[error] invalid-argument-type - :283:44 - Argument to function `GetFileAttributes` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - :285:13 - Argument to function `CreateFile` is incorrect: Expected `str`, found `Unknown | None`
[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_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`

tests/test_logging.py

[warning] possibly-missing-attribute - :55:14 - Attribute `getvalue` on type `Unknown | IO[str]` may be missing
[warning] possibly-missing-attribute - :86:14 - Attribute `getvalue` on type `Unknown | IO[str]` may be missing
[warning] possibly-missing-attribute - :146:20 - Attribute `getvalue` on type `Unknown | IO[str]` may be missing
[warning] possibly-missing-attribute - :153:21 - Attribute `getvalue` on type `Unknown | IO[str]` may be missing
[warning] possibly-missing-attribute - :160:20 - Attribute `getvalue` on type `Unknown | IO[str]` may be missing

tests/test_text.py

[warning] possibly-missing-attribute - :247:9 - Attribute `link` on type `Unknown | str | Style` may be missing
[warning] possibly-missing-attribute - :261:9 - Attribute `link` on type `Unknown | str | Style` may be missing

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

rotkehlchen/chain/arbitrum_one/modules/umami/decoder.py

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

rotkehlchen/chain/arbitrum_one/types.py

[error] invalid-assignment - :31:9 - Property `tx_type` defined in `Self@__init__` is read-only

rotkehlchen/chain/ethereum/modules/aave/v2/accountant.py

[warning] unused-ignore-comment - :34:105 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :72:105 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :85:75 - Unused blanket `type: ignore` directive

rotkehlchen/chain/ethereum/modules/makerdao/accountant.py

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

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

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

rotkehlchen/chain/evm/decoding/uniswap/v4/decoder.py

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

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

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

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

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

rotkehlchen/accounting/structures/balance.py

[warning] unused-ignore-comment - :112:39 - 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/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 - :1007:81 - Unused blanket `type: ignore` directive

rotkehlchen/chain/aggregator.py

[warning] redundant-cast - :1069:35 - Value is already of type `EvmManager`
[warning] unused-ignore-comment - :342:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :353:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :354:40 - Unused blanket `type: ignore` directive

rotkehlchen/chain/bitcoin/xpub.py

[warning] unused-ignore-comment - :51:93 - 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/beefy_finance/decoder.py

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

rotkehlchen/chain/evm/decoding/decoder.py

[warning] possibly-missing-attribute - :335:17 - Attribute `assert_keys_are_unique` on type `Self@_add_single_decoder` may be missing
[warning] unused-ignore-comment - :1272:55 - Unused blanket `type: ignore` directive

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

[warning] unused-ignore-comment - :257:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :258:93 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :327:96 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :328:93 - Unused blanket `type: ignore` directive

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

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

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

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

rotkehlchen/chain/polygon_pos/modules/polygon_pos_bridge/decoder.py

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

rotkehlchen/chain/solana/decoding/decoder.py

[warning] possibly-missing-attribute - :135:13 - Attribute `assert_keys_are_unique` on type `Self@_add_single_decoder` may be missing
[warning] unused-ignore-comment - :585:55 - Unused blanket `type: ignore` directive

rotkehlchen/db/accounting_rules.py

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

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

[warning] unused-ignore-comment - :671:95 - 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/rotkehlchen.py

[warning] unused-ignore-comment - :605:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1257:51 - Unused blanket `type: ignore` directive

rotkehlchen/tests/api/test_history_base_entry.py

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

rotkehlchen/tests/db/test_db_upgrades.py

[error] invalid-argument-type - :3333:9 - Argument to function `sanity_check_impl` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[Unknown | str, Unknown | str]`
[error] invalid-argument-type - :3334:9 - Argument to function `sanity_check_impl` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[Unknown | str, Unknown | str]`

rotkehlchen/tests/exchanges/test_bitmex.py

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

rotkehlchen/tests/external_apis/test_monerium.py

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

rotkehlchen/tests/unit/test_tasks_manager.py

[warning] unused-ignore-comment - :345:83 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :905:88 - Unused blanket `type: ignore` directive

rotkehlchen/tests/unit/test_tokens.py

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

rotkehlchen/tests/utils/history.py

[warning] unused-ignore-comment - :837:102 - 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] 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"]`
[error] invalid-argument-type - :78:31 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
[warning] possibly-missing-attribute - :80:40 - Attribute `name` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :81:18 - Attribute `line` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :81:33 - Attribute `column` on type `Unknown | None` may be missing

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

src/schemathesis/specs/openapi/stateful/__init__.py

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

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

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

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

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

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

[error] call-non-callable - :105:29 - Object of type `None` is not callable
[error] call-non-callable - :107:36 - Object of type `None` is not callable
[error] call-non-callable - :123:29 - Object of type `None` is not callable
[error] call-non-callable - :125:36 - Object of type `None` is not callable
[warning] possibly-missing-attribute - :344:12 - Attribute `fit_counter` on type `Unknown | FunctionTransformer` may be missing
[warning] possibly-missing-attribute - :362:12 - Attribute `fit_counter` on type `Unknown | FunctionTransformer` may be missing
[warning] possibly-missing-attribute - :376:12 - Attribute `fit_counter` on type `Unknown | FunctionTransformer` may be missing

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

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

[warning] possibly-missing-attribute - :34:9 - Attribute `sum` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :65:9 - Attribute `sum` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :182:38 - Attribute `shape` on type `Unknown | None` may be missing

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`
[error] non-subscriptable - :71:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :71:52 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/ensemble/_bagging.py

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

[error] unsupported-operator - :585:24 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | None`

sklearn/ensemble/_hist_gradient_boosting/predictor.py

[error] unresolved-attribute - :134:13 - Type `<super: <class 'TreePredictor'>, TreePredictor>` has no attribute `__setstate__`

sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py

[warning] possibly-missing-attribute - :112:12 - Attribute `feature_idx` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :113:12 - Attribute `bin_idx` on type `Unknown | None` may be missing
[error] unresolved-attribute - :155:12 - Type `None` has no attribute `value`
[error] unresolved-attribute - :156:12 - Type `None` has no attribute `left_child`
[error] unresolved-attribute - :157:12 - Type `None` has no attribute `right_child`
[warning] possibly-missing-attribute - :609:28 - Attribute `feature_idx` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :624:32 - Attribute `allowed_features` on type `Unknown | None` may be missing

sklearn/externals/_arff.py

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

[error] unresolved-attribute - :25:25 - Type `Self@_get_support_mask` has no attribute `n_features_in_`

sklearn/gaussian_process/tests/test_gpr.py

[warning] possibly-missing-attribute - :164:12 - Attribute `theta` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :414:9 - Attribute `theta` on type `Unknown | None` may be missing

sklearn/impute/_base.py

[error] non-subscriptable - :640:40 - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/impute/tests/test_impute.py

[warning] possibly-missing-attribute - :617:32 - Attribute `transform` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :649:32 - Attribute `transform` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1595:28 - Attribute `statistics_` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1597:28 - Attribute `statistics_` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1598:25 - Attribute `statistics_` on type `Unknown | None` may be missing

sklearn/inspection/tests/test_partial_dependence.py

[error] non-subscriptable - :740:37 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :740:63 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :740:63 - Cannot subscript object of type `float` with no `__getitem__` method

sklearn/linear_model/_base.py

[error] unresolved-attribute - :317:12 - Type `Self@_set_intercept` has no attribute `fit_intercept`
[error] unresolved-attribute - :364:18 - Type `Self@decision_function` has no attribute `coef_`
[error] unresolved-attribute - :364:34 - Type `Self@decision_function` has no attribute `coef_`
[error] unresolved-attribute - :364:60 - Type `Self@decision_function` has no attribute `coef_`
[error] unresolved-attribute - :365:66 - Type `Self@decision_function` has no attribute `intercept_`
[error] unresolved-attribute - :393: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 - :1341:12 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] unresolved-attribute - :1342:49 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] too-many-positional-arguments - :1658:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - :1691:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[warning] possibly-missing-attribute - :2304:12 - Attribute `ndim` on type `None | Unknown` may be missing
[warning] possibly-missing-attribute - :2305:22 - Attribute `T` on type `None | Unknown` may be missing
[error] unresolved-attribute - :2601: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_`
[error] unresolved-attribute - :800:56 - Type `Self@_fit_multiclass` has no attribute `classes_`

sklearn/linear_model/tests/test_bayes.py

[warning] possibly-missing-attribute - :31:12 - Attribute `shape` on type `Unknown | list[Unknown]` may be missing

sklearn/linear_model/tests/test_coordinate_descent.py

[error] invalid-argument-type - :451:33 - Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`
[error] invalid-argument-type - :468:33 - Argument to function `min` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`
[error] non-subscriptable - :696:35 - Cannot subscript object of type `float` with no `__getitem__` method

sklearn/linear_model/tests/test_logistic.py

[warning] possibly-missing-attribute - :1910:12 - Attribute `shape` on type `Unknown | list[Unknown]` may be missing
[warning] possibly-missing-attribute - :1911:12 - Attribute `shape` on type `Unknown | list[Unknown]` may be missing

sklearn/linear_model/tests/test_omp.py

[warning] possibly-missing-attribute - :135:12 - Attribute `shape` on type `Unknown | float` may be missing
[warning] possibly-missing-attribute - :140:12 - Attribute `shape` on type `Unknown | float` may be missing

sklearn/linear_model/tests/test_passive_aggressive.py

[warning] possibly-missing-attribute - :154:29 - Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing
[warning] possibly-missing-attribute - :291:29 - Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing

sklearn/linear_model/tests/test_perceptron.py

[warning] possibly-missing-attribute - :60:39 - Attribute `ravel` on type `Unknown | None | csr_matrix[Any]` may be missing

sklearn/linear_model/tests/test_ridge.py

[warning] possibly-missing-attribute - :549:12 - Attribute `shape` on type `Unknown | float` may be missing
[error] unresolved-attribute - :555:12 - Type `float` has no attribute `shape`
[error] non-subscriptable - :580:25 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :581:25 - Cannot subscript object of type `float` with no `__getitem__` method

sklearn/linear_model/tests/test_sparse_coordinate_descent.py

[error] non-subscriptable - :246:35 - Cannot subscript object of type `float` with no `__getitem__` method

sklearn/metrics/_plot/tests/test_confusion_matrix_display.py

[error] non-subscriptable - :235:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :236:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :239:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :240:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :244:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :245:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :248:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :249:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :258:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :259:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :260:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :261:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :333:13 - Cannot subscript object of type `None` with no `__getitem__` method

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

[warning] possibly-missing-attribute - :605:16 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :606:16 - Attribute `dtype` on type `Unknown | None` may be missing
[error] non-subscriptable - :642:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :645:13 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-missing-attribute - :671:16 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :672:16 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :971:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :972:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1097:12 - Attribute `dtype` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1099:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] unsupported-operator - :1104:52 - Operator `/` is unsupported between objects of type `float` and `Unknown | None`
[error] non-subscriptable - :1135:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1143:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1147:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1148:44 - Cannot subscript object of type `None` with no `__getitem__` method
[error] no-matching-overload - :1270:27 - No overload of function `__new__` matches arguments
[warning] possibly-missing-attribute - :1289:12 - Attribute `shape` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1293:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1294:12 - Attribute `dtype` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1295:12 - Attribute `dtype` 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] unresolved-attribute - :609:38 - Type `Self@_check_alpha` has no attribute `n_features_in_`
[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/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`
[error] unresolved-attribute - :866:18 - Type `Self@_score_with_function` has no attribute `_predict`

sklearn/neural_network/tests/test_mlp.py

[error] non-subscriptable - :1021:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1022:23 - Cannot subscript object of type `None` with no `__getitem__` method

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`

sklearn/preprocessing/_polynomial.py

[error] unresolved-attribute - :852:24 - Type `Self@get_feature_names_out` has no attribute `n_features_in_`

sklearn/preprocessing/tests/test_data.py

[warning] possibly-missing-attribute - :296:16 - Attribute `dtype` on type `Unknown | None | float` may be missing
[warning] possibly-missing-attribute - :297:16 - Attribute `dtype` on type `Unknown | None` may be missing
[error] non-subscriptable - :1188:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :1607:21 - 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], Literal[0]]` on object of type `list[Unknown]`
[error] invalid-argument-type - :1609:25 - 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], slice[Literal[1], None, None]]` on object of type `list[Unknown]`
[error] non-subscriptable - :2608:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2608:24 - Cannot subscript object of type `float` with no `__getitem__` method

sklearn/preprocessing/tests/test_function_transformer.py

[warning] possibly-missing-implicit-call - :92:5 - Method `__setitem__` of type `Unknown | None` may be missing

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

[warning] possibly-missing-attribute - :190:24 - Attribute `data` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :220:28 - Attribute `toarray` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :280:12 - Attribute `d` on type `Unknown | None` may be missing

sklearn/tests/test_discriminant_analysis.py

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

sklearn/tests/test_multiclass.py

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

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 - :953:20 - Attribute `getvalue` on type `Unknown | Sentinel` 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/tests/test_estimator_checks.py

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

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

[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] call-non-callable - :1023:29 - Object of type `None` is not callable
[error] call-non-callable - :1194:24 - Object of type `None` is not callable
[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/tests/test_polyint.py

[warning] possibly-missing-attribute - :518:33 - Attribute `ravel` on type `Unknown | None` may be missing

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

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

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/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
[error] unsupported-operator - :1086:22 - Operator `+` is unsupported between objects of type `Unknown | None` and `float`
[warning] possibly-missing-attribute - :1227:12 - Attribute `lower` on type `Unknown | str | dict[Unknown, Unknown]` may be missing
[error] invalid-argument-type - :1228:12 - 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["catol"]` on object of type `str`

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`
[error] non-subscriptable - :606:20 - Cannot subscript object of type `None` with no `__getitem__` 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] 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/_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/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/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`
[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/_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/_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`

scipy/stats/_new_distributions.py

[error] invalid-argument-type - :55:47 - Argument to function `_logpdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logpdf_formula`
[error] invalid-argument-type - :58:44 - Argument to function `_pdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_pdf_formula`
[error] invalid-argument-type - :61:47 - Argument to function `_logcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logcdf_formula`
[error] invalid-argument-type - :64:44 - Argument to function `_cdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_cdf_formula`
[error] invalid-argument-type - :67:48 - Argument to function `_logccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logccdf_formula`
[error] invalid-argument-type - :70:45 - Argument to function `_ccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ccdf_formula`
[error] invalid-argument-type - :73:45 - Argument to function `_icdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_icdf_formula`
[error] invalid-argument-type - :76:48 - Argument to function `_ilogcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogcdf_formula`
[error] invalid-argument-type - :79:46 - Argument to function `_iccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_iccdf_formula`
[error] invalid-argument-type - :82:49 - Argument to function `_ilogccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogccdf_formula`
[error] invalid-argument-type - :85:48 - Argument to function `_entropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_entropy_formula`
[error] invalid-argument-type - :88:50 - Argument to function `_logentropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_logentropy_formula`

scipy/stats/_resampling.py

[error] invalid-assignment - :2184:9 - Object of type `Unknown | None` is not assignable to attribute `batch` of type `int`
[error] invalid-argument-type - :2282:51 - Argument is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - :2375:51 - Argument is incorrect: Expected `int`, found `Unknown | None`

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

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`
[error] invalid-assignment - :289:17 - Object of type `ValuesView[object]` is not assignable to `Iterable[str]`

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

[error] invalid-argument-type - :370:27 - Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~Request) | None`

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

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

[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

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

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`

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

tests/test_request_cb_kwargs.py

[warning] possibly-missing-attribute - :87:9 - Attribute `inc_value` on type `StatsCollector | 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 - :148:9 - Attribute `inc_value` on type `StatsCollector | None` may be missing

tests/test_scheduler.py

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

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

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

setuptools/_distutils/compilers/C/cygwin.py

[error] unresolved-attribute - :118:25 - Type `Self@_compile` has no attribute `compiler_so_cxx`
[error] unresolved-attribute - :125:25 - Type `Self@_compile` has no attribute `compiler_so`

setuptools/_distutils/filelist.py

[error] invalid-argument-type - :184:41 - Argument to bound method `include_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :189:41 - Argument to bound method `exclude_pattern` is incorrect: Expected `str`, found `None`
[error] not-iterable - :265:21 - Object of type `Iterable[str] | None` may not be iterable

setuptools/_distutils/text_file.py

[error] unresolved-attribute - :118:48 - Type `Self@open` has no attribute `errors`
[error] unresolved-attribute - :182:16 - Type `Self@readline` has no attribute `strip_comments`
[error] unresolved-attribute - :220:16 - Type `Self@readline` has no attribute `join_lines`
[error] unresolved-attribute - :226:20 - Type `Self@readline` has no attribute `collapse_join`
[error] unresolved-attribute - :248:16 - Type `Self@readline` has no attribute `lstrip_ws`
[error] unresolved-attribute - :248:35 - Type `Self@readline` has no attribute `rstrip_ws`
[error] unresolved-attribute - :250:18 - Type `Self@readline` has no attribute `lstrip_ws`
[error] unresolved-attribute - :252:18 - Type `Self@readline` has no attribute `rstrip_ws`
[error] unresolved-attribute - :257:39 - Type `Self@readline` has no attribute `skip_blanks`
[error] unresolved-attribute - :260:16 - Type `Self@readline` has no attribute `join_lines`

setuptools/_distutils/version.py

[error] unresolved-attribute - :54:13 - Type `Self@__init__` has no attribute `parse`
[error] unresolved-attribute - :65:13 - Type `Self@__eq__` has no attribute `_cmp`
[error] unresolved-attribute - :71:13 - Type `Self@__lt__` has no attribute `_cmp`
[error] unresolved-attribute - :77:13 - Type `Self@__le__` has no attribute `_cmp`
[error] unresolved-attribute - :83:13 - Type `Self@__gt__` has no attribute `_cmp`
[error] unresolved-attribute - :89:13 - Type `Self@__ge__` has no attribute `_cmp`

setuptools/_vendor/importlib_metadata/_adapters.py

[error] unresolved-attribute - :65:12 - Type `Self@_repair_headers` has no attribute `_payload`

setuptools/_vendor/importlib_metadata/_collections.py

[error] call-non-callable - :24:36 - Object of type `None` is not callable

setuptools/_vendor/zipp/__init__.py

[error] unresolved-attribute - :95:41 - Type `<super: <class 'SanitizedNames'>, SanitizedNames>` has no attribute `namelist`
[error] no-matching-overload - :486:16 - No overload of bound method `format` matches arguments

setuptools/command/dist_info.py

[error] unresolved-attribute - :54:23 - Type `Distribution` has no attribute `src_root`
[error] unresolved-attribute - :103:13 - Type `Command` has no attribute `egg2dist`

setuptools/command/egg_info.py

[error] unresolved-attribute - :132:34 - Type `Self@tagged_version` has no attribute `distribution`
[error] unresolved-attribute - :341:48 - Type `Self@process_template_line` has no attribute `_parse_template_line`
[error] not-iterable - :468:29 - Object of type `Iterable[str] | None` may not be iterable
[error] unresolved-attribute - :597:29 - Type `Command` has no attribute `egg_info`
[error] unresolved-attribute - :600:25 - Type `DistributionMetadata` has no attribute `license_files`

setuptools/command/install_egg_info.py

[error] unresolved-attribute - :26:23 - Type `Command` has no attribute `_get_egg_basename`
[error] unresolved-attribute - :27:23 - Type `Command` has no attribute `egg_info`

setuptools/command/install_scripts.py

[error] unresolved-attribute - :39:46 - Type `Command` has no attribute `egg_info`

setuptools/depends.py

[error] unresolved-attribute - :41:13 - Type `Self@__init__` has no attribute `self`
[error] unresolved-attribute - :45:12 - Type `Self@full_name` has no attribute `requested_version`
[error] unresolved-attribute - :46:23 - Type `Self@full_name` has no attribute `name`
[error] unresolved-attribute - :46:35 - Type `Self@full_name` has no attribute `requested_version`
[error] unresolved-attribute - :47:16 - Type `Self@full_name` has no attribute `name`
[error] unresolved-attribute - :52:13 - Type `Self@version_ok` has no attribute `attribute`
[error] unresolved-attribute - :53:16 - Type `Self@version_ok` has no attribute `format`
[error] unresolved-attribute - :55:17 - Type `Self@version_ok` has no attribute `format`
[error] unresolved-attribute - :55:41 - Type `Self@version_ok` has no attribute `requested_version`
[error] unresolved-attribute - :71:12 - Type `Self@get_version` has no attribute `attribute`
[error] unresolved-attribute - :73:41 - Type `Self@get_version` has no attribute `module`
[error] unresolved-attribute - :80:33 - Type `Self@get_version` has no attribute `module`
[error] unresolved-attribute - :80:46 - Type `Self@get_version` has no attribute `attribute`
[error] unresolved-attribute - :82:51 - Type `Self@get_version` has no attribute `format`
[error] unresolved-attribute - :83:20 - Type `Self@get_version` has no attribute `format`

setuptools/namespaces.py

[error] unresolved-attribute - :19:9 - Type `Self@install_namespaces` has no attribute `outputs`
[error] unresolved-attribute - :23:12 - Type `Self@install_namespaces` has no attribute `dry_run`
[error] unresolved-attribute - :45:16 - Type `Self@_get_target` has no attribute `target`
[error] unresolved-attribute - :82:16 - Type `Self@_get_all_ns_packages` has no attribute `distribution`
[error] unresolved-attribute - :103:25 - Type `Self@_get_root` has no attribute `egg_path`
[error] unresolved-attribute - :106:16 - Type `Self@_get_target` has no attribute `egg_link`

setuptools/tests/integration/helpers.py

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

setuptools/_vendor/packaging/requirements.py

[error] invalid-assignment - :47:13 - Object of type `Any` is not assignable to attribute `_markers` on type `Marker | None`

setuptools/_vendor/wheel/cli/tags.py

[warning] possibly-missing-attribute - :55:19 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :56:17 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :57:32 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :58:29 - Attribute `group` on type `Unknown | Match[str] | None` may be missing
[warning] possibly-missing-attribute - :59:30 - Attribute `group` on type `Unknown | Match[str] | None` may be missing

setuptools/_vendor/wheel/cli/unpack.py

[warning] possibly-missing-attribute - :18:19 - Attribute `group` on type `Unknown | Match[str] | None` may be missing

setuptools/_vendor/wheel/vendored/packaging/requirements.py

[error] invalid-assignment - :46:13 - Object of type `Any` is not assignable to attribute `_markers` on type `Marker | None`

pkg_resources/__init__.py

[error] invalid-return-type - :1329:16 - Return type does not match returned value: expected `Self@__add__`, found `Environment`
[warning] unused-ignore-comment - :1856:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3347:38 - Unused blanket `type: ignore` directive

pkg_resources/tests/test_resources.py

[error] invalid-assignment - :165:9 - Object of type `None` is not assignable to attribute `test_attr` on type `Unknown | EmptyProvider`
[error] invalid-assignment - :175:9 - Object of type `None` is not assignable to attribute `_test_attr` on type `Unknown | EmptyProvider`

setuptools/__init__.py

[error] unresolved-attribute - :66:13 - Type `Self@__init__` has no attribute `set_defaults`
[error] unresolved-attribute - :71:30 - Type `<super: <class 'MinimalDistribution'>, MinimalDistribution>` has no attribute `_split_standard_project_metadata`

setuptools/_distutils/command/bdist_dumb.py

[error] unresolved-attribute - :99:9 - Unresolved attribute `root` on type `Command`.
[error] unresolved-attribute - :100:9 - Unresolved attribute `skip_build` on type `Command`.
[error] unresolved-attribute - :101:9 - Unresolved attribute `warn_dir` on type `Command`.

setuptools/_distutils/command/bdist_rpm.py

[error] unresolved-attribute - :312:13 - Unresolved attribute `formats` on type `Command`.
[error] unresolved-attribute - :314:13 - Unresolved attribute `formats` on type `Command`.

setuptools/_distutils/command/build_ext.py

[error] unresolved-attribute - :337:13 - Type `Compiler` has no attribute `initialize`

setuptools/_distutils/command/install.py

[error] no-matching-overload - :720:40 - No overload of function `normpath` matches arguments

setuptools/_distutils/compilers/C/base.py

[error] invalid-return-type - :449:16 - Return type does not match returned value: expected `tuple[str, list[@Todo], list[str]]`, found `tuple[str | None, list[@Todo], list[str] | list[Unknown]]`
[error] invalid-return-type - :484:16 - Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[Unknown], str | None]`
[error] invalid-argument-type - :553:54 - Argument to bound method `index` is incorrect: Expected `str`, found `str | None`
[error] unsupported-operator - :1084:41 - Operator `+` is unsupported between objects of type `str | PathLike[str] | Unknown` and `str | None`
[error] unsupported-operator - :1109:41 -
Old: Operator `+` is unsupported between objects of type `str | PathLike[str] | Unknown` and `(Unknown & ~AlwaysFalsy) | Literal[""]`
New: Operator `+` is unsupported between objects of type `str | PathLike[str] | Unknown` and `(str & ~AlwaysFalsy) | Literal[""]`

setuptools/_distutils/compilers/C/unix.py

[error] invalid-argument-type - :172:41 - Argument to bound method `remove` is incorrect: Expected `str`, found `str | int`
[error] unresolved-attribute - :187:19 - Type `Self@preprocess` has no attribute `preprocessor`
[error] unresolved-attribute - :213:38 - Type `Self@_compile` has no attribute `compiler_so`
[error] unresolved-attribute - :214:42 - Type `Self@_compile` has no attribute `compiler_so_cxx`
[error] unresolved-attribute - :234:24 - Type `Self@create_static_lib` has no attribute `archiver`
[error] unresolved-attribute - :241:16 - Type `Self@create_static_lib` has no attribute `ranlib`
[error] unresolved-attribute - :243:32 - Type `Self@create_static_lib` has no attribute `ranlib`
[error] unresolved-attribute - :291:22 - Type `Self@link` has no attribute `linker_exe_cxx`
[error] unresolved-attribute - :291:61 - Type `Self@link` has no attribute `linker_exe`
[error] unresolved-attribute - :293:27 - Type `Self@link` has no attribute `linker_so_cxx`
[error] unresolved-attribute - :293:65 - Type `Self@link` has no attribute `linker_so`
[error] unresolved-attribute - :296:35 - Type `Self@link` has no attribute `compiler_cxx`
[error] unresolved-attribute - :299:53 - Type `Self@link` has no attribute `compiler_cxx`
[error] unresolved-attribute - :300:51 - Type `Self@link` has no attribute `linker_exe_cxx`

setuptools/_distutils/compilers/C/zos.py

[error] unresolved-attribute - :147:24 - Type `Self@_compile` has no attribute `compiler_cxx`
[error] unresolved-attribute - :150:24 - Type `Self@_compile` has no attribute `compiler_so`
[error] unresolved-attribute - :154:24 - Type `Self@_compile` has no attribute `compiler_so`

setuptools/_distutils/dist.py

[error] no-matching-overload - :589:13 - No overload of bound method `update` matches arguments
[error] not-iterable - :615:53 - Object of type `object` is not iterable
[error] unresolved-attribute - :751:31 - Type `type[Command]` has no attribute `description`
[error] unresolved-attribute - :804:31 - Type `type[Command]` has no attribute `description`
[error] invalid-argument-type - :885:57 - Argument to bound method `__init__` is incorrect: Expected `Distribution`, found `Self@get_command_obj`
[error] invalid-argument-type - :885:57 - Argument to bound method `__init__` is incorrect: Expected `Distribution`, found `Self@get_command_obj`
[error] invalid-argument-type - :974:44 - Argument to bound method `get_command_obj` is incorrect: Expected `str`, found `(str & ~Command) | (Command & ~Command)`
[error] invalid-assignment - :982:9 - Method `__setitem__` of type `bound method dict[str, bool].__setitem__(key: str, value: bool, /) -> None` cannot be called with a key of type `str | (Command & ~Command)` and a value of type `Literal[False]` on object of type `dict[str, bool]`

setuptools/_distutils/tests/support.py

[error] unresolved-attribute - :28:9 - Type `Self@mkdtemp` has no attribute `tempdirs`

setuptools/_distutils/tests/test_dist.py

[error] unresolved-attribute - :44:16 - Type `Self@find_config_files` has no attribute `_config_files`

setuptools/_distutils/tests/test_file_util.py

[error] unresolved-attribute - :23:28 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :25:19 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :25:32 - Type `Self@test_move_file_verbosity` has no attribute `target`
[error] unresolved-attribute - :29:19 - Type `Self@test_move_file_verbosity` has no attribute `target`
[error] unresolved-attribute - :29:32 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :31:19 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :31:32 - Type `Self@test_move_file_verbosity` has no attribute `target`
[error] unresolved-attribute - :32:29 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :32:46 - Type `Self@test_move_file_verbosity` has no attribute `target`
[error] unresolved-attribute - :36:19 - Type `Self@test_move_file_verbosity` has no attribute `target`
[error] unresolved-attribute - :36:32 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :40:18 - Type `Self@test_move_file_verbosity` has no attribute `target_dir`
[error] unresolved-attribute - :41:19 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :41:32 - Type `Self@test_move_file_verbosity` has no attribute `target_dir`
[error] unresolved-attribute - :42:29 - Type `Self@test_move_file_verbosity` has no attribute `source`
[error] unresolved-attribute - :42:46 - Type `Self@test_move_file_verbosity` has no attribute `target_dir`
[error] unresolved-attribute - :51:32 - Type `Self@test_move_file_exception_unpacking_rename` has no attribute `source`
[error] unresolved-attribute - :52:23 - Type `Self@test_move_file_exception_unpacking_rename` has no attribute `source`
[error] unresolved-attribute - :52:36 - Type `Self@test_move_file_exception_unpacking_rename` has no attribute `target`
[error] unresolved-attribute - :61:32 - Type `Self@test_move_file_exception_unpacking_unlink` has no attribute `source`
[error] unresolved-attribute - :62:23 - Type `Self@test_move_file_exception_unpacking_unlink` has no attribute `source`
[error] unresolved-attribute - :62:36 - Type `Self@test_move_file_exception_unpacking_unlink` has no attribute `target`
[error] unresolved-attribute - :65:28 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :69:21 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :69:34 - Type `Self@test_copy_file_hard_link` has no attribute `target`
[error] unresolved-attribute - :71:13 - Type `Self@test_copy_file_hard_link` has no attribute `skipTest`
[error] unresolved-attribute - :73:13 - Type `Self@test_copy_file_hard_link` has no attribute `target`
[error] unresolved-attribute - :74:22 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :75:19 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :75:32 - Type `Self@test_copy_file_hard_link` has no attribute `target`
[error] unresolved-attribute - :76:23 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :77:23 - Type `Self@test_copy_file_hard_link` has no attribute `target`
[error] unresolved-attribute - :80:16 - Type `Self@test_copy_file_hard_link` has no attribute `source`
[error] unresolved-attribute - :86:28 - Type `Self@test_copy_file_hard_link_failure` has no attribute `source`
[error] unresolved-attribute - :87:22 - Type `Self@test_copy_file_hard_link_failure` has no attribute `source`
[error] unresolved-attribute - :89:23 - Type `Self@test_copy_file_hard_link_failure` has no attribute `source`
[error] unresolved-attribute - :89:36 - Type `Self@test_copy_file_hard_link_failure` has no attribute `target`
[error] unresolved-attribute - :90:23 - Type `Self@test_copy_file_hard_link_failure` has no attribute `source`
[error] unresolved-attribute - :91:23 - Type `Self@test_copy_file_hard_link_failure` has no attribute `target`
[error] unresolved-attribute - :94:20 - Type `Self@test_copy_file_hard_link_failure` has no attribute `source`
[error] unresolved-attribute - :94:33 - Type `Self@test_copy_file_hard_link_failure` has no attribute `target`

setuptools/_distutils/tests/test_sdist.py

[error] unresolved-attribute - :95:23 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :96:26 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :98:23 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :99:26 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :101:23 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :102:26 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :104:26 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :117:28 - Type `Self@test_prune_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :151:28 - Type `Self@test_make_distribution` has no attribute `tmp_dir`
[error] unresolved-attribute - :180:26 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :181:26 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :184:25 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :187:25 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :190:23 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :194:26 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :195:26 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :206:27 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :218:28 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :251:33 - Type `Self@test_add_defaults` has no attribute `tmp_dir`
[error] unresolved-attribute - :316:18 - Type `Self@_check_template` has no attribute `tmp_dir`
[error] unresolved-attribute - :343:26 - Type `Self@test_get_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :351:26 - Type `Self@test_get_file_list` has no attribute `tmp_dir`
[error] unresolved-attribute - :390:26 - Type `Self@test_manifest_comments` has no attribute `tmp_dir`
[error] unresolved-attribute - :391:26 - Type `Self@test_manifest_comments` has no attribute `tmp_dir`
[error] unresolved-attribute - :392:26 - Type `Self@test_manifest_comments` has no attribute `tmp_dir`
[error] unresolved-attribute - :393:26 - Type `Self@test_manifest_comments` has no attribute `tmp_dir`
[error] unresolved-attribute - :403:26 - Type `Self@test_manual_manifest` has no attribute `tmp_dir`
[error] unresolved-attribute - :405:14 - Type `Self@test_manual_manifest` has no attribute `tmp_dir`
[error] unresolved-attribute - :413:29 - Type `Self@test_manual_manifest` has no attribute `tmp_dir`
[error] unresolved-attribute - :442:29 - Type `Self@test_make_distribution_owner_group` has no attribute `tmp_dir`
[error] unresolved-attribute - :460:29 - Type `Self@test_make_distribution_owner_group` has no attribute `tmp_dir`

setuptools/_vendor/backports/tarfile/__init__.py

[error] invalid-argument-type - :719:26 - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `_FileInFile`
[error] unresolved-attribute - :1398:41 - Type `Self@_proc_sparse` has no attribute `_sparse_structs`
[error] unresolved-attribute - :1399:13 - Type `Self@_proc_sparse` has no attribute `_sparse_structs`

setuptools/_vendor/importlib_metadata/__init__.py

[error] unresolved-attribute - :553:26 - Type `SimplePath` has no attribute `resolve`

setuptools/_vendor/inflect/__init__.py

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

setuptools/_vendor/jaraco/collections/__init__.py

[error] unresolved-attribute - :814:23 - Type `Self@__contains__` has no attribute `__data`
[error] unresolved-attribute - :818:34 - Type `Self@__hash__` has no attribute `__data`
[error] unresolved-attribute - :822:21 - Type `Self@__iter__` has no attribute `__data`
[error] unresolved-attribute - :825:20 - Type `Self@__len__` has no attribute `__data`
[error] unresolved-attribute - :828:16 - Type `Self@__getitem__` has no attribute `__data`
[error] unresolved-attribute - :832:16 - Type `Self@get` has no attribute `__data`
[error] unresolved-attribute - :838:16 - Type `Self@__eq__` has no attribute `__data`
[error] call-non-callable - :1035:36 - Object of type `None` is not callable

setuptools/_vendor/packaging/metadata.py

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

setuptools/_vendor/typeguard/_transformer.py

[error] invalid-assignment - :523:13 - Object of type `list[Unknown | Pass]` is not assignable to attribute `body` on type `AST & <Protocol with members 'body'>`

setuptools/_vendor/typing_extensions.py

[error] unresolved-attribute - :212:39 - Type `Self@__repr__` has no attribute `_name`
[error] unresolved-attribute - :615:21 - Type `Self@__subclasscheck__ & ~<class 'Protocol'>` has no attribute `__non_callable_proto_members__`
[error] unresolved-attribute - :619:47 - Type `Self@__subclasscheck__ & ~<class 'Protocol'>` has no attribute `__non_callable_proto_members__`
[error] unresolved-attribute - :651:48 - Type `Self@__instancecheck__ & ~<class 'Protocol'>` has no attribute `__non_callable_proto_members__`
[error] unresolved-attribute - :1496:39 - Type `Self@__instancecheck__` has no attribute `_backported_typevarlike`
[error] too-many-positional-arguments - :2343:30 - Too many positional arguments to bound method `__init__`: expected 1, got 2

setuptools/_vendor/wheel/_bdist_wheel.py

[error] unresolved-attribute - :380:9 - Unresolved attribute `executable` on type `Command`.
[error] unresolved-attribute - :381:9 - Unresolved attribute `force` on type `Command`.
[error] unresolved-attribute - :384:9 - Unresolved attribute `inplace` on type `Command`.
[error] unresolved-attribute - :390:9 - Unresolved attribute `root` on type `Command`.
[error] unresolved-attribute - :391:9 - Unresolved attribute `compile` on type `Command`.
[error] unresolved-attribute - :392:9 - Unresolved attribute `skip_build` on type `Command`.
[error] unresolved-attribute - :393:9 - Unresolved attribute `warn_dir` on type `Command`.
[error] unresolved-attribute - :399:9 - Unresolved attribute `no_ep` on type `Command`.
[error] unresolved-attribute - :430:55 - Type `Command` has no attribute `install_base`
[error] invalid-argument-type - :448:41 - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | int`

setuptools/_vendor/wheel/wheelfile.py

[error] invalid-argument-type - :138:44 - Argument to function `new` is incorrect: Expected `str`, found `None | int`
[error] invalid-argument-type - :159:42 - Argument to bound method `write` is incorrect: Expected `str | None`, found `bytes`
[error] too-many-positional-arguments - :206:45 - Too many positional arguments to bound method `openssl_sha256`: expected 1, got 2
[error] invalid-assignment - :207:13 - Method `__setitem__` of type `bound method dict[str, tuple[None, None] | tuple[int, bytes]].__setitem__(key: str, value: tuple[None, None] | tuple[int, bytes], /) -> None` cannot be called with a key of type `str` and a value of type `tuple[Unknown | str, Unknown]` on object of type `dict[str, tuple[None, None] | tuple[int, bytes]]`
[error] unsupported-operator - :220:29 - Operator `+` is unsupported between objects of type `None | int` and `Literal["="]`

setuptools/command/bdist_egg.py

[error] unresolved-attribute - :109:25 - Type `Command` has no attribute `egg_info`
[error] unresolved-attribute - :122:24 - Type `Command` has no attribute `_get_egg_basename`
[error] unresolved-attribute - :237:21 - Type `Self@run` has no attribute `verbose`
[warning] unused-ignore-comment - :238:36 - Unused blanket `type: ignore` directive

setuptools/command/bdist_wheel.py

[error] unresolved-attribute - :363:9 - Unresolved attribute `executable` on type `Command`.
[error] unresolved-attribute - :364:9 - Unresolved attribute `force` on type `Command`.
[error] unresolved-attribute - :367:9 - Unresolved attribute `inplace` on type `Command`.
[error] unresolved-attribute - :373:9 - Unresolved attribute `root` on type `Command`.
[error] unresolved-attribute - :374:9 - Unresolved attribute `compile` on type `Command`.
[error] unresolved-attribute - :375:9 - Unresolved attribute `skip_build` on type `Command`.
[error] unresolved-attribute - :376:9 - Unresolved attribute `warn_dir` on type `Command`.
[error] unresolved-attribute - :382:9 - Unresolved attribute `no_ep` on type `Command`.
[error] unresolved-attribute - :413:55 - Type `Command` has no attribute `install_base`
[error] invalid-argument-type - :431:27 - Argument to bound method `egg2dist` is incorrect: Expected `str`, found `str | None`

setuptools/command/build_ext.py

[error] unresolved-attribute - :121:66 - Type `Self@copy_extensions_to_source` has no attribute `verbose`

setuptools/command/build_py.py

[error] unresolved-attribute - :196:28 - Type `Command` has no attribute `egg_info`
[error] unresolved-attribute - :197:21 - Type `Command` has no attribute `filelist`

setuptools/command/editable_wheel.py

[error] unresolved-attribute - :138:13 - Type `Command` has no attribute `write_wheelfile`
[error] invalid-assignment - :247:17 - Object of type `Literal[True]` is not assignable to attribute `editable_mode` on type `Command & <Protocol with members 'editable_mode'>`
[error] invalid-assignment - :249:17 - Object of type `Literal[True]` is not assignable to attribute `inplace` on type `Command & <Protocol with members 'inplace'> & ~<Protocol with members 'editable_mode'>`
[error] call-non-callable - :259:30 - Object of type `object` is not callable
[error] call-non-callable - :261:32 - Object of type `object` is not callable
[error] call-non-callable - :261:32 - Object of type `object` is not callable
[error] call-non-callable - :261:32 - Object of type `object` is not callable
[error] unresolved-attribute - :334:21 - Type `Command` has no attribute `name`

setuptools/command/install_lib.py

[error] unresolved-attribute - :69:16 - Type `install` has no attribute `single_version_externally_managed`

setuptools/command/sdist.py

[error] unresolved-attribute - :62:25 - Type `Command` has no attribute `filelist`
[error] unresolved-attribute - :63:43 - Type `Command` has no attribute `egg_info`
[error] unresolved-attribute - :114:9 - Type `<super: <class 'sdist'>, sdist>` has no attribute `_add_defaults_optional`
[error] unresolved-attribute - :158:13 - Type `<super: <class 'sdist'>, sdist>` has no attribute `_add_defaults_data_files`
[error] unresolved-attribute - :188:9 - Type `Command` has no attribute `save_version_info`

setuptools/config/pyprojecttoml.py

[error] invalid-return-type - :441:16 - Return type does not match returned value: expected `Self@__enter__`, found `_EnsurePackagesDiscovered`
[warning] possibly-missing-attribute - :55:12 - Attribute `strip` on type `Unknown | None` may be missing

setuptools/dist.py

[error] unresolved-attribute - :380:13 - Unresolved attribute `python_requires` on type `DistributionMetadata`.
[error] unresolved-attribute - :380:45 - Type `Self@_finalize_requires` has no attribute `python_requires`
[error] unresolved-attribute - :383:9 - Unresolved attribute `install_requires` on type `DistributionMetadata`.
[error] unresolved-attribute - :384:9 - Unresolved attribute `extras_require` on type `DistributionMetadata`.
[error] unresolved-attribute - :391:21 - Type `DistributionMetadata` has no attribute `provides_extras`
[error] unresolved-attribute - :422:24 - Type `DistributionMetadata` has no attribute `license_expression`
[error] unresolved-attribute - :428:17 - Unresolved attribute `license_expression` on type `DistributionMetadata`.
[error] unresolved-attribute - :449:43 - Type `DistributionMetadata` has no attribute `license_files`
[error] unresolved-attribute - :452:36 - Type `DistributionMetadata` has no attribute `license_file`
[error] unresolved-attribute - :465:9 - Unresolved attribute `license_files` on type `DistributionMetadata`.
[error] invalid-attribute-access - :995:9 - Cannot assign to ClassVar `global_options` from an instance of type `Self@_parse_command_opts`
[error] invalid-attribute-access - :996:9 - Cannot assign to ClassVar `negative_opt` from an instance of type `Self@_parse_command_opts`

setuptools/extension.py

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

setuptools/tests/test_build_py.py

[warning] possibly-missing-attribute - :446:16 - Attribute `isdisjoint` on type `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]` may be missing

setuptools/tests/test_egg_info.py

[error] unsupported-operator - :1243:19 - Operator `+` is unsupported between objects of type `Unknown | None | str` and `Literal["/SOURCES.txt"]`

setuptools/wheel.py

[error] unresolved-attribute - :94:13 - Type `Self@tags` has no attribute `py_version`
[error] unresolved-attribute - :95:13 - Type `Self@tags` has no attribute `abi`
[error] unresolved-attribute - :96:13 - Type `Self@tags` has no attribute `platform`
[error] unresolved-attribute - :106:17 - Type `Self@egg_name` has no attribute `project_name`
[error] unresolved-attribute - :107:17 - Type `Self@egg_name` has no attribute `version`
[error] unresolved-attribute - :108:35 - Type `Self@egg_name` has no attribute `platform`
[error] unresolved-attribute - :118:35 - Type `Self@get_dist_info` has no attribute `project_name`
[error] unresolved-attribute - :129:28 - Type `Self@_install_as_egg` has no attribute `project_name`
[error] unresolved-attribute - :129:48 - Type `Self@_install_as_egg` has no attribute `version`

sockeye (https://github.com/awslabs/sockeye)

sockeye/inference.py

[error] parameter-already-assigned - :1241:53 - Multiple values provided for parameter `unshift_target_factors` of function `_assemble_translation`
[error] no-matching-overload - :376:32 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :376:32 - No overload of bound method `get` matches arguments

sockeye/lexicon.py

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

sockeye/training.py

[error] invalid-argument-type - :258:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - :265:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - :272:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - :285:41 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`

test/unit/test_data_io.py

[error] invalid-argument-type - :361:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] invalid-argument-type - :361:70 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[Unknown] | None`
[error] non-subscriptable - :367:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :414:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :415:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :420:28 - Cannot subscript object of type `None` with no `__getitem__` method

test/unit/test_knn.py

[error] non-subscriptable - :48:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :49:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :50:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :53:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :54:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :57:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :58:17 - Cannot subscript object of type `None` with no `__getitem__` method

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/ci/gitlab.py

[error] invalid-argument-type - :424:61 -
Old: Argument to function `ensure_expected_target_path` is incorrect: Expected `str`, found `Unknown | str | bytes`
New: Argument to function `ensure_expected_target_path` is incorrect: Expected `str`, found `Unknown | bytes | str`

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

[error] no-matching-overload - :688:20 - No overload of bound method `get` matches arguments
[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`

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

lib/spack/spack/provider_index.py

[error] unresolved-attribute - :51:20 - Type `str` has no attribute `intersects`
[error] unresolved-attribute - :159:63 - Type `str` has no attribute `name`
[error] unresolved-attribute - :211:52 - Type `str` has no attribute `fullname`

lib/spack/spack/spec.py

[error] unresolved-attribute - :2224:34 - Type `Self@package_hash` has no attribute `_package_hash`
[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/tengine.py

[error] unresolved-attribute - :63:54 - Type `Self@to_dict` has no attribute `context_properties`

lib/spack/spack/util/s3.py

[error] invalid-assignment - :140:9 - Object of type `None` is not assignable to attribute `raw` of type `_BufferedReaderStream`

lib/spack/spack/vendor/attr/_make.py

[error] unresolved-attribute - :2610:65 - Type `Self@__getstate__` has no attribute `metadata`

lib/spack/spack/vendor/jinja2/compiler.py

[warning] unused-ignore-comment - :64:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :88:59 - Unused blanket `type: ignore` directive

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

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

lib/spack/spack/vendor/jinja2/nodes.py

[warning] unused-ignore-comment - :503:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :527:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :760:45 - Unused blanket `type: ignore` directive
[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 - :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

[warning] unused-ignore-comment - :428:40 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :734:17 - Object of type `(Unknown & ~(() -> object)) | bool | (((str | None, /) -> bool) & ~(() -> object))` is not assignable to `bool | None`
[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/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] 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

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

[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 - :580:74 - Unused blanket `type: ignore` directive

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

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/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/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/c/_symbol.py

[warning] possibly-missing-attribute - :146:16 - Attribute `name` on type `Unknown | ASTIdentifier | None` may be missing
[warning] possibly-missing-attribute - :152:12 - Attribute `is_anonymous` on type `Unknown | ASTIdentifier | None` may be missing
[warning] possibly-missing-attribute - :156:16 - Attribute `name` on type `Unknown | ASTIdentifier | None` may be missing
[warning] possibly-missing-attribute - :160:12 - Attribute `is_anonymous` on type `Unknown | ASTIdentifier | None` may be missing
[warning] possibly-missing-attribute - :553:26 - Attribute `name` on type `Unknown | ASTIdentifier | None` may be missing

sphinx/domains/javascript.py

[warning] unused-ignore-comment - :144:34 - 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/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]`

sphinx/builders/html/__init__.py

[warning] unused-ignore-comment - :433:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :672:75 - 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`
[warning] possibly-missing-attribute - :153:22 - Attribute `clone` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :557:13 - Attribute `describe_signature` on type `Unknown | ASTDeclaration | None` may be missing

sphinx/domains/c/_ast.py

[warning] possibly-missing-attribute - :837:16 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :837:16 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing

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/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`
[error] invalid-assignment - :437:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[warning] possibly-missing-attribute - :214:22 - Attribute `clone` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :675:13 - Attribute `describe_signature` on type `Unknown | ASTDeclaration | None` may be missing

sphinx/domains/cpp/_ast.py

[warning] possibly-missing-attribute - :316:20 - Attribute `templatePrefix` on type `Unknown | ASTDeclaration | None` may be missing
[error] invalid-assignment - :317:21 - Object of type `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None` is not assignable to `list[Any]`
[warning] possibly-missing-attribute - :317:39 - Attribute `templatePrefix` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :2041:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :2041:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :3507:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :3507:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :4054:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :4054:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[warning] possibly-missing-attribute - :4103:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :4103:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[error] invalid-argument-type - :4103:62 - Argument to bound method `get_id` is incorrect: Expected `bool`, found `None`
[warning] possibly-missing-attribute - :4164:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :4164:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[error] invalid-argument-type - :4164:62 - Argument to bound method `get_id` is incorrect: Expected `bool`, found `None`
[warning] possibly-missing-attribute - :4315:20 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[warning] possibly-missing-attribute - :4315:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` may be missing
[error] invalid-argument-type - :4315:62 - Argument to bound method `get_id` is incorrect: Expected `bool`, found `None`
[warning] possibly-missing-attribute - :3427:29 - Attribute `templatePrefix` on type `Unknown | ASTDeclaration | 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 - :2081:34 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] invalid-argument-type - :2106:38 - Argument to bound method `extend` is incorrect: Expected `Iterable[@Todo]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[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 - :1173:13 - Argument to bound method `_find_first_named_symbol` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `None`
[error] invalid-argument-type - :622:66 - Argument is incorrect: Expected `ASTTemplateArgs`, found `Unknown | ASTTemplateArgs | None`
[error] invalid-argument-type - :653:13 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateArgs`, found `Unknown | ASTTemplateArgs | None`
[error] invalid-argument-type - :664:67 - Argument to bound method `__init__` is incorrect: Expected `ASTTemplateArgs`, found `Unknown | ASTTemplateArgs | None`
[warning] possibly-missing-attribute - :963:47 - Attribute `declaration` on type `Unknown | Symbol | None` may be missing
[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`

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 - :458: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

sphinx/jinja2glue.py

[warning] unused-ignore-comment - :213: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

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

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 - :1010:60 - 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/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

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

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

test/test_python_types.py

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

test/test_backend.py

[warning] possibly-missing-attribute - :228:25 - Attribute `verbose` on type `Unknown | None` may be missing
[error] invalid-argument-type - :272:30 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :273:17 - Cannot subscript object of type `None` with no `__getitem__` method

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`

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-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/exceptions/invalid_union_type.py

[warning] possibly-missing-attribute - :41:25 - Attribute `__name__` on type `Unknown | ((Any, /) -> Any)` may be missing

strawberry/annotation.py

[error] invalid-type-form - :176:42 - Variable of type `type[Any]` is not allowed in a type expression

strawberry/codegen/query_codegen.py

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

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

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

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

[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/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` may be missing
[warning] possibly-missing-attribute - :1890:13 - Attribute `get` on type `Unknown | None` may be missing
[warning] possibly-missing-implicit-call - :1892:13 - Method `__setitem__` of type `Unknown | None` 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`
[warning] possibly-missing-implicit-call - :1924:13 - Method `__setitem__` of type `Unknown | None` 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` may be missing
[warning] possibly-missing-attribute - :1934:13 - Attribute `again` on type `Unknown | None` may be missing
[error] unsupported-operator - :1937:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
[warning] possibly-missing-attribute - :1998:17 - Attribute `again` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2080:13 - Attribute `setdefault` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :2090:13 - Attribute `setdefault` on type `Unknown | None` 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`
[warning] possibly-missing-implicit-call - :2102:21 - Method `__setitem__` of type `Unknown | None` may be missing
[error] invalid-argument-type - :2178:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :2212:21 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

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

[warning] possibly-missing-attribute - :272:5 - Attribute `append` on type `Unknown | None | list[Unknown | str]` may be missing

sympy/logic/algorithms/dpll2.py

[error] unsupported-operator - :44:8 - Operator `in` is not supported for types `set[Unknown | int]` and `None`, in comparing `set[Unknown | int]` with `Unknown | None | list[Unknown]`
[error] unsupported-operator - :54:24 - Operator `+` is unsupported between objects of type `Unknown | None | list[Unknown]` and `Unknown | list[Unknown]`

sympy/logic/tests/test_lra_theory.py

[error] not-iterable - :173:50 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] not-iterable - :180:35 - Object of type `Unknown | None | list[Unknown]` may not be iterable

sympy/physics/mechanics/tests/test_lagrange2.py

[error] non-subscriptable - :43:11 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :45:11 - Cannot subscript object of type `None` with no `__getitem__` method

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`

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] 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`
[error] unsupported-operator - :185:12 - Operator `>=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None`

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`
[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
[error] invalid-argument-type - :136:16 -
Old: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
New: Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

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/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] 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: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] 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] 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 - :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]`
[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] unresolved-attribute - :2793:14 - Type `Basic` has no attribute `limit`
[error] unresolved-attribute - :2800:14 - Type `Basic` has no attribute `limit`

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 - :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/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/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/algorithms/minisat22_wrapper.py

[error] unsupported-operator - :13:8 - Operator `in` is not supported for types `set[Unknown | int]` and `None`, in comparing `set[Unknown | int]` with `Unknown | None | list[Unknown]`

sympy/logic/algorithms/pycosat_wrapper.py

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

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 - :3132:48 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__eq__`

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`
[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] 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_curve.py

[error] unsupported-operator - :83:24 - Operator `+` is unsupported between objects of type `Basic` and `Basic`

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

sympy/physics/mechanics/tests/test_lagrange.py

[error] non-subscriptable - :187:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :190:46 - Cannot subscript object of type `None` with no `__getitem__` method

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

[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` 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` may be missing
[warning] possibly-missing-attribute - :309:25 - Attribute `from_ZZ_python` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :327:25 - Attribute `from_ZZ_gmpy` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :339:29 - Attribute `dtype` on type `Unknown | None` 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`
[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`
[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` may be missing
[warning] possibly-missing-attribute - :301:25 - Attribute `from_ZZ_python` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :323:25 - Attribute `from_ZZ_gmpy` on type `Unknown | None` may be missing

sympy/polys/domains/fractionfield.py

[error] unresolved-attribute - :192:27 - Type `Domain[Unknown]` has no attribute `factorial`

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

sympy/polys/domains/polynomialring.py

[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`
[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] 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-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 - :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 - :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/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/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`
[warning] possibly-missing-attribute - :879:24 - Attribute `has` on type `Unknown | MutableDenseMatrix | None` may be missing

sympy/solvers/ode/single.py

[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/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/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 - :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` may be missing
[warning] possibly-missing-attribute - :1880:20 - Attribute `doprint` on type `Unknown | None` may be missing

sympy/utilities/tests/test_codegen.py

[warning] possibly-missing-attribute - :1558:5 - Attribute `append` on type `Unknown | None | list[Unknown | str]` 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/test/process_test.py

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

tornado/test/testing_test.py

[warning] possibly-missing-attribute - :105:26 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :113:26 - Attribute `url` on type `Unknown | None` 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/test/template_test.py

[warning] possibly-unresolved-reference - :264:40 - Name `exc_stack` used when possibly not defined

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`

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

[warning] possibly-missing-attribute - :1343:13 - Attribute `getpeername` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1363:13 - Attribute `do_handshake` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1375:28 - Attribute `getpeername` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1379:47 - Attribute `fileno` on type `Unknown | None` may be missing
[error] invalid-argument-type - :1466:13 - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | None`
[warning] possibly-missing-attribute - :1542:24 - Attribute `recv_into` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1177:13 - Attribute `connect` on type `Unknown | socket | None` may be missing
[warning] unused-ignore-comment - :1513:44 - Unused blanket `type: ignore` directive

tornado/queues.py

[error] invalid-argument-type - :175:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] possibly-missing-attribute - :310:16 - Attribute `popleft` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :313:9 - Attribute `append` on type `Unknown | None` may be missing
[error] invalid-argument-type - :382:24 - Argument to function `heappush` is incorrect: Expected `list[_T@_put]`, found `Unknown | None`
[error] invalid-argument-type - :385:30 - Argument to function `heappop` is incorrect: Expected `list[_T@_get]`, found `Unknown | None`
[warning] possibly-missing-attribute - :419:9 - Attribute `append` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :422:16 - Attribute `pop` on type `Unknown | None` may be missing

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`

tornado/test/iostream_test.py

[warning] possibly-missing-attribute - :1128:34 -
Old: Attribute `cipher` on type `Unknown | None | socket` may be missing
New: Attribute `cipher` on type `Unknown | None` may be missing

tornado/test/netutil_test.py

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

tornado/test/simple_httpclient_test.py

[warning] possibly-missing-attribute - :265:25 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :285:29 - Attribute `url` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :288:38 - Attribute `method` on type `Unknown | None` 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

tornado/testing.py

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

tornado/web.py

[error] not-iterable - :1204:30 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :1229:30 - Object of type `Unknown | None` may not be iterable
[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 - :2016:12 - Attribute `endswith` on type `Unknown | None | str` may be missing
[warning] possibly-missing-attribute - :2018:23 - Attribute `rstrip` on type `Unknown | None | str` may be missing
[warning] possibly-missing-attribute - :2045:16 - Attribute `endswith` on type `Unknown | None | str` may be missing
[error] unsupported-operator - :2047:23 - Operator `+` is unsupported between objects of type `Unknown | None | str` and `Literal["/"]`

tornado/websocket.py

[warning] possibly-missing-attribute - :1086:16 - Attribute `write` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1137:22 - Attribute `read_bytes` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1278:20 - Attribute `closed` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1294:17 - Attribute `io_loop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1296:13 - Attribute `close` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1300:29 - Attribute `io_loop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1301:17 - Attribute `io_loop` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1314:16 - Attribute `closed` on type `Unknown | None` may be missing
[warning] possibly-missing-attribute - :1317:9 - Attribute `set_nodelay` on type `Unknown | None` may be missing

tornado/wsgi.py

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

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/_subprocess_platform/windows.py

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

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

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

src/trio/_tests/test_ssl.py

[error] call-non-callable - :932:15 - Object of type `None` is not callable

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] unsupported-operator - :720:17 - Operator `+=` is unsupported between objects of type `None` and `str`

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

dummyserver/testcase.py

[warning] possibly-missing-attribute - :323:17 - Attribute `sendall` on type `socket | @Todo | None` may be missing

src/urllib3/_collections.py

[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]`
[error] invalid-argument-type - :182:42 - Argument to bound method `urlopen` is incorrect: Expected `str | None`, found `Any | Mapping[str, str]`
[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] 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 - :315:87 - Unused blanket `type: ignore` directive

src/urllib3/http2/connection.py

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

src/urllib3/poolmanager.py

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

src/urllib3/response.py

[error] invalid-argument-type - :85:40 - Argument to bound method `decompress` is incorrect: Expected `bytes`, found `Unknown | 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]`

test/test_http2_connection.py

[warning] possibly-missing-attribute - :246:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :279:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :312:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :334:19 - Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
[warning] possibly-missing-attribute - :133:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :133:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :150:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :150:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :173:9 -
Old: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :173:9 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_has_calls` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :205:17 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :205:17 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :229:13 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :229:13 -
Old: Attribute `sendall` on type `socket | @Todo | SSLTransport | None` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :259:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :292:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :325:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing
[warning] possibly-missing-attribute - :347:9 -
Old: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo | (bound method SSLTransport.sendall(data: bytes, flags: int = Literal[0]) -> None)` may be missing
New: Attribute `assert_called_with` on type `(bound method socket.sendall(data: @Todo, flags: int = Literal[0], /) -> None) | @Todo` may be missing

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

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/routing/converters.py

[warning] unused-ignore-comment - :227:65 - 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

[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-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-argument-type - :644:30 - Argument to bound method `getlist` is incorrect: Expected `Never`, found `K@_OrderedMultiDict`
[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`
[warning] unused-ignore-comment - :323:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :891:46 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :1104:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@remove`
[error] invalid-argument-type - :1119:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@update`
[error] invalid-argument-type - :1159:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@clear`
[error] invalid-argument-type - :1185:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@__delitem__`
[error] invalid-argument-type - :1193:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@__setitem__`

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/routing/map.py

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

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

[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

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`
[warning] possibly-missing-attribute - :601:5 - Attribute `add` on type `Unknown | None | set[@Todo]` may be missing
[warning] possibly-missing-attribute - :603:5 - Attribute `discard` on type `Unknown | None | set[@Todo]` may be missing
[warning] possibly-missing-implicit-call - :604:5 - Method `__setitem__` of type `Unknown | Mapping[str, Any] | None` may be missing

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

xarray/core/extension_array.py

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

xarray/backends/common.py

[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/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_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 - :519:16 - Return type does not match returned value: expected `Self@_replace`, found `DataArray`
[error] invalid-argument-type - :2556: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 - :3251: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 - :4861: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 - :3111:54 - Unused blanket `type: ignore` directive

xarray/core/dataset.py

[error] invalid-argument-type - :1354:38 - Argument to bound method `_copy_listed` is incorrect: Expected `Iterable[Hashable]`, found `Hashable`
[error] invalid-return-type - :3031:16 - Return type does not match returned value: expected `Self@_shuffle`, found `DataArray`
[error] invalid-argument-type - :5986: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 - :6001: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 - :6964:16 - Return type does not match returned value: expected `Self@map`, found `Dataset`
[error] invalid-return-type - :8738:16 - Return type does not match returned value: expected `Self@filter_by_attrs`, found `DataArray`

xarray/core/datatree.py

[error] invalid-return-type - :921:16 - Return type does not match returned value: expected `Self@_copy_node`, found `DataTree`
[error] invalid-return-type - :1938:16 - Return type does not match returned value: expected `Self@__eq__`, found `DataTree`
[warning] unused-ignore-comment - :836:71 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :1893: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/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-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-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/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_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/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`
[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

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

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

analytics/models.py

[error] unresolved-attribute - :158:80 - Type `Self@__str__` has no attribute `id`

corporate/models/licenses.py

[error] unresolved-attribute - :45:131 - Type `Self@__str__` has no attribute `id`

zerver/models/custom_profile_fields.py

[error] unresolved-attribute - :169:19 - Type `Self@as_dict` has no attribute `id`

zerver/models/drafts.py

[error] unresolved-attribute - :25:47 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :28:68 - Type `Self@to_dict` has no attribute `user_profile_id`
[error] unresolved-attribute - :30:19 - Type `Self@to_dict` has no attribute `id`

zerver/models/realm_audit_logs.py

[error] unresolved-attribute - :297:63 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :299:63 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :302:60 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :304:59 - Type `Self@__str__` has no attribute `id`

zerver/models/saved_snippets.py

[error] unresolved-attribute - :22:19 - Type `Self@to_api_dict` has no attribute `id`

zerver/models/scheduled_jobs.py

[error] unresolved-attribute - :239:38 - Type `Self@to_dict` has no attribute `id`
[error] unresolved-attribute - :252:34 - Type `Self@to_dict` has no attribute `id`
[error] unresolved-attribute - :267:25 - Type `Self@to_reminder_dict` has no attribute `id`

zerver/models/streams.py

[error] unresolved-attribute - :470:16 - Type `Self@to_dict` has no attribute `id`

zerver/tests/test_drafts.py

[error] unresolved-attribute - :252:24 - Type `Stream` has no attribute `id`

zerver/tests/test_embedded_bot_system.py

[error] unresolved-attribute - :34:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :50:26 - Type `Message` has no attribute `sender_id`

zerver/tests/test_message_edit_notifications.py

[error] unresolved-attribute - :322:22 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_message_report.py

[error] unresolved-attribute - :38:13 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :181:13 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :395:26 - Type `Message` has no attribute `sender_id`

zerver/tests/test_reactions.py

[error] unresolved-attribute - :375:37 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :928:32 - Type `Stream` has no attribute `id`

zerver/tests/test_realm_emoji.py

[error] unresolved-attribute - :57:43 - Type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :79:43 - Type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :341:33 - Type `RealmEmoji` has no attribute `id`

zerver/tests/test_topic_link_util.py

[error] unresolved-attribute - :11:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :12:20 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :13:17 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :28:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :29:20 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :85:21 - Type `Stream` has no attribute `id`

zerver/tests/test_tutorial.py

[error] unresolved-attribute - :19:60 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :33:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :46:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :60:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :75:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :89:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :106:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :120:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :135:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :151:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :174:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :186:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :213:52 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :245:52 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_webhooks_common.py

[error] unresolved-attribute - :192:33 - Type `Stream` has no attribute `id`

zilencer/models.py

[error] unresolved-attribute - :339:59 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :367:59 - Type `Self@__str__` has no attribute `id`

corporate/lib/support.py

[warning] possibly-missing-attribute - :458:65 - Attribute `id` on type `Unknown | RemoteZulipServer` may be missing
[warning] possibly-missing-attribute - :462:24 - Attribute `id` on type `Unknown | RemoteZulipServer` may be missing

analytics/tests/test_counts.py

[error] unresolved-attribute - :1439:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1771:67 - Type `Stream` has no attribute `recipient_id`

analytics/views/stats.py

[warning] possibly-missing-attribute - :534:13 -
Old: Attribute `update` on type `Any | list[@Todo] | str` may be missing
New: Attribute `update` on type `Any | list[@Todo]` may be missing
[error] invalid-argument-type - :546:54 -
Old: Argument to function `sort_client_labels` is incorrect: Expected `dict[str, dict[str, list[int]]]`, found `dict[str, Any | list[@Todo] | str]`
New: Argument to function `sort_client_labels` is incorrect: Expected `dict[str, dict[str, list[int]]]`, found `dict[str, Any | list[@Todo]]`

corporate/lib/stripe.py

[error] unresolved-attribute - :889:35 - Type `object` has no attribute `id`

corporate/tests/test_support_views.py

[error] unresolved-attribute - :1130:50 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1140:54 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1149:54 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1161:50 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1171:54 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1981:32 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1957:86 - Type `Customer` has no attribute `id`

corporate/views/upgrade.py

[warning] possibly-missing-attribute - :114:13 - Attribute `id` on type `Unknown | RemoteRealm` may be missing
[warning] possibly-missing-attribute - :164:13 - Attribute `id` on type `Unknown | RemoteZulipServer` may be missing

zerver/lib/events.py

[warning] possibly-missing-attribute - :752:38 - Attribute `__name__` on type `Unknown | ((str, str, /) -> str | bool | None)` may be missing
[warning] possibly-missing-attribute - :762:38 - Attribute `__name__` on type `Unknown | ((str, str, /) -> str | bool | None)` may be missing

zerver/lib/integrations.py

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

zerver/lib/markdown/__init__.py

[error] invalid-argument-type - :1157:50 - Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[Unknown] | ResultWithFamily[tuple[str, str]]`

zerver/lib/outgoing_webhook.py

[error] unresolved-attribute - :72:68 - Type `UserProfile` has no attribute `recipient_id`

zerver/lib/queue.py

[warning] possibly-missing-attribute - :182:13 - Attribute `queue_declare` on type `Unknown | None` may be missing

zerver/lib/validator.py

[error] invalid-argument-type - :600:20 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[error] invalid-return-type - :612:27 - Function always implicitly returns `None`, which is not assignable to return type `Iterator[WildValue]`
[error] invalid-return-type - :615:41 - Function always implicitly returns `None`, which is not assignable to return type `bool`
[error] invalid-return-type - :618:46 - Function always implicitly returns `None`, which is not assignable to return type `WildValue`
[error] invalid-return-type - :624:56 - Function always implicitly returns `None`, which is not assignable to return type `WildValue`
[error] invalid-return-type - :627:23 - Function always implicitly returns `None`, which is not assignable to return type `Iterator[str]`
[error] invalid-return-type - :630:25 - Function always implicitly returns `None`, which is not assignable to return type `Iterator[WildValue]`
[error] invalid-return-type - :633:24 - Function always implicitly returns `None`, which is not assignable to return type `Iterator[tuple[str, WildValue]]`

zerver/models/messages.py

[error] unresolved-attribute - :151:16 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :803:19 - Type `Self@to_dict` has no attribute `id`

zerver/models/realm_emoji.py

[error] unresolved-attribute - :69:43 - Type `Self@__str__` has no attribute `id`

zerver/models/realms.py

[error] unresolved-attribute - :1015:13 - Type `Self@get_billing_admins_delivery_email` has no attribute `can_manage_billing_group_id`

zerver/models/users.py

[error] unresolved-attribute - :734:54 - Type `Self@profile_data` has no attribute `realm_id`

zerver/tests/test_audit_log.py

[error] unresolved-attribute - :393:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :407:35 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :427:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :441:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :608:69 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :617:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :632:65 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :641:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :656:71 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :665:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :679:64 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :691:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :763:21 - Type `UserProfile` has no attribute `default_sending_stream_id`
[error] unresolved-attribute - :780:21 - Type `UserProfile` has no attribute `default_events_register_stream_id`
[error] unresolved-attribute - :1147:59 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1166:67 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1196:67 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_bots.py

[error] unresolved-attribute - :1090:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1095:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1100:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1363:16 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1366:53 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1369:16 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1372:53 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1375:16 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1378:53 - Type `Stream` has no attribute `recipient_id`

zerver/tests/test_channel_access.py

[error] unresolved-attribute - :219:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :223:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :226:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :232:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :236:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :239:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :244:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :461:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :474:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :491:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :494:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :507:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :510:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :523:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :526:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :551:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :554:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :575:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :578:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :592:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :595:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :606:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :609:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :613:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :625:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :628:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :632:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :635:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :225:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :238:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :247:26 - Type `Stream` has no attribute `id`

zerver/tests/test_channel_creation.py

[error] unresolved-attribute - :186:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :186:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :312:26 - Type `Message` has no attribute `sender_id`

zerver/tests/test_channel_fetch.py

[error] unresolved-attribute - :424:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :428:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :431:55 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :434:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :437:55 - Type `Stream` has no attribute `id`

zerver/tests/test_channel_permissions.py

[error] unresolved-attribute - :424:40 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :748:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :754:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1296:62 - Type `Stream` has no attribute `id`

zerver/tests/test_custom_profile_data.py

[error] unresolved-attribute - :450:26 - Type `UserProfile` has no attribute `customprofilefieldvalue_set`
[error] unresolved-attribute - :455:26 - Type `UserProfile` has no attribute `customprofilefieldvalue_set`

zerver/tests/test_default_channels.py

[error] unresolved-attribute - :112:75 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :117:75 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :125:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :130:43 - Type `Stream` has no attribute `can_administer_channel_group_id`
[error] unresolved-attribute - :170:42 - Type `Stream` has no attribute `can_administer_channel_group_id`
[error] unresolved-attribute - :184:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :197:29 - Type `Stream` has no attribute `id`

zerver/tests/test_email_mirror.py

[error] unresolved-attribute - :1433:55 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_event_system.py

[error] unresolved-attribute - :406:64 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :439:64 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :460:74 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :464:74 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :897:31 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :952:35 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1024:31 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1031:31 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1038:31 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1045:31 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1083:37 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1086:33 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1214:31 - Type `UserProfile` has no attribute `recipient_id`

zerver/tests/test_events.py

[error] unresolved-attribute - :2867:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3911:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3922:56 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3940:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3949:52 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3960:64 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3967:50 - Type `Stream` has no attribute `id`

zerver/tests/test_example.py

[error] unresolved-attribute - :151:36 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_home.py

[error] unresolved-attribute - :611:20 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :622:27 - Type `Stream` has no attribute `id`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :1679:23 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :1698:47 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :1702:50 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :3051:44 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_invite.py

[error] unresolved-attribute - :1385:16 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1387:26 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1403:26 - Type `UserProfile` has no attribute `recipient_id`

zerver/tests/test_markdown.py

[error] unresolved-attribute - :2846:36 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2850:69 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2872:36 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2876:69 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2905:36 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2909:69 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2973:36 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2977:36 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2983:69 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2983:81 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3049:76 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3083:76 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3099:80 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3172:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3172:92 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3348:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3348:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3353:70 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :3363:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3363:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3379:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3379:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3403:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3403:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3410:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3410:103 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3472:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3472:103 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3528:36 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3531:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3551:36 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3554:53 - Type `Stream` has no attribute `id`

zerver/tests/test_message_dict.py

[error] unresolved-attribute - :150:58 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :713:58 - Type `Stream` has no attribute `id`

zerver/tests/test_message_edit.py

[error] unresolved-attribute - :215:68 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :227:68 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :883:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :954:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :959:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :960:48 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1007:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1014:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1015:48 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1035:48 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1036:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1044:48 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1045:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1076:56 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1077:61 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1090:56 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1091:61 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1139:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1157:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1199:72 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1200:77 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1209:72 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1210:77 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1236:65 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1237:70 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1247:65 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1248:70 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2575:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2585:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2630:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2690:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2700:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2758:23 - Type `Stream` has no attribute `id`

zerver/tests/test_message_fetch.py

[error] unresolved-attribute - :1942:16 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1943:16 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1944:33 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1951:41 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1952:42 - Type `UserProfile` has no attribute `recipient_id`
[error] invalid-argument-type - :1987:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2045:13 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2053:13 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2377:13 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2383:13 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2396:13 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2442:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2450:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2467:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2471:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2483:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2493:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2506:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2514:46 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2586:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2657:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2802:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2845:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2854:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2871:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2879:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2890:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2940:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2950:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2967:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] unresolved-attribute - :5158:65 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :5162:65 - Type `UserProfile` has no attribute `recipient_id`

zerver/tests/test_message_flags.py

[error] unresolved-attribute - :451:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :487:80 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2257:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2327:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2398:31 - Type `Stream` has no attribute `id`

zerver/tests/test_message_move_stream.py

[error] unresolved-attribute - :148:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :376:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :420:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :456:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :476:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :554:67 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :558:13 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :569:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :607:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :638:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :675:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :705:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :723:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :750:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :768:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :788:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :825:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :861:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1109:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1389:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1399:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1420:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1451:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1475:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1536:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1572:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1595:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1622:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1672:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1719:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1751:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1770:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1802:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1849:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1979:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2087:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2187:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2218:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2233:35 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2247:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2272:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2287:35 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2305:30 - Type `Stream` has no attribute `id`

zerver/tests/test_message_move_topic.py

[error] unresolved-attribute - :226:52 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :243:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2257:16 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :2621:81 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2632:81 - Type `Stream` has no attribute `id`

zerver/tests/test_message_send.py

[error] unresolved-attribute - :704:30 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :704:48 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1295:37 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1308:37 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1416:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2641:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :2728:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :541:9 - Unresolved attribute `default_sending_stream_id` on type `UserProfile`.
[error] unresolved-attribute - :736:30 - Type `Message` has no attribute `recipient_id`

zerver/tests/test_message_topics.py

[error] unresolved-attribute - :158:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :167:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :179:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :845:28 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :845:44 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :851:28 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :851:44 - Type `Stream` has no attribute `id`

zerver/tests/test_onboarding_steps.py

[error] unresolved-attribute - :125:79 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_outgoing_webhook_interfaces.py

[error] unresolved-attribute - :131:64 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_outgoing_webhook_system.py

[error] unresolved-attribute - :148:26 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :215:26 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :258:30 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :303:26 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :332:26 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :359:26 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :388:26 - Type `Message` has no attribute `recipient_id`

zerver/tests/test_push_notifications.py

[error] unresolved-attribute - :190:25 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :225:33 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :748:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :2376:20 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :2377:53 - Type `Stream` has no attribute `recipient_id`

zerver/tests/test_realm.py

[error] unresolved-attribute - :707:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :791:46 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :860:52 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :920:45 - Type `Stream` has no attribute `id`

zerver/tests/test_reminders.py

[error] unresolved-attribute - :158:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :158:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :163:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :164:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :195:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :195:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :200:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :201:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :234:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :234:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :239:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :240:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :283:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :283:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :288:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :289:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :370:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :370:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :375:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :376:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :405:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :405:124 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :410:31 - Type `ScheduledMessage` has no attribute `delivered_message_id`
[error] unresolved-attribute - :411:56 - Type `ScheduledMessage` has no attribute `delivered_message_id`

zerver/tests/test_scheduled_messages.py

[error] unresolved-attribute - :192:41 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :354:56 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :354:138 - Type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :358:78 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :390:45 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :398:32 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :403:41 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :408:26 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :441:32 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :456:26 - Type `ScheduledMessage` has no attribute `stream_id`
[error] unresolved-attribute - :557:64 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :560:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :568:64 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :571:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :599:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :639:73 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :643:65 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :647:65 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :675:14 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :684:64 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :686:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :692:14 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :701:64 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :703:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :719:64 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :721:60 - Type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :727:14 - Type `ScheduledMessage` has no attribute `id`

zerver/tests/test_scim.py

[error] unresolved-attribute - :174:29 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :174:60 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_settings.py

[error] invalid-argument-type - :491:58 - Argument to bound method `client_patch` is incorrect: Expected `Mapping[str, Any]`, found `dict[Unknown | str | int, Unknown | int | str]`
[error] invalid-argument-type - :493:44 - Argument to bound method `assert_json_error` is incorrect: Expected `str`, found `Any | str | int`

zerver/tests/test_signup.py

[error] unresolved-attribute - :1034:51 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_soft_deactivation.py

[error] unresolved-attribute - :575:20 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_subs.py

[error] unresolved-attribute - :295:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :310:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :322:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :338:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :384:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :399:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :411:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :483:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :522:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :555:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :660:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :747:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :769:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :793:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :813:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :830:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :849:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1005:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1016:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1072:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1087:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1089:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1191:40 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1279:62 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1285:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1296:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1302:47 - Type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1307:40 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1333:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1400:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1403:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1405:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1407:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1411:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1588:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1596:50 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1847:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1847:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1859:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1880:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1901:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1932:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1939:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1951:27 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2041:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2234:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2242:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2258:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2321:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2549:60 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2555:60 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2594:27 - Type `Stream` has no attribute `folder_id`
[error] unresolved-attribute - :2598:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3209:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3212:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3215:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3218:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3424:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3432:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3469:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3507:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3539:13 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :4284:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4287:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4738:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4811:23 - Type `Stream` has no attribute `id`

zerver/tests/test_thumbnail.py

[error] unresolved-attribute - :592:22 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_upload.py

[error] unresolved-attribute - :520:56 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :532:56 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :541:56 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :553:91 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :558:50 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :564:72 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_upload_local.py

[error] unresolved-attribute - :213:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :216:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :225:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :227:24 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :231:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :236:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :252:22 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :281:72 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_user_groups.py

[error] unresolved-attribute - :1557:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1571:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1674:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1684:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1718:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1727:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1746:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1757:60 - Type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1811:60 - Attribute `id` on type `NamedUserGroup | Unknown` may be missing
[error] unresolved-attribute - :1819:37 - Type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1828:60 - Attribute `id` on type `NamedUserGroup | Unknown` may be missing
[error] unresolved-attribute - :1854:37 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1900:57 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1914:57 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2583:40 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2599:40 - Type `NamedUserGroup` has no attribute `id`

zerver/tests/test_user_topics.py

[error] unresolved-attribute - :781:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1253:23 - Type `Stream` has no attribute `id`

zerver/tests/test_users.py

[error] unresolved-attribute - :1771:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1777:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1783:68 - Type `Stream` has no attribute `id`

zerver/transaction_tests/test_user_groups.py

[error] unresolved-attribute - :172:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :173:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :176:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :177:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :192:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :193:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :196:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :197:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :209:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :209:48 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :209:65 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :210:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :213:31 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :213:48 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :214:31 - Type `NamedUserGroup` has no attribute `id`

zerver/views/documentation.py

[error] invalid-assignment - :198: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["page_is_policy_center"]` and a value of type `Literal[True]` on object of type `dict[str, str]`
[error] invalid-assignment - :211: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["page_is_api_center"]` and a value of type `Literal[True]` on object of type `dict[str, str]`
[error] invalid-assignment - :270:9 - Method `__setitem__` of type `bound method dict[str, str].__setitem__(key: str, value: str, /) -> None` cannot be called with a key of type `Literal["api_url_context"]` and a value of type `dict[str, Any]` on object of type `dict[str, str]`
[error] invalid-assignment - :272:13 - Cannot assign to object of type `str` with no `__setitem__` method
[error] invalid-argument-type - :305:38 - Argument to function `add_google_analytics_context` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - :376:38 - Argument to function `add_google_analytics_context` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`