Summary

Comparing branches/commits:
Old: main ec558421
New: typing-self-function-scope 58b02a27
Lint Rule Removed Added Changed
Total 805 5776 61
possibly-unbound-attribute 3 2036 7
unresolved-attribute 0 1647 0
invalid-argument-type 6 752 33
unused-ignore-comment 702 1 0
invalid-return-type 65 234 7
invalid-assignment 0 280 5
invalid-super-argument 0 251 0
unsupported-operator 2 118 5
call-non-callable 0 121 0
non-subscriptable 0 92 0
missing-argument 0 87 0
not-iterable 0 42 0
no-matching-overload 0 33 0
possibly-unbound-implicit-call 0 22 4
too-many-positional-arguments 0 20 0
possibly-unresolved-reference 16 0 0
parameter-already-assigned 4 9 0
invalid-attribute-access 0 10 0
division-by-zero 4 1 0
index-out-of-bounds 3 2 0
unknown-argument 0 5 0
redundant-cast 0 3 0
invalid-await 0 2 0
invalid-key 0 2 0
unsupported-base 0 2 0
deprecated 0 1 0
invalid-context-manager 0 1 0
invalid-parameter-default 0 1 0
invalid-type-form 0 1 0

Failed Projects

Project Old Status New Status Old Return Code New Return Code
core
https://github.com/home-assistant/core
success abnormal exit 1 -6
sympy
https://github.com/sympy/sympy
success timeout 1 None
scipy
https://github.com/scipy/scipy
success timeout 1 None
pywin32
https://github.com/mhammond/pywin32
success timeout 1 None
pycryptodome
https://github.com/Legrandin/pycryptodome
success timeout 1 None
prefect
https://github.com/PrefectHQ/prefect
success timeout 1 None
parso
https://github.com/davidhalter/parso
success timeout 1 None
pandas
https://github.com/pandas-dev/pandas
success timeout 1 None
apprise
https://github.com/caronc/apprise
success timeout 1 None
aiohttp
https://github.com/aio-libs/aiohttp
success timeout 1 None

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

src/AutoSplitImage.py

[warning] possibly-unbound-attribute - :223:22 - Attribute `shape` on type `Unknown | None` is possibly unbound

src/capture_method/VideoCaptureDeviceCaptureMethod.py

[warning] possibly-unbound-attribute - :137:33 - Attribute `shape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :138:33 - Attribute `shape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :139:17 - Cannot subscript object of type `None` with no `__getitem__` method

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

expression/effect/async_option.py

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

expression/effect/option.py

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

expression/effect/result.py

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

expression/effect/seq.py

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

expression/effect/async_result.py

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

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

github/GithubObject.py

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

github/GithubRetry.py

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

github/PaginatedList.py

[error] invalid-super-argument - :219:9 - `Self@__init__` is not an instance or subclass of `<class 'PaginatedList'>` in `super(<class 'PaginatedList'>, Self@__init__)` call
[warning] unused-ignore-comment - :276:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :340:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :356:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :358:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :365:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :430:80 - Unused blanket `type: ignore` directive

github/Repository.py

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

github/Requester.py

[error] call-non-callable - :1012:13 - Object of type `object` is not callable
[error] call-non-callable - :1013:45 - Object of type `object` is not callable
[error] invalid-argument-type - :1074:108 - Argument to bound method `__requestEncode` is incorrect: Expected `(dict[str, str] | None, /) -> tuple[str, Any]`, found `def encode(input: dict[str, Any]) -> tuple[str, str]`
[error] invalid-argument-type - :1110:108 - Argument to bound method `__requestEncode` is incorrect: Expected `(str | None, /) -> tuple[str, Any]`, found `def encode(local_path: str) -> tuple[str, Any]`
[warning] unused-ignore-comment - :372:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :411:39 - Unused blanket `type: ignore` directive

tests/ApplicationOAuth.py

[warning] possibly-unbound-attribute - :86:21 - Attribute `_Github__requester` on type `Unknown | Github` is possibly unbound

tests/Authentication.py

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

tests/Framework.py

[error] call-non-callable - :148:23 - Object of type `None` is not callable
[error] unresolved-attribute - :154:22 - Type `Self@__init__` has no attribute `_realConnection`
[error] call-non-callable - :231:23 - Object of type `None` is not callable
[error] unresolved-attribute - :238:22 - Type `Self@__init__` has no attribute `_realConnection`

tests/Requester.py

[warning] possibly-unbound-attribute - :216:9 - Attribute `info` on type `Unknown | None | MagicMock` is possibly unbound
[warning] possibly-unbound-attribute - :263:9 - Attribute `info` on type `Unknown | None | MagicMock` is possibly unbound

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

aiohttp_devtools/runserver/utils.py

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

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

aioredis/lock.py

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

aioredis/connection.py

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

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

src/aiortc/rate.py

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

src/aiortc/contrib/media.py

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

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-unbound-attribute - :87:13 - Attribute `close` on type `ReadTransport | None` is possibly unbound
[warning] possibly-unbound-attribute - :92:22 - Attribute `readline` on type `StreamReader | None` is possibly unbound
[warning] possibly-unbound-attribute - :150:26 - Attribute `readuntil` on type `StreamReader | None` is possibly unbound
[warning] possibly-unbound-attribute - :158:9 - Attribute `write` on type `StreamWriter | None` is possibly unbound
[warning] possibly-unbound-attribute - :209:26 - Attribute `readuntil` on type `StreamReader | None` is possibly unbound
[warning] possibly-unbound-attribute - :217:9 - Attribute `write` on type `StreamWriter | None` is possibly unbound

src/aiortc/jitterbuffer.py

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

src/aiortc/rtcdtlstransport.py

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

src/aiortc/rtcpeerconnection.py

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

src/aiortc/rtcrtpreceiver.py

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

src/aiortc/rtcrtpsender.py

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

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-unbound-attribute - :344:12 - Attribute `usernameFragment` on type `RTCIceParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :345:41 - Attribute `usernameFragment` on type `RTCIceParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :346:12 - Attribute `password` on type `RTCIceParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :347:39 - Attribute `password` on type `RTCIceParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :578:16 - Attribute `iceLite` on type `RTCIceParameters | None` is possibly unbound

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/utils/audit.py

[error] missing-argument - :62:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_log_response`
[error] missing-argument - :65:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_webhook_response`
[error] missing-argument - :68:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_log_response`
[error] missing-argument - :71:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_webhook_response`
[error] missing-argument - :74:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_log_response`
[error] missing-argument - :77:9 - No arguments provided for required parameters `event`, `message`, `user`, `customers`, `scopes`, `resource_id`, `type`, `request` of bound method `_webhook_response`

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

src/antidote/core/scope.py

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

src/antidote/core/wiring.py

[error] invalid-assignment - :150:13 - Method `__setitem__` of type `bound method dict[str, Methods | frozenset[str] | Mapping[str, object] | bool].__setitem__(key: str, value: Methods | frozenset[str] | Mapping[str, object] | bool, /) -> None` cannot be called with a key of type `Literal["methods"]` and a value of type `Iterable[str]` on object of type `dict[str, 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/_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/core/_scope.py

[error] invalid-return-type - :51:16 -
Old: Return type does not match returned value: expected `ScopeVarToken[T@AbstractScopeVar, Any]`, found `ScopeVarToken[T@AbstractScopeVar | Missing, Unknown]`
New: Return type does not match returned value: expected `ScopeVarToken[T@AbstractScopeVar, Any]`, found `ScopeVarToken[T@AbstractScopeVar | Missing, Self@set]`

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

src/antidote/lib/interface_ext/_internal.py

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

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

src/anyio/_backends/_asyncio.py

[error] invalid-argument-type - :165:35 - Argument to function `_cancel_all_tasks` is incorrect: Expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[warning] possibly-unbound-attribute - :166:17 - Attribute `run_until_complete` on type `AbstractEventLoop | None` is possibly unbound
[warning] possibly-unbound-attribute - :166:41 - Attribute `shutdown_asyncgens` on type `AbstractEventLoop | None` is possibly unbound
[error] unresolved-attribute - :170:21 - Type `None` has no attribute `run_until_complete`
[error] invalid-argument-type - :170:72 - Argument to function `_shutdown_default_executor` is incorrect: Expected `AbstractEventLoop`, found `None`
[warning] possibly-unbound-attribute - :174:17 - Attribute `close` on type `AbstractEventLoop | None` is possibly unbound
[error] invalid-return-type - :181:20 - Return type does not match returned value: expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[warning] possibly-unbound-attribute - :255:17 - Attribute `call_soon_threadsafe` on type `AbstractEventLoop | None` is possibly unbound
[error] unresolved-attribute - :493:21 - Type `Task[Unknown]` has no attribute `uncancel`
[warning] unused-ignore-comment - :567:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :572:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2126:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2129:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2130:47 - Unused blanket `type: ignore` directive

src/anyio/_core/_fileio.py

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

src/anyio/_core/_tempfile.py

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

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

src/async_utils/_qs.py

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

src/async_utils/task_cache.py

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

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

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

asynq/generator.py

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

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

tests/test_init_subclass.py

[error] unresolved-attribute - :56:18 - Type `Self@__init_subclass__` has no attribute `__qualname__`

src/attr/_make.py

[error] invalid-assignment - :843:13 - Object of type `Literal[False]` is not assignable to attribute `__attrs_own_setattr__` on type `Unknown | type`
[error] invalid-argument-type - :1062:13 - Argument to function `_make_hash_script` is incorrect: Expected `list[Attribute | Unknown]`, found `Unknown | type`
[error] not-iterable - :1108:26 - Object of type `Unknown | type` may not be iterable
[error] invalid-argument-type - :1140:41 - Argument to function `_make_eq_script` is incorrect: Expected `list[Unknown]`, found `Unknown | type`
[error] not-iterable - :1163:18 - Object of type `Unknown | type` may not be iterable
[error] unresolved-attribute - :2571:65 - Type `Self@__getstate__` has no attribute `metadata`
[error] missing-argument - :2929:9 - No argument provided for required parameter `converter` of bound method `__init__`

tests/test_cmp.py

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

tests/test_make.py

[warning] possibly-unbound-attribute - :2079:24 - Attribute `__qualname__` on type `Unknown | ((...) -> Unknown)` is possibly unbound

tests/test_slots.py

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

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

src/bandersnatch/mirror.py

[error] invalid-argument-type - :353:52 - Argument to bound method `sync_index_page` is incorrect: Expected `int`, found `int | None`

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/vale/_core/_valecoreunary.py

[error] missing-argument - :77:9 - No arguments provided for required parameters `is_valid`, `is_valid_code` of bound method `__init__`

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

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

beartype/claw/_ast/_pep/clawastpep526.py

[warning] unused-ignore-comment - :143:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :156:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :203:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :323:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :326:67 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :339:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :341:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :351:59 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_scope/clawastscope.py

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

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

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

beartype/_check/logic/logcls.py

[error] missing-argument - :364:9 - No argument provided for required parameter `get_cause_enumerator_item` of bound method `__init__`

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 - :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 - :233:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :238:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :338:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :343:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :476:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :484:72 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :692:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :796:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1122:73 - Unused blanket `type: ignore` directive

beartype/claw/_ast/_pep/clawastpep695.py

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

beartype/vale/_core/_valecorebinary.py

[error] missing-argument - :95:9 - No arguments provided for required parameters `is_valid`, `is_valid_code` of bound method `__init__`

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

bidict/_base.py

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

bidict/_orderedbase.py

[error] invalid-assignment - :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:24 - Object of type `Self@relink` is not assignable to attribute `prv` on type `Node | WeakAttr[Node]`
[error] invalid-super-argument - :133:9 - `Self@__init__` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@__init__)` call
[error] invalid-super-argument - :144:49 - `Self@_make_inverse` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_make_inverse)` call
[error] invalid-super-argument - :160:9 - `Self@_init_from` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_init_from)` call
[error] invalid-super-argument - :171:9 - `Self@_write` is not an instance or subclass of `<class 'OrderedBidictBase'>` in `super(<class 'OrderedBidictBase'>, Self@_write)` call

bidict/_orderedbidict.py

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

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

src/blib2to3/pgen2/parse.py

[warning] possibly-unbound-attribute - :366:13 - Attribute `append` on type `Unknown | list[@Todo] | None` is possibly unbound

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 - :92:30 - Argument to bound method `run` is incorrect: Expected `ModuleType`, found `ModuleType | None`

src/bokeh/application/handlers/server_request_handler.py

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

src/bokeh/client/connection.py

[error] unresolved-attribute - :217:13 - Type `Message[Any]` has no attribute `push_to_document`
[error] invalid-argument-type - :307:45 - Argument to bound method `_handle_patch` is incorrect: Expected `patch_doc`, found `Message[Any]`
[error] unresolved-attribute - :327:55 - Type `() -> bool` has no attribute `__name__`

src/bokeh/core/property/alias.py

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

src/bokeh/core/property/constraints.py

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

src/bokeh/core/property/enum.py

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

src/bokeh/core/property/instance.py

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

src/bokeh/core/property/nullable.py

[error] invalid-super-argument - :51:9 - `Self@__init__` is not an instance or subclass of `<class 'Nullable'>` in `super(<class 'Nullable'>, Self@__init__)` call
[error] invalid-super-argument - :54:43 - `Self@transform` is not an instance or subclass of `<class 'Nullable'>` in `super(<class 'Nullable'>, Self@transform)` call
[error] invalid-super-argument - :57:43 - `Self@wrap` is not an instance or subclass of `<class 'Nullable'>` in `super(<class 'Nullable'>, Self@wrap)` call
[error] invalid-super-argument - :64:13 - `Self@validate` is not an instance or subclass of `<class 'Nullable'>` in `super(<class 'Nullable'>, Self@validate)` call

src/bokeh/core/property/numeric.py

[error] invalid-super-argument - :60:9 - `Self@__init__` is not an instance or subclass of `<class 'NonNegative'>` in `super(<class 'NonNegative'>, Self@__init__)` call
[error] invalid-super-argument - :63:9 - `Self@validate` is not an instance or subclass of `<class 'NonNegative'>` in `super(<class 'NonNegative'>, Self@validate)` call
[error] invalid-super-argument - :72:9 - `Self@__init__` is not an instance or subclass of `<class 'Positive'>` in `super(<class 'Positive'>, Self@__init__)` call
[error] invalid-super-argument - :75:9 - `Self@validate` is not an instance or subclass of `<class 'Positive'>` in `super(<class 'Positive'>, Self@validate)` call
[error] invalid-super-argument - :120:9 - `Self@__init__` is not an instance or subclass of `<class 'Interval'>` in `super(<class 'Interval'>, Self@__init__)` call
[error] invalid-super-argument - :131:9 - `Self@validate` is not an instance or subclass of `<class 'Interval'>` in `super(<class 'Interval'>, Self@validate)` call

src/bokeh/core/property/readonly.py

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

src/bokeh/core/property/required.py

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

src/bokeh/core/property/serialized.py

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

src/bokeh/core/property/struct.py

[error] invalid-super-argument - :75:9 - `Self@__init__` is not an instance or subclass of `<class 'Struct'>` in `super(<class 'Struct'>, Self@__init__)` call
[error] invalid-super-argument - :79:20 - `Self@__eq__` is not an instance or subclass of `<class 'Struct'>` in `super(<class 'Struct'>, Self@__eq__)` call
[error] unresolved-attribute - :79:62 - Type `object` has no attribute `_fields`
[error] unresolved-attribute - :79:98 - Type `object` has no attribute `_optional`
[error] invalid-super-argument - :88:9 - `Self@validate` is not an instance or subclass of `<class 'Struct'>` in `super(<class 'Struct'>, Self@validate)` call

src/bokeh/core/property/wrappers.py

[error] invalid-super-argument - :217:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyValueList'>` in `super(<class 'PropertyValueList'>, Self@__init__)` call
[error] invalid-super-argument - :277:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyValueSet'>` in `super(<class 'PropertyValueSet'>, Self@__init__)` call
[error] invalid-super-argument - :351:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyValueDict'>` in `super(<class 'PropertyValueDict'>, Self@__init__)` call
[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/document/document.py

[error] invalid-return-type - :280:16 - Return type does not match returned value: expected `NextTickCallback`, found `SessionCallback`
[error] invalid-return-type - :303:16 - Return type does not match returned value: expected `PeriodicCallback`, found `SessionCallback`
[error] invalid-return-type - :357:16 - Return type does not match returned value: expected `TimeoutCallback`, found `SessionCallback`

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

[warning] possibly-unbound-attribute - :59:12 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :60:20 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :61:12 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :62:20 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :70:12 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :71:20 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :78:12 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound
[warning] possibly-unbound-attribute - :79:39 - Attribute `auth_provider` on type `Unknown | Application` is possibly unbound

src/bokeh/server/views/autoload_js_handler.py

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

src/bokeh/server/views/ico_handler.py

[warning] possibly-unbound-attribute - :53:12 - Attribute `icon` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :57:20 - Attribute `icon` on type `Unknown | None` is possibly unbound

src/bokeh/util/datatypes.py

[error] invalid-return-type - :101:20 - Return type does not match returned value: expected `V@MultiValuedDict | None`, found `(Unknown & ~set[Unknown]) | (set[Unknown] & ~set[Unknown]) | None`

src/bokeh/core/has_props.py

[error] unresolved-attribute - :230:65 - Type `Self@__init__` has no attribute `properties`
[error] invalid-return-type - :754:16 - Return type does not match returned value: expected `Self@clone`, found `HasProps`

src/bokeh/core/property/bases.py

[error] unresolved-attribute - :147:34 - Type `object` has no attribute `_default`
[error] unresolved-attribute - :148:31 - Type `object` has no attribute `_help`
[error] unresolved-attribute - :149:38 - Type `object` has no attribute `alternatives`
[error] unresolved-attribute - :150:36 - Type `object` has no attribute `assertions`
[error] invalid-super-argument - :451:9 - `Self@__init__` is not an instance or subclass of `<class 'ParameterizedProperty'>` in `super(<class 'ParameterizedProperty'>, Self@__init__)` call
[error] invalid-super-argument - :469:20 - `Self@__eq__` is not an instance or subclass of `<class 'ParameterizedProperty'>` in `super(<class 'ParameterizedProperty'>, Self@__eq__)` call
[error] unresolved-attribute - :469:66 - Type `object` has no attribute `type_params`
[error] invalid-super-argument - :497:16 - `Self@_may_have_unstable_default` is not an instance or subclass of `<class 'ParameterizedProperty'>` in `super(<class 'ParameterizedProperty'>, Self@_may_have_unstable_default)` call
[error] invalid-super-argument - :515:9 - `Self@__init__` is not an instance or subclass of `<class 'SingleParameterizedProperty'>` in `super(<class 'SingleParameterizedProperty'>, Self@__init__)` call
[error] invalid-super-argument - :518:9 - `Self@validate` is not an instance or subclass of `<class 'SingleParameterizedProperty'>` in `super(<class 'SingleParameterizedProperty'>, Self@validate)` call
[error] invalid-super-argument - :548:9 - `Self@validate` is not an instance or subclass of `<class 'PrimitiveProperty'>` in `super(<class 'PrimitiveProperty'>, Self@validate)` call

src/bokeh/core/property/container.py

[error] invalid-super-argument - :86:9 - `Self@__init__` is not an instance or subclass of `<class 'Seq'>` in `super(<class 'Seq'>, Self@__init__)` call
[error] invalid-super-argument - :93:9 - `Self@validate` is not an instance or subclass of `<class 'Seq'>` in `super(<class 'Seq'>, Self@validate)` call
[error] invalid-super-argument - :128:9 - `Self@__init__` is not an instance or subclass of `<class 'List'>` in `super(<class 'List'>, Self@__init__)` call
[error] invalid-super-argument - :155:9 - `Self@__init__` is not an instance or subclass of `<class 'Set'>` in `super(<class 'Set'>, Self@__init__)` call
[error] invalid-super-argument - :345:9 - `Self@__init__` is not an instance or subclass of `<class 'NonEmpty'>` in `super(<class 'NonEmpty'>, Self@__init__)` call
[error] invalid-super-argument - :348:9 - `Self@validate` is not an instance or subclass of `<class 'NonEmpty'>` in `super(<class 'NonEmpty'>, Self@validate)` call
[error] invalid-super-argument - :359:9 - `Self@__init__` is not an instance or subclass of `<class 'Len'>` in `super(<class 'Len'>, Self@__init__)` call
[error] invalid-super-argument - :363:9 - `Self@validate` is not an instance or subclass of `<class 'Len'>` in `super(<class 'Len'>, Self@validate)` call

src/bokeh/core/property/descriptors.py

[error] invalid-return-type - :163:20 - Return type does not match returned value: expected `T@AliasPropertyDescriptor`, found `Self@__get__`
[error] invalid-super-argument - :189:9 - `Self@__init__` is not an instance or subclass of `<class 'DeprecatedAliasPropertyDescriptor'>` in `super(<class 'DeprecatedAliasPropertyDescriptor'>, Self@__init__)` call
[error] invalid-super-argument - :209:16 - `Self@__get__` is not an instance or subclass of `<class 'DeprecatedAliasPropertyDescriptor'>` in `super(<class 'DeprecatedAliasPropertyDescriptor'>, Self@__get__)` call
[error] invalid-super-argument - :213:9 - `Self@__set__` is not an instance or subclass of `<class 'DeprecatedAliasPropertyDescriptor'>` in `super(<class 'DeprecatedAliasPropertyDescriptor'>, Self@__set__)` call
[error] invalid-return-type - :286:20 - Return type does not match returned value: expected `T@PropertyDescriptor`, found `Self@__get__`
[warning] possibly-unbound-attribute - :773:16 - Attribute `to_serializable` on type `Unknown | Property[Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :806:21 - Attribute `value_type` on type `Unknown | Property[Unknown]` is possibly unbound

src/bokeh/core/serialization.py

[error] invalid-return-type - :177:16 - Return type does not match returned value: expected `bytes`, found `bytes | (memoryview[Unknown] & ~memoryview[Unknown])`
[error] invalid-return-type - :588:40 - Function can implicitly return `None`, which is not assignable to return type `Model`
[error] invalid-return-type - :596:49 - Function always implicitly returns `None`, which is not assignable to return type `int | float`
[warning] possibly-unresolved-reference - :631:16 - Name `buffer` used when possibly not defined
[error] invalid-return-type - :726:43 - Function can implicitly return `None`, which is not assignable to return type `type[Model]`

src/bokeh/document/events.py

[error] invalid-assignment - :208:9 - Method `__setitem__` of type `bound method dict[str, type[DocumentPatchedEvent]].__setitem__(key: str, value: type[DocumentPatchedEvent], /) -> None` cannot be called with a key of type `str` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[DocumentPatchedEvent]]`

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`
[error] invalid-argument-type - :312:53 - Argument to bound method `_obj_props_to_df2` is incorrect: Expected `Model`, found `Unknown | Model | None`

src/bokeh/plotting/_figure.py

[error] missing-argument - :529:16 - No argument provided for required parameter `y` of bound method `_line_stack`
[error] missing-argument - :652:16 - No argument provided for required parameter `x` of bound method `_line_stack`

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

src/bokeh/settings.py

[error] invalid-return-type - :414:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-argument-type - :414:34 - Argument to function `convert_str` is incorrect: Expected `str`, found `(T@PrioritizedSetting & ~None) | str`
[error] invalid-return-type - :418:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :422:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :426:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :430:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :434:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :438:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :442:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`
[error] invalid-return-type - :446:20 - Return type does not match returned value: expected `T@PrioritizedSetting`, found `Unknown | str`

src/bokeh/sphinxext/_internal/example_handler.py

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

src/bokeh/util/compiler.py

[warning] possibly-unbound-attribute - :96:23 - Attribute `strip` on type `Unknown | (dict[str, str] & ~dict[Unknown, Unknown]) | str` is possibly unbound

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

boostedblob/boost.py

[error] invalid-super-argument - :311:9 - `Self@__init__` is not an instance or subclass of `<class 'MappingBoostable'>` in `super(<class 'MappingBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :358:9 - `Self@__init__` is not an instance or subclass of `<class 'OrderedMappingBoostable'>` in `super(<class 'OrderedMappingBoostable'>, Self@__init__)` call
[error] unresolved-attribute - :363:9 - Type `Collection[Awaitable[Unknown]]` has no attribute `append`
[error] unresolved-attribute - :369:16 - Type `Collection[Awaitable[Unknown]] & ~AlwaysFalsy` has no attribute `popleft`
[error] non-subscriptable - :383:19 - Cannot subscript object of type `Collection[Awaitable[Unknown]]` with no `__getitem__` method
[error] invalid-super-argument - :393:9 - `Self@__init__` is not an instance or subclass of `<class 'UnorderedMappingBoostable'>` in `super(<class 'UnorderedMappingBoostable'>, Self@__init__)` call
[error] unresolved-attribute - :403:9 - Type `Collection[Awaitable[Unknown]]` has no attribute `add`
[error] unresolved-attribute - :414:55 - Type `Awaitable[Unknown]` has no attribute `done`
[error] unresolved-attribute - :417:9 - Type `Collection[Awaitable[Unknown]]` has no attribute `remove`
[error] invalid-super-argument - :445:9 - `Self@__init__` is not an instance or subclass of `<class 'FilterBoostable'>` in `super(<class 'FilterBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :469:9 - `Self@__init__` is not an instance or subclass of `<class 'EnumerateBoostable'>` in `super(<class 'EnumerateBoostable'>, Self@__init__)` call
[error] invalid-super-argument - :495:9 - `Self@__init__` is not an instance or subclass of `<class 'EageriseBoostable'>` in `super(<class 'EageriseBoostable'>, Self@__init__)` call

boostedblob/globals.py

[warning] possibly-unbound-attribute - :59:52 - Attribute `__qualname__` on type `Unknown | ((Unknown, /) -> Awaitable[tuple[Any, int | float]])` is possibly unbound

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

src/check_jsonschema/checker.py

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

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

cki_lib/metrics/__init__.py

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

tests/test_cronjob.py

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

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

cloudinit/config/cc_rsyslog.py

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

cloudinit/distros/parsers/hostname.py

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

cloudinit/distros/parsers/hosts.py

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

cloudinit/distros/parsers/resolv_conf.py

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

cloudinit/net/network_manager.py

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

cloudinit/sources/DataSourceConfigDrive.py

[warning] possibly-unbound-attribute - :197:12 - Attribute `startswith` on type `Unknown | None | (Unknown & ~AlwaysFalsy) | Literal["/config-drive"]` is possibly unbound

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`

tests/unittests/config/test_cc_ca_certs.py

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

tests/unittests/test_stages.py

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

cloudinit/cmd/main.py

[error] unsupported-operator - :103:20 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | str` with `Iterable[Any] | None`
[warning] possibly-unbound-attribute - :103:27 - Attribute `_group_actions` on type `_ArgumentGroup | None` is possibly unbound
[warning] possibly-unbound-attribute - :109:25 - Attribute `_group_actions` on type `_ArgumentGroup | None` is possibly unbound
[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/ephemeral.py

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

cloudinit/net/network_state.py

[error] not-iterable - :311:24 - Object of type `Unknown | None` may not be iterable
[warning] possibly-unbound-attribute - :352:38 - Attribute `items` on type `Unknown | None` is possibly unbound

cloudinit/sources/DataSourceAzure.py

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

cloudinit/sources/DataSourceEc2.py

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

cloudinit/sources/DataSourceGCE.py

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

cloudinit/sources/DataSourceLXD.py

[warning] possibly-unbound-attribute - :119:9 - Attribute `connect` on type `socket | @Todo | None` is possibly unbound

cloudinit/sources/DataSourceNoCloud.py

[warning] possibly-unbound-attribute - :244:12 - Attribute `startswith` on type `Unknown | None | LiteralString` is possibly unbound

cloudinit/sources/DataSourceOpenNebula.py

[error] unsupported-operator - :120:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | (@Todo & ~AlwaysFalsy)`

cloudinit/sources/DataSourceOracle.py

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

cloudinit/sources/DataSourceSmartOS.py

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

cloudinit/sources/__init__.py

[warning] possibly-unbound-attribute - :534:13 - Attribute `pop` on type `dict[Unknown, Unknown] | str` is possibly unbound
[warning] possibly-unbound-attribute - :535:13 - Attribute `pop` on type `dict[Unknown, Unknown] | str` is possibly unbound

cloudinit/stages.py

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

cloudinit/templater.py

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

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-unbound-attribute - :58:34 - Attribute `name` on type `Unknown | Literal[1]` is possibly unbound
[warning] possibly-unbound-attribute - :58:50 - Attribute `name` on type `Unknown | Literal[2]` is possibly unbound

tests/unittests/config/test_cc_growpart.py

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

tests/unittests/net/test_init.py

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

tests/unittests/sources/test_azure.py

[error] unresolved-attribute - :1299:9 - Type `Self@test_not_ds_detect_seed_should_return_no_datasource` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1306:20 - Type `Self@test_not_ds_detect_seed_should_return_no_datasource` has no attribute `m_read_dmi_data`
[error] unresolved-attribute - :1982:25 - Type `Self@test_dsaz_report_failure_returns_true_when_report_succeeds` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2010:13 - Type `Self@test_dsaz_report_failure_returns_false_and_does_not_propagate_exc` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2014:25 - Type `Self@test_dsaz_report_failure_returns_false_and_does_not_propagate_exc` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2024:13 - Type `Self@test_dsaz_report_failure` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2046:13 - Type `Self@test_dsaz_report_failure_uses_cached_ephemeral_dhcp_ctx_lease` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2072:13 - Type `Self@test_dsaz_report_failure_no_net_uses_new_ephemeral_dhcp_lease` has no attribute `m_report_failure_to_fabric`
[error] unresolved-attribute - :2080:9 - Type `Self@test_exception_fetching_fabric_data_doesnt_propagate` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :2086:9 - Type `Self@test_fabric_data_included_in_metadata` has no attribute `m_get_metadata_from_fabric`
[error] unresolved-attribute - :2134:16 - Type `Self@test_instance_id_endianness` has no attribute `instance_id`
[error] unresolved-attribute - :2139:16 - Type `Self@test_instance_id_from_dmidecode_used` has no attribute `instance_id`
[error] unresolved-attribute - :2144:16 - Type `Self@test_instance_id_from_dmidecode_used_for_builtin` has no attribute `instance_id`
[error] unresolved-attribute - :2807:13 - Type `Self@test_ntfs_mount_errors_true` has no attribute `m_mount_cb`

tests/unittests/sources/test_init.py

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

tests/unittests/test_ds_identify.py

[error] missing-argument - :466:16 - No argument provided for required parameter `rootd` of bound method `call`

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

colour/algebra/extrapolation.py

[error] invalid-assignment - :160:9 - Invalid assignment to data descriptor attribute `interpolator` on type `Self@__init__` with custom `__set__` method

colour/colorimetry/tests/test_spectrum.py

[warning] possibly-unbound-attribute - :1818:17 - Attribute `values` on type `Unknown | Signal` is possibly unbound
[warning] possibly-unbound-attribute - :1836:17 - Attribute `values` on type `Unknown | Signal` is possibly unbound

colour/continuous/tests/test_multi_signal.py

[warning] possibly-unbound-attribute - :851:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :857:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :863:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :869:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :875:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound

colour/continuous/tests/test_signal.py

[warning] possibly-unbound-attribute - :586:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :592:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :598:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :604:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound
[warning] possibly-unbound-attribute - :610:13 - Attribute `range` on type `Unknown | Literal[10]` is possibly unbound

colour/io/luts/operator.py

[error] invalid-assignment - :77:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :79:9 - Invalid assignment to data descriptor attribute `comments` on type `Self@__init__` with custom `__set__` method

colour/utilities/deprecation.py

[warning] possibly-unbound-attribute - :386:18 - Attribute `get` on type `Unknown | dict[Unknown, Unknown] | None` is possibly unbound
[error] unsupported-operator - :416:16 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `Unknown | dict[Unknown, Unknown] | None`

colour/algebra/common.py

[error] invalid-argument-type - :230:23 - Argument to function `set_sdiv_mode` is incorrect: Expected `str`, found `Unknown | Literal["Numpy", "Ignore", "Warning", "Raise", "Ignore Zero Conversion", "Warning Zero Conversion", "Ignore Limit Conversion", "Warning Limit Conversion", "Replace With Epsilon", "Warning Replace With Epsilon"] | None`

colour/algebra/interpolation.py

[error] invalid-assignment - :462:9 - Invalid assignment to data descriptor attribute `padding_kwargs` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :464:9 - Invalid assignment to data descriptor attribute `kernel_kwargs` on type `Self@__init__` with custom `__set__` method

colour/io/luts/lut.py

[error] invalid-assignment - :155:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method

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 of type variable `_DataclassT`

colour/utilities/network.py

[error] invalid-assignment - :167:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :171:9 - Invalid assignment to data descriptor attribute `children` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :609:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
[error] invalid-assignment - :1649:9 - Invalid assignment to data descriptor attribute `name` on type `Self@__init__` with custom `__set__` method
[error] invalid-argument-type - :1718:31 - Argument to bound method `append` is incorrect: Expected `Self@__init__`, found `PortNode`
[error] invalid-argument-type - :1718:31 - Argument to bound method `append` is incorrect: Expected `Self@children`, found `PortNode`
[error] invalid-argument-type - :1772:31 - Argument to bound method `remove` is incorrect: Expected `Self@__init__`, found `PortNode`
[error] invalid-argument-type - :1772:31 - Argument to bound method `remove` is incorrect: Expected `Self@children`, found `PortNode`

colour/utilities/verbose.py

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

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

comtypes/client/dynamic.py

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

comtypes/git.py

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

comtypes/tools/typedesc_base.py

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

comtypes/_memberspec.py

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

comtypes/_post_coinit/_cominterface_meta_patcher.py

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

comtypes/_post_coinit/unknwn.py

[warning] unused-ignore-comment - :284:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :402:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :412:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :416:38 - Unused blanket `type: ignore` directive

comtypes/automation.py

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

comtypes/client/_events.py

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

comtypes/safearray.py

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

comtypes/server/__init__.py

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

comtypes/server/connectionpoints.py

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

comtypes/server/localserver.py

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

comtypes/server/register.py

[warning] possibly-unbound-attribute - :287:25 - Attribute `_reg_clsid_` on type `Unknown | type` is possibly unbound
[warning] possibly-unbound-attribute - :308:25 - Attribute `_reg_clsid_` on type `Unknown | type` is possibly unbound

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 - :43:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :47:55 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :67:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :99: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/tools/codegenerator/codegenerator.py

[error] invalid-argument-type - :95:30 - Argument to bound method `add` is incorrect: Expected `str`, found `Any | None`

comtypes/tools/codegenerator/namespaces.py

[error] invalid-argument-type - :93:20 - Method `__getitem__` of type `bound method dict[str, str | None].__getitem__(key: str, /) -> str | None` cannot be called with key of type `Unknown | str | (tuple[str, str] & ~tuple[Unknown, ...])` on object of type `dict[str, str | None]`

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

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

ddtrace/_trace/_span_pointer.py

[error] unresolved-attribute - :67:26 - Type `Self@__repr__` has no attribute `direction`
[error] unresolved-attribute - :67:49 - Type `Self@__repr__` has no attribute `hash`

ddtrace/appsec/_iast/_overhead_control_engine.py

[error] unsupported-operator - :40:12 - Operator `<=` is not supported for types `EnvVariable[Literal[2]]` and `int`, in comparing `Unknown | EnvVariable[Literal[2]]` with `Literal[0]`
[error] unsupported-operator - :49:16 - Operator `<=` is not supported for types `EnvVariable[Literal[2]]` and `int`, in comparing `Unknown | EnvVariable[Literal[2]]` with `Literal[0]`
[error] unsupported-operator - :52:13 - Operator `-=` is unsupported between objects of type `EnvVariable[Literal[2]]` and `Literal[1]`
[error] unsupported-operator - :59:13 - Operator `+=` is unsupported between objects of type `EnvVariable[Literal[2]]` and `Literal[1]`

ddtrace/contrib/internal/google_genai/_utils.py

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

ddtrace/contrib/internal/google_generativeai/_utils.py

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

ddtrace/contrib/internal/langchain/utils.py

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

ddtrace/contrib/internal/vertexai/_utils.py

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

ddtrace/debugging/_products/dynamic_instrumentation.py

[warning] possibly-unbound-attribute - :58:25 - Attribute `enabled` on type `Unknown | type[Env]` is possibly unbound

ddtrace/debugging/_products/exception_replay.py

[warning] possibly-unbound-attribute - :50:25 - Attribute `enabled` on type `Unknown | type[Env]` is possibly unbound

ddtrace/internal/ci_visibility/_api_client.py

[error] unsupported-operator - :324:16 - Operator `>=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[400]`
[error] unsupported-operator - :325:54 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Literal[500]`
[error] invalid-argument-type - :331:38 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :332:37 - Argument to function `loads` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`

ddtrace/internal/ci_visibility/api/_base.py

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

ddtrace/internal/ci_visibility/encoder.py

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

ddtrace/internal/ci_visibility/writer.py

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

ddtrace/internal/flare/_subscribers.py

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

ddtrace/internal/remoteconfig/_pubsub.py

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

ddtrace/llmobs/_evaluators/ragas/faithfulness.py

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

ddtrace/profiling/collector/__init__.py

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

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-unbound-attribute - :49:16 - Attribute `private` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :52:24 - Attribute `full_name` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :69:29 - Attribute `default` on type `EnvVariable[Unknown] | DerivedVariable[Unknown]` is possibly unbound

ddtrace/vendor/dogstatsd/base.py

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

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-unbound-attribute - :11:16 - Attribute `decode` on type `Unknown | Literal["abc"]` is possibly unbound

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/debugging/_signal/trigger.py

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

ddtrace/internal/utils/time.py

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

benchmarks/bm/_scenario.py

[error] no-matching-overload - :64:9 - No overload of function `dataclass` matches arguments

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 - :98:12 - Type `Self@setup` has no attribute `errortracking_enabled`
[error] unresolved-attribute - :99:68 - Type `Self@setup` has no attribute `errortracking_enabled`
[error] unresolved-attribute - :101:12 - Type `Self@setup` has no attribute `profiler_enabled`
[error] unresolved-attribute - :105:20 - Type `Self@setup` has no attribute `tracer_enabled`
[error] unresolved-attribute - :108:12 - Type `Self@setup` has no attribute `native_writer`
[error] unresolved-attribute - :111:12 - Type `Self@setup` has no attribute `tracer_enabled`
[error] unresolved-attribute - :114:12 - Type `Self@setup` has no attribute `debugger_enabled`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[error] not-iterable - :116:28 - Object of type `Unknown | None | list[@Todo]` may not be iterable
[error] invalid-argument-type - :144:29 - Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `str`

ddtrace/_trace/sampler.py

[error] invalid-argument-type - :174:29 - Argument to function `_key` is incorrect: Expected `str | None`, found `Unknown | str | None | (Any & ~float) | int`

ddtrace/_trace/span.py

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

ddtrace/_trace/tracer.py

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

ddtrace/appsec/_iast/_patch_modules.py

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

ddtrace/appsec/_iast/reporter.py

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

ddtrace/appsec/_processor.py

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

ddtrace/contrib/internal/anthropic/_streaming.py

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

ddtrace/contrib/internal/asgi/middleware.py

[error] invalid-argument-type - :459:66 - Argument to bound method `_handle_http_response` is incorrect: Expected `str`, found `Any | Literal["websocket"] | 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/subprocess/patch.py

[warning] possibly-unbound-attribute - :283:21 - Attribute `append` on type `Unknown | list[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :286:21 - Attribute `append` on type `Unknown | list[Unknown] | None` is possibly unbound
[error] not-iterable - :315:44 - Object of type `Unknown | list[Unknown] | None | list[str]` may not be iterable
[error] invalid-argument-type - :321:40 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[Unknown] | None | list[str]`
[error] unsupported-operator - :402:22 - Operator `+` is unsupported between objects of type `Unknown | list[Unknown] | None` and `list[@Todo]`

ddtrace/debugging/_debugger.py

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

ddtrace/debugging/_uploader.py

[error] invalid-argument-type - :48:26 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | Unknown | EnvVariable[float]`
[error] unsupported-operator - :58:13 - Operator `+=` is unsupported between objects of type `DerivedVariable[Unknown]` and `str`

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-unbound-attribute - :359:12 - Attribute `efd_is_faulty_session` on type `TestVisibilitySession | None` is possibly unbound
[warning] possibly-unbound-attribute - :372:22 - Attribute `duration` on type `Span | None` is possibly unbound
[error] unsupported-operator - :376:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[5]`
[error] unsupported-operator - :378:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[10]`
[error] unsupported-operator - :380:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[30]`
[error] unsupported-operator - :382:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `int | float | None` with `Literal[300]`
[warning] possibly-unbound-attribute - :474:12 - Attribute `atr_max_retries_reached` on type `TestVisibilitySession | None` is possibly unbound

ddtrace/internal/ci_visibility/recorder.py

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

ddtrace/internal/coverage/code.py

[error] invalid-argument-type - :345:25 - Method `__getitem__` of type `bound method dict[str, CollectInContext].__getitem__(key: str, /) -> CollectInContext` cannot be called with key of type `str | None` on object of type `dict[str, CollectInContext]`
[error] invalid-argument-type - :348:16 - Method `__getitem__` of type `bound method dict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `dict[str, CoverageLines]`
[error] invalid-argument-type - :349:17 - Method `__getitem__` of type `bound method defaultdict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `defaultdict[str, CoverageLines]`
[error] invalid-argument-type - :349:68 - Method `__getitem__` of type `bound method dict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `dict[str, CoverageLines]`
[error] invalid-argument-type - :351:17 - Method `__getitem__` of type `bound method dict[str, CollectInContext].__getitem__(key: str, /) -> CollectInContext` cannot be called with key of type `str | None` on object of type `dict[str, CollectInContext]`
[error] invalid-argument-type - :358:25 - Method `__getitem__` of type `bound method dict[str, CollectInContext].__getitem__(key: str, /) -> CollectInContext` cannot be called with key of type `str | None` on object of type `dict[str, CollectInContext]`
[error] invalid-argument-type - :361:16 - Method `__getitem__` of type `bound method dict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `dict[str, CoverageLines]`
[error] invalid-argument-type - :362:17 - Method `__getitem__` of type `bound method defaultdict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `defaultdict[str, CoverageLines]`
[error] invalid-argument-type - :362:68 - Method `__getitem__` of type `bound method dict[str, CoverageLines].__getitem__(key: str, /) -> CoverageLines` cannot be called with key of type `str | None` on object of type `dict[str, CoverageLines]`
[error] invalid-argument-type - :364:17 - Method `__getitem__` of type `bound method dict[str, CollectInContext].__getitem__(key: str, /) -> CollectInContext` cannot be called with key of type `str | None` on object of type `dict[str, CollectInContext]`
[error] invalid-argument-type - :387:37 - Argument to bound method `transform` is incorrect: Expected `ModuleType`, found `ModuleType | None`

ddtrace/internal/datastreams/processor.py

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

ddtrace/internal/forksafe.py

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

ddtrace/internal/http.py

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

ddtrace/internal/module.py

[warning] unused-ignore-comment - :188:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :287:86 - Unused blanket `type: ignore` directive

ddtrace/internal/processor/stats.py

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

ddtrace/internal/remoteconfig/client.py

[error] invalid-assignment - :267:13 - Object of type `(...) -> Unknown` is not assignable to attribute `_callback` on type `Unknown | None`
[error] invalid-assignment - :109:17 - Cannot assign to object of type `Mapping[str, Key]` with no `__setitem__` method
[error] invalid-assignment - :112:17 - Cannot assign to object of type `Mapping[str, Role]` with no `__setitem__` method
[error] invalid-assignment - :151:17 - Cannot assign to object of type `Mapping[str, TargetDesc]` with no `__setitem__` method
[error] invalid-argument-type - :301:41 - Argument to function `get_connection` is incorrect: Expected `str`, found `Unknown | DerivedVariable[Unknown]`

ddtrace/internal/runtime/collector.py

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

ddtrace/internal/runtime/runtime_metrics.py

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

ddtrace/internal/telemetry/writer.py

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

ddtrace/internal/test_visibility/coverage_lines.py

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

ddtrace/internal/writer/writer.py

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

ddtrace/llmobs/_experiment.py

[warning] possibly-unbound-attribute - :348:53 - Attribute `__name__` on type `Unknown | ((Any, Any | None, /) -> @Todo)` is possibly unbound
[warning] possibly-unbound-attribute - :441:57 - Attribute `__name__` on type `Unknown | ((Any, @Todo, @Todo, /) -> @Todo)` is possibly unbound
[warning] possibly-unbound-attribute - :442:28 - Attribute `__name__` on type `Unknown | ((Any, @Todo, @Todo, /) -> @Todo)` is possibly unbound

ddtrace/llmobs/_llmobs.py

[warning] possibly-unbound-attribute - :453:27 - Attribute `tracer` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :458:53 - Attribute `_annotations` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :485:13 - Attribute `_llmobs_span_writer` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :486:13 - Attribute `_llmobs_eval_metric_writer` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :840:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :841:32 - Cannot subscript object of type `None` with no `__getitem__` method

ddtrace/profiling/collector/_lock.py

[error] unresolved-attribute - :281:20 - Type `Self@patch` has no attribute `PROFILED_LOCK_CLASS`

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 - :173:13 - Argument to function `config` is incorrect: Expected `dict[str | bytes, str | bytes] | None`, found `dict[str, str]`

ddtrace/settings/_config.py

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

ddtrace/vendor/packaging/version.py

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

ddtrace/vendor/ply/lex.py

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

ddtrace/vendor/ply/yacc.py

[error] unresolved-attribute - :218:16 - Type `Self@__str__` has no attribute `type`
[error] non-subscriptable - :245:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :2029:18 - Object of type `Unknown | None | list[@Todo]` may not be iterable
[error] unsupported-operator - :3082:12 - Operator `in` is not supported for types `str` and `None`, in comparing `Literal["error"]` with `Unknown | None | list[Unknown]`
[error] not-iterable - :3088:18 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] unresolved-attribute - :1365:26 - Type `Self@lr_item` has no attribute `Prodnames`

ddtrace/vendor/psutil/__init__.py

[warning] possibly-unbound-attribute - :809:24 - Attribute `uids` on type `Self@username` is possibly unbound
[warning] possibly-unbound-attribute - :816:20 - Attribute `username` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :853:20 - Attribute `gids` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :859:20 - Attribute `terminal` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :865:20 - Attribute `num_fds` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :877:20 - Attribute `io_counters` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :897:24 - Attribute `ionice_get` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :899:24 - Attribute `ionice_set` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :915:24 - Attribute `rlimit` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :917:24 - Attribute `rlimit` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :931:33 - Attribute `cpu_affinity_get` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[error] call-non-callable - :935:32 - Object of type `object` is not callable
[warning] possibly-unbound-attribute - :938:17 - Attribute `cpu_affinity_set` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :951:20 - Attribute `cpu_num` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :959:20 - Attribute `environ` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :967:20 - Attribute `num_handles` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :987:20 - Attribute `threads` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound
[warning] possibly-unbound-attribute - :1234:18 - Attribute `memory_maps` on type `Unknown | Process | Process | Process | Process | Process | Process` is possibly unbound

tests/appsec/contrib_appsec/utils.py

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

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

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

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

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

tests/ci_visibility/test_ci_visibility.py

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

tests/conftest.py

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

tests/contrib/cassandra/test.py

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

tests/contrib/httplib/test_httplib.py

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

tests/contrib/integration_registry/registry_update_helpers/integration.py

[warning] possibly-unbound-attribute - :69:27 - Attribute `get` on type `Unknown | None` is possibly unbound

tests/contrib/integration_registry/registry_update_helpers/integration_registry_manager.py

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

tests/contrib/mysql/test_mysql.py

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

tests/contrib/mysqldb/test_mysqldb.py

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

tests/contrib/patch.py

[warning] possibly-unbound-attribute - :195:32 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def unpatch() -> Unknown)` is possibly unbound
[warning] possibly-unbound-attribute - :204:30 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def patch() -> Unknown)` is possibly unbound
[warning] possibly-unbound-attribute - :213:36 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def get_version() -> Unknown)` is possibly unbound
[warning] possibly-unbound-attribute - :222:37 - Attribute `__func__` on type `(Unknown & ~AlwaysFalsy) | (def get_versions() -> Unknown)` is possibly unbound
[warning] possibly-unbound-attribute - :778:45 - Attribute `upper` on type `Unknown | None` is possibly unbound
[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-unbound-attribute - :820:35 - Attribute `rpartition` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :824:35 - Attribute `split` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :907:45 - Attribute `upper` on type `Unknown | None` is possibly unbound

tests/contrib/pylibmc/test.py

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

tests/contrib/pymysql/test_pymysql.py

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

tests/contrib/pyodbc/test_pyodbc.py

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

tests/contrib/pyramid/utils.py

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

tests/contrib/requests/test_requests.py

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

tests/contrib/sqlalchemy/mixins.py

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

tests/contrib/vertica/test_vertica.py

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

tests/debugging/exploration/debugger.py

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

tests/debugging/probe/test_remoteconfig.py

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

tests/internal/test_wrapping.py

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

tests/llmobs/test_llmobs_ragas_evaluators.py

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

tests/profiling/collector/pprof_utils.py

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

tests/tracer/test_encoders.py

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

tests/tracer/test_tracer.py

[warning] possibly-unbound-attribute - :113:13 - Attribute `set_tag` on type `Unknown | Span | None` is possibly unbound
[warning] possibly-unbound-attribute - :181:30 - Attribute `name` on type `Unknown | Span | None` is possibly unbound
[warning] possibly-unbound-attribute - :186:30 - Attribute `name` on type `Unknown | Span | None` is possibly unbound
[warning] possibly-unbound-attribute - :190:34 - Attribute `name` on type `Unknown | Span | None` is possibly unbound
[error] invalid-assignment - :253:9 - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name=None, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` on type `Unknown | DummyTracer`
[error] invalid-assignment - :277:9 - Object of type `def wrap_executor(tracer, fn, args, kwargs, span_name=None, service=None, resource=None, span_type=None) -> Unknown` is not assignable to attribute `_wrap_executor` on type `Unknown | DummyTracer`
[warning] possibly-unbound-attribute - :293:13 - Attribute `set_tag` on type `Unknown | Span | None` is possibly unbound
[warning] possibly-unbound-attribute - :441:20 - Attribute `trace_id` on type `Unknown | Context | None` is possibly unbound
[warning] possibly-unbound-attribute - :442:20 - Attribute `span_id` on type `Unknown | Context | None` is possibly unbound
[warning] possibly-unbound-attribute - :443:20 - Attribute `_is_remote` on type `Unknown | Context | None` is possibly unbound

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-unbound-attribute - :534:9 - Attribute `pop` on type `Unknown | TraceWriter` is possibly unbound
[warning] possibly-unbound-attribute - :725:17 - Attribute `spans` on type `Unknown | TraceWriter` is possibly unbound
[warning] possibly-unbound-attribute - :732:17 - Attribute `pop` on type `Unknown | TraceWriter` is possibly unbound
[warning] possibly-unbound-attribute - :737:18 - Attribute `pop_traces` on type `Unknown | TraceWriter` is possibly unbound

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

discord/app_commands/checks.py

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

discord/asset.py

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

discord/ext/commands/errors.py

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

discord/soundboard.py

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

discord/ui/file.py

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

discord/ui/media_gallery.py

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

discord/ui/separator.py

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

discord/ui/text_display.py

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

discord/ui/text_input.py

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

discord/ui/thumbnail.py

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

discord/abc.py

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

discord/app_commands/commands.py

[error] invalid-attribute-access - :1512:13 - Cannot assign to ClassVar `__discord_app_commands_group_children__` from an instance of type `Self@__init_subclass__`
[error] unresolved-attribute - :1524:84 - Type `Self@__init_subclass__` has no attribute `__name__`

discord/app_commands/models.py

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

discord/app_commands/transformers.py

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

discord/app_commands/tree.py

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

discord/audit_logs.py

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

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

discord/errors.py

[error] invalid-assignment - :138:13 - Object of type `(str & ~AlwaysFalsy) | (dict[str, Any] & ~dict[Unknown, Unknown] & ~AlwaysFalsy) | Literal[""]` is not assignable to attribute `text` of type `str`

discord/ext/commands/bot.py

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

discord/ext/commands/context.py

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

discord/ext/commands/converter.py

[error] unknown-argument - :1260:17 - Argument `annotation` does not match any known parameter of bound method `__call__`
[error] unknown-argument - :1261:17 - Argument `min` does not match any known parameter of bound method `__call__`
[error] unknown-argument - :1262:17 - Argument `max` does not match any known parameter of bound method `__call__`

discord/ext/commands/cooldowns.py

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

discord/ext/commands/core.py

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

discord/ext/commands/help.py

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

discord/ext/commands/hybrid.py

[error] unresolved-attribute - :174: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 - :97:13 - Object of type `TextIOWrapper[_WrappedBuffer]` is not assignable to attribute `fp` of type `BufferedIOBase`
[error] invalid-assignment - :160:9 - Implicit shadowing of function `close`
[error] invalid-assignment - :106:9 -
Old: Object of type `() -> Unknown` is not assignable to attribute `close` on type `BufferedIOBase | Unknown`
New: Implicit shadowing of function `close`

discord/gateway.py

[error] parameter-already-assigned - :137:48 - Multiple values provided for parameter `name` of bound method `__init__`
[error] missing-argument - :222:9 - No argument provided for required parameter `ws` of bound method `__init__`
[error] invalid-argument-type - :506:26 - Argument to bound method `log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`
[warning] unused-ignore-comment - :844:32 - Unused blanket `type: ignore` directive

discord/http.py

[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-unbound-attribute - :285:37 - Attribute `_permissions` on type `User | Member` is possibly unbound

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-unbound-attribute - :194:13 - Attribute `start` on type `Thread | None` is possibly unbound
[warning] possibly-unbound-attribute - :200:13 - Attribute `start` on type `Thread | None` is possibly unbound

discord/poll.py

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

discord/scheduled_event.py

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

discord/state.py

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

discord/sticker.py

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

discord/threads.py

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

discord/ui/action_row.py

[error] invalid-super-argument - :144:9 - `Self@__init__` is not an instance or subclass of `<class 'ActionRow'>` in `super(<class 'ActionRow'>, Self@__init__)` call
[error] invalid-super-argument - :155:9 - `Self@__init_subclass__` is not an instance or subclass of `<class 'ActionRow'>` in `super(<class 'ActionRow'>, Self@__init_subclass__)` call
[error] invalid-attribute-access - :166:9 - Cannot assign to ClassVar `__action_row_children_items__` from an instance of type `Self@__init_subclass__`

discord/ui/button.py

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

discord/ui/container.py

[error] invalid-super-argument - :139:9 - `Self@__init__` is not an instance or subclass of `<class 'Container'>` in `super(<class 'Container'>, Self@__init__)` call
[warning] possibly-unbound-attribute - :165:30 - Attribute `__discord_ui_model_type__` on type `(@Todo & ~Item[Unknown]) | (Item[Any] & ~Item[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :165:62 - Attribute `__discord_ui_model_kwargs__` on type `(@Todo & ~Item[Unknown]) | (Item[Any] & ~Item[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :167:31 - Attribute `__name__` on type `(@Todo & ~Item[Unknown]) | (Item[Any] & ~Item[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :173:41 - Attribute `__name__` on type `(@Todo & ~Item[Unknown]) | (Item[Any] & ~Item[Unknown])` is possibly unbound
[error] invalid-super-argument - :181:9 - `Self@__init_subclass__` is not an instance or subclass of `<class 'Container'>` in `super(<class 'Container'>, Self@__init_subclass__)` call
[error] invalid-attribute-access - :191:9 - Cannot assign to ClassVar `__container_children_items__` from an instance of type `Self@__init_subclass__`
[warning] unused-ignore-comment - :292:51 - Unused blanket `type: ignore` directive

discord/ui/dynamic.py

[error] invalid-super-argument - :93:9 - `Self@__init_subclass__` is not an instance or subclass of `<class 'DynamicItem'>` in `super(<class 'DynamicItem'>, Self@__init_subclass__)` call
[error] invalid-attribute-access - :94:9 - Cannot assign to ClassVar `__discord_ui_compiled_template__` from an instance of type `Self@__init_subclass__`
[error] invalid-super-argument - :104:9 - `Self@__init__` is not an instance or subclass of `<class 'DynamicItem'>` in `super(<class 'DynamicItem'>, Self@__init__)` call

discord/ui/label.py

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

discord/ui/modal.py

[error] invalid-attribute-access - :116:9 - Cannot assign to ClassVar `__modal_children_items__` from an instance of type `Self@__init_subclass__`

discord/ui/section.py

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

discord/ui/select.py

[error] invalid-super-argument - :248:9 - `Self@__init__` is not an instance or subclass of `<class 'BaseSelect'>` in `super(<class 'BaseSelect'>, Self@__init__)` call
[error] invalid-super-argument - :452:9 - `Self@__init__` is not an instance or subclass of `<class 'Select'>` in `super(<class 'Select'>, Self@__init__)` call
[error] invalid-super-argument - :618:9 - `Self@__init__` is not an instance or subclass of `<class 'UserSelect'>` in `super(<class 'UserSelect'>, Self@__init__)` call
[error] invalid-super-argument - :720:9 - `Self@__init__` is not an instance or subclass of `<class 'RoleSelect'>` in `super(<class 'RoleSelect'>, Self@__init__)` call
[error] invalid-super-argument - :818:9 - `Self@__init__` is not an instance or subclass of `<class 'MentionableSelect'>` in `super(<class 'MentionableSelect'>, Self@__init__)` call
[error] invalid-super-argument - :926:9 - `Self@__init__` is not an instance or subclass of `<class 'ChannelSelect'>` in `super(<class 'ChannelSelect'>, Self@__init__)` call

discord/ui/view.py

[error] invalid-attribute-access - :707:9 - Cannot assign to ClassVar `__view_children_items__` from an instance of type `Self@__init_subclass__`
[error] invalid-attribute-access - :813:9 - Cannot assign to ClassVar `__view_children_items__` from an instance of type `Self@__init_subclass__`
[warning] unused-ignore-comment - :585:35 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :669:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :923:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1035:61 - Unused blanket `type: ignore` directive

discord/webhook/async_.py

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

discord/welcome_screen.py

[warning] possibly-unbound-attribute - :104:33 - Attribute `name` on type `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)` is possibly unbound
[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 - :91: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 - :164: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 - :450: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 - :419: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]]`

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

dragonchain/lib/authorization_utest.py

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

dragonchain/lib/dto/btc_utest.py

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

dragonchain/job_processor/contract_job.py

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

dragonchain/job_processor/contract_job_utest.py

[error] invalid-assignment - :435:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`
[error] invalid-assignment - :508:9 - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_secrets` on type `Unknown | ContractJob`
[error] invalid-assignment - :509:9 - Object of type `MagicMock` is not assignable to attribute `delete_openfaas_function` on type `Unknown | ContractJob`
[error] invalid-assignment - :510:9 - Object of type `MagicMock` is not assignable to attribute `delete_contract_data` on type `Unknown | ContractJob`
[error] invalid-assignment - :511:9 - Object of type `MagicMock` is not assignable to attribute `delete_contract_image` on type `Unknown | ContractJob`
[error] invalid-assignment - :512:9 - Object of type `MagicMock` is not assignable to attribute `unschedule_contract` on type `Unknown | ContractJob`
[error] invalid-assignment - :513:9 - Object of type `MagicMock` is not assignable to attribute `save` on type `Unknown | SmartContractModel`

dragonchain/lib/dto/bnb_utest.py

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

dragonchain/lib/dto/eth_utest.py

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

dragonchain/lib/dto/l1_block_model.py

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

dragonchain/lib/dto/l2_block_model.py

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

dragonchain/lib/dto/l3_block_model.py

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

dragonchain/lib/dto/l4_block_model.py

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

dragonchain/lib/dto/l5_block_model.py

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

dragonchain/lib/dto/models_utest.py

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

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

dulwich/filters.py

[warning] possibly-unbound-attribute - :133:25 - Attribute `stdin` on type `Popen[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :133:25 - Attribute `write` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :134:21 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :134:21 - Attribute `stdin` on type `Popen[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :138:28 - Attribute `read` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :138:28 - Attribute `stdout` on type `Popen[Unknown] | None` is possibly unbound

dulwich/tests/test_object_store.py

[error] unresolved-attribute - :436:9 - Type `<super: <class 'CommitTestHelper'>, CommitTestHelper>` has no attribute `setUp`

dulwich/walk.py

[warning] possibly-unbound-attribute - :368:17 - Attribute `add` on type `(Unknown & ~AlwaysFalsy) | (list[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)` is possibly unbound

dulwich/client.py

[warning] unused-ignore-comment - :3469:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3516:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3522:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3524:75 - Unused blanket `type: ignore` directive

dulwich/contrib/requests_vendor.py

[warning] unused-ignore-comment - :92:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :116:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :117:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:48 - Unused blanket `type: ignore` directive

dulwich/contrib/swift.py

[error] unsupported-operator - :135:20 - Operator `in` is not supported for types `Unknown` and `() -> dict[Unknown | bytes, Unknown | bytes]`, in comparing `Unknown | bytes` with `Unknown | ((() -> dict[Unknown | bytes, Unknown | bytes]) & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | dict[@Todo, @Todo]`
[error] unresolved-attribute - :776:32 - Type `~None` has no attribute `get`
[error] invalid-argument-type - :887:45 - Argument to bound method `_complete_thin_pack` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[warning] unused-ignore-comment - :711:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :712:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :713:78 - Unused blanket `type: ignore` directive

dulwich/file.py

[error] invalid-return-type - :288:16 - Return type does not match returned value: expected `bytes`, found `Unknown | str`
[error] invalid-return-type - :296:16 - Return type does not match returned value: expected `bytes`, found `Unknown | str`
[error] invalid-return-type - :299:16 - Return type does not match returned value: expected `list[bytes]`, found `Unknown | list[str]`

dulwich/index.py

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

dulwich/pack.py

[warning] redundant-cast - :1630:33 - Value is already of type `IO[bytes]`
[error] invalid-argument-type - :2920:13 - Argument to bound method `_pack_data_chunks` is incorrect: Expected `Iterator[UnpackedObject]`, found `Unknown | None`

dulwich/repo.py

[error] invalid-argument-type - :2415:21 - Argument to bound method `set_if_equals` is incorrect: Expected `int | None`, found `(Unknown & ~None) | int | float`
[error] invalid-argument-type - :2426:21 - Argument to bound method `add_if_new` is incorrect: Expected `int | None`, found `(Unknown & ~None) | int | float`

dulwich/server.py

[error] missing-argument - :510:9 - No argument provided for required parameter `message` of function `progress`
[warning] unused-ignore-comment - :417:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :810:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1462:52 - Unused blanket `type: ignore` directive

dulwich/web.py

[warning] unused-ignore-comment - :800:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :805:45 - Unused blanket `type: ignore` directive

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

freqtrade/data/dataprovider.py

[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/data/history/datahandlers/idatahandler.py

[error] invalid-argument-type - :269:34 - Argument to bound method `_trades_store` is incorrect: Expected `DataFrame`, found `Series[Any]`

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/strategy/parameters.py

[error] invalid-argument-type - :275:13 - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | (@Todo & ~Sequence[Unknown]) | (Sequence[@Todo] & ~Sequence[Unknown])`

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

[warning] possibly-unbound-attribute - :2470:23 - Attribute `ohlcvs` on type `ExchangeWS | None` is possibly unbound
[warning] possibly-unbound-attribute - :2473:17 - Attribute `klines_last_refresh` on type `ExchangeWS | None` is possibly unbound
[warning] possibly-unbound-attribute - :2489:24 - Attribute `get_ohlcv` on type `ExchangeWS | None` is possibly unbound
[warning] possibly-unbound-attribute - :2520:17 - Attribute `schedule_ohlcv` on type `ExchangeWS | None` is possibly unbound
[error] invalid-assignment - :2864:13 - Method `__setitem__` of type `bound method dict[Unknown | tuple[str, str, CandleType], DataFrame].__setitem__(key: Unknown | 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[Unknown | tuple[str, str, CandleType], DataFrame]`

freqtrade/freqai/RL/Base3ActionRLEnv.py

[error] missing-argument - :24:9 - No arguments provided for required parameters `df`, `prices`, `reward_kwargs`, `config`, `df_raw` of bound method `__init__`

freqtrade/freqai/RL/Base4ActionRLEnv.py

[error] missing-argument - :25:9 - No arguments provided for required parameters `df`, `prices`, `reward_kwargs`, `config`, `df_raw` of bound method `__init__`

freqtrade/freqai/RL/Base5ActionRLEnv.py

[error] missing-argument - :26:9 - No arguments provided for required parameters `df`, `prices`, `reward_kwargs`, `config`, `df_raw` of bound method `__init__`

freqtrade/freqai/RL/BaseReinforcementLearningModel.py

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

freqtrade/freqai/data_kitchen.py

[error] unresolved-attribute - :764:60 - Type `Hashable` has no attribute `startswith`
[error] invalid-assignment - :903:17 - Method `__setitem__` of type `bound method dict[str, list[Unknown]].__setitem__(key: str, value: list[Unknown], /) -> None` cannot be called with a key of type `Unknown` and a value of type `ndarray[@Todo, Unknown]` on object of type `dict[str, list[Unknown]]`
[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[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> 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[@Todo, @Todo]`
New: Method `__setitem__` of type `(bound method dict[str, dict[str, DataFrame]].__setitem__(key: str, value: dict[str, DataFrame], /) -> None) | (bound method dict[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> 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[@Todo, @Todo]`
[error] invalid-assignment - :830:21 -
Old: Method `__setitem__` of type `(bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None) | (bound method dict[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `dict[@Todo, @Todo]` on object of type `(dict[str, DataFrame] & ~AlwaysFalsy) | dict[@Todo, @Todo]`
New: Method `__setitem__` of type `(bound method dict[str, DataFrame].__setitem__(key: str, value: DataFrame, /) -> None) | (bound method dict[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> None)` cannot be called with a key of type `Any` and a value of type `dict[@Todo, @Todo]` on object of type `(dict[str, DataFrame] & ~AlwaysFalsy) | dict[@Todo, @Todo]`

freqtrade/freqai/freqai_interface.py

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

freqtrade/freqai/torch/PyTorchModelTrainer.py

[warning] possibly-unbound-attribute - :97:17 - Attribute `log_scalar` on type `Unknown | None` is possibly unbound

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

[error] invalid-return-type - :423:24 - Return type does not match returned value: expected `tuple[int | float | None, int]`, found `tuple[@Todo | Series[Any], Unknown]`
[error] invalid-argument-type - :1701: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 - :1715: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 - :1780:68 - Argument to function `generate_rejected_signals` is incorrect: Expected `dict[str, DataFrame]`, found `dict[str, list[Unknown]]`
[error] invalid-assignment - :1783: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 - :1784: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 - :1785: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 - :604:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :673:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :741:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :760:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :840:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :864:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :938:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :988:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1331:21 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1367:31 - Unused blanket `type: ignore` directive

freqtrade/rpc/external_message_consumer.py

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

freqtrade/rpc/telegram.py

[error] missing-argument - :1162:17 - No arguments provided for required parameters `stake_currency`, `fiat_display_currency` of bound method `_rpc_trade_statistics`

freqtrade/strategy/interface.py

[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
[error] invalid-return-type - :1058:16 - Return type does not match returned value: expected `tuple[int | float | None, str]`, found `tuple[@Todo | int | float | None | (tuple[int | float | None, str | None] & ~tuple[Unknown, ...]), Literal[""] | (@Todo & ~AlwaysFalsy)]`

freqtrade/templates/FreqaiExampleHybridStrategy.py

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

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

httpx_caching/_async/_cache.py

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

httpx_caching/_sync/_cache.py

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

httpx_caching/_utils.py

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

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/funcs.py

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

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

ignite/distributed/auto.py

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

ignite/distributed/launcher.py

[warning] unused-ignore-comment - :309:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :314:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :318:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :343:33 - Unused blanket `type: ignore` directive

ignite/engine/deterministic.py

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

ignite/engine/engine.py

[error] no-matching-overload - :793:33 - No overload of function `iter` matches arguments
[error] unsupported-operator - :1102:63 - Operator `/` is unsupported between objects of type `(Unknown & ~None) | int` and `Unknown | int | None`
[error] unsupported-operator - :1289:63 - Operator `/` is unsupported between objects of type `(Unknown & ~None) | int` and `Unknown | int | None`

ignite/engine/events.py

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

ignite/handlers/clearml_logger.py

[warning] possibly-unbound-attribute - :500:46 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound
[warning] possibly-unbound-attribute - :689:44 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound
[warning] unused-ignore-comment - :852:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :899:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :914:53 - Unused blanket `type: ignore` directive

ignite/handlers/lr_finder.py

[error] unsupported-operator - :186:16 - Operator `<` is not supported for types `int` and `None`, in comparing `Unknown | int | float` with `Unknown | None | int | float`
[warning] unused-ignore-comment - :191:71 - Unused blanket `type: ignore` directive

ignite/handlers/neptune_logger.py

[warning] possibly-unbound-attribute - :505:42 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound
[warning] possibly-unbound-attribute - :609:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound

ignite/handlers/param_scheduler.py

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

ignite/handlers/tensorboard_logger.py

[warning] possibly-unbound-attribute - :477:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound
[warning] possibly-unbound-attribute - :641:38 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound

ignite/handlers/visdom_logger.py

[warning] possibly-unbound-attribute - :491:40 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound
[warning] possibly-unbound-attribute - :542:38 - Attribute `__name__` on type `Unknown | (((Unknown, /) -> int | float | Unknown) & ((...) -> object)) | (Unknown & ((...) -> object))` is possibly unbound

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

[warning] unused-ignore-comment - :186:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :189:43 - Unused blanket `type: ignore` directive

tests/ignite/distributed/test_launcher.py

[error] unsupported-operator - :281:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["nproc_per_node"]` with `Unknown | None | dict[Unknown, Unknown]`
[error] unsupported-operator - :282:16 -
Old: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None`
New: Operator `in` is not supported for types `str` and `None`, in comparing `Literal["start_method"]` with `Unknown | None | dict[Unknown, Unknown]`

tests/ignite/metrics/test_metrics_lambda.py

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

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

isort/exceptions.py

[error] missing-argument - :169:13 - No arguments provided for required parameters `value`, `source` of function `_format_option`

isort/settings.py

[error] invalid-argument-type - :620:32 - Argument to function `fnmatch` is incorrect: Argument type `bytes | str` does not satisfy constraints of type variable `AnyStr`
[error] invalid-argument-type - :620:32 - Argument to function `fnmatch` is incorrect: Expected `str`, found `bytes | str`
[error] unsupported-operator - :620:69 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes | str`

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

src/itsdangerous/serializer.py

[warning] unused-ignore-comment - :318:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :320:20 - Unused blanket `type: ignore` directive

src/itsdangerous/timed.py

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

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

docs/examples/cache_extension.py

[warning] possibly-unbound-attribute - :44:15 - Attribute `fragment_cache_prefix` on type `Unknown | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :49:14 - Attribute `fragment_cache` on type `Unknown | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :53:9 - Attribute `fragment_cache` on type `Unknown | Environment` is possibly unbound

src/jinja2/environment.py

[error] invalid-return-type - :628:10 - Function can implicitly return `None`, which is not assignable to return type `Iterator[tuple[int, str, str]]`
[error] invalid-return-type - :738:10 - Function can implicitly return `None`, which is not assignable to return type `str | CodeType`
[warning] possibly-unresolved-reference - :813:61 - Name `expr` used when possibly not defined
[error] invalid-return-type - :1272:56 - Function can implicitly return `None`, which is not assignable to return type `str`
[warning] unused-ignore-comment - :1312:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1361:77 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1416:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1612:72 - Unused blanket `type: ignore` directive

src/jinja2/ext.py

[error] invalid-attribute-access - :77:9 - Cannot assign to ClassVar `identifier` from an instance of type `Self@__init_subclass__`
[error] unresolved-attribute - :77:46 - Type `Self@__init_subclass__` has no attribute `__name__`
[warning] unused-ignore-comment - :307:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :518:55 - Unused blanket `type: ignore` directive

src/jinja2/lexer.py

[error] invalid-argument-type - :667:40 -
Old: Argument is incorrect: Expected `str`, found `str | Unknown | int`
New: Argument is incorrect: Expected `str`, found `str | int | Any`

src/jinja2/loaders.py

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

src/jinja2/nativetypes.py

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

src/jinja2/parser.py

[error] invalid-return-type - :95:10 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :130:73 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :141:10 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[warning] unused-ignore-comment - :153:67 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :679:16 - Name `node` used when possibly not defined

src/jinja2/runtime.py

[error] invalid-argument-type - :770:40 - Argument to bound method `_invoke` is incorrect: Expected `bool`, found `@Todo | (@Todo & ~((...) -> object)) | bool | (@Todo & ((str | None, /) -> bool) & ~((...) -> object)) | None`
[warning] unused-ignore-comment - :371:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :382:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :773:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :782:63 - Unused blanket `type: ignore` directive

src/jinja2/utils.py

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

tests/test_api.py

[error] invalid-argument-type - :408:47 - Argument to bound method `visit_Const` is incorrect: Expected `Frame`, found `Unknown | None`

tests/test_loader.py

[warning] possibly-unbound-attribute - :240:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :244:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :261:9 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :263:16 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :263:16 - Attribute `module` on type `Unknown | BaseLoader | None` is possibly unbound
[warning] possibly-unbound-attribute - :265:24 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :265:24 - Attribute `module` on type `Unknown | BaseLoader | None` is possibly unbound
[error] invalid-assignment - :282:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[warning] possibly-unbound-attribute - :283:14 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :285:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :287:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[error] invalid-assignment - :292:9 - Object of type `Any` is not assignable to attribute `loader` on type `Unknown | None | Environment`
[warning] possibly-unbound-attribute - :294:24 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :298:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :300:17 - Attribute `get_template` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :306:20 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :306:20 - Attribute `module` on type `Unknown | BaseLoader | None` is possibly unbound
[warning] possibly-unbound-attribute - :315:20 - Attribute `loader` on type `Unknown | None | Environment` is possibly unbound
[warning] possibly-unbound-attribute - :315:20 - Attribute `module` on type `Unknown | BaseLoader | None` is possibly unbound

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

koda_validate/is_type.py

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

koda_validate/_internal.py

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

koda_validate/set.py

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

koda_validate/tuple.py

[warning] unused-ignore-comment - :435:87 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :489:74 - Unused blanket `type: ignore` directive

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

kopf/_cogs/aiokits/aioenums.py

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

kopf/_cogs/aiokits/aiovalues.py

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

kopf/_cogs/structs/credentials.py

[error] unsupported-operator - :163:16 - Operator `not in` is not supported for types `str` and `None`, in comparing `str` with `dict[str, object] | None | dict[@Todo, @Todo]`
[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[@Todo, @Todo]`
[warning] possibly-unbound-implicit-call - :166:25 - Method `__setitem__` of type `dict[str, object] | None | dict[@Todo, @Todo]` is possibly unbound
[error] non-subscriptable - :167:44 - Cannot subscript object of type `None` with no `__getitem__` method

kopf/_core/engines/indexing.py

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

kopf/_core/intents/registries.py

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

kopf/_cogs/structs/patches.py

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

kopf/_cogs/structs/dicts.py

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

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

kornia/augmentation/container/augment.py

[warning] possibly-unbound-attribute - :407:34 - Attribute `type` on type `(Unknown & ~list[Unknown]) | (list[Unknown] & ~list[Unknown]) | (Keypoints & ~list[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :416:34 - Attribute `type` on type `(Unknown & ~list[Unknown]) | (list[Unknown] & ~list[Unknown]) | (Boxes & ~list[Unknown])` is possibly unbound
[warning] unused-ignore-comment - :343:99 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :473:99 - Unused blanket `type: ignore` directive

kornia/geometry/boxes.py

[error] invalid-argument-type - :631:9 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[ellipsis, slice[None, None, Literal[2]]]` on object of type `list[Unknown]`
[error] invalid-argument-type - :632:9 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` cannot be called with key of type `tuple[ellipsis, slice[Literal[1], None, Literal[2]]]` on object of type `list[Unknown]`
[warning] possibly-unbound-attribute - :634:16 - Attribute `view` on type `Unknown | list[Unknown]` is possibly unbound

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

examples/evm/mappingchallenge.py

[warning] possibly-unbound-attribute - :33:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :38:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound

examples/evm/use_def.py

[warning] possibly-unbound-attribute - :46:14 - Attribute `get_metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :60:14 - Attribute `get_metadata` on type `Unknown | None` is possibly unbound

manticore/core/smtlib/expression.py

[error] unresolved-attribute - :891:26 - Type `Self@read_BE` has no attribute `get`
[error] unresolved-attribute - :898:26 - Type `Self@read_LE` has no attribute `get`
[error] invalid-assignment - :1219:13 - Method `__setitem__` of type `bound method dict[int, int].__setitem__(key: int, value: int, /) -> None` cannot be called with a key of type `Unknown` and a value of type `(Unknown & Expression) | BitVec` on object of type `dict[int, int]`

manticore/core/state.py

[error] unresolved-attribute - :260:9 - Unresolved attribute `_id` on type `StateBase`.
[error] unresolved-attribute - :589:18 - Type `Self@solve_buffer` has no attribute `cpu`

manticore/ethereum/account.py

[error] missing-argument - :53:16 - No argument provided for required parameter `format_spec` of function `__format__`
[warning] possibly-unbound-attribute - :94:14 - Attribute `get_metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :148:17 - Attribute `transaction` on type `Unknown | None` is possibly unbound

manticore/native/plugins.py

[warning] possibly-unbound-attribute - :12:13 - Attribute `_publish` on type `Unknown | None` is possibly unbound
[error] invalid-assignment - :13:9 - Object of type `(...) -> Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[warning] possibly-unbound-attribute - :14:22 - Attribute `ready_states` on type `Unknown | None` is possibly unbound
[error] invalid-assignment - :17:9 - Object of type `Unknown` is not assignable to attribute `_publish` on type `Unknown | None`
[warning] possibly-unbound-attribute - :26:17 - Attribute `_workspace` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :35:9 - Attribute `kill_state` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :44:16 - Attribute `_save` on type `Unknown | None` is possibly unbound

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

server/manticore_server/introspect_plugin.py

[warning] possibly-unbound-attribute - :22:17 - Attribute `_load` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :31:17 - Attribute `_load` on type `Unknown | None` is possibly unbound

tests/native/test_state.py

[warning] possibly-unbound-attribute - :356:17 - Attribute `count_busy_states` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :357:19 - Attribute `count_ready_states` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :358:19 - Attribute `count_killed_states` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :359:19 - Attribute `count_terminated_states` on type `Unknown | None` is possibly unbound

tests/native/test_unicorn_concrete.py

[warning] possibly-unbound-attribute - :19:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :20:23 - Attribute `terminated_states` on type `Unknown | None` is possibly unbound

manticore/core/manticore.py

[error] unresolved-attribute - :1232:12 - Type `DaemonThread` has no attribute `activated`
[warning] unused-ignore-comment - :1284:63 - Unused blanket `type: ignore` directive

manticore/core/plugin.py

[warning] possibly-unbound-attribute - :48:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :53:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :58:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :243:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :256:27 - Attribute `context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :270:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :276:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :286:27 - Attribute `context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :290:18 - Attribute `_output` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :306:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :321:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound

manticore/core/smtlib/constraints.py

[error] invalid-assignment - :81:9 - Object of type `None` is not assignable to attribute `_parent` on type `Unknown | None | ConstraintSet`

manticore/core/smtlib/solver.py

[warning] possibly-unbound-attribute - :236:13 - Attribute `close` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :237:13 - Attribute `close` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :325:9 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :325:9 - Attribute `stdout` on type `Popen[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :326:9 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :326:9 - Attribute `stdin` on type `Popen[Unknown] | None` is possibly unbound
[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] missing-argument - :214:9 - No arguments provided for required parameters `id`, `manticore` of bound method `__init__`
[error] missing-argument - :227:9 - No arguments provided for required parameters `id`, `manticore` of bound method `__init__`
[warning] possibly-unbound-attribute - :235:9 - Attribute `join` on type `Unknown | None | Thread` is possibly unbound
[error] missing-argument - :243:9 - No arguments provided for required parameters `id`, `manticore` of bound method `__init__`
[warning] possibly-unbound-attribute - :251:9 - Attribute `join` on type `Unknown | None | Process` is possibly unbound
[error] unresolved-attribute - :284:30 - Type `BaseServer` has no attribute `dump`

manticore/ethereum/detectors.py

[warning] possibly-unbound-attribute - :110:16 - Attribute `get_metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :803:20 - Attribute `metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :821:60 - Attribute `metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :822:24 - Attribute `metadata` on type `Unknown | None` is possibly unbound

manticore/ethereum/manticore.py

[error] missing-argument - :420:9 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :421:9 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :423:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :425:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :427:13 - No argument provided for required parameter `callback` of function `subscribe`
[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 & ~None) | Unknown` and a value of type `EVMAccount` on object of type `dict[str, EVMContract]`

manticore/ethereum/plugins.py

[warning] possibly-unbound-attribute - :64:18 - Attribute `get_metadata` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :110:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :115:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :204:19 - Attribute `ready_states` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:14 - Attribute `locked_context` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :218:22 - Attribute `_load` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :220:33 - Attribute `_ready_states` on type `Unknown | None` is possibly unbound
[error] unresolved-attribute - :221:25 - Type `Self@did_run_callback` has no attribute `_publish`
[warning] possibly-unbound-attribute - :227:25 - Attribute `_ready_states` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :228:25 - Attribute `_terminated_states` on type `Unknown | None` is possibly unbound
[error] unresolved-attribute - :229:25 - Type `Self@did_run_callback` has no attribute `_publish`

manticore/native/cpu/abstractcpu.py

[error] invalid-argument-type - :1016:75 - Argument to bound method `decode_instruction` is incorrect: Expected `int`, found `Unknown | None`
[warning] possibly-unbound-attribute - :1046:17 - Attribute `sync_unicorn_to_manticore` on type `Unknown | None | ConcreteUnicornEmulator` is possibly unbound
[error] unresolved-attribute - :1060:63 - Type `Instruction` has no attribute `bytes`

manticore/native/cpu/arm.py

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

manticore/native/manticore.py

[error] unresolved-attribute - :87:17 - Type `Self@apply_model_hooks` has no attribute `_model_hooks`
[error] unresolved-attribute - :88:17 - Type `Self@apply_model_hooks` has no attribute `_executor`
[error] unresolved-attribute - :92:22 - Type `Self@_model_hook_callback` has no attribute `_model_hooks`
[error] unresolved-attribute - :95:19 - Type `Self@_model_hook_callback` has no attribute `_model_hooks`
[error] missing-argument - :188:17 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :222:13 - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - :306:17 - No argument provided for required parameter `callback` of function `subscribe`

manticore/native/memory.py

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

manticore/native/state.py

[error] no-matching-overload - :129:15 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :135:20 - No overload of bound method `get` matches arguments
[error] invalid-argument-type - :136:17 - Method `__getitem__` of type `bound method dict[int | None, set[@Todo]].__getitem__(key: int | None, /) -> set[@Todo]` cannot be called with key of type `int | str | None | (Any & ~str)` on object of type `dict[int | None, set[@Todo]]`
[error] no-matching-overload - :173:9 - No overload of bound method `setdefault` matches arguments

manticore/platforms/decree.py

[warning] possibly-unbound-attribute - :71:16 - Attribute `_transmit` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :820:42 - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-assignment - :850:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: @Todo, /) -> None, (key: slice[Any, Any, Any], value: Iterable[@Todo], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `Unknown | int` on object of type `Unknown | list[@Todo]`
[error] invalid-assignment - :852:13 - Method `__setitem__` of type `Unknown | (Overload[(key: SupportsIndex, value: @Todo, /) -> None, (key: slice[Any, Any, Any], value: Iterable[@Todo], /) -> None])` cannot be called with a key of type `Unknown | int | None` and a value of type `None` on object of type `Unknown | list[@Todo]`
[error] invalid-argument-type - :855:42 - Argument to bound method `index` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :859:29 - Argument to bound method `remove` is incorrect: Expected `int`, found `Unknown | int | None`
[error] unresolved-attribute - :626:31 - Type `Self@sys_terminate` has no attribute `constraints`

manticore/platforms/evm.py

[error] call-non-callable - :683:30 - Object of type `None` is not callable
[error] call-non-callable - :688:25 - Object of type `None` is not callable
[error] not-iterable - :1220:79 - Object of type `None` is not iterable
[error] not-iterable - :1291:79 - Object of type `None` is not iterable
[error] non-subscriptable - :1359:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1751:44 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :3016:16 - Attribute `coinbase` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :3019:16 - Attribute `timestamp` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :3022:16 - Attribute `blocknumber` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :3025:16 - Attribute `difficulty` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :3028:16 - Attribute `gaslimit` on type `Unknown | None` is possibly unbound
[error] not-iterable - :3261:66 - Object of type `None` is not iterable
[error] not-iterable - :3289:66 - Object of type `None` is not iterable
[error] not-iterable - :3318:66 - Object of type `None` is not iterable

manticore/platforms/linux.py

[error] invalid-assignment - :393:13 - Object of type `None` is not assignable to attribute `file` of type `IO[Any]`
[warning] possibly-unbound-attribute - :800:16 - Attribute `_transmit` on type `Socket | None` is possibly unbound
[error] no-matching-overload - :2480:20 - No overload of function `abspath` matches arguments
[error] unresolved-attribute - :2579:64 - Type `FdLike` has no attribute `name`
[error] unresolved-attribute - :2711:45 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2712:60 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2713:44 - Type `Self@sys_writev` has no attribute `constraints`
[error] unresolved-attribute - :2805:23 - Type `Self@sys_prlimit64` has no attribute `sys_setrlimit`
[error] invalid-argument-type - :3201:40 - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - :3212:36 - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - :3478:37 - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`
[error] invalid-argument-type - :3495:37 - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`

manticore/platforms/platform.py

[error] unresolved-attribute - :57:9 - Type `Self@invoke_model` has no attribute `_function_abi`

manticore/platforms/wasm.py

[error] invalid-argument-type - :262:68 - Argument is incorrect: Expected `FunctionType`, found `(ProtoFuncInst & ((...) -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ((...) -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ((...) -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ((...) -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ((...) -> object) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :264:25 - Argument to bound method `append` is incorrect: Expected `ProtoFuncInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | HostFunc`
[error] invalid-argument-type - :278:25 - Argument to bound method `append` is incorrect: Expected `TableInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | TableInst | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :286:25 - Argument to bound method `append` is incorrect: Expected `MemInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | MemInst | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - :294:25 - Argument to bound method `append` is incorrect: Expected `GlobalInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | GlobalInst | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`

manticore/wasm/manticore.py

[error] missing-argument - :41:9 - No argument provided for required parameter `callback` of function `subscribe`

manticore/wasm/structure.py

[error] invalid-assignment - :814:9 - Object of type `None` is not assignable to attribute `_state` of type `State`
[error] invalid-assignment - :852:9 - Object of type `None` is not assignable to attribute `_state` of type `State`
[error] invalid-assignment - :1260:9 - Object of type `Unknown | None` is not assignable to attribute `_state` of type `State`

server/manticore_server/manticore_server.py

[warning] possibly-unbound-attribute - :79:13 - Attribute `append` on type `Unknown | Queue[Any] | deque` is possibly unbound
[warning] possibly-unbound-attribute - :83:16 - Attribute `full` on type `Unknown | Queue[Any] | deque` is possibly unbound
[warning] possibly-unbound-attribute - :85:13 - Attribute `put` on type `Unknown | Queue[Any] | deque` is possibly unbound

tests/auto_generators/make_dump.py

[warning] possibly-unbound-attribute - :40:9 - Attribute `write` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :41:9 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :44:27 - Attribute `read` on type `IO[Unknown] | None` is possibly unbound
[error] unresolved-attribute - :69:33 - Type `Self@setR` has no attribute `lower`

tests/auto_generators/trace.py

[warning] possibly-unbound-attribute - :26:9 - Attribute `write` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :27:9 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :30:27 - Attribute `read` on type `IO[Unknown] | None` is possibly unbound

tests/ethereum/test_detectors.py

[warning] possibly-unbound-attribute - :71:32 - Attribute `make_symbolic_value` on type `Unknown | ManticoreEVM | None` is possibly unbound
[warning] possibly-unbound-attribute - :75:9 - Attribute `register_detector` on type `Unknown | ManticoreEVM | None` is possibly unbound
[warning] possibly-unbound-attribute - :77:14 - Attribute `kill_timeout` on type `Unknown | ManticoreEVM | None` is possibly unbound
[warning] possibly-unbound-attribute - :78:13 - Attribute `multi_tx_analysis` on type `Unknown | ManticoreEVM | None` is possibly unbound
[warning] possibly-unbound-attribute - :84:9 - Attribute `finalize` on type `Unknown | ManticoreEVM | None` is possibly unbound
[warning] possibly-unbound-attribute - :87:69 - Attribute `global_findings` on type `Unknown | ManticoreEVM | None` is possibly unbound

tests/ethereum/test_general.py

[warning] possibly-unbound-attribute - :1269:25 - Attribute `shutdown` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1300:25 - Attribute `shutdown` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2052:27 - Attribute `is_main` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2053:30 - Attribute `is_running` on type `Unknown | None` is possibly unbound

tests/native/test_aarch64cpu.py

[error] unresolved-attribute - :228:21 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :229:21 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :232:22 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :239:17 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :242:13 - Type `Self@_setupCpu` has no attribute `mem`
[error] unresolved-attribute - :244:9 - Type `Self@_setupCpu` has no attribute `rf`
[error] unresolved-attribute - :245:9 - Type `Self@_setupCpu` has no attribute `rf`
[error] unresolved-attribute - :246:9 - Type `Self@_setupCpu` has no attribute `cpu`
[error] unresolved-attribute - :251:12 - Type `Self@_setreg` has no attribute `mem`
[error] unresolved-attribute - :252:13 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :253:14 - Type `Self@_setreg` has no attribute `mem`
[error] unresolved-attribute - :254:20 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :255:13 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :255:32 - Type `Self@_setreg` has no attribute `cs`
[error] unresolved-attribute - :256:13 - Type `Self@_setreg` has no attribute `cs`
[error] unresolved-attribute - :256:25 - Type `Self@_setreg` has no attribute `rf`
[error] unresolved-attribute - :258:13 - Type `Self@_setreg` has no attribute `fail`
[error] unresolved-attribute - :2936:17 - Type `Self@test_b_cond` has no attribute `setUp`
[error] unresolved-attribute - :2940:17 - Type `Self@test_b_cond` has no attribute `setUp`
[error] unresolved-attribute - :4015:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4018:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4021:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4024:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4028:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4031:17 - Type `Self@test_ccmp_imm` has no attribute `setUp`
[error] unresolved-attribute - :4094:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4097:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4100:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4103:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4107:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4110:17 - Type `Self@test_ccmp_reg` has no attribute `setUp`
[error] unresolved-attribute - :4181:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4184:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4187:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4190:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4194:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4197:17 - Type `Self@test_cinc` has no attribute `setUp`
[error] unresolved-attribute - :4250:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4253:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4257:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :4260:17 - Type `Self@test_cinv` has no attribute `setUp`
[error] unresolved-attribute - :5939:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5942:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5946:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :5949:17 - Type `Self@test_csel` has no attribute `setUp`
[error] unresolved-attribute - :6002:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6005:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6009:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6012:17 - Type `Self@test_cset` has no attribute `setUp`
[error] unresolved-attribute - :6065:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6068:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6072:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6075:17 - Type `Self@test_csetm` has no attribute `setUp`
[error] unresolved-attribute - :6144:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6147:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6151:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6154:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6157:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6160:17 - Type `Self@test_csinc` has no attribute `setUp`
[error] unresolved-attribute - :6211:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6214:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6218:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6221:17 - Type `Self@test_csinv` has no attribute `setUp`
[error] unresolved-attribute - :6246:13 - Type `Self@test_dmb` has no attribute `setUp`
[error] unresolved-attribute - :6674:17 - Type `Self@_ld1_mlt_structs` has no attribute `setUp`
[error] unresolved-attribute - :13945:13 - Type `Self@_umov` has no attribute `setUp`

tests/native/test_armv7cpu.py

[warning] possibly-unbound-attribute - :2493:23 - Attribute `constraints` on type `Unknown | Memory` is possibly unbound
[warning] possibly-unbound-attribute - :2504:44 - Attribute `constraints` on type `Unknown | Memory` is possibly unbound
[warning] possibly-unbound-attribute - :2519:44 - Attribute `constraints` on type `Unknown | Memory` is possibly unbound

tests/other/test_smtlibv2.py

[error] invalid-argument-type - :288:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `Unknown | tuple[<class 'BitVecConstant'>, <class 'BoolConstant'>]`
[error] invalid-argument-type - :289:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `Unknown | tuple[<class 'BitVecVariable'>, <class 'BoolVariable'>, <class 'ArrayVariable'>]`
[error] invalid-argument-type - :290:38 - Argument to bound method `assertRaises` is incorrect: Expected `(...) -> object`, found `Unknown | tuple[<class 'BitVecOperation'>, <class 'BoolOperation'>, <class 'ArrayOperation'>, <class 'ArraySelect'>]`

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

misc/python/materialize/util.py

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

misc/python/materialize/mzcompose/composition.py

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

misc/python/materialize/parallel_workload/database.py

[warning] possibly-unbound-attribute - :1097:70 - Attribute `materialized` on type `WebhookSource | MySqlSource | PostgresSource | SqlServerSource | KafkaSource | View | Table` is possibly unbound

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

mesonbuild/ast/printer.py

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

mesonbuild/cmake/toolchain.py

[warning] possibly-unbound-attribute - :246:25 - Attribute `split` on type `Unknown | str | None` is possibly unbound
[warning] possibly-unbound-attribute - :248:25 - Attribute `split` on type `Unknown | str | None` is possibly unbound

mesonbuild/compilers/mixins/arm.py

[warning] possibly-unbound-attribute - :125:71 - Attribute `exelist` on type `(Unknown & ~ArmClangDynamicLinker) | (DynamicLinker & ~ArmClangDynamicLinker) | None` is possibly unbound

mesonbuild/compilers/mixins/clang.py

[warning] possibly-unbound-attribute - :191:120 - Attribute `id` on type `(Unknown & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuGoldDynamicLinker) | (DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuGoldDynamicLinker) | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:25 - Attribute `get_thinlto_cache_args` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/compilers/mixins/visualstudio.py

[warning] possibly-unbound-attribute - :483:40 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :509:95 - Attribute `id` on type `(Unknown & ~ClangClDynamicLinker) | (DynamicLinker & ~ClangClDynamicLinker) | None` is possibly unbound
[warning] possibly-unbound-attribute - :520:25 - Attribute `get_thinlto_cache_args` on type `Unknown | DynamicLinker | None` is possibly unbound

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

mesonbuild/dependencies/base.py

[error] no-matching-overload - :355:15 - No overload of bound method `get` matches arguments

mesonbuild/dependencies/configtool.py

[error] invalid-argument-type - :95:45 - Argument to function `find_external_program` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :96:17 - Argument to function `find_external_program` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :96:33 - Argument to function `find_external_program` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - :131:74 - Argument to function `bold` is incorrect: Expected `str`, found `str | None`
[error] unsupported-operator - :147:41 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[str]`
[error] unsupported-operator - :166:36 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[str]`

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - :87: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/ui.py

[error] non-subscriptable - :71:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :162:30 - Operator `+` is unsupported between objects of type `Unknown | list[str] | None` and `list[@Todo]`

mesonbuild/interpreter/interpreterobjects.py

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

mesonbuild/programs.py

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

mesonbuild/arglist.py

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

mesonbuild/backend/backends.py

[warning] possibly-unbound-attribute - :312:29 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :326:29 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :383:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :384:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-return-type - :385:16 - Return type does not match returned value: expected `str`, found `bytes`
[warning] possibly-unbound-attribute - :398:29 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :433:50 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :434:50 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :557:44 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :570:51 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :574:19 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :580:30 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :581:31 - Attribute `need_exe_wrapper` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :582:20 - Attribute `has_exe_wrapper` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :586:27 - Attribute `get_exe_wrapper` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :594:30 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :605:37 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :683:17 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[error] no-matching-overload - :689:24 - No overload of function `basename` matches arguments
[warning] possibly-unbound-attribute - :709:33 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :712:17 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :716:34 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :719:39 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :755:21 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] unsupported-operator - :768:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes | Unknown`
[error] unsupported-operator - :773:26 - Operator `+` is unsupported between objects of type `Literal["meson-generated_"]` and `bytes`
[warning] possibly-unbound-attribute - :780:59 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :781:19 - Attribute `machines` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :931:62 - Argument to bound method `get_option_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :932:58 - Argument to bound method `get_option_std_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :950:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1046:16 - Attribute `properties` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1050:20 - Attribute `properties` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1056:50 - Argument to bound method `get_program_dirs` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1057:50 - Argument to bound method `get_library_dirs` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :1139:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1146:20 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1164:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1180:24 - Attribute `is_cross_build` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1181:27 - Attribute `get_exe_wrapper` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1182:23 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1204:38 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1228:33 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1237:49 - Attribute `need_exe_wrapper` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1244:36 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1267:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1274:26 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1280:34 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1281:34 - Attribute `get_prefix` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1282:33 - Attribute `get_prefix` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1303:38 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` is possibly unbound
[warning] possibly-unbound-attribute - :1304:12 - Attribute `is_cross_build` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1305:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1306:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1313:31 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1314:31 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1316:33 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1328:33 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1339:33 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1432:39 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1441:49 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1442:49 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1447:46 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1479:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1501:27 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1502:26 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1503:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1520:38 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1583:49 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1588:43 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1589:42 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1596:37 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1597:36 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1609:21 - Attribute `lookup_binary_entry` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1611:16 - Attribute `is_cross_build` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1617:17 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1620:25 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1621:25 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1622:25 - Attribute `get_prefix` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1623:25 - Attribute `get_libdir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1624:25 - Argument is incorrect: Expected `list[str]`, found `list[str] | None | list[@Todo]`
[warning] possibly-unbound-attribute - :1626:25 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1627:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1640:42 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1645:18 - Attribute `get_prefix` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1646:31 - Attribute `get_bindir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1647:31 - Attribute `get_libdir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1648:31 - Attribute `get_includedir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1649:17 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1735:54 - Attribute `get_import_lib_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1737:51 - Argument is incorrect: Expected `str`, found `str | None`
[warning] possibly-unbound-attribute - :1804:19 - Attribute `get_includedir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1807:18 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1808:20 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1822:54 - Argument is incorrect: Expected `str`, found `Unknown | str | None`
[warning] possibly-unbound-attribute - :1826:19 - Attribute `get_mandir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1840:42 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1840:77 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1855:18 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1856:20 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1884:28 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1886:28 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1890:36 - Attribute `get_prefix` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1958:24 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1972:33 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1985:16 - Attribute `get_env_for_paths` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2017:28 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :2037:49 - Argument to bound method `process_files` is incorrect: Expected `Interpreter | ModuleState`, found `Unknown | Interpreter | None`
[warning] possibly-unbound-attribute - :2063:16 - Attribute `coredata` on type `Environment | None` is possibly unbound

mesonbuild/backend/ninjabackend.py

[warning] possibly-unbound-attribute - :525:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :540:33 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :554:35 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :600:12 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :601:29 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :617:36 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :625:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :658:23 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :659:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :660:127 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :688:49 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :689:72 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :690:75 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :701:32 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :703:23 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] unresolved-attribute - :703:23 - Type `Compiler` has no attribute `get_sysroot`
[warning] possibly-unbound-attribute - :718:29 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :730:20 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :750:20 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :792:12 - Attribute `is_llvm_ir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :793:12 - Attribute `is_assembly` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :966:16 - Attribute `is_source` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :969:44 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :973:18 - Attribute `is_object` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :975:18 - Attribute `is_library` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :993:20 - Attribute `is_separate_compile` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :995:16 - Attribute `is_llvm_ir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1043:16 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1053:20 - Attribute `is_separate_compile` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1055:16 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1057:16 - Attribute `is_llvm_ir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1061:40 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1073:58 - Argument to bound method `generate_unity_files` is incorrect: Expected `str`, found `list[@Todo]`
[error] invalid-argument-type - :1094:72 - Argument to bound method `generate_rust_target` is incorrect: Expected `list[str]`, found `list[File]`
[warning] possibly-unbound-attribute - :1101:56 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1103:60 - Attribute `get_archive_name` on type `Compiler | StaticLinker` is possibly unbound
[error] invalid-argument-type - :1232:49 - Argument to bound method `as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[warning] possibly-unbound-attribute - :1245:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1271:57 - Argument to bound method `eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget`
[error] invalid-argument-type - :1276:76 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[@Todo]`
[error] invalid-argument-type - :1281:46 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] unresolved-attribute - :1299:29 - Type `object` has no attribute `values`
[warning] possibly-unbound-attribute - :1303:34 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1306:24 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1307:37 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1309:24 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1310:24 - Attribute `get_log_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1349:34 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1355:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1356:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1358:12 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1360:67 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[@Todo]`
[warning] possibly-unbound-attribute - :1367:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1370:72 - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[@Todo]`
[warning] possibly-unbound-attribute - :1395:46 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1398:13 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1401:14 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1477:42 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-return-type - :1583:16 - Return type does not match returned value: expected `list[str]`, found `CompilerArgs`
[warning] possibly-unbound-attribute - :1726:47 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1727:46 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1826:56 - Argument to bound method `get_option_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - :1827:52 - Argument to bound method `get_option_std_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :1842:40 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1842:75 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1873:28 - Attribute `is_source` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1874:33 - Attribute `is_object` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1875:33 - Attribute `is_library` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1886:39 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1886:68 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[error] invalid-return-type - :1983:20 - Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[@Todo], str | None | Unknown]`
[error] invalid-argument-type - :2003:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] no-matching-overload - :2095:27 - No overload of function `basename` matches arguments
[warning] possibly-unbound-attribute - :2184:67 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2285:54 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2288:18 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2290:54 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2315:60 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2319:57 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2330:39 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2335:63 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2337:39 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2394:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2395:22 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2428:26 - Attribute `lookup_binary_entry` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2442:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2444:24 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2459:16 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2467:16 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2470:14 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2532:24 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2617:16 - Attribute `machines` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :2618:47 - Argument to bound method `generate_cs_compile_rule` is incorrect: Expected `CsCompiler`, found `Compiler`
[warning] possibly-unbound-attribute - :2627:16 - Attribute `machines` on type `Environment | None` is possibly unbound
[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]`
[warning] possibly-unbound-attribute - :2690:19 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2698:19 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2707:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :2749:59 - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList`
[warning] possibly-unbound-attribute - :2777:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2809:24 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2827:40 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2828:40 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :2947:71 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :2959:26 - Attribute `machines` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :3012:63 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :3137:21 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :3190:53 - Argument to bound method `get_fortran_deps` is incorrect: Expected `FortranCompiler`, found `Compiler`
[warning] possibly-unbound-attribute - :3396:16 - Attribute `machines` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :3404:33 - Argument to bound method `add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[warning] possibly-unbound-attribute - :3405:12 - Attribute `is_cross_build` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3406:54 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3458:17 - Attribute `machines` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :3481:60 - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `DynamicLinker`
[warning] possibly-unbound-attribute - :3509:21 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3538:42 - Attribute `is_library` on type `Environment | None` is possibly unbound
[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-unbound-attribute - :3596:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[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 - :3654:58 - Argument to bound method `get_project_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - :3657:57 - Argument to bound method `get_global_link_args` is incorrect: Expected `Compiler`, 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-unbound-attribute - :3741:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3758:40 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3759:40 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3765:42 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3781:24 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3782:31 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3783:31 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3806:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3807:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3817:34 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3825:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3826:38 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3840:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3841:39 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3856:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3857:41 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3857:70 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3858:13 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3870:20 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3871:43 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3873:44 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3874:49 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3881:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3882:44 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3882:73 - Attribute `build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3911:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3912:42 - Attribute `source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3928:15 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3945:24 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3972:39 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :3973:12 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-return-type - :1998:16 -
Old: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[@Todo], None | Unknown]`
New: Return type does not match returned value: expected `tuple[list[str], str]`, found `tuple[list[@Todo], 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-unbound-attribute - :3660:25 - Attribute `coredata` on type `Environment | None` is possibly unbound

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-unbound-attribute - :192:51 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :196:52 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :197:50 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :202:41 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :212:41 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :234:24 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :237:29 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :246:26 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :256:25 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :264:26 - Attribute `machines` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :274:26 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :275:29 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :276:22 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :278:29 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :281:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[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-unbound-attribute - :288:45 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :413:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :429:20 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] unresolved-attribute - :434:37 - Type `~AlwaysFalsy` has no attribute `keys`
[warning] possibly-unbound-attribute - :438:21 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :450:38 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :452:38 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :461:39 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :463:39 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :466:41 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :468:41 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :485:30 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :489:34 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :518:30 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :521:30 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :541:27 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :548:17 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :556:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :573:16 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :575:18 - Attribute `is_object` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :577:18 - Attribute `is_source` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :582:18 - Attribute `is_library` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :617:19 - Attribute `coredata` on type `Environment | None` is possibly unbound
[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-unbound-attribute - :763:33 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[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-unbound-attribute - :776:63 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :989:28 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1023:35 - Argument to function `get_base_compile_args` is incorrect: Expected `Environment`, found `Environment | None`
[warning] possibly-unbound-attribute - :1369:18 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1440:32 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1483:32 - Attribute `is_source` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1489:28 - Attribute `is_source` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1506:23 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1655:92 - Argument to function `get_build_args` is incorrect: Expected `str`, found `Unknown | list[@Todo]`
[warning] possibly-unbound-attribute - :1836:12 - Attribute `coredata` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1850:49 - Argument to function `relpath` is incorrect: Expected `str`, found `PureWindowsPath`
[warning] possibly-unbound-attribute - :1922:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1934:35 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1937:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1973:29 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1977:72 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1979:78 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1988:31 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1989:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2005:24 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2007:20 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2028:28 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2029:20 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2031:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2042:31 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2043:16 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2079:31 - Attribute `get_build_command` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2089:33 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2110:59 - Attribute `get_scratch_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2132:42 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2133:61 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :2149:26 - Attribute `coredata` on type `Environment | None` is possibly unbound

mesonbuild/backend/xcodebackend.py

[warning] possibly-unbound-attribute - :241:28 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :242:40 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :290:34 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :310:40 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :343:38 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :535:47 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :631:26 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` is possibly unbound
[warning] possibly-unbound-attribute - :739:45 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :741:45 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :761:41 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :894:41 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :926:52 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :941:48 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :941:83 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :945:45 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :947:55 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :964:41 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1027:26 - Attribute `get_build_def_files` on type `Unknown | Interpreter | None` is possibly unbound
[warning] possibly-unbound-attribute - :1347:49 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1416:48 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1419:23 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1447:19 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1514:24 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1515:83 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1522:56 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1528:56 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1572:49 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1635:37 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1656:52 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1657:52 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1659:52 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1663:20 - Attribute `is_header` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1665:69 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1677:45 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[error] invalid-argument-type - :1694:60 - Argument to bound method `get_project_link_args` is incorrect: Expected `Compiler`, found `Unknown | Compiler | StaticLinker`
[error] invalid-argument-type - :1695:59 - Argument to bound method `get_global_link_args` is incorrect: Expected `Compiler`, found `Unknown | Compiler | StaticLinker`
[warning] possibly-unbound-attribute - :1705:52 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1722:65 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1726:65 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1730:27 - Attribute `get_std_shared_module_link_args` on type `Unknown | Compiler | StaticLinker` is possibly unbound
[warning] possibly-unbound-attribute - :1732:27 - Attribute `get_std_shared_lib_link_args` on type `Unknown | Compiler | StaticLinker` is possibly unbound
[warning] possibly-unbound-attribute - :1736:25 - Attribute `coredata` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1776:36 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1816:54 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1817:54 - Attribute `get_source_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1375:77 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :1390:88 - Attribute `get_build_dir` on type `Environment | None` is possibly unbound

mesonbuild/build.py

[error] invalid-assignment - :594: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-argument-type - :939:40 - Argument to bound method `append` is incorrect: Expected `File`, found `(Unknown & str) | File | (CustomTarget & str) | (CustomTargetIndex & str) | (GeneratedList & str)`
[error] invalid-argument-type - :955:36 - Argument to bound method `append` is incorrect: Expected `File`, found `File | (Unknown & str) | (StructuredSources & str)`
[error] too-many-positional-arguments - :1360:67 - Too many positional arguments to bound method `get_dependencies_recurse`: expected 3, got 4
[error] too-many-positional-arguments - :1360:67 - Too many positional arguments to bound method `get_dependencies_recurse`: expected 3, got 4
[error] unresolved-attribute - :1711:37 - Type `Self@uses_rust_abi` has no attribute `rust_crate_type`
[error] invalid-return-type - :1743:16 - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysTruthy) | (Compiler & ~AlwaysTruthy) | bool`
[error] invalid-return-type - :1998:16 - Return type does not match returned value: expected `list[str]`, found `Unknown | str`
[error] invalid-argument-type - :2074:66 - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - :2315:53 - Type `Compiler` has no attribute `native_static_libs`
[error] invalid-argument-type - :2834:26 - Argument is incorrect: Expected `str`, found `str | None`
[error] invalid-assignment - :2855:9 - Object of type `str | ExternalProgram` is not assignable to attribute `name` of type `str`
[error] invalid-return-type - :2913:16 - Return type does not match returned value: expected `list[str]`, found `Unknown | list[str | ExternalProgram]`
[error] invalid-return-type - :2916:16 - Return type does not match returned value: expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-argument-type - :2954:40 - Argument to bound method `is_linkable_output` is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] no-matching-overload - :2963:15 - No overload of function `splitext` matches arguments
[error] invalid-argument-type - :2981:40 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-return-type - :2984:16 - Return type does not match returned value: expected `list[str | ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - :2990:40 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-argument-type - :3000:43 - Argument is incorrect: Expected `str`, found `Unknown | str | ExternalProgram`
[error] invalid-assignment - :3078:9 - Object of type `Sequence[Target | CustomTargetIndex]` is not assignable to attribute `dependencies` of type `list[BuildTarget | CustomTarget]`
[error] invalid-return-type - :3090:16 - Return type does not match returned value: expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `Sequence[Target | CustomTargetIndex] | Unknown`
[warning] possibly-unbound-attribute - :3227:16 - Attribute `is_linkable_output` on type `CustomTarget | CompileTarget` is possibly unbound
[error] invalid-return-type - :3250:16 - Return type does not match returned value: expected `list[str | ExtractedObjects]`, found `list[str | ExtractedObjects] | ExtractedObjects`
[error] invalid-return-type - :3278:16 - Return type does not match returned value: expected `Iterator[str]`, found `dict_keys[str, tuple[str | int, str | None]]`

mesonbuild/cargo/builder.py

[error] invalid-argument-type - :63:36 - Argument to bound method `__init__` is incorrect: Expected `Token[bool]`, found `Token[int]`

mesonbuild/cargo/interpreter.py

[warning] possibly-unbound-attribute - :115:21 - Attribute `resolve` on type `Unknown | Resolver | None` is possibly unbound
[warning] possibly-unbound-attribute - :117:9 - Attribute `load_and_merge` on type `Unknown | Resolver | None` is possibly unbound
[warning] possibly-unbound-attribute - :120:30 - Attribute `wraps` on type `Unknown | Resolver | None` is possibly unbound
[warning] possibly-unbound-attribute - :121:13 - Attribute `wraps` on type `Unknown | Resolver | None` is possibly unbound
[warning] possibly-unbound-attribute - :377:32 - Attribute `name` on type `Library | None` is possibly unbound

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`
[warning] possibly-unbound-attribute - :133:17 - Attribute `get_path` on type `Unknown | ExternalProgram | None` is possibly unbound
[warning] possibly-unbound-attribute - :136:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` is possibly unbound
[warning] possibly-unbound-attribute - :179:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` is possibly unbound
[warning] possibly-unbound-attribute - :192:15 - Attribute `get_command` on type `Unknown | ExternalProgram | None` is possibly unbound
[warning] possibly-unbound-attribute - :201:38 - Attribute `get_command` on type `Unknown | ExternalProgram | None` is possibly unbound
[error] invalid-return-type - :231:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[warning] possibly-unbound-attribute - :234:16 - Attribute `get_path` on type `Unknown | ExternalProgram | None` is possibly unbound
[error] invalid-return-type - :234:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[warning] possibly-unbound-attribute - :237:16 - Attribute `get_command` on type `Unknown | ExternalProgram | None` is possibly unbound

mesonbuild/cmake/interpreter.py

[error] invalid-argument-type - :365:82 - Argument to function `resolve_cmake_trace_targets` is incorrect: Expected `Compiler`, found `Unknown | None | Compiler`
[error] invalid-return-type - :1312:20 - Return type does not match returned value: expected `dict[str, str] | None`, found `dict[str, str | None]`
[error] invalid-return-type - :1317:20 - Return type does not match returned value: expected `dict[str, str] | None`, found `dict[str, str | None]`

mesonbuild/cmake/traceparser.py

[error] invalid-assignment - :337:13 - Method `__setitem__` of type `bound method dict[str, list[str]].__setitem__(key: str, value: list[str], /) -> None` cannot be called with a key of type `@Todo` and a value of type `list[LiteralString]` on object of type `dict[str, list[str]]`
[error] invalid-assignment - :338:13 - Method `__setitem__` of type `bound method dict[str, list[str]].__setitem__(key: str, value: list[str], /) -> None` cannot be called with a key of type `@Todo` and a value of type `list[LiteralString]` on object of type `dict[str, list[str]]`
[error] invalid-assignment - :526:17 - Method `__setitem__` of type `Unknown | (bound method dict[str, list[str]].__setitem__(key: str, value: list[str], /) -> None) | (bound method dict[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `list[LiteralString] | list[@Todo]` on object of type `Unknown | dict[str, list[str]] | dict[@Todo, @Todo]`
[error] invalid-argument-type - :529:74 - Argument to bound method `_str_to_bool` is incorrect: Expected `str | list[str]`, found `list[LiteralString] | list[@Todo]`

mesonbuild/compilers/asm.py

[warning] possibly-unbound-attribute - :48:22 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/compilers/compilers.py

[warning] possibly-unbound-attribute - :517:20 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :578:16 - Attribute `get_output_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :581:16 - Attribute `get_search_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :596:16 - Attribute `get_accepts_rsp` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :599:16 - Attribute `get_always_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :602:16 - Attribute `get_lib_prefix` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :629:16 - Attribute `get_option_link_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :787:16 - Attribute `has_multi_arguments` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :913:16 - Attribute `get_debugfile_name` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :916:16 - Attribute `get_debugfile_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :919:16 - Attribute `get_std_shared_lib_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :922:16 - Attribute `get_std_shared_module_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :925:16 - Attribute `get_link_whole_for` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :928:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :931:16 - Attribute `no_undefined_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :943:16 - Attribute `build_rpath_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :947:16 - Attribute `get_archive_name` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :958:16 - Attribute `thread_flags` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :976:16 - Attribute `get_win_subsystem_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :991:16 - Attribute `get_pie_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1039:16 - Attribute `get_lto_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1042:16 - Attribute `get_lto_obj_cache_path` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1048:16 - Attribute `sanitizer_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1051:16 - Attribute `get_asneeded_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1054:16 - Attribute `headerpad_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1057:16 - Attribute `bitcode_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1060:16 - Attribute `get_optimization_link_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1065:16 - Attribute `get_soname_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :1088:16 - Attribute `get_coverage_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[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[@Todo]`
[warning] possibly-unbound-attribute - :1387:16 - Attribute `rsp_file_syntax` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/compilers/cuda.py

[warning] possibly-unbound-attribute - :823:68 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/compilers/d.py

[warning] possibly-unbound-attribute - :176:16 - Attribute `import_library_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :184:12 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :388:12 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :394:14 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :405:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :693:16 - Attribute `get_allow_undefined_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :754:59 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :841:59 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/compilers/mixins/clike.py

[warning] possibly-unbound-attribute - :266:16 - Attribute `export_dynamic_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :269:16 - Attribute `import_library_args` on type `Unknown | DynamicLinker | None` is possibly unbound
[error] invalid-argument-type - :467:72 - Argument to bound method `get_define` is incorrect: Expected `list[str] | ((CompileCheckMode, /) -> list[str])`, found `None | list[str] | ((CompileCheckMode, /) -> list[str])`
[warning] possibly-unbound-attribute - :1308:16 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` is possibly unbound
[error] invalid-return-type - :677:16 -
Old: Return type does not match returned value: expected `tuple[str, bool]`, found `tuple[None | Unknown, Unknown]`
New: Return type does not match returned value: expected `tuple[str, bool]`, found `tuple[None | str, Unknown]`

mesonbuild/compilers/rust.py

[warning] possibly-unbound-attribute - :101:22 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :125:29 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :271:12 - Attribute `id` on type `Unknown | DynamicLinker | None` is possibly unbound
[warning] possibly-unbound-attribute - :333:16 - Attribute `fatal_warnings` on type `Unknown | DynamicLinker | None` is possibly unbound

mesonbuild/dependencies/dev.py

[error] unsupported-operator - :75:17 - Operator `+=` is unsupported between objects of type `list[str] & ~AlwaysFalsy` and `Unknown | list[str] | None`
[error] invalid-argument-type - :227:28 - Argument to function `version_compare` is incorrect: Expected `str`, found `Unknown | str | None`

mesonbuild/dependencies/pkgconfig.py

[error] unresolved-attribute - :135:114 - Type `Self@__init__` has no attribute `pkgbin_version`
[error] unresolved-attribute - :224:17 - Unresolved attribute `pkgbin_version` on type `Self@_detect_pkgbin`.
[warning] possibly-unbound-attribute - :282:42 - Attribute `get_command` on type `Unknown | None` is possibly unbound

mesonbuild/dependencies/python.py

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

mesonbuild/environment.py

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

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - :239:59 - Argument to bound method `get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - :240:55 - Argument to bound method `get_option_std_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - :242:64 - Argument to bound method `get_option_link_args` is incorrect: Expected `BuildTarget`, found `None`

mesonbuild/interpreter/dependencyfallbacks.py

[error] invalid-argument-type - :74:42 - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :107:56 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :135:40 - Argument to bound method `do_subproject` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :136:41 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :136:52 - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-assignment - :178:17 - Object of type `Unknown | str | None` is not assignable to `str`
[warning] possibly-unbound-attribute - :178:27 - Attribute `get_varname` on type `Unknown | Resolver | None` is possibly unbound
[error] invalid-argument-type - :267:43 - Argument to bound method `_get_subproject` is incorrect: Expected `str`, found `str | None`
[warning] possibly-unbound-attribute - :340:38 - Attribute `find_dep_provider` on type `Unknown | Resolver | None` is possibly unbound
[error] invalid-argument-type - :344:58 - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `Unknown | str | None`

mesonbuild/interpreter/interpreter.py

[warning] possibly-unbound-attribute - :925:30 - Attribute `resolve` on type `Unknown | Resolver | None` is possibly unbound
[error] invalid-argument-type - :1040:91 - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Unknown | Backend | None`
[warning] possibly-unbound-attribute - :1068:19 - Attribute `interpret` on type `(Unknown & ~None) | Interpreter | Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1147:38 - Attribute `cmd_line_options` on type `Unknown | SharedCMDOptions | None` is possibly unbound
[error] invalid-assignment - :1543:21 - Cannot assign to object of type `object` with no `__setitem__` method
[error] invalid-return-type - :1669:16 - Return type does not match returned value: expected `ExternalProgram | OverrideExecutable`, found `ExternalProgram | Executable`
[warning] possibly-unbound-attribute - :3217:12 - Attribute `name` on type `Unknown | Backend | None` is possibly unbound
[error] invalid-assignment - :3250:9 - Method `__setitem__` of type `Unknown | (bound method OrderedDict[str, CustomTarget | BuildTarget].__setitem__(key: str, value: CustomTarget | BuildTarget, /) -> None)` cannot be called with a key of type `str` and a value of type `Target` on object of type `Unknown | OrderedDict[str, CustomTarget | BuildTarget]`
[warning] possibly-unbound-attribute - :3267:12 - Attribute `name` on type `Unknown | Backend | None` is possibly unbound
[error] invalid-assignment - :3295:13 - Object of type `dict[@Todo, @Todo]` is not assignable to attribute `compilers` of type `OrderedDict[str, Compiler]`
[error] invalid-assignment - :3417:23 - Object of type `list[str]` is not assignable to `tuple[str, Unknown]`
[error] invalid-assignment - :3422:23 - Object of type `list[str]` is not assignable to `tuple[str, Unknown]`
[error] invalid-assignment - :3427: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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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 | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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["darwin_versions"], value: tuple[str, str] | None, /) -> None, (key: Literal["soversion"], value: str | None, /) -> None, (key: Literal["version"], value: str | None, /) -> None, (key: Literal["vs_module_defs"], value: str | File | CustomTarget | CustomTargetIndex | None, /) -> None, (key: Literal["build_by_default"], value: bool, /) -> None, (key: Literal["build_rpath"], value: str, /) -> None, (key: Literal["extra_files"], value: list[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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: Unknown, /) -> 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[Unknown], /) -> 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[Unknown], /) -> 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 | CustomTargetIndex | GeneratedList | ExtractedObjects | BuildTarget, /) -> None, (key: Literal["java_args"], value: list[str], /) -> None])` cannot be called with a key of type `Literal["d_import_dirs"]` and a value of type `list[IncludeDirs]` on object of type `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`

mesonbuild/interpreter/mesonmain.py

[warning] possibly-unbound-attribute - :76:14 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` is possibly unbound

mesonbuild/interpreterbase/baseobjects.py

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

mesonbuild/interpreterbase/decorators.py

[warning] possibly-unbound-attribute - :304:24 - Attribute `__name__` on type `(Unknown & ~tuple[Unknown, ...]) | type | (tuple[type, ...] & ~tuple[Unknown, ...])` is possibly unbound
[error] invalid-argument-type - :805:65 - Argument to bound method `single_use` is incorrect: Expected `str`, found `Unknown | str | None`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-return-type - :624:16 - Return type does not match returned value: expected `tuple[list[InterpreterObject], dict[str, InterpreterObject]]`, found `tuple[list[@Todo], dict[str, InterpreterObject | None]]`

mesonbuild/mconf.py

[warning] possibly-unbound-attribute - :298:58 - Attribute `environment` on type `Unknown | None | Build` is possibly unbound
[error] invalid-argument-type - :301:44 - Method `__getitem__` of type `bound method dict[str, @Todo].__getitem__(key: str, /) -> @Todo` cannot be called with key of type `None` on object of type `dict[str, @Todo]`
[error] no-matching-overload - :306:48 - No overload of bound method `get` matches arguments
[error] no-matching-overload - :308:36 - No overload of bound method `get` matches arguments

mesonbuild/mesonmain.py

[error] invalid-argument-type - :104:64 - Argument to bound method `add_command` is incorrect: Expected `(Namespace, /) -> int`, found `def run(options: Any) -> None`
[error] invalid-argument-type - :106:64 - Argument to bound method `add_command` is incorrect: Expected `(Namespace, /) -> int`, found `def run(options: Any) -> None`

mesonbuild/mformat.py

[error] invalid-argument-type - :299:27 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | str | None`
[error] invalid-argument-type - :300:33 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | None`
[error] unsupported-operator - :331:21 - Operator `+=` is unsupported between objects of type `Literal[""]` and `Unknown | str | None`
[error] unsupported-operator - :341:17 - Operator `+=` is unsupported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - :422:18 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :545:13 - Operator `+=` is unsupported between objects of type `str` and `Unknown | str | None`
[error] unsupported-operator - :575:21 - Operator `*` is unsupported between objects of type `Unknown | int` and `Unknown | str | None`
[error] unsupported-operator - :638:22 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] invalid-argument-type - :644:58 - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], Unknown | str | None]`
[error] unsupported-operator - :737:27 - Operator `%` is unsupported between objects of type `Unknown | int` and `Unknown | int | None`
[error] unsupported-operator - :738:28 - Operator `+` is unsupported between objects of type `(Unknown & ~AlwaysFalsy) | Unknown | int | None` and `int`
[error] unsupported-operator - :787:52 - Operator `>` is not supported for types `int` and `None`, in comparing `Unknown | Literal[0]` with `Unknown | int | None`
[error] unsupported-operator - :471:41 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :481:42 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] unsupported-operator - :483:49 - Operator `*` is unsupported between objects of type `Unknown | Literal[0]` and `Unknown | str | None`
[error] invalid-assignment - :551:13 -
Old: Object of type `Unknown` is not assignable to attribute `value` on type `WhitespaceNode | None`
New: Object of type `str` is not assignable to attribute `value` on type `WhitespaceNode | None`

mesonbuild/minstall.py

[error] invalid-argument-type - :782:58 - Argument to bound method `do_copydir` is incorrect: Expected `FileMode`, found `FileMode | None`

mesonbuild/mlog.py

[warning] possibly-unbound-attribute - :157:17 - Attribute `flush` on type `IO[Unknown] | None` is possibly unbound
[warning] possibly-unbound-attribute - :158:17 - Attribute `close` on type `IO[Unknown] | None` is possibly unbound
[error] invalid-return-type - :365:16 - Return type does not match returned value: expected `str`, found `str | None`
[error] invalid-argument-type - :467:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | SizedStringProtocol`

mesonbuild/modules/__init__.py

[error] invalid-argument-type - :109:59 - Argument to bound method `find_program` is incorrect: Expected `str | list[str]`, found `str | None`
[warning] possibly-unbound-attribute - :143:23 - Attribute `cmd_line_options` on type `Unknown | SharedCMDOptions | None` is possibly unbound

mesonbuild/modules/dlang.py

[warning] possibly-unbound-attribute - :91:29 - Attribute `get_command` on type `Unknown | ExternalProgram | None | (Unknown & ~None)` is possibly unbound

mesonbuild/modules/gnome.py

[error] invalid-return-type - :798:16 - Return type does not match returned value: expected `tuple[Dependency, Executable | ExternalProgram, Executable | ExternalProgram]`, found `tuple[Dependency, @Todo | None, @Todo | None]`

mesonbuild/modules/hotdoc.py

[warning] possibly-unbound-attribute - :254:23 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` is possibly unbound
[warning] possibly-unbound-attribute - :257:23 - Attribute `get_target_filename_abs` on type `Unknown | Backend | None` is possibly unbound
[warning] possibly-unbound-attribute - :372:30 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` is possibly unbound
[error] missing-argument - :399:9 - No arguments provided for required parameters `command`, `sources`, `outputs` of bound method `__init__`
[error] invalid-return-type - :382:16 -
Old: Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | Unknown]`
New: Return type does not match returned value: expected `tuple[HotdocTarget, ExecutableSerialisation]`, found `tuple[HotdocTarget, None | Unknown | ExecutableSerialisation]`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - :158:68 - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `Unknown | list[Any] | list[str | None]`
[error] invalid-argument-type - :190:37 - Argument to bound method `add_target` is incorrect: Expected `str`, found `str | Unknown | ExternalProgram`

mesonbuild/modules/pkgconfig.py

[error] invalid-argument-type - :126:47 - Argument to function `bold` is incorrect: Expected `str`, found `str | Unknown | ExternalProgram`

mesonbuild/modules/python.py

[warning] possibly-unbound-attribute - :395:23 - Attribute `create_install_data` on type `Unknown | Backend | None` is possibly unbound
[warning] possibly-unbound-attribute - :430:26 - Attribute `get_executable_serialisation` on type `Unknown | Backend | None` is possibly unbound

mesonbuild/mparser.py

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

mesonbuild/msetup.py

[error] invalid-argument-type - :271:39 - Argument to bound method `check_unused_options` is incorrect: Expected `dict[OptionKey, str]`, found `Unknown | dict[OptionKey, str | None]`

mesonbuild/msubprojects.py

[error] unresolved-attribute - :125:49 - Type `() -> bool` has no attribute `__get__`
[warning] possibly-unbound-attribute - :329:36 - Attribute `upper` on type `Unknown | str | None` is possibly unbound

mesonbuild/mtest.py

[error] unsupported-operator - :599:21 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[warning] possibly-unbound-attribute - :754:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :756:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :760:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :761:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :763:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :764:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :765:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :767:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :770:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :771:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :773:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :774:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :775:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :779:13 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :781:17 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :782:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[warning] possibly-unbound-attribute - :801:9 - Attribute `write` on type `Unknown | TextIOWrapper[_WrappedBuffer] | None` is possibly unbound
[error] invalid-argument-type - :1021:37 - Argument to function `returncode_to_status` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - :1042:25 - Operator `-` is unsupported between objects of type `int | float` and `int | float | None`
[error] invalid-assignment - :1702:9 - Object of type `list[str] | None` is not assignable to attribute `ninja` of type `list[str]`

mesonbuild/options.py

[error] missing-argument - :176:9 - No arguments provided for required parameters `name`, `subproject`, `machine` of bound method `_init`
[error] invalid-super-argument - :405:9 - `Self@__post_init__` is not an instance or subclass of `<class '_UserIntegerBase'>` in `super(<class '_UserIntegerBase'>, Self@__post_init__)` call

mesonbuild/rewriter.py

[error] invalid-argument-type - :820:65 - Argument to bound method `reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode]`
[error] invalid-argument-type - :845:50 - Argument to bound method `affects_no_other_targets` is incorrect: Expected `BaseNode`, found `StringNode | None`
[warning] possibly-unbound-attribute - :874:67 - Attribute `subdir` on type `IntrospectionBuildTarget | None` is possibly unbound
[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-unbound-attribute - :926:61 - Attribute `node` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :939:83 - Attribute `subdir` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :939:98 - Attribute `source_nodes` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :940:91 - Attribute `subdir` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :940:107 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :940:130 - Attribute `extra_files` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :946:25 - Attribute `name` on type `IntrospectionBuildTarget | None` is possibly unbound
[warning] possibly-unbound-attribute - :950:37 - Attribute `id` on type `IntrospectionBuildTarget | None` is possibly unbound

mesonbuild/scripts/depfixer.py

[warning] possibly-unbound-attribute - :162:16 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :184:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :185:45 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :186:48 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :187:51 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :188:51 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :189:49 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :190:48 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :191:48 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :192:49 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :193:50 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :194:53 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :195:49 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :196:53 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :197:49 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :198:52 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :201:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :203:48 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | TextIOWrapper[_WrappedBuffer]`
[warning] possibly-unbound-attribute - :207:13 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :210:17 - Attribute `read` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :218:13 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :228:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :230:30 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `Unknown | None | TextIOWrapper[_WrappedBuffer]`
[warning] possibly-unbound-attribute - :252:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :259:23 - Attribute `sh_offset` on type `SectionHeader | None` is possibly unbound
[warning] possibly-unbound-attribute - :268:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :275:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :294:22 - Attribute `sh_offset` on type `SectionHeader | None` is possibly unbound
[warning] possibly-unbound-attribute - :295:13 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :302:17 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :303:17 - Attribute `write` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :303:31 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[warning] possibly-unbound-attribute - :317:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :352:13 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[warning] possibly-unbound-attribute - :353:13 - Attribute `write` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :353:27 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes & ~AlwaysFalsy`
[warning] possibly-unbound-attribute - :354:13 - Attribute `write` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :354:27 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\x00"]`
[warning] possibly-unbound-attribute - :371:9 - Attribute `seek` on type `Unknown | None | TextIOWrapper[_WrappedBuffer]` is possibly unbound
[error] invalid-argument-type - :373:25 - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `Unknown | None | TextIOWrapper[_WrappedBuffer]`

mesonbuild/utils/universal.py

[error] invalid-argument-type - :2495:27 - Argument to function `setattr` is incorrect: Expected `str`, found `str | 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, Unknown]`, found `tuple[bytes, (Unknown & ~AlwaysFalsy) | Literal["meson"]]`
[error] invalid-return-type - :585:16 - Return type does not match returned value: expected `tuple[str, Unknown]`, found `tuple[bytes, (Unknown & ~AlwaysFalsy) | Literal["meson"]]`
[error] not-iterable - :742:36 - Object of type `None` is not iterable

unittests/baseplatformtests.py

[error] invalid-argument-type - :224:54 - Argument to function `handle_meson_skip_test` is incorrect: Expected `str`, found `str | None`
[error] invalid-return-type - :243:16 - Return type does not match returned value: expected `str`, found `str | None | Unknown`

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

examples/contrib/jsondump.py

[error] not-iterable - :182:20 - Object of type `Unknown | None | list[@Todo]` may not be iterable
[warning] possibly-unbound-attribute - :188:13 - Attribute `acquire` on type `Unknown | None | LockType` is possibly unbound
[warning] possibly-unbound-attribute - :190:13 - Attribute `release` on type `Unknown | None | LockType` is possibly unbound
[error] invalid-argument-type - :192:27 - Argument to function `post` is incorrect: Expected `str | bytes`, found `Unknown | None`

mitmproxy/contentviews/_view_mqtt.py

[error] invalid-argument-type - :106:53 - Argument to function `bytes_to_escaped_str` is incorrect: Expected `bytes`, found `(Unknown & ~AlwaysFalsy) | (dict[@Todo, @Todo] & ~AlwaysFalsy)`

mitmproxy/contrib/wbxml/ASCommandResponse.py

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

mitmproxy/flow.py

[error] invalid-attribute-access - :140:9 - Cannot assign to ClassVar `type` from an instance of type `Self@__init_subclass__`
[error] unresolved-attribute - :140:20 - Type `Self@__init_subclass__` has no attribute `__name__`
[error] invalid-assignment - :141:9 - Method `__setitem__` of type `bound method dict[str, type[Flow]].__setitem__(key: str, value: type[Flow], /) -> None` cannot be called with a key of type `Unknown` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[Flow]]`

mitmproxy/proxy/layer.py

[warning] unused-ignore-comment - :312:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :313:59 - Unused blanket `type: ignore` directive

mitmproxy/tools/console/grideditor/col_text.py

[warning] unused-ignore-comment - :31:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :34:36 - Unused blanket `type: ignore` directive

docs/scripts/clirecording/clidirector.py

[error] invalid-argument-type - :144:60 - Argument to bound method `instruction` is incorrect: Expected `int | float`, found `int | None`

examples/contrib/search.py

[warning] possibly-unbound-attribute - :68:23 - Attribute `findall` on type `Unknown | Pattern[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :73:41 - Attribute `findall` on type `Unknown | Pattern[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :75:45 - Attribute `findall` on type `Unknown | Pattern[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :78:49 - Attribute `findall` on type `Unknown | Pattern[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :82:50 - Attribute `findall` on type `Unknown | Pattern[str] | None` is possibly unbound

examples/contrib/webscanner_helper/proxyauth_selenium.py

[warning] possibly-unbound-attribute - :72:9 - Attribute `get` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :114:9 - Attribute `close` on type `Unknown | None` is possibly unbound

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/coretypes/multidict.py

[error] invalid-super-argument - :145:20 - `Self@items` is not an instance or subclass of `<class '_MultiDict'>` in `super(<class '_MultiDict'>, Self@items)` call
[error] invalid-super-argument - :152:9 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :184:9 - `Self@__init__` is not an instance or subclass of `<class 'MultiDictView'>` in `super(<class 'MultiDictView'>, Self@__init__)` call

mitmproxy/hooks.py

[error] unresolved-attribute - :37:20 - Type `Self@__init_subclass__` has no attribute `__name__`
[error] invalid-attribute-access - :38:13 - Cannot assign to ClassVar `name` from an instance of type `Self@__init_subclass__`
[error] invalid-assignment - :47:9 - Method `__setitem__` of type `bound method dict[str, type[Hook]].__setitem__(key: str, value: type[Hook], /) -> None` cannot be called with a key of type `str & ~Literal[""]` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[Hook]]`
[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`

mitmproxy/proxy/layers/http/_http2.py

[error] missing-argument - :537:28 - No argument provided for required parameter `event` of function `_handle_event`

mitmproxy/proxy/layers/modes.py

[error] missing-argument - :300:28 - No argument provided for required parameter `event` of function `handle_event`
[warning] unused-ignore-comment - :56:61 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/quic/_raw_layers.py

[warning] unused-ignore-comment - :101:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :102:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :197:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :304:49 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/quic/_stream_layers.py

[warning] unused-ignore-comment - :520:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :568:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :588:34 - Unused blanket `type: ignore` directive

mitmproxy/proxy/layers/tls.py

[error] invalid-argument-type - :570:56 - Argument to function `dtls_parse_client_hello` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - :572:51 - Argument to function `parse_client_hello` is incorrect: Expected `bytes`, found `bytearray`
[warning] unused-ignore-comment - :675:45 - Unused blanket `type: ignore` directive

mitmproxy/proxy/mode_servers.py

[error] invalid-assignment - :107:13 - Method `__setitem__` of type `bound method dict[str, type[ServerInstance[Unknown]]].__setitem__(key: str, value: type[ServerInstance[Unknown]], /) -> None` cannot be called with a key of type `Any & str` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[ServerInstance[Unknown]]]`
[error] invalid-super-argument - :231:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncioServerInstance'>` in `super(<class 'AsyncioServerInstance'>, Self@__init__)` call
[warning] unused-ignore-comment - :103:52 - Unused blanket `type: ignore` directive

mitmproxy/proxy/mode_specs.py

[error] invalid-assignment - :69:9 - Property `type_name` defined in `Self@__init_subclass__` is read-only
[error] unresolved-attribute - :69:25 - Type `Self@__init_subclass__` has no attribute `__name__`
[error] invalid-assignment - :71:9 - Method `__setitem__` of type `bound method dict[str, type[ProxyMode]].__setitem__(key: str, value: type[ProxyMode], /) -> None` cannot be called with a key of type `Unknown` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[ProxyMode]]`
[error] invalid-assignment - :220:9 - Property `scheme` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :237:13 - Property `transport_protocol` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :239:13 - Property `transport_protocol` defined in `Self@__post_init__` is read-only
[error] invalid-assignment - :240:9 - Property `description` defined in `Self@__post_init__` is read-only

mitmproxy/tools/web/app.py

[error] unresolved-attribute - :584:29 - Unresolved attribute `port` on type `object`.
[error] unresolved-attribute - :586:29 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :588:33 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :590:32 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :591:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :595:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :597:29 - Unresolved attribute `text` on type `object`.
[error] unresolved-attribute - :607:29 - Unresolved attribute `status_code` on type `object`.
[error] unresolved-attribute - :609:29 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :611:33 - Type `object` has no attribute `headers`
[error] unresolved-attribute - :613:32 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :614:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :618:33 - Type `object` has no attribute `trailers`
[error] unresolved-attribute - :620:29 - Unresolved attribute `text` on type `object`.
[error] unresolved-attribute - :593:33 - Unresolved attribute `trailers` on type `object`.
[error] unresolved-attribute - :616:33 - Unresolved attribute `trailers` on type `object`.

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-argument-type - :274:51 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] non-subscriptable - :275:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :337:42 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - :408:38 - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`

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

[warning] possibly-unbound-attribute - :403:13 - Attribute `connect` on type `None | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :420:31 - Attribute `datagrams_to_send` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :429:24 - Attribute `next_event` on type `Unknown | None` is possibly unbound

test/mitmproxy/proxy/tutils.py

[error] invalid-return-type - :386:16 - Return type does not match returned value: expected `T@_Placeholder`, found `Unknown | None`
[error] invalid-super-argument - :411:9 - `Self@__init__` is not an instance or subclass of `<class '_AnyStrPlaceholder'>` in `super(<class '_AnyStrPlaceholder'>, Self@__init__)` call
[error] invalid-super-argument - :416:13 - `Self@setdefault` is not an instance or subclass of `<class '_AnyStrPlaceholder'>` in `super(<class '_AnyStrPlaceholder'>, Self@setdefault)` call
[error] invalid-return-type - :419:16 - Return type does not match returned value: expected `AnyStr@_AnyStrPlaceholder`, found `Unknown | None`

test/mitmproxy/tools/console/conftest.py

[warning] possibly-unbound-attribute - :30:13 - Attribute `keypress` on type `Window | None` is possibly unbound
[warning] possibly-unbound-attribute - :33:27 - Attribute `render` on type `Window | None` is possibly unbound

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-unbound-attribute - :47:29 - Attribute `value` on type `Unknown | Literal[-2]` is possibly unbound
[warning] possibly-unbound-attribute - :50:30 - Attribute `value` on type `Unknown | Literal[-2]` is possibly unbound
[warning] possibly-unbound-attribute - :53:30 - Attribute `value` on type `Unknown | Literal[-2]` is possibly unbound
[warning] possibly-unbound-attribute - :56:29 - Attribute `value` on type `Unknown | Literal[-1]` is possibly unbound
[warning] possibly-unbound-attribute - :59:30 - Attribute `value` on type `Unknown | Literal[-1]` is possibly unbound

mkdocs/config/base.py

[error] unresolved-attribute - :147:24 - Type `Self@__init_subclass__` has no attribute `__name__`

mkdocs/config/config_options.py

[error] invalid-super-argument - :84:9 - `Self@__init__` is not an instance or subclass of `<class 'SubConfig'>` in `super(<class 'SubConfig'>, Self@__init__)` call
[error] unresolved-attribute - :100:19 - Type `Self@__class_getitem__` has no attribute `__name__`
[error] invalid-argument-type - :101:27 - Argument to class `type` is incorrect: Expected `tuple[type, ...]`, found `tuple[Self@__class_getitem__]`
[error] invalid-super-argument - :145:16 - `Self@run_validation` is not an instance or subclass of `<class 'PropagatingSubConfig'>` in `super(<class 'PropagatingSubConfig'>, Self@run_validation)` call
[error] invalid-super-argument - :165:9 - `Self@__init__` is not an instance or subclass of `<class 'OptionallyRequired'>` in `super(<class 'OptionallyRequired'>, Self@__init__)` call
[error] invalid-super-argument - :199:9 - `Self@__init__` is not an instance or subclass of `<class 'ListOfItems'>` in `super(<class 'ListOfItems'>, Self@__init__)` call
[error] invalid-super-argument - :254:9 - `Self@__init__` is not an instance or subclass of `<class 'DictOfItems'>` in `super(<class 'DictOfItems'>, Self@__init__)` call
[error] invalid-super-argument - :339:9 - `Self@__init__` is not an instance or subclass of `<class 'Type'>` in `super(<class 'Type'>, Self@__init__)` call
[error] invalid-super-argument - :365:9 - `Self@__init__` is not an instance or subclass of `<class 'Choice'>` in `super(<class 'Choice'>, Self@__init__)` call
[error] invalid-argument-type - :509:35 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-super-argument - :542:9 - `Self@__init__` is not an instance or subclass of `<class 'Optional'>` in `super(<class 'Optional'>, Self@__init__)` call

mkdocs/plugins.py

[error] unresolved-attribute - :74:19 - Type `Self@__class_getitem__` has no attribute `__name__`
[error] invalid-argument-type - :75:27 - Argument to class `type` is incorrect: Expected `tuple[type, ...]`, found `tuple[Self@__class_getitem__]`

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 - :4923:44 - Argument to bound method `setting_prohibited` is incorrect: Expected `ConfigSetting[Unknown]`, found `Unknown | None`

mkosi/run.py

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

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

pymongo/_asyncio_lock.py

[warning] unused-ignore-comment - :34:31 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :40:25 - Unused blanket `type: ignore` directive

pymongo/periodic_executor.py

[warning] unused-ignore-comment - :68:95 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :100:57 - Unused blanket `type: ignore` directive

pymongo/results.py

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

bson/son.py

[warning] redundant-cast - :176:16 - Value is already of type `bool`

gridfs/asynchronous/grid_file.py

[error] unresolved-attribute - :1774:13 - Type `<super: <class 'AsyncGridOut'>, AsyncGridOut>` has no attribute `close`
[warning] possibly-unbound-attribute - :1873:26 - Attribute `next` on type `AsyncCursor[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :1875:19 - Attribute `close` on type `AsyncCursor[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :1877:26 - Attribute `next` on type `AsyncCursor[Any] | None` is possibly unbound

gridfs/synchronous/grid_file.py

[error] invalid-assignment - :1505:13 - Cannot assign to read-only property `closed` on object of type `Self@__init__`: Attempted assignment to `Self@__init__.closed` here
[error] invalid-assignment - :1764:13 - Cannot assign to read-only property `closed` on object of type `Self@close`: Attempted assignment to `Self@close.closed` here
[warning] possibly-unbound-attribute - :1861:20 - Attribute `next` on type `Cursor[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :1863:13 - Attribute `close` on type `Cursor[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :1865:20 - Attribute `next` on type `Cursor[Any] | None` is possibly unbound

pymongo/asynchronous/bulk.py

[error] invalid-argument-type - :503:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :538:75 - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :558:73 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :637:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :652:69 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[warning] unused-ignore-comment - :440:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :462:92 - Unused blanket `type: ignore` directive

pymongo/asynchronous/change_stream.py

[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `AsyncDatabase[Any] | AsyncCollection[Any]`, found `Unknown | AsyncDatabase[Any] | AsyncCollection[Any] | AsyncMongoClient[Unknown]`
[error] invalid-super-argument - :497:19 - `Self@_change_stream_options` is not an instance or subclass of `<class 'AsyncClusterChangeStream'>` in `super(<class 'AsyncClusterChangeStream'>, Self@_change_stream_options)` call

pymongo/asynchronous/client_bulk.py

[warning] unused-ignore-comment - :314:80 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :417:98 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :509:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :550:100 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :607:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :684:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :707:90 - Unused blanket `type: ignore` directive

pymongo/asynchronous/client_session.py

[error] invalid-return-type - :598:20 - Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-assignment - :1029:9 - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[warning] possibly-unbound-attribute - :1030:27 - Attribute `session_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1033:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1054:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1059:9 - Attribute `inc_transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound

pymongo/asynchronous/collection.py

[error] invalid-super-argument - :224:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncCollection'>` in `super(<class 'AsyncCollection'>, Self@__init__)` call
[error] invalid-argument-type - :2587:23 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :2688:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2922:48 - Unused blanket `type: ignore` directive

pymongo/asynchronous/command_cursor.py

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

pymongo/asynchronous/cursor.py

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

pymongo/asynchronous/database.py

[error] invalid-super-argument - :115:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncDatabase'>` in `super(<class 'AsyncDatabase'>, Self@__init__)` call
[error] invalid-argument-type - :932:13 - Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - :1076:57 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - :1150:19 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :713:46 - Unused blanket `type: ignore` directive

pymongo/asynchronous/encryption.py

[warning] possibly-unbound-attribute - :861:23 - Attribute `create_data_key` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :899:35 - Attribute `encrypt` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1035:35 - Attribute `decrypt` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1185:32 - Attribute `rewrap_many_data_key` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1227:13 - Attribute `close` on type `Unknown | None` is possibly unbound
[warning] unused-ignore-comment - :763:53 - Unused blanket `type: ignore` directive

pymongo/asynchronous/mongo_client.py

[error] invalid-super-argument - :875:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncMongoClient'>` in `super(<class 'AsyncMongoClient'>, Self@__init__)` call
[warning] possibly-unbound-attribute - :2691:17 - Attribute `mark_dirty` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] unused-ignore-comment - :2317:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2768:53 - Unused blanket `type: ignore` directive

pymongo/asynchronous/monitor.py

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

pymongo/asynchronous/pool.py

[warning] unused-ignore-comment - :371:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :938:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1082:98 - Unused blanket `type: ignore` directive

pymongo/asynchronous/topology.py

[warning] possibly-unbound-attribute - :129:31 - Attribute `publish_topology_opened` on type `_EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :148:21 - Attribute `publish_topology_description_changed` on type `_EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :164:35 - Attribute `publish_server_opened` on type `_EventListeners | None` is possibly unbound
[error] invalid-argument-type - :459:13 - Argument to bound method `select_server` is incorrect: Expected `(Selection, /) -> Selection`, found `def any_server_selector[T](selection: T@any_server_selector) -> T@any_server_selector`
[warning] possibly-unbound-attribute - :496:21 - Attribute `publish_server_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :508:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :575:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :736:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :744:31 - Attribute `publish_topology_closed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] unused-ignore-comment - :761:62 - Unused blanket `type: ignore` directive

pymongo/network_layer.py

[error] unresolved-attribute - :324:9 - Type `BaseTransport` has no attribute `set_write_buffer_limits`
[warning] possibly-unbound-attribute - :330:17 - Attribute `resume_reading` on type `(Unknown & ~AlwaysFalsy) | (BaseTransport & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :416:13 - Attribute `pause_reading` on type `Unknown | BaseTransport` is possibly unbound
[error] invalid-assignment - :504:9 - Object of type `memoryview[Unknown]` is not assignable to `bytes`
[error] invalid-return-type - :517:20 - Return type does not match returned value: expected `bytes`, found `memoryview[Unknown]`
[warning] possibly-unbound-attribute - :520:17 - Attribute `resume_reading` on type `(Unknown & ~AlwaysFalsy) | (BaseTransport & ~AlwaysFalsy)` is possibly unbound
[warning] unused-ignore-comment - :379:54 - Unused blanket `type: ignore` directive

pymongo/pyopenssl_context.py

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

pymongo/synchronous/bulk.py

[error] invalid-argument-type - :503:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :538:69 - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :558:67 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - :635:17 - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `Unknown | _EventListeners | None`
[error] invalid-argument-type - :650:63 - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[warning] unused-ignore-comment - :440:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :462:86 - Unused blanket `type: ignore` directive

pymongo/synchronous/change_stream.py

[error] invalid-argument-type - :245:13 - Argument to bound method `__init__` is incorrect: Expected `Database[Any] | Collection[Any]`, found `Unknown | Database[Any] | Collection[Any] | MongoClient[Unknown]`
[error] invalid-super-argument - :495:19 - `Self@_change_stream_options` is not an instance or subclass of `<class 'ClusterChangeStream'>` in `super(<class 'ClusterChangeStream'>, Self@_change_stream_options)` call

pymongo/synchronous/client_bulk.py

[warning] unused-ignore-comment - :314:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :417:92 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :507:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :548:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :605:88 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :682:25 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :705:84 - Unused blanket `type: ignore` directive

pymongo/synchronous/client_session.py

[error] invalid-return-type - :597:20 - Return type does not match returned value: expected `_T@_inherit_option`, found `(TransactionOptions & ~AlwaysTruthy & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-assignment - :1026:9 - Object of type `int | float` is not assignable to attribute `last_use` on type `Unknown | None | _ServerSession`
[warning] possibly-unbound-attribute - :1027:27 - Attribute `session_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1030:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1051:36 - Attribute `transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] possibly-unbound-attribute - :1056:9 - Attribute `inc_transaction_id` on type `Unknown | None | _ServerSession` is possibly unbound

pymongo/synchronous/collection.py

[error] invalid-super-argument - :227:9 - `Self@__init__` is not an instance or subclass of `<class 'Collection'>` in `super(<class 'Collection'>, Self@__init__)` call
[error] invalid-argument-type - :2584:23 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :2685:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2915:48 - Unused blanket `type: ignore` directive

pymongo/synchronous/command_cursor.py

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

pymongo/synchronous/cursor.py

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

pymongo/synchronous/database.py

[error] invalid-super-argument - :115:9 - `Self@__init__` is not an instance or subclass of `<class 'Database'>` in `super(<class 'Database'>, Self@__init__)` call
[error] invalid-argument-type - :931:43 - Argument to bound method `_conn_for_reads` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - :1072:51 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[error] invalid-argument-type - :1144:19 - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Unknown | Primary`
[warning] unused-ignore-comment - :713:46 - Unused blanket `type: ignore` directive

pymongo/synchronous/encryption.py

[warning] possibly-unbound-attribute - :854:17 - Attribute `create_data_key` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :892:29 - Attribute `encrypt` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1028:29 - Attribute `decrypt` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1178:26 - Attribute `rewrap_many_data_key` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1220:13 - Attribute `close` on type `Unknown | None` is possibly unbound
[warning] unused-ignore-comment - :756:53 - Unused blanket `type: ignore` directive

pymongo/synchronous/mongo_client.py

[error] invalid-super-argument - :875:9 - `Self@__init__` is not an instance or subclass of `<class 'MongoClient'>` in `super(<class 'MongoClient'>, Self@__init__)` call
[warning] possibly-unbound-attribute - :2681:17 - Attribute `mark_dirty` on type `Unknown | None | _ServerSession` is possibly unbound
[warning] unused-ignore-comment - :2309:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2758:53 - Unused blanket `type: ignore` directive

pymongo/synchronous/monitor.py

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

pymongo/synchronous/pool.py

[warning] unused-ignore-comment - :371:45 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :411:10 - Function can implicitly return `None`, which is not assignable to return type `dict[str, Any]`
[error] invalid-return-type - :499:61 - Function can implicitly return `None`, which is not assignable to return type `_OpReply | _OpMsg`
[warning] unused-ignore-comment - :936:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1078:93 - Unused blanket `type: ignore` directive

pymongo/synchronous/topology.py

[warning] possibly-unbound-attribute - :129:31 - Attribute `publish_topology_opened` on type `_EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :148:21 - Attribute `publish_topology_description_changed` on type `_EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :164:35 - Attribute `publish_server_opened` on type `_EventListeners | None` is possibly unbound
[error] invalid-argument-type - :459:13 - Argument to bound method `select_server` is incorrect: Expected `(Selection, /) -> Selection`, found `def any_server_selector[T](selection: T@any_server_selector) -> T@any_server_selector`
[warning] possibly-unbound-attribute - :496:21 - Attribute `publish_server_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :508:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :575:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :734:21 - Attribute `publish_topology_description_changed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] possibly-unbound-attribute - :742:31 - Attribute `publish_topology_closed` on type `Unknown | _EventListeners | None` is possibly unbound
[warning] unused-ignore-comment - :759:62 - Unused blanket `type: ignore` directive

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

mypy_primer/model.py

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

nionutils (https://github.com/nion-software/nionutils)

nion/utils/ListModel.py

[error] invalid-super-argument - :39:9 - `Self@__init__` is not an instance or subclass of `<class 'ListModel'>` in `super(<class 'ListModel'>, Self@__init__)` call
[error] unresolved-attribute - :632:59 - Type `object` has no attribute `listen`
[error] unresolved-attribute - :633:57 - Type `object` has no attribute `listen`
[error] invalid-super-argument - :990:9 - `Self@__init__` is not an instance or subclass of `<class 'ObservedListModel'>` in `super(<class 'ObservedListModel'>, Self@__init__)` call

nion/utils/Model.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyModel'>` in `super(<class 'PropertyModel'>, Self@__init__)` call
[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'FuncStreamValueModel'>` in `super(<class 'FuncStreamValueModel'>, Self@__init__)` call
[error] invalid-super-argument - :146:9 - `Self@__init__` is not an instance or subclass of `<class 'StreamValueModel'>` in `super(<class 'StreamValueModel'>, Self@__init__)` call
[error] invalid-super-argument - :168:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyChangedPropertyModel'>` in `super(<class 'PropertyChangedPropertyModel'>, Self@__init__)` call

nion/utils/Stream.py

[error] invalid-super-argument - :34:9 - `Self@__init__` is not an instance or subclass of `<class 'AbstractStream'>` in `super(<class 'AbstractStream'>, Self@__init__)` call
[error] invalid-super-argument - :97:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueStream'>` in `super(<class 'ValueStream'>, Self@__init__)` call
[error] invalid-super-argument - :129:9 - `Self@__init__` is not an instance or subclass of `<class 'MapStream'>` in `super(<class 'MapStream'>, Self@__init__)` call
[error] invalid-super-argument - :161:9 - `Self@__init__` is not an instance or subclass of `<class 'CombineLatestStream'>` in `super(<class 'CombineLatestStream'>, Self@__init__)` call
[error] invalid-super-argument - :226:9 - `Self@__init__` is not an instance or subclass of `<class 'DebounceStream'>` in `super(<class 'DebounceStream'>, Self@__init__)` call
[error] invalid-super-argument - :275:9 - `Self@__init__` is not an instance or subclass of `<class 'SampleStream'>` in `super(<class 'SampleStream'>, Self@__init__)` call
[error] invalid-super-argument - :313:9 - `Self@__init__` is not an instance or subclass of `<class 'ConstantStream'>` in `super(<class 'ConstantStream'>, Self@__init__)` call
[error] invalid-super-argument - :329:9 - `Self@__init__` is not an instance or subclass of `<class 'PropertyChangedEventStream'>` in `super(<class 'PropertyChangedEventStream'>, Self@__init__)` call
[error] invalid-super-argument - :380:9 - `Self@__init__` is not an instance or subclass of `<class 'OptionalStream'>` in `super(<class 'OptionalStream'>, Self@__init__)` call
[error] invalid-super-argument - :403:9 - `Self@__init__` is not an instance or subclass of `<class 'FollowStream'>` in `super(<class 'FollowStream'>, Self@__init__)` call
[error] invalid-super-argument - :446:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueStreamAction'>` in `super(<class 'ValueStreamAction'>, Self@__init__)` call
[error] invalid-super-argument - :488:9 - `Self@__init__` is not an instance or subclass of `<class 'ValueChangeStream'>` in `super(<class 'ValueChangeStream'>, Self@__init__)` call
[error] invalid-super-argument - :499:13 - `Self@_send_value` is not an instance or subclass of `<class 'ValueChangeStream'>` in `super(<class 'ValueChangeStream'>, Self@_send_value)` call

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

openlibrary/plugins/openlibrary/tests/test_listapi.py

[error] invalid-argument-type - :28:34 - Argument to bound method `send` is incorrect: Expected `PreparedRequest`, found `Request`
[error] unresolved-attribute - :33:15 - Type `Self@login` has no attribute `cookiejar`

openlibrary/plugins/openlibrary/tests/test_ratingsapi.py

[error] invalid-argument-type - :30:34 - Argument to bound method `send` is incorrect: Expected `PreparedRequest`, found `Request`

openlibrary/accounts/__init__.py

[warning] possibly-unbound-attribute - :44:37 - Attribute `generate_login_code` on type `Unknown | Account | None` is possibly unbound

openlibrary/accounts/model.py

[error] invalid-return-type - :163:16 - Return type does not match returned value: expected `int`, found `(User & ~AlwaysTruthy & ~AlwaysFalsy) | (@Todo & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (@Todo & ~AlwaysFalsy) | Literal[0]`
[error] non-subscriptable - :339:13 - Cannot subscript object of type `bool` with no `__getitem__` method

openlibrary/catalog/marc/marc_binary.py

[error] unresolved-attribute - :64:12 - Type `MarcBase` has no attribute `marc8`
[error] unsupported-operator - :185:24 - Operator `+` is unsupported between objects of type `Unknown | int` and `Literal["\u{fe20}"]`

openlibrary/catalog/marc/tests/test_marc.py

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

openlibrary/core/cache.py

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

openlibrary/plugins/books/readlinks.py

[warning] possibly-unbound-attribute - :135:16 - Attribute `get` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :142:39 - Attribute `get` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :157:12 - Attribute `get` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :158:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :312:62 - Argument to function `get_solr_fields_for_works` is incorrect: Expected `list[str]`, found `Unknown | dict[Unknown, Unknown]`

openlibrary/plugins/openlibrary/lists.py

[error] unresolved-attribute - :594:19 - Type `Self@POST` has no attribute `forbidden`

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

[warning] possibly-unbound-attribute - :248:44 - Attribute `key` on type `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :248:57 - Attribute `key` on type `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :256:24 - Attribute `key` on type `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)` is possibly unbound
[error] invalid-argument-type - :260:44 - Argument to bound method `work_edition_match` is incorrect: Expected `Edition`, found `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)`
[warning] possibly-unbound-attribute - :262:24 - Attribute `key` on type `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)` is possibly unbound
[error] invalid-argument-type - :265:46 - Argument to bound method `work_match` is incorrect: Expected `Work`, found `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)`
[error] invalid-assignment - :259:17 - Object of type `list[@Todo]` is not assignable to attribute `provider` on type `(Work & ~list[Unknown] & ~AlwaysFalsy) | (Edition & ~list[Unknown] & ~AlwaysFalsy) | (list[Unknown] & ~list[Unknown] & ~AlwaysFalsy)`

openlibrary/plugins/upstream/forms.py

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

openlibrary/plugins/upstream/mybooks.py

[warning] possibly-unbound-attribute - :515:20 - Attribute `get_username` on type `Unknown | (Unknown & ~AlwaysFalsy) | User | None` is possibly unbound
[warning] possibly-unbound-attribute - :547:13 - Attribute `get_username` on type `Unknown | (Unknown & ~AlwaysFalsy) | User | None` is possibly unbound

openlibrary/plugins/worksearch/schemes/__init__.py

[warning] possibly-unbound-attribute - :69:52 - Attribute `split` on type `@Todo | (str & ~((...) -> object)) | ((() -> str) & ~((...) -> object))` is possibly unbound
[error] invalid-return-type - :74:24 - Return type does not match returned value: expected `str`, found `@Todo | (str & ~((...) -> object)) | ((() -> str) & ~((...) -> object))`

openlibrary/tests/core/test_processors_invalidation.py

[error] unresolved-attribute - :43:16 - Type `Self@test_hook` has no attribute `cookie`
[warning] possibly-unbound-attribute - :66:13 - Attribute `dict` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :97:13 - Attribute `dict` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :149:13 - Attribute `dict` on type `Unknown | None` is possibly unbound
[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[@Todo]` is not assignable to attribute `docs` of type `tuple[Unknown, ...]`
[error] invalid-assignment - :78:9 - Object of type `dict[@Todo, @Todo]` is not assignable to attribute `docs_by_key` of type `MappingProxyType[Unknown, Unknown]`
[error] unresolved-attribute - :81:9 - Type `tuple[Unknown, ...]` has no attribute `extend`
[error] unresolved-attribute - :82:9 - Type `MappingProxyType[Unknown, Unknown]` has no attribute `update`

openlibrary/utils/bulkimport.py

[error] call-non-callable - :54:25 - Object of type `DocumentLoader` is not callable

openlibrary/utils/schema.py

[error] unresolved-attribute - :56:16 - Type `Self@get_native_type` has no attribute `native_types`
[error] unresolved-attribute - :88:16 - Type `Self@get_constant` has no attribute `constants`

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

ops/_private/harness.py

[error] invalid-argument-type - :308:47 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - :484:64 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :824:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :851:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :883:56 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :910:60 - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `Unknown | _TestingModelBackend`
[error] invalid-argument-type - :1042:64 - Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-return-type - :1221:16 - Return type does not match returned value: expected `Mapping[str, str]`, found `Unknown | dict[str, str] | None`
[error] invalid-return-type - :1229:16 - Return type does not match returned value: expected `tuple[Mapping[Any, Any], Mapping[Any, Any]]`, found `Unknown | tuple[Unknown | Mapping[str, Any], Any] | None`
[error] invalid-return-type - :1319:16 - Return type does not match returned value: expected `str`, found `Unknown | str | None`
[error] missing-argument - :3132:16 - No argument provided for required parameter `pebble_client` of function `_can_connect`
[error] unsupported-operator - :3627:52 - Operator `+` is unsupported between objects of type `Literal["/"]` and `bytes`

ops/charm.py

[warning] unused-ignore-comment - :137:23 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :575:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :616:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :803:91 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :890:35 - Unused blanket `type: ignore` directive

ops/framework.py

[error] invalid-assignment - :681:13 - Implicit shadowing of function `breakpointhook`
[error] invalid-argument-type - :1052:36 - Argument to bound method `_forget` is incorrect: Expected `Serializable`, found `EventBase`
[warning] unused-ignore-comment - :307:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :410:38 - Unused blanket `type: ignore` directive

ops/lib/__init__.py

[error] invalid-argument-type - :194:19 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | bool`
[warning] possibly-unbound-attribute - :272:13 - Attribute `exec_module` on type `Unknown | Loader | None` is possibly unbound

ops/model.py

[error] invalid-argument-type - :2254:30 - Argument to bound method `_register` is incorrect: Expected `type[StatusBase]`, found `Self@__init_subclass__`
[error] no-matching-overload - :3311:16 - No overload of bound method `exec` matches arguments

ops/pebble.py

[warning] unused-ignore-comment - :456:27 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3545:37 - Unused blanket `type: ignore` directive

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

optuna/samplers/_ga/_base.py

[error] unresolved-attribute - :38:34 - Type `Self@__init_subclass__` has no attribute `__name__`
[error] unresolved-attribute - :39:43 - Type `Self@__init_subclass__` has no attribute `__name__`

optuna/storages/_cached_storage.py

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

tutorial/20_recipes/005_user_defined_sampler.py

[warning] possibly-unbound-attribute - :88:29 - Attribute `params` on type `Unknown | None` is possibly unbound

optuna/_gp/search_space.py

[error] invalid-argument-type - :73:21 - Argument to function `_normalize_one_param` is incorrect: Expected `_ScaleType`, found `Unknown | ndarray[Unknown, Unknown]`
[error] invalid-argument-type - :74:21 - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, <class 'float'>], Unknown | ndarray[Unknown, <class 'float'>]]`
[error] invalid-argument-type - :75:21 - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`
[error] invalid-argument-type - :104:21 - Argument to function `_normalize_one_param` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown | ndarray[Unknown, <class 'float'>], Unknown | ndarray[Unknown, <class 'float'>]]`
[error] invalid-argument-type - :105:21 - Argument to function `_normalize_one_param` is incorrect: Expected `int | float`, found `Unknown | ndarray[Unknown, <class 'float'>]`

optuna/pruners/_hyperband.py

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

optuna/storages/_rdb/models.py

[error] invalid-argument-type - :389:52 - Argument to function `json_to_distribution` is incorrect: Expected `str`, found `Unknown | Column[Unknown]`

optuna/storages/_rdb/storage.py

[error] invalid-argument-type - :543:67 - Argument to bound method `_set_trial_value_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :546:30 - Argument to bound method `_set_trial_value_without_commit` is incorrect: Expected `int`, found `Unknown | Column[Unknown]`
[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 - :650:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :679:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`
[error] invalid-argument-type - :731:49 - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Unknown | Column[Unknown]`

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

paasta_tools/mesos/mesos_file.py

[warning] possibly-unbound-attribute - :67:55 - Attribute `directory` on type `Unknown | None` is possibly unbound

paasta_tools/api/tweens/auth.py

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

paasta_tools/config_utils.py

[error] invalid-argument-type - :232:13 - Argument to function `write_auto_config_data` is incorrect: Expected `str`, found `Unknown | str | None`
[error] no-matching-overload - :244:13 - No overload of function `abspath` matches arguments

paasta_tools/frameworks/native_service_config.py

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

paasta_tools/frameworks/task_store.py

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

paasta_tools/kubernetes/application/controller_wrappers.py

[warning] possibly-unbound-attribute - :125:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :140:12 - Attribute `get_iam_role` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :142:26 - Attribute `get_iam_role` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :143:27 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :176:38 - Attribute `config_dict` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :178:29 - Attribute `get_bounce_margin_factor` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :275:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :277:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :286:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :298:28 - Attribute `get_autoscaling_metric_spec` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :300:21 - Attribute `cluster` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :420:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :422:56 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :428:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound
[warning] possibly-unbound-attribute - :475:23 - Attribute `get_namespace` on type `Unknown | None | KubernetesDeploymentConfig` is possibly unbound

paasta_tools/kubernetes_tools.py

[error] invalid-argument-type - :932:13 - Argument to bound method `get_autoscaling_scaling_policy` is incorrect: Expected `int`, found `(int & ~Literal[0]) | None`
[error] invalid-argument-type - :2267: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 - :351:16 - Return type does not match returned value: expected `int`, found `int | None`

paasta_tools/mesos/slave.py

[error] unresolved-attribute - :89:12 - Type `CoroutineType[Any, Any, Unknown]` has no attribute `status_code`
[error] unresolved-attribute - :91:22 - Type `CoroutineType[Any, Any, Unknown]` has no attribute `json`

paasta_tools/paasta_service_config_loader.py

[error] invalid-assignment - :75:9 - Object of type `None` is not assignable to attribute `_clusters` of type `list[str]`
[error] invalid-assignment - :77:9 - Object of type `None` is not assignable to attribute `_deployments_json` of type `DeploymentsJsonV2`

paasta_tools/paastaapi/api_client.py

[error] non-subscriptable - :629:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :638:9 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :660:22 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :668:22 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :674:35 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :687:31 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[error] call-non-callable - :740:16 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :745:21 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :746:17 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :746:48 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :748:32 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :749:17 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :749:48 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :751:21 - Attribute `configuration` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :752:60 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :755:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :758:25 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :763:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :767:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :772:28 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :777:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :780:20 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :784:36 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :791:31 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :793:42 - Attribute `select_header_accept` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :796:37 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :798:27 - Attribute `select_header_content_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :802:16 - Attribute `call_api` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :803:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :803:45 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :810:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :811:27 - Cannot subscript object of type `None` with no `__getitem__` method

paasta_tools/paastaapi/model_utils.py

[error] invalid-assignment - :169:9 - Cannot assign to object of type `Self@__setattr__` with no `__setitem__` method

paasta_tools/tron_tools.py

[error] non-subscriptable - :194:24 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :877:38 - Attribute `items` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :1097:17 -
Old: Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
New: Argument to function `build_spark_command` is incorrect: Expected `dict[str, Any]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1112:25 -
Old: Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_ports_from_config` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1129:21 -
Old: Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_driver_monitoring_annotations` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`
[error] invalid-argument-type - :1133:17 -
Old: Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None`
New: Argument to function `get_spark_driver_monitoring_labels` is incorrect: Expected `dict[str, str]`, found `Unknown | None | dict[str, str]`

paasta_tools/utils.py

[error] invalid-assignment - :220: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[@Todo, @Todo]` on object of type `dict[tuple[Unknown, ...], TimeCacheEntry]`
[error] invalid-argument-type - :1036:17 - Argument to bound method `append` is incorrect: Expected `DockerVolume`, found `dict[@Todo, @Todo]`

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] no-matching-overload - :438:31 - No overload of bound method `join` matches arguments

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

src/poetry/utils/threading.py

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

src/poetry/utils/env/mock_env.py

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

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, Unknown, Literal["application/octet-stream"]]]`

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

porcupine/pluginmanager.py

[error] index-out-of-bounds - :172:21 - Index -1 is out of bounds for string `Literal[""]` with length 0

porcupine/plugins/directory_tree.py

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

porcupine/plugins/run/no_terminal.py

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

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

psycopg/psycopg/_acompat.py

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

psycopg/psycopg/_server_cursor.py

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

psycopg/psycopg/_server_cursor_async.py

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

psycopg/psycopg/_server_cursor_base.py

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

psycopg/psycopg/connection.py

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

psycopg/psycopg/connection_async.py

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

psycopg/psycopg/cursor.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'Cursor'>` in `super(<class 'Cursor'>, Self@__init__)` call
[error] invalid-return-type - :206:20 - Return type does not match returned value: expected `Row@Cursor | None`, found `tuple[Any, ...]`
[error] invalid-return-type - :226:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :238:16 - Return type does not match returned value: expected `list[Row@Cursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :249:20 - Return type does not match returned value: expected `Row@Cursor`, found `tuple[Any, ...]`

psycopg/psycopg/cursor_async.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncCursor'>` in `super(<class 'AsyncCursor'>, Self@__init__)` call
[error] invalid-return-type - :208:20 - Return type does not match returned value: expected `Row@AsyncCursor | None`, found `tuple[Any, ...]`
[error] invalid-return-type - :228:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :240:16 - Return type does not match returned value: expected `list[Row@AsyncCursor]`, found `list[tuple[Any, ...]]`
[error] invalid-return-type - :251:20 - Return type does not match returned value: expected `Row@AsyncCursor`, found `tuple[Any, ...]`

psycopg_pool/psycopg_pool/_acompat.py

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

tests/dbapi20_tpc.py

[warning] possibly-unresolved-reference - :36:30 - Name `xid` used when possibly not defined
[warning] possibly-unresolved-reference - :37:30 - Name `xid` used when possibly not defined
[warning] possibly-unresolved-reference - :38:30 - Name `xid` used when possibly not defined

docs/lib/libpq_docs.py

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

psycopg/psycopg/_adapters_map.py

[error] invalid-assignment - :147:21 - Method `__setitem__` of type `Unknown | (bound method dict[Unknown, Literal[False]].__setitem__(key: Unknown, value: Literal[False], /) -> None) | (bound method dict[Unknown, Literal[True]].__setitem__(key: Unknown, value: Literal[True], /) -> None)` cannot be called with a key of type `PyFormat` and a value of type `Literal[True]` on object of type `Unknown | dict[Unknown, Literal[False]] | dict[Unknown, Literal[True]]`

psycopg/psycopg/errors.py

[error] invalid-assignment - :334:13 - Method `__setitem__` of type `bound method dict[str, type[Error]].__setitem__(key: str, value: type[Error], /) -> None` cannot be called with a key of type `str & ~AlwaysFalsy` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[Error]]`
[error] invalid-assignment - :337:13 - Method `__setitem__` of type `bound method dict[str, type[Error]].__setitem__(key: str, value: type[Error], /) -> None` cannot be called with a key of type `str & ~AlwaysFalsy` and a value of type `Self@__init_subclass__` on object of type `dict[str, type[Error]]`
[error] invalid-return-type - :89:31 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :95:24 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :101:30 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :104:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :111:47 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :118:36 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :124:42 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :127:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :130:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :133:50 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :136:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :139:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :142:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :145:53 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :148:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :151:51 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :154:45 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :157:50 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :160:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :163:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :166:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :169:32 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :172:26 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :175:24 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :178:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :181:51 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :184:30 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :187:29 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :190:27 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :193:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :196:43 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :199:44 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :202:36 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :205:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :208:26 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :211:47 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :214:46 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :217:48 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :220:38 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :223:37 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :226:32 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[error] invalid-return-type - :229: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) | Unknown`
[error] invalid-argument-type - :290:50 - Argument is incorrect: Expected `int`, found `(Dumper & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | Unknown`
[warning] unused-ignore-comment - :275:60 - Unused blanket `type: ignore` directive

psycopg/psycopg/types/multirange.py

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

psycopg/psycopg/types/range.py

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

psycopg_pool/psycopg_pool/null_pool.py

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

psycopg_pool/psycopg_pool/null_pool_async.py

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

psycopg_pool/psycopg_pool/pool.py

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

psycopg_pool/psycopg_pool/pool_async.py

[error] invalid-super-argument - :83:9 - `Self@__init__` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@__init__)` call
[error] invalid-super-argument - :123:9 - `Self@_check_open_getconn` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@_check_open_getconn)` call
[error] invalid-super-argument - :863:14 - `Self@_get_measures` is not an instance or subclass of `<class 'AsyncConnectionPool'>` in `super(<class 'AsyncConnectionPool'>, Self@_get_measures)` call

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

pwndbg/aglib/dynamic.py

[warning] possibly-unbound-attribute - :420:20 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :423:22 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :448:63 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :475:26 - Attribute `read` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :475:67 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :494:26 - Attribute `read` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :494:65 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :513:26 - Attribute `read` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :513:71 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :541:21 - Attribute `size` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :560:16 - Attribute `read` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :560:61 - Attribute `size` on type `Unknown | None` is possibly unbound

pwndbg/gdblib/config.py

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

pwndbg/lib/regs.py

[error] invalid-assignment - :34:9 - Object of type `dict[@Todo, @Todo]` is not assignable to attribute `flags` of type `OrderedDict[str, int | tuple[int, int]]`
[error] invalid-assignment - :37:9 - Object of type `Unknown | None` is not assignable to attribute `value` of type `int`
[error] invalid-assignment - :129:9 - Object of type `SegmentRegisters | None` is not assignable to attribute `segments` of type `SegmentRegisters`

pwndbg/aglib/disasm/aarch64.py

[error] invalid-argument-type - :286:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :287:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :296:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :305:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :418:67 - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arch.py

[error] invalid-argument-type - :227:57 - Argument to bound method `_enhance_operands` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :241:46 - Argument to bound method `_enhance_next` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :740:79 - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - :750:92 - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arm.py

[error] invalid-argument-type - :187:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :188:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :197:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :208:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/disasm/loongarch64.py

[error] invalid-argument-type - :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`

pwndbg/aglib/disasm/riscv.py

[error] invalid-argument-type - :144:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :145:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :154:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :271:68 - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/x86.py

[error] invalid-argument-type - :112:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :113:17 - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :123:17 - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/heap/mallocng.py

[warning] possibly-unbound-attribute - :1142:13 - Attribute `load` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1306:26 - Attribute `meta_area_head` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1451:12 - Attribute `free_meta_head` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1460:27 - Attribute `free_meta_head` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1480:13 - Attribute `avail_meta` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1482:16 - Attribute `avail_meta` on type `MallocContext | None` is possibly unbound
[warning] possibly-unbound-attribute - :1482:54 - Attribute `avail_meta_count` on type `MallocContext | None` is possibly unbound

pwndbg/aglib/heap/ptmalloc.py

[error] unsupported-operator - :464:27 - Operator `+` is unsupported between objects of type `int` and `int | None`
[warning] possibly-unbound-attribute - :2277:40 - Attribute `top` on type `Arena | None` is possibly unbound

pwndbg/aglib/heap/structs.py

[error] unresolved-attribute - :166:37 - Type `Value` has no attribute `inner`

pwndbg/aglib/kernel/kallsyms.py

[error] unsupported-operator - :264:24 - Operator `-` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :278:70 - Operator `-` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :335:55 - Operator `+` is unsupported between objects of type `Unknown | int | None` and `Literal[8]`
[error] unsupported-operator - :339:13 - Operator `+=` is unsupported between objects of type `None` and `Literal[8]`

pwndbg/aglib/kernel/nftables.py

[warning] possibly-unbound-attribute - :227:18 - Attribute `table` on type `Unknown | None | Chain` is possibly unbound
[warning] possibly-unbound-attribute - :232:21 - Attribute `basechain` on type `Unknown | None | Chain` is possibly unbound

pwndbg/aglib/kernel/slab.py

[warning] possibly-unbound-attribute - :437:64 - Attribute `slab_size` on type `Unknown | None | SlabCache` is possibly unbound

pwndbg/aglib/macho.py

[error] invalid-super-argument - :133:9 - `Self@__init__` is not an instance or subclass of `<class 'Trie'>` in `super(<class 'Trie'>, Self@__init__)` call
[error] not-iterable - :140:24 - Object of type `None` is not iterable

pwndbg/aglib/objc.py

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

pwndbg/commands/__init__.py

[error] invalid-argument-type - :213:27 - Argument to bound method `add` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-assignment - :226:9 - Object of type `Unknown | str | None` is not assignable to attribute `prog` on type `Unknown | (ArgumentParser & ~AlwaysFalsy)`
[warning] possibly-unbound-attribute - :320:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :373:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :375:37 - Attribute `__name__` on type `Unknown | (((...) -> str | None) & ~AlwaysFalsy)` is possibly unbound

pwndbg/commands/binder.py

[error] invalid-argument-type - :155:70 - Argument to bound method `format_list` is incorrect: Expected `str`, found `(str & ~Literal["spinlock"] & ~Literal["atomic_t"] & ~Literal["rb_root"]) | None`

pwndbg/commands/context.py

[warning] possibly-unbound-attribute - :239:9 - Attribute `close` on type `Unknown | None` is possibly unbound

pwndbg/commands/rop.py

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

pwndbg/dbg/gdb/__init__.py

[error] call-non-callable - :308:20 - Object of type `None` is not callable
[error] invalid-assignment - :318:13 - Implicit shadowing of function `stop`
[error] invalid-assignment - :328:13 - Implicit shadowing of function `stop`
[error] invalid-assignment - :352:13 - Implicit shadowing of function `stop`
[error] invalid-argument-type - :1132:25 - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-argument-type - :1138:17 - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | int | None`
[error] invalid-argument-type - :1140:25 - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Unknown | Type | None`
[error] invalid-assignment - :1285:13 - Object of type `Unknown | Field` is not assignable to `str | int`

pwndbg/dbg/lldb/__init__.py

[error] invalid-assignment - :2012:9 - Object of type `Process | None` is not assignable to `LLDBProcess`
[error] invalid-assignment - :2048:9 - Object of type `Thread | None` is not assignable to `LLDBThread`
[error] invalid-assignment - :2147:9 - Object of type `Process | None` is not assignable to `LLDBProcess`
[error] invalid-assignment - :2177:9 - Object of type `str & ~Literal["default"]` is not assignable to `Literal["att", "intel"]`
[warning] unused-ignore-comment - :2095: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-unbound-attribute - :276:26 - Attribute `trapped_address` on type `Unknown | None` is possibly unbound
[error] invalid-assignment - :283:9 - Object of type `int` is not assignable to attribute `target` on type `Unknown | None`
[warning] possibly-unbound-attribute - :288:51 - Attribute `sym_display_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :288:83 - Attribute `obj_display_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :296:55 - Attribute `trapped_address` on type `Unknown | None` is possibly unbound
[error] unresolved-attribute - :331:22 - Type `Self@should_stop` has no attribute `sym_display_name`
[error] unresolved-attribute - :331:46 - Type `Self@should_stop` has no attribute `obj_display_name`

pwndbg/gdblib/ptmalloc2_tracking.py

[error] unresolved-attribute - :505:49 - Type `Self@stop` has no attribute `freed_pointer`

pwndbg/gdblib/tui/context.py

[error] invalid-assignment - :42:9 - Object of type `bound method Self@__init__._before_prompt() -> Unknown` is not assignable to attribute `_before_prompt_listener` of type `(None, /) -> object`

pwndbg/lib/memory.py

[error] invalid-argument-type - :167:82 - Argument to function `format_address` is incorrect: Expected `str | None`, found `Unknown | str | bytes`
[warning] unused-ignore-comment - :179:61 - Unused blanket `type: ignore` directive

pwndbg/log.py

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

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 - :152:41 - TypedDict `ConfigDict` cannot be indexed with a key of type `str`

pydantic/_internal/_generics.py

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

pydantic/_internal/_utils.py

[warning] possibly-unbound-attribute - :429:80 - Attribute `__func__` on type `Unknown | ((...) -> Unknown)` is possibly unbound
[warning] possibly-unbound-attribute - :436:16 - Attribute `__get__` on type `Unknown | ((...) -> Unknown)` is possibly unbound

pydantic/json_schema.py

[error] call-non-callable - :2731:36 - Object of type `SkipJsonSchema` is not callable

pydantic/main.py

[error] invalid-argument-type - :851:58 - Argument to function `get_cached_generic_type_early` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__`
[error] unresolved-attribute - :859:83 - Type `Self@__class_getitem__ & <Protocol with members '__parameters__'>` has no attribute `__bases__`
[error] invalid-argument-type - :873:47 - Argument to function `set_cached_generic_type` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__ & <Protocol with members '__parameters__'>`
[error] invalid-argument-type - :873:68 - Argument to function `set_cached_generic_type` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__ & <Protocol with members '__parameters__'>`
[error] invalid-argument-type - :888:65 - Argument to function `get_cached_generic_type_late` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__ & <Protocol with members '__parameters__'>`
[error] invalid-argument-type - :888:86 - Argument to function `get_cached_generic_type_late` is incorrect: Expected `type[BaseModel]`, found `(type[BaseModel] & ~AlwaysFalsy) | (Self@__class_getitem__ & <Protocol with members '__parameters__'>)`
[error] invalid-argument-type - :909:74 - Argument to function `create_generic_submodel` is incorrect: Expected `type[BaseModel]`, found `(type[BaseModel] & ~AlwaysFalsy) | (Self@__class_getitem__ & <Protocol with members '__parameters__'>)`
[error] invalid-argument-type - :911:51 - Argument to function `set_cached_generic_type` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__ & <Protocol with members '__parameters__'>`
[error] invalid-argument-type - :911:82 - Argument to function `set_cached_generic_type` is incorrect: Expected `type[BaseModel] | None`, found `(type[BaseModel] & ~AlwaysFalsy) | (Self@__class_getitem__ & <Protocol with members '__parameters__'>)`
[error] invalid-return-type - :913:16 - Return type does not match returned value: expected `type[BaseModel] | PydanticRecursiveRef`, found `(Self@__class_getitem__ & <Protocol with members '__parameters__'>) | type[BaseModel]`
[error] call-non-callable - :1013:58 - Object of type `object` is not callable
[warning] possibly-unbound-implicit-call - :1042:21 - Method `__setitem__` of type `dict[str, Any] | None` is possibly unbound
[warning] unused-ignore-comment - :968:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1056:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1061:58 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :867:62 - Argument to function `map_generic_model_arguments` is incorrect: Expected `type[BaseModel]`, found `Self@__class_getitem__ & <Protocol with members '__parameters__'>`

pydantic/networks.py

[error] invalid-return-type - :235:16 - Return type does not match returned value: expected `Self@__deepcopy__`, found `_BaseUrl`
[error] invalid-return-type - :241:16 - Return type does not match returned value: expected `bool`, found `SupportsBool`
[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 - :427:16 - Return type does not match returned value: expected `Self@__deepcopy__`, found `_BaseMultiHostUrl`

pydantic/root_model.py

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

pydantic/v1/env_settings.py

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

pydantic/v1/fields.py

[warning] unused-ignore-comment - :977:76 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :987:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1012:94 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1175:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1177:99 - Unused blanket `type: ignore` directive

pydantic/v1/generics.py

[error] missing-argument - :214:34 - No argument provided for required parameter `params` of function `__class_getitem__`

pydantic/v1/networks.py

[error] missing-argument - :427:9 - No argument provided for required parameter `scheme` of bound method `__init__`

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/magic/_utils.py

[warning] unused-ignore-comment - :73:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :74:54 - Unused blanket `type: ignore` directive

pyinstrument/session.py

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

pyinstrument/vendor/decorator.py

[warning] possibly-unbound-attribute - :165:31 - Attribute `split` on type `Unknown | None | LiteralString` is possibly unbound

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

jwt/jwks_client.py

[error] invalid-assignment - :50:13 - Implicit shadowing of function `get_signing_key`
[error] missing-argument - :117:16 - No argument provided for required parameter `kid` of function `get_signing_key`

pylox (https://github.com/sco1/pylox)

pylox/ast_printer.py

[error] invalid-argument-type - :10:43 - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_parenthesize`
[warning] unused-ignore-comment - :17:35 - Unused blanket `type: ignore` directive

pylox/containers/array.py

[warning] possibly-unbound-attribute - :26:9 - Attribute `append` on type `dict[Unknown, Unknown] | Unknown | deque[@Todo]` is possibly unbound
[warning] possibly-unbound-attribute - :39:9 - Attribute `appendleft` on type `dict[Unknown, Unknown] | Unknown | deque[@Todo]` is possibly unbound
[error] no-matching-overload - :84:20 - No overload of bound method `pop` matches arguments
[warning] possibly-unbound-attribute - :100:20 - Attribute `popleft` on type `dict[Unknown, Unknown] | Unknown | deque[@Todo]` is possibly unbound
[warning] possibly-unbound-attribute - :115:9 - Attribute `reverse` on type `dict[Unknown, Unknown] | Unknown | deque[@Todo]` is possibly unbound
[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[@Todo]` 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

[warning] possibly-unbound-attribute - :127:20 - Attribute `get_at` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :142:9 - Attribute `define` on type `Unknown | Environment | None` is possibly unbound
[error] invalid-argument-type - :152:25 - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[warning] possibly-unbound-attribute - :160:33 - Attribute `enclosing` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :162:9 - Attribute `assign` on type `Unknown | Environment | None` is possibly unbound
[error] invalid-argument-type - :168:38 - Argument is incorrect: Expected `Environment`, found `Unknown | Environment | None`
[warning] possibly-unbound-attribute - :169:9 - Attribute `define` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :184:9 - Attribute `define` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :252:13 - Attribute `assign_at` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :359:32 - Attribute `get_at` on type `Unknown | Environment | None` is possibly unbound
[warning] possibly-unbound-attribute - :363:32 - Attribute `get_at` on type `Unknown | Environment | None` is possibly unbound

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

pyp.py

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

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

pyppeteer/connection.py

[error] invalid-assignment - :56:13 - Object of type `Unknown | WebSocketClientProtocol` is not assignable to attribute `connection` of type `CDPSession`
[error] unresolved-attribute - :59:34 - Type `CDPSession` has no attribute `recv`
[error] unresolved-attribute - :163:19 - Type `CDPSession` has no attribute `close`
[warning] unused-ignore-comment - :108:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :152:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :153:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :241:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :256:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :257:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :292:28 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :293:65 - Unused blanket `type: ignore` directive

pyppeteer/frame_manager.py

[error] invalid-argument-type - :174:34 - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[warning] unused-ignore-comment - :151:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :488:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :501:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :508:58 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :554:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :564:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :568:52 - Unused blanket `type: ignore` directive

pyppeteer/launcher.py

[error] invalid-argument-type - :171:40 - Argument to function `create` is incorrect: Expected `Connection`, found `Connection | None`

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/_code/code.py

[error] invalid-return-type - :422:20 - Return type does not match returned value: expected `TracebackEntry | Traceback`, found `TracebackEntry | list[TracebackEntry]`

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-argument-type - :1085:36 - Argument to bound method `visit` is incorrect: Expected `AST`, found `expr | str`
[warning] unused-ignore-comment - :105:45 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1092:89 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1131:77 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1133:84 - Unused blanket `type: ignore` directive

src/_pytest/config/__init__.py

[warning] unused-ignore-comment - :1330:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1336:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1528:45 - Unused blanket `type: ignore` directive

src/_pytest/config/argparsing.py

[error] invalid-return-type - :171:16 - Return type does not match returned value: expected `tuple[Namespace, list[str]]`, found `tuple[Namespace | None, list[str]]`
[error] invalid-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 - :547:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :563:66 - Unused blanket `type: ignore` directive

src/_pytest/fixtures.py

[error] invalid-argument-type - :577:43 - Argument to bound method `_check_scope` is incorrect: Expected `Scope`, found `Scope | (Unknown & ~None & ~((...) -> object) & ~str) | (((str, Config, /) -> Unknown) & ~((...) -> object) & ~str) | (Unknown & ~str)`
[error] invalid-argument-type - :794:62 - Argument to bound method `_format_fixturedef_line` is incorrect: Expected `FixtureDef[object]`, found `FixtureDef[object] | (PseudoFixtureDef[object] & ~PseudoFixtureDef[Unknown])`

src/_pytest/junitxml.py

[error] missing-argument - :254:16 - No argument provided for required parameter `self` of function `to_xml`
[error] missing-argument - :671:35 - No argument provided for required parameter `self` of function `to_xml`
[warning] unused-ignore-comment - :258:37 - Unused blanket `type: ignore` directive

src/_pytest/logging.py

[error] invalid-argument-type - :209:53 - Argument to function `_get_auto_indent` is incorrect: Expected `int | str | None`, found `object`
[error] parameter-already-assigned - :74:37 - Multiple values provided for parameter `microsecond` of function `__new__`
[error] parameter-already-assigned - :74:75 - Multiple values provided for parameter `tzinfo` of function `__new__`
[warning] unused-ignore-comment - :908:53 - Unused blanket `type: ignore` directive

src/_pytest/python.py

[error] invalid-argument-type - :1383:39 - Argument to bound method `_validate_ids` is incorrect: Expected `Iterable[object]`, found `(Iterable[object] & ~((...) -> object)) | (((Any, /) -> object) & ~((...) -> object))`
[warning] unused-ignore-comment - :298:32 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1661:43 - Unused blanket `type: ignore` directive

src/_pytest/raises.py

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

src/_pytest/runner.py

[error] invalid-assignment - :516:17 - Method `__setitem__` of type `bound method dict[Node, tuple[list[() -> object], tuple[OutcomeException | Exception, TracebackType | None] | None]].__setitem__(key: Node, value: tuple[list[() -> object], tuple[OutcomeException | Exception, TracebackType | None] | None], /) -> None` cannot be called with a key of type `Node` and a value of type `tuple[list[() -> object], tuple[BaseException, TracebackType | None]]` on object of type `dict[Node, tuple[list[() -> object], tuple[OutcomeException | Exception, TracebackType | None] | None]]`

src/_pytest/terminal.py

[error] invalid-argument-type - :645:51 - Argument to bound method `_locationline` is incorrect: Expected `int | None`, found `str | int | None`
[error] invalid-argument-type - :645:51 - Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
[error] invalid-argument-type - :645:51 - Argument to bound method `_locationline` is incorrect: Expected `str`, found `str | int | None`
[error] invalid-argument-type - :648:48 - Argument to bound method `write_ensure_prefix` is incorrect: Expected `str`, found `str | (tuple[str, Mapping[str, bool]] & ~tuple[Unknown, ...]) | Unknown`
[error] invalid-argument-type - :676:32 - Argument to bound method `write` is incorrect: Expected `str`, found `str | (tuple[str, Mapping[str, bool]] & ~tuple[Unknown, ...]) | Unknown`
[error] invalid-return-type - :1354: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 - :876:16 - Return type does not match returned value: expected `Self@copy`, found `CrazyhousePocket`

chess/__init__.py

[error] invalid-return-type - :1512:16 - Return type does not match returned value: expected `Self@copy`, found `BaseBoard`
[error] invalid-return-type - :1796:20 - Return type does not match returned value: expected `Self@root`, found `Board`

chess/engine.py

[error] unsupported-operator - :509: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 - :515: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 - :521: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 - :527: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 - :881:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :908:53 - Unused blanket `type: ignore` directive

chess/gaviota.py

[error] invalid-argument-type - :1667:46 - Argument to bound method `egtb_loadindexes` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-assignment - :1668:13 - Method `__setitem__` of type `bound method dict[str, BinaryIO].__setitem__(key: str, value: BinaryIO, /) -> None` cannot be called with a key of type `str` and a value of type `TextIOWrapper[_WrappedBuffer]` on object of type `dict[str, BinaryIO]`
[error] invalid-return-type - :1670:16 -
Old: Return type does not match returned value: expected `BinaryIO`, found `(Unknown & ~None) | TextIOWrapper[_WrappedBuffer]`
New: Return type does not match returned value: expected `BinaryIO`, found `BinaryIO | TextIOWrapper[_WrappedBuffer]`

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

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 - :634:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2
[error] too-many-positional-arguments - :680:37 - Too many positional arguments to bound method `__new__`: expected 1, got 2

rich/progress.py

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

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

rotkehlchen/chain/arbitrum_one/types.py

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

rotkehlchen/chain/ethereum/modules/eth2/structures.py

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

rotkehlchen/chain/evm/decoding/balancer/v1/decoder.py

[error] invalid-return-type - :248:20 - Return type does not match returned value: expected `dict[Unknown, str]`, found `dict[@Todo, Literal["balancer-v1", "balancer-v2", "balancer-v3"]]`

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/chain/gnosis/decoding/decoder.py

[error] invalid-argument-type - :48:13 - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, int] | None`, found `dict[@Todo, Literal[35656951]]`

rotkehlchen/chain/polygon_pos/decoding/decoder.py

[error] invalid-argument-type - :48:13 - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, int] | None`, found `dict[@Todo, Literal[60733237]]`

rotkehlchen/data_import/importers/rotki_events.py

[error] missing-argument - :97:21 - No argument provided for required parameter `sequence_index` of bound method `_consume_rotki_event`

rotkehlchen/utils/data_structures.py

[error] invalid-super-argument - :47:9 - `Self@__init__` is not an instance or subclass of `<class 'DefaultLRUCache'>` in `super(<class 'DefaultLRUCache'>, Self@__init__)` call
[error] invalid-super-argument - :51:17 - `Self@get` is not an instance or subclass of `<class 'DefaultLRUCache'>` in `super(<class 'DefaultLRUCache'>, Self@get)` call
[error] invalid-super-argument - :62:16 - `Self@get` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@get)` call
[error] invalid-super-argument - :65:9 - `Self@add` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@add)` call
[error] invalid-super-argument - :68:9 - `Self@remove` is not an instance or subclass of `<class 'LRUCacheLowerKey'>` in `super(<class 'LRUCacheLowerKey'>, Self@remove)` call

rotkehlchen/accounting/structures/balance.py

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

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

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

rotkehlchen/chain/evm/l2_with_l1_fees/transactions.py

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

rotkehlchen/exchanges/manager.py

[warning] unused-ignore-comment - :179: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 - :462:37 - Argument to bound method `_write_task_result` is incorrect: Expected `int`, found `Unknown | None`
[warning] unused-ignore-comment - :1545:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2639:68 - Unused blanket `type: ignore` directive

rotkehlchen/chain/aggregator.py

[warning] unused-ignore-comment - :386:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :397:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :398:40 - Unused blanket `type: ignore` directive

rotkehlchen/chain/bitcoin/manager.py

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

rotkehlchen/chain/bitcoin/xpub.py

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

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

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

rotkehlchen/chain/evm/decoding/decoder.py

[warning] possibly-unbound-attribute - :383:17 - Attribute `assert_keys_are_unique` on type `Self@_add_single_decoder` is possibly unbound

rotkehlchen/chain/evm/transactions.py

[warning] unused-ignore-comment - :667:24 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :796:41 - Unused blanket `type: ignore` directive

rotkehlchen/db/history_events.py

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

rotkehlchen/db/l2withl1feestx.py

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

rotkehlchen/exchanges/cryptocom.py

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

rotkehlchen/exchanges/independentreserve.py

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

rotkehlchen/externalapis/alchemy.py

[error] missing-argument - :133:18 - No arguments provided for required parameters `verb`, `endpoint` of bound method `_query`
[error] missing-argument - :180:18 - No arguments provided for required parameters `verb`, `endpoint` of bound method `_query`

rotkehlchen/externalapis/cryptocompare.py

[error] missing-argument - :400:19 - No argument provided for required parameter `timestamp` of bound method `query_endpoint_pricehistorical`
[error] missing-argument - :400:19 - No arguments provided for required parameters `limit`, `to_timestamp` of bound method `query_endpoint_histohour`
[error] missing-argument - :406:19 - No argument provided for required parameter `timestamp` of bound method `query_endpoint_pricehistorical`
[error] missing-argument - :406:19 - No arguments provided for required parameters `limit`, `to_timestamp` of bound method `query_endpoint_histohour`
[error] unsupported-operator - :425:22 - Operator `*` is unsupported between objects of type `list[dict[str, Any]] | Unknown` and `list[dict[str, Any]] | Unknown`

rotkehlchen/externalapis/interface.py

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

rotkehlchen/globaldb/handler.py

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

rotkehlchen/premium/premium.py

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

rotkehlchen/rotkehlchen.py

[warning] unused-ignore-comment - :599:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :705:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :710:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1250:51 - Unused blanket `type: ignore` directive

rotkehlchen/tasks/calendar.py

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

rotkehlchen/tasks/manager.py

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

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

schema_salad/java_codegen.py

[error] invalid-argument-type - :478:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(list[Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (dict[str, Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (str & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown])`
[error] invalid-argument-type - :577:41 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`
[error] invalid-argument-type - :583:52 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`

schema_salad/typescript_codegen.py

[error] invalid-argument-type - :411:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(list[Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (dict[str, Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (str & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown])`
[error] invalid-argument-type - :466:36 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`
[error] invalid-argument-type - :471:52 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`

schema_salad/avro/schema.py

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

schema_salad/dotnet_codegen.py

[error] invalid-argument-type - :445:46 - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(list[Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (dict[str, Any] & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown]) | (str & MutableMapping[Unknown, Unknown] & ~MutableSequence[Unknown])`
[error] invalid-argument-type - :496:41 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`
[error] invalid-argument-type - :502:52 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`

schema_salad/python_codegen.py

[error] invalid-argument-type - :492:36 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`
[error] invalid-argument-type - :496:52 - Argument to function `safe_name` is incorrect: Expected `str`, found `(list[Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (dict[str, Any] & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown]) | (str & ~MutableSequence[Unknown] & ~MutableMapping[Unknown, Unknown])`

schema_salad/ref_resolver.py

[error] invalid-argument-type - :328:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :330:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :331:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :333:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`
[error] invalid-argument-type - :335:34 - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Unknown | Node`

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

src/schemathesis/core/marks.py

[error] invalid-return-type - :34:16 - Return type does not match returned value: expected `T@Mark | None`, found `(Unknown & ~((...) -> object)) | ((() -> Unknown) & ~((...) -> object)) | None`

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

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

[error] invalid-return-type - :281:16 - Return type does not match returned value: expected `str`, found `Literal[b""]`
[warning] unused-ignore-comment - :112:53 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :234:41 - Function can implicitly return `None`, which is not assignable to return type `APIOperationMap`

src/schemathesis/specs/openapi/schemas.py

[error] invalid-argument-type - :345:50 - Argument to bound method `_into_err` is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-argument-type - :347:38 - Argument to bound method `_into_err` is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-return-type - :141:65 - Function always implicitly returns `None`, which is not assignable to return type `Never`
[warning] possibly-unresolved-reference - :319:32 - Name `paths` used when possibly not defined
[error] invalid-return-type - :349:84 - Function can implicitly return `None`, which is not assignable to return type `Err[InvalidSchema]`
[error] invalid-return-type - :455:57 - Function can implicitly return `None`, which is not assignable to return type `APIOperation[Unknown]`
[warning] possibly-unresolved-reference - :531:79 - Name `responses` used when possibly not defined

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/cluster/_birch.py

[warning] possibly-unbound-attribute - :740:39 - Attribute `fit_predict` on type `(Unknown & ~Integral & ~None) | Literal[3] | AgglomerativeClustering` is possibly unbound

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 - :576:35 - Argument to function `len` is incorrect: Expected `Sized`, found `Any | None`
[warning] possibly-unbound-attribute - :636:20 - Attribute `take` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :638:16 - Attribute `take` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :668:32 - Attribute `take` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :672:32 - Attribute `take` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :697:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :743:19 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/feature_extraction/text.py

[error] unresolved-attribute - :230:12 - Type `Self@decode` has no attribute `input`
[error] unresolved-attribute - :234:14 - Type `Self@decode` has no attribute `input`
[error] unresolved-attribute - :238:30 - Type `Self@decode` has no attribute `encoding`
[error] unresolved-attribute - :238:45 - Type `Self@decode` has no attribute `decode_error`
[error] unresolved-attribute - :254:24 - Type `Self@_word_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :283:24 - Type `Self@_char_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :309:24 - Type `Self@_char_wb_ngrams` has no attribute `ngram_range`
[error] unresolved-attribute - :336:12 - Type `Self@build_preprocessor` has no attribute `preprocessor`
[error] unresolved-attribute - :337:20 - Type `Self@build_preprocessor` has no attribute `preprocessor`
[error] unresolved-attribute - :340:16 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :342:23 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :343:29 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :344:14 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :346:14 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :350:59 - Type `Self@build_preprocessor` has no attribute `strip_accents`
[error] unresolved-attribute - :353:74 - Type `Self@build_preprocessor` has no attribute `lowercase`
[error] unresolved-attribute - :363:12 - Type `Self@build_tokenizer` has no attribute `tokenizer`
[error] unresolved-attribute - :364:20 - Type `Self@build_tokenizer` has no attribute `tokenizer`
[error] unresolved-attribute - :365:36 - Type `Self@build_tokenizer` has no attribute `token_pattern`
[error] unresolved-attribute - :383:33 - Type `Self@get_stop_words` has no attribute `stop_words`
[error] unresolved-attribute - :396:15 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :408:38 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :421:38 - Type `Self@_check_stop_words_consistency` has no attribute `stop_words`
[error] unresolved-attribute - :436:21 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :437:47 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :441:12 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :449:14 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :457:14 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :472:68 - Type `Self@build_analyzer` has no attribute `analyzer`
[error] unresolved-attribute - :476:22 - Type `Self@_validate_vocabulary` has no attribute `vocabulary`
[error] unresolved-attribute - :517:24 - Type `Self@_validate_ngram_range` has no attribute `ngram_range`
[error] unresolved-attribute - :521:72 - Type `Self@_validate_ngram_range` has no attribute `ngram_range`
[error] unresolved-attribute - :525:12 - Type `Self@_warn_for_unused_params` has no attribute `tokenizer`
[error] unresolved-attribute - :525:43 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :531:12 - Type `Self@_warn_for_unused_params` has no attribute `preprocessor`
[error] unresolved-attribute - :531:55 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :538:13 - Type `Self@_warn_for_unused_params` has no attribute `ngram_range`
[error] unresolved-attribute - :539:17 - Type `Self@_warn_for_unused_params` has no attribute `ngram_range`
[error] unresolved-attribute - :540:26 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :546:12 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :546:48 - Type `Self@_warn_for_unused_params` has no attribute `analyzer`
[error] unresolved-attribute - :547:16 - Type `Self@_warn_for_unused_params` has no attribute `stop_words`
[error] unresolved-attribute - :553:17 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :554:21 - Type `Self@_warn_for_unused_params` has no attribute `token_pattern`
[error] unresolved-attribute - :560:16 - Type `Self@_warn_for_unused_params` has no attribute `tokenizer`

sklearn/model_selection/_search_successive_halving.py

[error] unsupported-operator - :292:17 - Operator `//` is unsupported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`
[error] unsupported-operator - :1090:39 - Operator `//` is unsupported between objects of type `Unknown | Literal["auto"]` and `Unknown | Literal["exhaust", 1]`

sklearn/multioutput.py

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

sklearn/neighbors/_graph.py

[error] unsupported-operator - :461:44 - Operator `+` is unsupported between objects of type `Unknown | None` and `Unknown | Literal[True]`

sklearn/neural_network/_stochastic_optimizers.py

[error] unresolved-attribute - :41:19 - Type `Self@update_params` has no attribute `_get_updates`

sklearn/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/utils/_available_if.py

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

sklearn/utils/_mocking.py

[warning] possibly-unbound-attribute - :367:16 - Attribute `fit` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :370:16 - Attribute `predict` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :373:16 - Attribute `predict_proba` on type `Unknown | None` is possibly unbound

sklearn/_loss/loss.py

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

sklearn/base.py

[error] unresolved-attribute - :441:21 - Type `<super: <class 'BaseEstimator'>, BaseEstimator>` has no attribute `__getstate__`
[error] unresolved-attribute - :467:13 - Type `<super: <class 'BaseEstimator'>, BaseEstimator>` has no attribute `__setstate__`
[error] unresolved-attribute - :489:13 - Type `Self@_validate_params` has no attribute `_parameter_constraints`
[error] unresolved-attribute - :533:16 - Type `<super: <class 'ClassifierMixin'>, ClassifierMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :565:34 - Type `Self@score` has no attribute `predict`
[error] unresolved-attribute - :606:16 - Type `<super: <class 'RegressorMixin'>, RegressorMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :655:18 - Type `Self@score` has no attribute `predict`
[error] unresolved-attribute - :682:16 - Type `<super: <class 'ClusterMixin'>, ClusterMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :712:9 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :713:16 - Type `Self@fit_predict` has no attribute `labels_`
[error] unresolved-attribute - :769:16 - Type `Self@get_indices` has no attribute `rows_`
[error] unresolved-attribute - :770:19 - Type `Self@get_indices` has no attribute `columns_`
[error] unresolved-attribute - :852:16 - Type `<super: <class 'TransformerMixin'>, TransformerMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :893:32 - Type `Self@fit_transform` has no attribute `get_metadata_routing`
[error] unresolved-attribute - :912:20 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :915:20 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :1008:19 - Type `Self@get_feature_names_out` has no attribute `_n_features_out`
[error] unresolved-attribute - :1036:16 - Type `<super: <class 'DensityMixin'>, DensityMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1086:16 - Type `<super: <class 'OutlierMixin'>, OutlierMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1122:32 - Type `Self@fit_predict` has no attribute `get_metadata_routing`
[error] unresolved-attribute - :1140:16 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :1178:16 - Type `<super: <class 'MultiOutputMixin'>, MultiOutputMixin>` has no attribute `__sklearn_tags__`
[error] unresolved-attribute - :1187:16 - Type `<super: <class '_UnstableArchMixin'>, _UnstableArchMixin>` has no attribute `__sklearn_tags__`

sklearn/cluster/_bicluster.py

[error] not-iterable - :526:53 - Object of type `Literal[3]` is not iterable
[error] not-iterable - :572:46 - Object of type `Literal[3]` is not iterable

sklearn/cluster/_bisect_k_means.py

[error] non-subscriptable - :49:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :52:21 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :80:24 - Attribute `iter_leaves` on type `Unknown | None | _BisectingTree` is possibly unbound
[error] parameter-already-assigned - :335:17 - Multiple values provided for parameter `max_iter` of bound method `_kmeans_single_elkan`

sklearn/cluster/_kmeans.py

[error] unresolved-attribute - :926:31 - Type `Self@_check_mkl_vcomp` has no attribute `_n_threads`
[error] unresolved-attribute - :1070:16 - Type `Self@fit_predict` has no attribute `fit`
[error] unresolved-attribute - :1099:13 - Type `Self@predict` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1100:23 - Type `Self@predict` has no attribute `_n_threads`
[error] unresolved-attribute - :1128:16 - Type `Self@fit_transform` has no attribute `fit`
[error] unresolved-attribute - :1154:39 - Type `Self@_transform` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1182:31 - Type `Self@score` has no attribute `cluster_centers_`
[error] unresolved-attribute - :1182:54 - Type `Self@score` has no attribute `_n_threads`

sklearn/compose/_column_transformer.py

[error] unresolved-attribute - :493:27 - Type `Self@_iter` has no attribute `feature_names_in_`
[error] unresolved-attribute - :556:38 - Type `Self@_validate_remainder` has no attribute `n_features_in_`
[error] unresolved-attribute - :575:25 - Type `Self@_get_remainder_cols` has no attribute `feature_names_in_`
[error] unresolved-attribute - :577:49 - Type `Self@_get_remainder_cols` has no attribute `n_features_in_`
[error] unresolved-attribute - :1085:29 - Type `Self@transform` has no attribute `feature_names_in_`
[error] non-subscriptable - :1236:37 - Cannot subscript object of type `object` with no `__getitem__` method

sklearn/decomposition/_dict_learning.py

[error] unresolved-attribute - :1143:35 - Type `Self@transform` has no attribute `components_`
[error] unresolved-attribute - :1181:43 - Type `Self@inverse_transform` has no attribute `components_`
[error] unsupported-operator - :2057:12 - Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None` with `int`
[error] unsupported-operator - :2064:26 - Operator `-` is unsupported between objects of type `Unknown | None` and `int`

sklearn/decomposition/_fastica.py

[error] call-non-callable - :591:24 - Object of type `Literal["logcosh"]` is not callable

sklearn/decomposition/_nmf.py

[error] unresolved-attribute - :1221:16 - Type `Self@_check_w_h` has no attribute `solver`
[error] unresolved-attribute - :1302:20 - Type `Self@inverse_transform` has no attribute `components_`

sklearn/discriminant_analysis.py

[error] unresolved-attribute - :189:20 - Type `Self@decision_function` has no attribute `_decision_function`
[error] unresolved-attribute - :190:16 - Type `Self@decision_function` has no attribute `classes_`
[error] unresolved-attribute - :210:18 - Type `Self@predict` has no attribute `_decision_function`
[error] unresolved-attribute - :211:16 - Type `Self@predict` has no attribute `classes_`
[error] unresolved-attribute - :242:18 - Type `Self@predict_log_proba` has no attribute `_decision_function`

sklearn/dummy.py

[error] not-iterable - :303:52 - Object of type `Unknown | None | list[@Todo]` may not be iterable
[error] non-subscriptable - :391:47 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/ensemble/_bagging.py

[error] invalid-assignment - :459:13 - Object of type `Unknown & ~None` is not assignable to attribute `max_depth` on type `Unknown | (Unknown & ~None) | None`
[error] unresolved-attribute - :492:52 - Type `Self@_fit` has no attribute `n_features_in_`
[error] unresolved-attribute - :601:17 - Type `Self@_get_estimators_indices` has no attribute `n_features_in_`
[error] unresolved-attribute - :494:27 - Type `Self@_fit` has no attribute `n_features_in_`

sklearn/ensemble/_forest.py

[error] unresolved-attribute - :605:22 - Type `Self@_compute_oob_predictions` has no attribute `_get_oob_predictions`
[error] unresolved-attribute - :718:52 - Type `Self@__sklearn_tags__` has no attribute `criterion`

sklearn/ensemble/_gb.py

[error] unresolved-attribute - :473:24 - Type `Self@_fit_stage` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :526:55 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :528:36 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :530:51 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :532:51 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :534:28 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :538:59 - Type `Self@_set_max_features` has no attribute `n_features_in_`
[error] unresolved-attribute - :557:33 - Type `Self@_init_state` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :594:52 - Type `Self@_resize_state` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :962:36 - Type `Self@_raw_predict_init` has no attribute `n_trees_per_iteration_`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unresolved-attribute - :229:47 - Type `Self@_validate_parameters` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :300:31 - Type `ColumnTransformer` has no attribute `n_features_in_`
[error] unresolved-attribute - :302:38 - Type `ColumnTransformer` has no attribute `feature_names_in_`
[warning] possibly-unbound-attribute - :330:19 - Attribute `named_transformers_` on type `Unknown | None | ColumnTransformer` is possibly unbound
[warning] possibly-unbound-attribute - :331:37 - Attribute `n_features_in_` on type `Unknown | None | ColumnTransformer` is possibly unbound
[warning] possibly-unbound-attribute - :332:48 - Attribute `n_features_in_` on type `Unknown | None | ColumnTransformer` is possibly unbound
[warning] possibly-unbound-attribute - :333:13 - Attribute `output_indices_` on type `Unknown | None | ColumnTransformer` is possibly unbound
[error] unresolved-attribute - :1132:29 - Type `Self@_check_early_stopping_scorer` has no attribute `classes_`
[error] unresolved-attribute - :1145:25 - Type `Self@_check_early_stopping_scorer` has no attribute `classes_`
[error] call-non-callable - :1163:24 - Object of type `None` is not callable
[error] call-non-callable - :1165:24 - Object of type `None` is not callable
[error] unresolved-attribute - :1318:31 - Type `Self@_raw_predict` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :1385:31 - Type `Self@_staged_raw_predict` has no attribute `n_trees_per_iteration_`
[error] unresolved-attribute - :1434:14 - Type `Self@_compute_partial_dependence_recursion` has no attribute `n_trees_per_iteration_`

sklearn/ensemble/_hist_gradient_boosting/grower.py

[warning] possibly-unbound-attribute - :146:16 - Attribute `gain` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :688:47 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :690:41 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/ensemble/_hist_gradient_boosting/predictor.py

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

sklearn/externals/_arff.py

[error] unsupported-operator - :330:16 - Operator `%` is unsupported between objects of type `str | None` and `Unknown | Literal[-1]`
[error] unresolved-attribute - :521:21 - Type `<super: <class '_DataListMixin'>, _DataListMixin>` has no attribute `decode_rows`

sklearn/externals/_numpydoc/docscrape.py

[warning] possibly-unbound-attribute - :306:20 - Attribute `group` on type `Unknown | Match[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :307:20 - Attribute `group` on type `Unknown | Match[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :307:49 - Attribute `group` on type `Unknown | Match[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :308:32 - Attribute `end` on type `Unknown | Match[str] | None` is possibly unbound

sklearn/externals/array_api_extra/_lib/_at.py

[error] invalid-return-type - :222:16 - Return type does not match returned value: expected `Self@__getitem__`, found `at`
[warning] unused-ignore-comment - :327:55 - Unused blanket `type: ignore` directive

sklearn/feature_selection/_univariate_selection.py

[error] unsupported-operator - :886:16 - Operator `<` is not supported for types `None` and `float`, in comparing `Unknown | None` with `Unknown | float`
[error] invalid-argument-type - :970:26 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] unsupported-operator - :1052:16 - Operator `<` is not supported for types `None` and `int`, in comparing `Unknown | None` with `Unknown | int | float`
[error] invalid-argument-type - :1052:49 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sklearn/feature_selection/tests/test_base.py

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

sklearn/gaussian_process/_gpc.py

[warning] possibly-unbound-attribute - :839:16 - Attribute `predict_proba` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` is possibly unbound
[warning] possibly-unbound-attribute - :898:20 - Attribute `log_marginal_likelihood` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` is possibly unbound
[warning] possibly-unbound-attribute - :907:26 - Attribute `estimators_` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` is possibly unbound
[warning] possibly-unbound-attribute - :973:16 - Attribute `latent_mean_and_variance` on type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier` is possibly unbound

sklearn/gaussian_process/kernels.py

[error] invalid-argument-type - :1588:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`
[error] invalid-argument-type - :1787:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | float`

sklearn/impute/_base.py

[warning] possibly-unbound-attribute - :134:20 - Attribute `transform` on type `Unknown | MissingIndicator | None` is possibly unbound
[warning] possibly-unbound-attribute - :161:27 - Attribute `get_feature_names_out` on type `Unknown | MissingIndicator | None` is possibly unbound
[error] call-non-callable - :527:41 - Object of type `Literal["mean"]` is not callable
[error] call-non-callable - :606:33 - Object of type `Literal["mean"]` is not callable
[error] non-subscriptable - :652:40 - Cannot subscript object of type `object` with no `__getitem__` method
[warning] possibly-unbound-attribute - :735:34 - Attribute `features_` on type `Unknown | MissingIndicator | None` is possibly unbound
[warning] possibly-unbound-attribute - :743:23 - Attribute `features_` on type `Unknown | MissingIndicator | None` is possibly unbound

sklearn/impute/_iterative.py

[warning] possibly-unbound-attribute - :1009:17 - Attribute `get_feature_names_out` on type `Unknown | None` is possibly unbound

sklearn/linear_model/_base.py

[error] unresolved-attribute - :317:12 - Type `Self@_set_intercept` has no attribute `fit_intercept`
[error] unresolved-attribute - :364:37 - Type `Self@decision_function` has no attribute `coef_`
[error] unresolved-attribute - :364:72 - Type `Self@decision_function` has no attribute `intercept_`
[error] unresolved-attribute - :392:24 - Type `Self@predict` has no attribute `classes_`

sklearn/linear_model/_glm/_newton_solver.py

[error] unresolved-attribute - :220:31 - Type `Self@line_search` has no attribute `gradient_times_newton`
[error] unresolved-attribute - :222:13 - Type `Self@line_search` has no attribute `coef_newton`
[error] unresolved-attribute - :238:45 - Type `Self@line_search` has no attribute `coef_newton`
[error] unresolved-attribute - :336:14 - Type `Self@check_convergence` has no attribute `coef_newton`
[error] unresolved-attribute - :336:33 - Type `Self@check_convergence` has no attribute `hessian`
[error] unresolved-attribute - :336:48 - Type `Self@check_convergence` has no attribute `coef_newton`

sklearn/linear_model/_ridge.py

[error] unresolved-attribute - :1323:12 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] unresolved-attribute - :1324:67 - Type `Self@_prepare_data` has no attribute `class_weight`
[error] too-many-positional-arguments - :1638:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - :1671:26 - Too many positional arguments to bound method `__init__`: expected 1, got 3
[warning] possibly-unbound-attribute - :2252:38 - Attribute `T` on type `None | Unknown` is possibly unbound
[warning] possibly-unbound-implicit-call - :2413:17 - Method `__setitem__` of type `(Unknown & ndarray[@Todo, Unknown]) | (tuple[float, float, float] & ndarray[@Todo, Unknown]) | (Unknown & list[Unknown]) | (Unknown & tuple[Unknown, ...]) | (tuple[float, float, float] & tuple[Unknown, ...])` is possibly unbound
[error] unresolved-attribute - :2530:20 - Type `Self@_get_scorer` has no attribute `_get_scorer_instance`

sklearn/linear_model/_stochastic_gradient.py

[error] unresolved-attribute - :194:17 - Type `Self@_get_loss_function` has no attribute `loss_functions`
[error] unresolved-attribute - :628:21 - Type `Self@_partial_fit` has no attribute `classes_`
[error] unresolved-attribute - :632:40 - Type `Self@_partial_fit` has no attribute `classes_`
[warning] possibly-unbound-attribute - :644:28 - Attribute `shape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :647:32 - Attribute `shape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :778:30 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :781:30 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] unresolved-attribute - :804:56 - Type `Self@_fit_multiclass` has no attribute `classes_`
[warning] possibly-unbound-implicit-call - :828:13 - Method `__setitem__` of type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1691:37 - Attribute `T` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1744:58 - Attribute `dtype` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :1747:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :2361:25 - Operator `-` is unsupported between objects of type `Literal[1]` and `Unknown | None`
[warning] possibly-unbound-attribute - :2365:58 - Attribute `dtype` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2454:28 - Attribute `shape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2457:32 - Attribute `shape` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2639:40 - Attribute `T` on type `Unknown | None` is possibly unbound

sklearn/metrics/_scorer.py

[error] unresolved-attribute - :321: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 - :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 - :494:43 - Type `Self@sample` has no attribute `means_`
[error] unresolved-attribute - :495:43 - Type `Self@sample` has no attribute `covariances_`

sklearn/mixture/_gaussian_mixture.py

[warning] possibly-unbound-attribute - :943:25 - Attribute `shape` on type `Unknown | None | (Unknown & ~None)` is possibly unbound

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-unbound-attribute - :478:17 - Attribute `searchsorted` on type `Unknown | None` is possibly unbound
[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/neighbors/_classification.py

[warning] possibly-unbound-attribute - :286:18 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :302:33 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :304:41 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :383:18 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :401:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :760:46 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :827:18 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :846:31 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :863:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :872:35 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/neighbors/_regression.py

[warning] possibly-unbound-attribute - :256:12 - Attribute `ndim` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :257:18 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :260:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :265:28 - Attribute `shape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :266:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :269:12 - Attribute `ndim` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :483:12 - Attribute `ndim` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :484:18 - Attribute `reshape` on type `Unknown | None` is possibly unbound
[error] non-subscriptable - :486:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :491:29 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :500:36 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-attribute - :515:12 - Attribute `ndim` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :262:53 - Attribute `shape` on type `Unknown | None` is possibly unbound

sklearn/neural_network/_multilayer_perceptron.py

[error] unresolved-attribute - :413:14 - Type `Self@_initialize` has no attribute `_label_binarizer`
[error] unresolved-attribute - :477:16 - Type `Self@_fit` has no attribute `_validate_input`
[error] unresolved-attribute - :683:25 - Type `Self@_fit_stochastic` has no attribute `_label_binarizer`
[error] unresolved-attribute - :802:25 - Type `Self@_update_no_improvement_count` has no attribute `_score`
[warning] possibly-unbound-attribute - :804:13 - Attribute `append` on type `Unknown | list[@Todo] | None` is possibly unbound
[error] non-subscriptable - :807:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :811:32 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :866:18 - Type `Self@_score_with_function` has no attribute `_predict`

sklearn/preprocessing/_data.py

[error] unsupported-operator - :1763:41 - Operator `/` is unsupported between objects of type `float` and `Unknown | None`
[error] invalid-argument-type - :3028:43 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> @Todo, (s: slice[Any, Any, Any], /) -> list[@Todo]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[@Todo]`
[error] invalid-argument-type - :3033:40 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> @Todo, (s: slice[Any, Any, Any], /) -> list[@Todo]]` cannot be called with key of type `tuple[slice[None, None, None], int]` on object of type `list[@Todo]`

sklearn/preprocessing/_encoders.py

[error] unresolved-attribute - :93:12 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :94:20 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :107:16 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :123:33 - Type `Self@_fit` has no attribute `categories`
[error] unresolved-attribute - :304:23 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :305:48 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :306:25 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :307:45 - Type `Self@_identify_infrequent` has no attribute `min_frequency`
[error] unresolved-attribute - :313:12 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :313:48 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :315:39 - Type `Self@_identify_infrequent` has no attribute `max_categories`
[error] unresolved-attribute - :442:16 - Type `Self@_map_infrequent_categories` has no attribute `handle_unknown`
[error] non-subscriptable - :1157:50 - Cannot subscript object of type `None` with no `__getitem__` method

sklearn/preprocessing/_polynomial.py

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

sklearn/preprocessing/_target_encoder.py

[error] invalid-argument-type - :340:63 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :451:25 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :492:29 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] not-iterable - :528:35 - Object of type `Unknown | None` may not be iterable

sklearn/preprocessing/tests/test_encoders.py

[error] invalid-argument-type - :846:63 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], <class 'object'>]`
[error] invalid-argument-type - :889:19 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | ndarray[tuple[int], <class 'object'>]`

sklearn/tree/_classes.py

[warning] possibly-unbound-attribute - :540:24 - Attribute `take` on type `Unknown | list[@Todo]` is possibly unbound

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-unbound-attribute - :488:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :491:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :494:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :497:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :504:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :508:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :509:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :513:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :515:9 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :518:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :537:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :542:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :545:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :549:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :553:21 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :555:25 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :557:25 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :558:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :579:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :582:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :583:13 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-attribute - :587:17 - Attribute `write` on type `Unknown | Sentinel` is possibly unbound
[warning] possibly-unbound-implicit-call - :724:9 -
Old: Method `__setitem__` of type `str | Unknown` is possibly unbound
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str]` is possibly unbound
[warning] possibly-unbound-implicit-call - :731:17 -
Old: Method `__setitem__` of type `str | Unknown` is possibly unbound
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str]` is possibly unbound
[warning] possibly-unbound-implicit-call - :733:17 -
Old: Method `__setitem__` of type `str | Unknown` is possibly unbound
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str]` is possibly unbound
[warning] possibly-unbound-implicit-call - :767:13 -
Old: Method `__setitem__` of type `str | Unknown` is possibly unbound
New: Method `__setitem__` of type `str | Unknown | dict[Unknown, Unknown] | dict[str, str]` is possibly unbound

sklearn/utils/_pprint.py

[error] unresolved-attribute - :237:29 - Type `Self@_format_params_or_dict_items` has no attribute `_width`
[error] unresolved-attribute - :237:29 - Type `Self@_format_params_or_dict_items` has no attribute `_width`
[error] unresolved-attribute - :257:16 - Type `Self@_format_params_or_dict_items` has no attribute `_compact`
[error] unresolved-attribute - :294:29 - Type `Self@_format_items` has no attribute `_width`
[error] unresolved-attribute - :294:29 - Type `Self@_format_items` has no attribute `_width`
[error] unresolved-attribute - :314:16 - Type `Self@_format_items` has no attribute `_compact`

sklearn/utils/_repr_html/base.py

[error] unresolved-attribute - :145:16 - Type `Self@_repr_html_inner` has no attribute `_html_repr`
[error] unresolved-attribute - :151:35 - Type `Self@_repr_mimebundle_` has no attribute `_html_repr`

sklearn/utils/_testing.py

[warning] possibly-unbound-attribute - :158:25 - Attribute `filters` on type `Unknown | ModuleType` is possibly unbound
[error] invalid-assignment - :159:9 - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[warning] possibly-unbound-attribute - :160:29 - Attribute `showwarning` on type `Unknown | ModuleType` is possibly unbound
[error] invalid-assignment - :166:9 - Object of type `Unknown` is not assignable to attribute `filters` on type `Unknown | ModuleType`
[error] invalid-assignment - :167:9 - Object of type `Unknown` is not assignable to attribute `showwarning` on type `Unknown | ModuleType`

sklearn/utils/tests/test_estimator_checks.py

[error] call-non-callable - :461:16 - Object of type `None` is not callable
[error] unresolved-attribute - :490:16 - Type `Self@fit` has no attribute `classes_`
[error] unresolved-attribute - :496:16 - Type `Self@partial_fit` has no attribute `classes_`

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

scrapy/utils/deprecate.py

[error] invalid-argument-type - :83:34 - Argument to function `_clspath` is incorrect: Expected `type`, found `type | None`

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-unbound-attribute - :16:9 - Attribute `open_spider` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :22:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :23:13 - Attribute `get_stats` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :43:9 - Attribute `close_spider` on type `Unknown | StatsCollector | None` is possibly unbound

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 - :266: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
[error] missing-argument - :160:27 - No argument provided for required parameter `url` of bound method `__init__`

scrapy/core/engine.py

[warning] possibly-unbound-attribute - :256:37 - Attribute `__anext__` on type `AsyncIterator[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :275:17 - Attribute `nextcall` on type `_Slot | None` is possibly unbound
[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/crawler.py

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

scrapy/downloadermiddlewares/httpproxy.py

[error] invalid-return-type - :57:16 -
Old: Return type does not match returned value: expected `tuple[bytes | None, str]`, found `tuple[Unknown | None, Literal[b""]]`
New: Return type does not match returned value: expected `tuple[bytes | None, str]`, found `tuple[bytes | None, Literal[b""]]`

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 - :72:60 - Argument to bound method `__getitem__` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints 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 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 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[Unknown]` 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 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 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/utils/datatypes.py

[error] invalid-argument-type - :56:52 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__getitem__` does not satisfy constraints of type variable `AnyStr`
[error] invalid-argument-type - :59:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__setitem__` does not satisfy constraints of type variable `AnyStr`
[error] invalid-argument-type - :62:45 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__delitem__` does not satisfy constraints of type variable `AnyStr`
[error] invalid-argument-type - :65:53 - Argument to bound method `normkey` is incorrect: Argument type `AnyStr@__contains__` does not satisfy constraints 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 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 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 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 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 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 of type variable `AnyStr`
[error] invalid-super-argument - :151:9 - `Self@__init__` is not an instance or subclass of `<class 'LocalCache'>` in `super(<class 'LocalCache'>, Self@__init__)` call
[error] invalid-super-argument - :158:9 - `Self@__setitem__` is not an instance or subclass of `<class 'LocalCache'>` in `super(<class 'LocalCache'>, Self@__setitem__)` call
[warning] unused-ignore-comment - :86:83 - Unused blanket `type: ignore` directive

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-unbound-attribute - :41:13 - Attribute `readline` on type `IO[bytes] | None` is possibly unbound

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-unbound-attribute - :49:28 - Attribute `readline` on type `IO[bytes] | None` is possibly unbound
[warning] possibly-unbound-attribute - :53:29 - Attribute `readline` on type `IO[bytes] | None` is possibly unbound

tests/spiders.py

[warning] possibly-unbound-attribute - :52:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :73:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :110:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :114:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :201:47 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:38 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :220:38 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :252:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :336:19 - Attribute `url` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :370:27 - Argument to bound method `__init__` is incorrect: Expected `str`, found `(Unknown & ~Request) | None`
[warning] possibly-unbound-attribute - :396:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :428:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :434:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :447:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :462:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :485:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :519:15 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :547:23 - Attribute `url` on type `Unknown | None` is possibly unbound

tests/test_commands.py

[error] non-subscriptable - :49:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :50:21 - Cannot subscript object of type `None` with no `__getitem__` method

tests/test_contracts.py

[warning] possibly-unbound-attribute - :331:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :331:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :331:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :336:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :336:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :336:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :343:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :343:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :343:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :350:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :350:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :350:38 - Attribute `cb_kwargs` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :373:16 - Attribute `meta` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :374:25 - Attribute `meta` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :375:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :375:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :383:16 - Attribute `meta` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :384:25 - Attribute `meta` on type `Unknown | Request | None` is possibly unbound
[warning] possibly-unbound-attribute - :385:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :385:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :394:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :394:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :403:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :403:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :408:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :408:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :413:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :413:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :418:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :418:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :423:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :423:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :431:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :431:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :440:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :440:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :445:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :445:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :450:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :450:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :455:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :455:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :462:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :462:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :480:9 - Attribute `callback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :480:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :499:9 - Attribute `errback` on type `Unknown | Request | None` is possibly unbound
[error] call-non-callable - :499:9 - Object of type `None` is not callable
[warning] possibly-unbound-attribute - :539:16 - Attribute `method` on type `Unknown | Request | None` is possibly unbound

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-unbound-attribute - :355:28 - Attribute `status` on type `Response | Request` is possibly unbound
[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-unbound-attribute - :379:28 - Attribute `status` on type `Response | Request` is possibly unbound
[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-unbound-attribute - :74:9 - Attribute `open_spider` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :99:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :100:13 - Attribute `get_stats` on type `Unknown | StatsCollector | None` is possibly unbound

tests/test_downloadermiddleware_httpproxy.py

[error] invalid-assignment - :19:9 - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_downloadermiddleware_redirect.py

[error] unresolved-attribute - :22:19 - Type `Self@test_priority_adjust` has no attribute `get_response`
[error] unresolved-attribute - :23:20 - Type `Self@test_priority_adjust` has no attribute `mw`
[error] unresolved-attribute - :30:19 - Type `Self@test_dont_redirect` has no attribute `get_response`
[error] unresolved-attribute - :32:17 - Type `Self@test_dont_redirect` has no attribute `mw`
[error] unresolved-attribute - :38:19 - Type `Self@test_dont_redirect` has no attribute `get_response`
[error] unresolved-attribute - :40:17 - Type `Self@test_dont_redirect` has no attribute `mw`
[error] unresolved-attribute - :52:19 - Type `Self@test_post` has no attribute `get_response`
[error] unresolved-attribute - :54:20 - Type `Self@test_post` has no attribute `mw`
[error] unresolved-attribute - :67:13 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :69:19 - Type `Self@test_max_redirect_times` has no attribute `get_response`
[error] unresolved-attribute - :71:19 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :76:17 - Type `Self@test_max_redirect_times` has no attribute `mw`
[error] unresolved-attribute - :79:13 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :81:19 - Type `Self@test_ttl` has no attribute `get_response`
[error] unresolved-attribute - :83:19 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :86:17 - Type `Self@test_ttl` has no attribute `mw`
[error] unresolved-attribute - :90:20 - Type `Self@test_redirect_urls` has no attribute `get_response`
[error] unresolved-attribute - :91:20 - Type `Self@test_redirect_urls` has no attribute `mw`
[error] unresolved-attribute - :92:20 - Type `Self@test_redirect_urls` has no attribute `get_response`
[error] unresolved-attribute - :93:20 - Type `Self@test_redirect_urls` has no attribute `mw`
[error] unresolved-attribute - :105:20 - Type `Self@test_redirect_reasons` has no attribute `get_response`
[error] unresolved-attribute - :106:20 - Type `Self@test_redirect_reasons` has no attribute `mw`
[error] unresolved-attribute - :107:20 - Type `Self@test_redirect_reasons` has no attribute `get_response`
[error] unresolved-attribute - :108:20 - Type `Self@test_redirect_reasons` has no attribute `mw`
[error] unresolved-attribute - :109:54 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :110:54 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :110:67 - Type `Self@test_redirect_reasons` has no attribute `reason`
[error] unresolved-attribute - :124:33 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :127:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :139:29 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :140:37 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :148:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :151:49 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :159:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :162:49 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :171:39 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :174:47 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :184:33 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :187:41 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :196:32 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :197:40 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :215:34 - Type `Self@test_cross_origin_header_dropping` has no attribute `get_response`
[error] unresolved-attribute - :218:42 - Type `Self@test_cross_origin_header_dropping` has no attribute `mw`
[error] unresolved-attribute - :226:27 - Type `Self@test_meta_proxy_http_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :237:25 - Type `Self@test_meta_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :251:25 - Type `Self@test_meta_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :267:27 - Type `Self@test_meta_proxy_http_relative` has no attribute `mwcls`
[error] unresolved-attribute - :278:25 - Type `Self@test_meta_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :292:25 - Type `Self@test_meta_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :308:27 - Type `Self@test_meta_proxy_https_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :319:25 - Type `Self@test_meta_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :333:25 - Type `Self@test_meta_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :349:27 - Type `Self@test_meta_proxy_https_relative` has no attribute `mwcls`
[error] unresolved-attribute - :360:25 - Type `Self@test_meta_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :374:25 - Type `Self@test_meta_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :390:27 - Type `Self@test_meta_proxy_http_to_https` has no attribute `mwcls`
[error] unresolved-attribute - :401:25 - Type `Self@test_meta_proxy_http_to_https` has no attribute `get_response`
[error] unresolved-attribute - :415:25 - Type `Self@test_meta_proxy_http_to_https` has no attribute `get_response`
[error] unresolved-attribute - :431:27 - Type `Self@test_meta_proxy_https_to_http` has no attribute `mwcls`
[error] unresolved-attribute - :442:25 - Type `Self@test_meta_proxy_https_to_http` has no attribute `get_response`
[error] unresolved-attribute - :456:25 - Type `Self@test_meta_proxy_https_to_http` has no attribute `get_response`
[error] unresolved-attribute - :472:27 - Type `Self@test_system_proxy_http_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :486:25 - Type `Self@test_system_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :500:25 - Type `Self@test_system_proxy_http_absolute` has no attribute `get_response`
[error] unresolved-attribute - :516:27 - Type `Self@test_system_proxy_http_relative` has no attribute `mwcls`
[error] unresolved-attribute - :530:25 - Type `Self@test_system_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :544:25 - Type `Self@test_system_proxy_http_relative` has no attribute `get_response`
[error] unresolved-attribute - :560:27 - Type `Self@test_system_proxy_https_absolute` has no attribute `mwcls`
[error] unresolved-attribute - :574:25 - Type `Self@test_system_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :588:25 - Type `Self@test_system_proxy_https_absolute` has no attribute `get_response`
[error] unresolved-attribute - :604:27 - Type `Self@test_system_proxy_https_relative` has no attribute `mwcls`
[error] unresolved-attribute - :618:25 - Type `Self@test_system_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :632:25 - Type `Self@test_system_proxy_https_relative` has no attribute `get_response`
[error] unresolved-attribute - :648:27 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :663:25 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :677:25 - Type `Self@test_system_proxy_proxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :693:27 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :707:25 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :721:25 - Type `Self@test_system_proxy_proxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :737:27 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :751:25 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :765:25 - Type `Self@test_system_proxy_unproxied_http_to_proxied_https` has no attribute `get_response`
[error] unresolved-attribute - :781:27 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `mwcls`
[error] unresolved-attribute - :791:25 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :805:25 - Type `Self@test_system_proxy_unproxied_http_to_unproxied_https` has no attribute `get_response`
[error] unresolved-attribute - :821:27 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :836:25 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :850:25 - Type `Self@test_system_proxy_proxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :866:27 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :880:25 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :894:25 - Type `Self@test_system_proxy_proxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :910:27 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :924:25 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :938:25 - Type `Self@test_system_proxy_unproxied_https_to_proxied_http` has no attribute `get_response`
[error] unresolved-attribute - :954:27 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `mwcls`
[error] unresolved-attribute - :964:25 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `get_response`
[error] unresolved-attribute - :978:25 - Type `Self@test_system_proxy_unproxied_https_to_unproxied_http` has no attribute `get_response`

tests/test_downloadermiddleware_retry.py

[warning] possibly-unbound-attribute - :85:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :87:13 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :90:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :110:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :111:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :113:13 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[error] unresolved-attribute - :259:36 - Type `Self@_test_retry` has no attribute `mw`

tests/test_downloaderslotssettings.py

[warning] possibly-unbound-attribute - :37:19 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :44:15 - Attribute `url` on type `Unknown | None` is possibly unbound

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

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-unbound-implicit-call - :187:9 - Method `__setitem__` of type `dict[str, Any] | tuple[Any, ...]` is possibly unbound

tests/test_logstats.py

[warning] possibly-unbound-attribute - :16:9 - Attribute `set_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :17:9 - Attribute `set_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :40:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :41:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :51:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :52:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :54:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :55:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :63:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :64:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :69:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :70:9 - Attribute `set_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :72:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :73:16 - Attribute `get_value` on type `Unknown | StatsCollector | None` is possibly unbound

tests/test_pipeline_crawl.py

[error] unresolved-attribute - :33:13 - Type `Self@parse` has no attribute `media_key`
[error] unresolved-attribute - :34:13 - Type `Self@parse` has no attribute `media_urls_key`
[warning] possibly-unbound-attribute - :56:13 - Attribute `url` on type `Unknown | None` is possibly unbound

tests/test_pipeline_images.py

[error] invalid-argument-type - :82:17 - Argument to bound method `file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - :111:17 - Argument to bound method `thumb_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - :150:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :150:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :152:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :152:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :154:18 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :154:72 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :167:41 - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - :170:38 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`
[error] invalid-argument-type - :175:49 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | Iterable[tuple[str, Unknown, BytesIO]]`

tests/test_pipeline_media.py

[error] unresolved-attribute - :175:16 - Type `<super: <class 'MockedMediaPipeline'>, MockedMediaPipeline>` has no attribute `download`

tests/test_pipelines.py

[error] unresolved-attribute - :86:23 - Type `Self@start` has no attribute `mockserver`

tests/test_proxy_connect.py

[warning] possibly-unbound-attribute - :49:16 - Attribute `readline` on type `IO[bytes] | None` is possibly unbound
[error] invalid-assignment - :89:9 - Object of type `Unknown | dict[str, str]` is not assignable to attribute `environ` of type `_Environ[str]`

tests/test_request_cb_kwargs.py

[warning] possibly-unbound-attribute - :66:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :68:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :70:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :71:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :73:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :76:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :79:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :81:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :82:23 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :87:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :89:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :96:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :103:13 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :108:13 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :112:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :119:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :138:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :143:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound
[warning] possibly-unbound-attribute - :144:24 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :148:9 - Attribute `inc_value` on type `StatsCollector | None` is possibly unbound

tests/test_request_dict.py

[error] invalid-argument-type - :89:13 - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Unknown | (bound method MethodsSpider.handle_error() -> Unknown)`
[warning] possibly-unbound-attribute - :99:22 - Attribute `_MethodsSpider__parse_item_reference` on type `Unknown | MethodsSpider` is possibly unbound
[warning] possibly-unbound-attribute - :100:21 - Attribute `_MethodsSpider__handle_error_reference` on type `Unknown | MethodsSpider` is possibly unbound
[warning] possibly-unbound-attribute - :110:22 - Attribute `_MethodsSpider__parse_item_private` on type `Unknown | MethodsSpider` is possibly unbound
[warning] possibly-unbound-attribute - :118:22 - Attribute `_SpiderMixin__mixin_callback` on type `Unknown | MethodsSpider` is possibly unbound

tests/test_scheduler.py

[warning] possibly-unbound-attribute - :81:9 - Attribute `active` on type `Unknown | None` is possibly unbound
[error] unresolved-attribute - :311:13 - Type `Self@test_logic` has no attribute `scheduler`
[error] unresolved-attribute - :314:13 - Type `Self@test_logic` has no attribute `close_scheduler`
[error] unresolved-attribute - :315:13 - Type `Self@test_logic` has no attribute `create_scheduler`
[error] unresolved-attribute - :319:22 - Type `Self@test_logic` has no attribute `mock_crawler`
[error] unresolved-attribute - :320:15 - Type `Self@test_logic` has no attribute `scheduler`
[error] unresolved-attribute - :321:23 - Type `Self@test_logic` has no attribute `scheduler`

tests/test_scheduler_base.py

[error] invalid-assignment - :59:9 - Object of type `map[Unknown]` is not assignable to attribute `start_urls` of type `list[str]`
[error] unresolved-attribute - :67:27 - Type `Self@test_scheduler_class` has no attribute `scheduler`
[error] unresolved-attribute - :68:27 - Type `Self@test_scheduler_class` has no attribute `scheduler`
[warning] possibly-unbound-attribute - :92:13 - Attribute `open` on type `Unknown | MinimalScheduler` is possibly unbound
[warning] possibly-unbound-attribute - :94:13 - Attribute `close` on type `Unknown | MinimalScheduler` is possibly unbound
[warning] possibly-unbound-attribute - :98:13 - Attribute `__len__` on type `Unknown | MinimalScheduler` is possibly unbound
[error] invalid-argument-type - :100:17 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | MinimalScheduler`
[warning] possibly-unbound-attribute - :112:29 - Attribute `url` on type `Unknown | Request | None` is possibly unbound

tests/test_settings/__init__.py

[error] invalid-argument-type - :155:33 - Argument to bound method `setmodule` is incorrect: Expected `ModuleType | str`, found `ModuleMock`

tests/test_signals.py

[error] unresolved-attribute - :16:17 - Type `Self@start` has no attribute `mockserver`

tests/test_spider.py

[warning] possibly-unbound-attribute - :48:16 - Attribute `foo` on type `Unknown | Spider` is possibly unbound
[error] invalid-argument-type - :138:40 - Argument to bound method `log` is incorrect: Expected `int`, found `Literal["INFO"]`

tests/test_spidermiddleware_httperror.py

[warning] possibly-unbound-attribute - :24:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :25:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :26:13 - Attribute `url` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :27:13 - Attribute `url` on type `Unknown | None` is possibly unbound

tests/test_spidermiddleware_output_chain.py

[error] unresolved-attribute - :48:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :85:27 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :96:13 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :115:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :152:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :233:23 - Type `Self@start` has no attribute `mockserver`
[error] unresolved-attribute - :311:23 - Type `Self@start` has no attribute `mockserver`

tests/test_squeues.py

[error] unresolved-attribute - :49:13 - Type `Self@test_serialize` has no attribute `queue`
[error] unresolved-attribute - :154:13 - Type `Self@test_serialize` has no attribute `queue`

tests/test_utils_datatypes.py

[error] too-many-positional-arguments - :28:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :34:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :53:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :78:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - :93:29 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :122:13 - Type `type[MutableMapping[Unknown, Unknown]]` has no attribute `fromkeys`
[error] unresolved-attribute - :126:13 - Type `type[MutableMapping[Unknown, Unknown]]` has no attribute `fromkeys`
[error] unresolved-attribute - :131:13 - Type `MutableMapping[Unknown, Unknown]` has no attribute `fromkeys`
[error] unresolved-attribute - :135:13 - Type `MutableMapping[Unknown, Unknown]` has no attribute `fromkeys`
[warning] unsupported-base - :152:22 - Unsupported class base with type `type[MutableMapping[Unknown, Unknown]]`
[warning] unsupported-base - :163:22 - Unsupported class base with type `type[MutableMapping[Unknown, Unknown]]`
[error] too-many-positional-arguments - :195:30 - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] unresolved-attribute - :201:14 - Type `MutableMapping[Unknown, Unknown]` has no attribute `copy`

tests/test_utils_iterators.py

[error] invalid-argument-type - :241:26 - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`
[error] invalid-argument-type - :356:26 - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`

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

sockeye/data_io.py

[error] invalid-argument-type - :1281:36 - Argument to bound method `insert` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-argument-type - :1283:33 - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | None | int`
[error] invalid-return-type - :1793:20 - Return type does not match returned value: expected `Batch`, found `Unknown | None | Batch`

sockeye/generate_decoder_states.py

[warning] possibly-unbound-attribute - :201:17 - Attribute `add` on type `Unknown | None | NumpyMemmapStorage` is possibly unbound
[error] invalid-argument-type - :209:13 - Argument is incorrect: Expected `int`, found `Unknown | None`

sockeye/inference.py

[error] invalid-return-type - :1106:16 - Return type does not match returned value: expected `tuple[Unknown, Unknown, RestrictLexicon | None, Unknown, Unknown | None, Unknown | None]`, found `tuple[Unknown, Unknown, None | (Unknown & ~None) | (Unknown & ~None & ~dict[Unknown, Unknown]) | (RestrictLexicon & ~dict[Unknown, Unknown]) | (dict[str, RestrictLexicon] & ~dict[Unknown, Unknown]), Unknown, Unknown | None, Unknown | None]`
[error] parameter-already-assigned - :1241:53 - Multiple values provided for parameter `unshift_target_factors` of function `_assemble_translation`

sockeye/lexicon.py

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

sockeye/lr_scheduler.py

[warning] possibly-unbound-attribute - :138:29 - Attribute `param_groups` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :168:29 - Attribute `param_groups` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :236:29 - Attribute `param_groups` on type `Unknown | None` is possibly unbound

sockeye/training.py

[warning] possibly-unbound-attribute - :241:39 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :244:25 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :254:55 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-argument-type - :258:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-unbound-attribute - :261:56 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-argument-type - :265:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-unbound-attribute - :268:56 - Attribute `samples` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-argument-type - :272:45 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-unbound-attribute - :279:17 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :282:16 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :282:43 - Attribute `batches` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-argument-type - :285:41 - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[warning] possibly-unbound-attribute - :288:60 - Attribute `time_elapsed` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :290:58 - Attribute `time_elapsed` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :293:20 - Attribute `converged` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :293:44 - Attribute `diverged` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :299:55 - Attribute `converged` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :300:21 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :300:49 - Attribute `early_stopping_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :300:83 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :316:9 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :319:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :319:44 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :319:64 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :320:21 - Attribute `samples` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :321:44 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :324:38 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-assignment - :327:9 - Object of type `bool` is not assignable to attribute `converged` on type `Unknown | None | TrainState`
[error] invalid-assignment - :328:9 - Object of type `bool` is not assignable to attribute `diverged` on type `Unknown | None | TrainState`
[warning] possibly-unbound-attribute - :347:38 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :390:9 - Attribute `batches` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :391:9 - Attribute `samples` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :395:27 - Attribute `batches` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :396:9 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :432:27 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :432:45 - Attribute `batches` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :433:27 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :481:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :500:64 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :504:52 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-assignment - :505:21 - Object of type `int | float` is not assignable to attribute `best_metric` on type `Unknown | None | TrainState`
[error] invalid-assignment - :506:21 - Object of type `Unknown | Literal[0]` is not assignable to attribute `best_checkpoint` on type `Unknown | None | TrainState`
[warning] possibly-unbound-attribute - :506:50 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-assignment - :507:21 - Object of type `Literal[0]` is not assignable to attribute `num_not_improved` on type `Unknown | None | TrainState`
[warning] possibly-unbound-attribute - :510:13 - Attribute `num_not_improved` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :512:60 - Attribute `num_not_improved` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :512:89 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :514:9 - Attribute `best_metric_history` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :514:47 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :516:25 - Attribute `best_metric_history` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :517:13 - Attribute `best_metric_history` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :527:52 - Attribute `samples` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :529:50 - Attribute `samples` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :532:52 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :534:50 - Attribute `updates` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :537:51 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :539:49 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :544:21 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :549:42 - Attribute `best_metric` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :549:67 - Attribute `best_metric_history` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :593:29 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :600:60 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :609:26 - Attribute `epoch` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :612:33 - Attribute `time_elapsed` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :614:30 - Attribute `converged` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :615:29 - Attribute `diverged` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :622:9 - Attribute `metrics` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :623:34 - Attribute `metrics` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :625:61 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[error] invalid-argument-type - :626:36 - Argument to function `safe_custom_metrics_logger` is incorrect: Expected `(...) -> Unknown`, found `Unknown | ((...) -> Unknown) | None`
[warning] possibly-unbound-attribute - :628:48 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :634:52 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :665:96 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :666:34 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :708:49 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :738:9 - Attribute `save` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :817:30 - Attribute `checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] possibly-unbound-attribute - :817:53 - Attribute `best_checkpoint` on type `Unknown | None | TrainState` is possibly unbound
[warning] unused-ignore-comment - :588:86 - Unused blanket `type: ignore` directive

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

sphinx/builders/changes.py

[error] invalid-argument-type - :158:13 - Argument to function `copy_asset_file` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`

sphinx/builders/xml.py

[error] invalid-assignment - :90:9 - Object of type `NodeVisitor` is not assignable to `XMLTranslator`

sphinx/directives/other.py

[error] unresolved-attribute - :329:36 - Type `Struct` has no attribute `title_styles`
[error] unresolved-attribute - :330:37 - Type `Struct` has no attribute `section_level`
[error] unresolved-attribute - :331:9 - Unresolved attribute `title_styles` on type `Struct`.
[error] unresolved-attribute - :332:9 - Unresolved attribute `section_level` on type `Struct`.
[error] unresolved-attribute - :337:28 - Type `Struct` has no attribute `title_styles`
[error] invalid-assignment - :409:13 - Implicit shadowing of function `insert_input`

sphinx/registry.py

[error] invalid-argument-type - :302:60 - Argument to bound method `add_directive_to_domain` is incorrect: Expected `type[Directive]`, found `type`
[error] invalid-argument-type - :333:60 - Argument to bound method `add_directive_to_domain` is incorrect: Expected `type[Directive]`, found `type`

sphinx/util/_io.py

[error] call-non-callable - :31:13 - Object of type `object` is not callable
[error] call-non-callable - :33:13 - Object of type `object` is not callable

sphinx/builders/text.py

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

sphinx/domains/__init__.py

[warning] unused-ignore-comment - :116:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :117:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :118:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :119:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :194:49 - Unused blanket `type: ignore` directive

sphinx/domains/javascript.py

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

sphinx/util/tags.py

[warning] possibly-unresolved-reference - :41:16 - Name `node` used when possibly not defined

sphinx/util/template.py

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

sphinx/addnodes.py

[error] invalid-argument-type - :328:30 - Argument to bound method `add` is incorrect: Expected `type[desc_sig_element]`, found `Self@__init_subclass__`

sphinx/application.py

[warning] unused-ignore-comment - :1526:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1590:41 - Unused blanket `type: ignore` directive

sphinx/builders/gettext.py

[error] invalid-argument-type - :86:29 - Argument to bound method `append` is incorrect: Expected `tuple[str, int, str]`, found `tuple[(str & ~AlwaysFalsy) | Literal[""], int, object]`
[warning] possibly-unbound-attribute - :267:32 - Attribute `extract_translations` on type `Unknown | SandboxedEnvironment` is possibly unbound

sphinx/builders/html/__init__.py

[error] invalid-argument-type - :876:21 - Argument to function `copy_asset` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`
[error] invalid-argument-type - :894:17 - Argument to function `copy_asset` is incorrect: Expected `BaseRenderer | None`, found `Unknown | BuiltinTemplateLoader`
[warning] unused-ignore-comment - :433:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :672:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1357:44 - Unused blanket `type: ignore` directive

sphinx/builders/latex/__init__.py

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

sphinx/builders/texinfo.py

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

sphinx/directives/code.py

[error] invalid-argument-type - :146:34 - Argument to function `dedent_lines` is incorrect: Expected `list[str]`, found `list[LiteralString]`

sphinx/domains/c/__init__.py

[error] invalid-assignment - :235:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :303:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :315:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] unsupported-operator - :955:22 - Operator `+` is unsupported between objects of type `Literal["c:"]` and `Unknown | None`

sphinx/domains/c/_ast.py

[warning] possibly-unbound-attribute - :852:13 - Attribute `describe_signature` on type `Unknown | ASTTypeWithInit | None` is possibly unbound
[warning] possibly-unbound-attribute - :1673:13 - Attribute `describe_signature` on type `Unknown | ASTNestedName | None` is possibly unbound
[warning] possibly-unbound-attribute - :1909:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` is possibly unbound
[error] invalid-argument-type - :1910:65 - Argument to bound method `get_id` is incorrect: Expected `Symbol`, found `Symbol | None`
[warning] unused-ignore-comment - :375:43 - Unused blanket `type: ignore` directive

sphinx/domains/c/_parser.py

[warning] possibly-unbound-attribute - :153:22 - Attribute `group` on type `Match[str] | None` is possibly unbound
[warning] possibly-unbound-attribute - :154:20 - Attribute `group` on type `Match[str] | None` is possibly unbound
[error] invalid-argument-type - :248:41 - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - :292:31 - Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `ASTExpression | None`
[error] invalid-argument-type - :962:38 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[warning] possibly-unresolved-reference - :893:13 - Name `fallback_end` used when possibly not defined
[error] invalid-argument-type - :675:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :676:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :677:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :678:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :694:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | ASTDeclSpecsSimple`
[error] invalid-argument-type - :694:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `ASTTrailingTypeSpec | None`
[error] invalid-argument-type - :765:83 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTExpression`, found `None | ASTExpression`
[error] invalid-argument-type - :775:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :776:39 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :776:75 - Argument to bound method `__init__` is incorrect: Expected `ASTParameters`, found `ASTParameters | None`

sphinx/domains/c/_symbol.py

[error] no-matching-overload - :151:9 - No overload of bound method `setdefault` matches arguments
[error] invalid-argument-type - :158:54 - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :564:50 - Argument to bound method `_fill_empty` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :564:71 - Argument to bound method `_fill_empty` is incorrect: Expected `int`, found `Unknown | int | None`

sphinx/domains/cpp/__init__.py

[error] invalid-assignment - :350:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] invalid-assignment - :419:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[warning] possibly-unbound-attribute - :427:13 - Attribute `_stringify` on type `Unknown | ASTIdentifier | ASTOperator | None` is possibly unbound
[error] invalid-assignment - :437:9 - Object of type `Symbol | None` is not assignable to `Symbol`
[error] unsupported-operator - :1273:26 - Operator `+` is unsupported between objects of type `Literal["cpp:"]` and `Unknown | None`

sphinx/domains/cpp/_ast.py

[error] invalid-argument-type - :4442:26 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] invalid-argument-type - :4443:31 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] invalid-argument-type - :4451:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None`
[error] not-iterable - :4462:18 - Object of type `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None` may not be iterable
[warning] possibly-unbound-attribute - :4566:13 - Attribute `clone` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :4586:24 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` is possibly unbound
[warning] possibly-unbound-attribute - :4587:20 - Attribute `get_id` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :4590:20 - Attribute `get_id` on type `Unknown | ASTDeclaration | None` is possibly unbound
[warning] possibly-unbound-attribute - :4625:20 - Attribute `get_id` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :4669:17 - Argument to bound method `describe_signature` is incorrect: Expected `bool`, found `bool | None`
[warning] possibly-unbound-attribute - :4678:22 - Attribute `get_type_declaration_prefix` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :4689:17 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :4689:37 - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None`
[warning] possibly-unbound-attribute - :4711:9 - Attribute `describe_signature` on type `Unknown | None` is possibly unbound

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 - :1644:53 - Argument to bound method `_parse_decl_specs` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :1645:59 - Argument to bound method `_parse_declarator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :1664:57 - Argument to bound method `_parse_decl_specs` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :1665:63 - Argument to bound method `_parse_declarator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :1707:49 - Argument to bound method `_parse_decl_specs` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :1719:42 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[error] invalid-argument-type - :1769:40 - Argument to bound method `__init__` is incorrect: Expected `ASTInitializer`, found `ASTInitializer | None`
[error] invalid-argument-type - :2190:13 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `None | ASTTemplateDeclarationPrefix`
[error] invalid-argument-type - :2212:19 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `ASTTemplateDeclarationPrefix | None`
[error] invalid-argument-type - :2230:23 - Argument to bound method `_check_template_consistency` is incorrect: Expected `ASTTemplateDeclarationPrefix`, found `ASTTemplateDeclarationPrefix | None`
[warning] possibly-unresolved-reference - :236:25 - Name `char_lit` used when possibly not defined
[error] invalid-argument-type - :545:31 - Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTExplicitCast | ASTTypeId | Unknown`
[error] invalid-argument-type - :1145:40 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Literal["class", "struct", "enum", "union", "typename"]`
[warning] possibly-unresolved-reference - :1615:13 - Name `fallback_end` used when possibly not defined
[error] invalid-argument-type - :1246:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTType | None`
[error] invalid-argument-type - :1346:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1347:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1348:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1350:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1351:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1352:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1353:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1354:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1355:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | (Unknown & ~AlwaysTruthy)`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `None | Literal[False]`
[error] invalid-argument-type - :1384:48 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTDeclSpecsSimple`, found `None | ASTDeclSpecsSimple`
[error] invalid-argument-type - :1384:61 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTTrailingTypeSpec`, found `ASTTrailingTypeSpec | None`
[error] invalid-argument-type - :1435:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `Unknown | None | ASTNestedName`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :1437:13 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `Unknown | None | ASTNestedName`
New: Argument to bound method `__init__` is incorrect: Expected `ASTNestedName`, found `ASTNestedName | None`
[error] invalid-argument-type - :1437:49 - Argument to bound method `__init__` is incorrect: Expected `ASTParametersQualifiers`, found `ASTParametersQualifiers | None`
[error] invalid-argument-type - :1794:54 -
Old: Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - :1814:38 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `None | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `None | ASTType`
[error] invalid-argument-type - :1875:50 -
Old: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `Unknown | None`
New: Argument to bound method `__init__` is incorrect: Expected `ASTType`, found `ASTType | None`
[error] invalid-argument-type - :1875:17 - Argument to bound method `__init__` is incorrect: Expected `str`, found `None | Literal["typename", "class"]`

sphinx/domains/cpp/_symbol.py

[error] invalid-argument-type - :378:13 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateArgs`, found `ASTTemplateArgs | None`
[error] invalid-argument-type - :613:17 - Argument to bound method `_find_first_named_symbol` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `Any | None`
[error] invalid-argument-type - :692:13 - Argument to bound method `_symbol_lookup` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :887:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTIdentifier | ASTOperator`, found `Unknown | ASTIdentifier | ASTOperator | None`
[error] invalid-argument-type - :888:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `Unknown | ASTTemplateParams | ASTTemplateIntroduction | None`
[error] invalid-argument-type - :889:17 - Argument to bound method `_find_named_symbols` is incorrect: Expected `ASTTemplateArgs`, found `Unknown | None`
[error] invalid-argument-type - :1004:25 - Argument to bound method `_add_symbols` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[@Todo]`
[error] invalid-argument-type - :1024:46 - Argument to bound method `_add_symbols` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[@Todo]`
[error] invalid-argument-type - :1173:13 - Argument to bound method `_find_first_named_symbol` is incorrect: Expected `ASTTemplateParams | ASTTemplateIntroduction`, found `None`
[error] invalid-argument-type - :1207:13 - Argument to bound method `_symbol_lookup` is incorrect: Expected `list[Any]`, found `Unknown | list[ASTTemplateParams | ASTTemplateIntroduction] | None | list[@Todo]`

sphinx/domains/python/__init__.py

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

sphinx/domains/python/_object.py

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

sphinx/domains/std/__init__.py

[error] invalid-argument-type - :971:42 - Argument to bound method `is_enumerable_node` is incorrect: Expected `Node`, found `Element | None`
[error] invalid-argument-type - :972:50 - Argument to bound method `get_numfig_title` is incorrect: Expected `Node`, found `Element | None`
[error] invalid-return-type - :1058:16 - Return type does not match returned value: expected `reference | None`, found `Element | None`
[warning] unused-ignore-comment - :1324:65 - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_directive_options.py

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

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 - :167: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/inheritance_diagram.py

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

sphinx/ext/intersphinx/_shared.py

[warning] unused-ignore-comment - :122:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :124:50 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :125:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :147:49 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :148:55 - Unused blanket `type: ignore` directive

sphinx/ext/mathjax.py

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

sphinx/ext/napoleon/docstring.py

[warning] possibly-unbound-attribute - :493:22 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :496:30 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` is possibly unbound
[error] invalid-argument-type - :502:41 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[error] invalid-argument-type - :525:41 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-unbound-attribute - :544:47 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :547:34 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` is possibly unbound
[error] invalid-argument-type - :551:43 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-unbound-attribute - :800:12 - Attribute `napoleon_custom_sections` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :801:26 - Attribute `napoleon_custom_sections` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :871:16 - Attribute `napoleon_use_ivar` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :889:12 - Attribute `napoleon_use_ivar` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :898:26 - Attribute `napoleon_use_admonition_for_examples` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :935:12 - Attribute `napoleon_use_keyword` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :955:26 - Attribute `napoleon_use_admonition_for_notes` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :959:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :968:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :995:12 - Attribute `napoleon_use_param` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :1004:26 - Attribute `napoleon_use_admonition_for_references` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :1010:41 - Attribute `napoleon_use_rtype` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :1083:12 - Attribute `napoleon_attr_annotations` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :1242:12 - Attribute `napoleon_preprocess_types` on type `Unknown | Config | Config` is possibly unbound
[warning] possibly-unbound-attribute - :1245:30 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` is possibly unbound
[error] invalid-argument-type - :1251:39 - Argument to bound method `__init__` is incorrect: Expected `Config | None`, found `Unknown | Config | Config`
[warning] possibly-unbound-attribute - :1364:28 - Attribute `napoleon_type_aliases` on type `Unknown | Config | Config` is possibly unbound

sphinx/ext/viewcode.py

[error] invalid-argument-type - :291:20 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] unresolved-attribute - :294:16 - Type `object` has no attribute `items`
[error] invalid-argument-type - :297:13 - Argument to function `len` is incorrect: Expected `Sized`, found `object`
[warning] unused-ignore-comment - :118:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :121:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :131:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :141:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :288:44 - Unused blanket `type: ignore` directive

sphinx/jinja2glue.py

[warning] unused-ignore-comment - :214:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :252: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 - :380:55 - Argument to bound method `add_variable_annotation` is incorrect: Expected `AST`, found `~AlwaysFalsy`
[error] invalid-argument-type - :432:46 - Argument to function `get_assign_targets` is incorrect: Expected `AST`, found `AST | None`
[warning] unused-ignore-comment - :383:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :422:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :486:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :535:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :542:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :545:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :550:75 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :558:48 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :562:71 - Unused blanket `type: ignore` directive

sphinx/util/docutils.py

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

sphinx/writers/xml.py

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

starlette (https://github.com/encode/starlette)

starlette/middleware/errors.py

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

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

[error] invalid-assignment - :505:13 - Object of type `TextIOWrapper[_WrappedBuffer]` is not assignable to attribute `_file` of type `IO[bytes] | None`
[warning] unused-ignore-comment - :351:51 - Unused blanket `type: ignore` directive

static_frame/core/bus.py

[warning] possibly-unbound-attribute - :571:13 - Attribute `flags` on type `(Unknown & ~None) | Iterable[Unknown | type[FrameDeferred]] | Unknown` is possibly unbound
[error] invalid-return-type - :620:16 - Return type does not match returned value: expected `Self@__copy__`, found `Bus[Any]`
[error] invalid-return-type - :655:16 - Return type does not match returned value: expected `Self@rename`, found `Bus[Any]`
[error] invalid-return-type - :1146:16 - Return type does not match returned value: expected `Self@_extract_iloc`, found `Bus[Any]`
[warning] unused-ignore-comment - :873:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :907:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :947:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :986:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1010:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1053:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1077:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1098:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1144:28 - Unused blanket `type: ignore` directive

static_frame/core/frame.py

[error] invalid-return-type - :3667:16 - Return type does not match returned value: expected `Self@rename`, found `Frame`
[error] invalid-return-type - :4602:16 - Return type does not match returned value: expected `Self@relabel_shift_in`, found `Frame`
[error] invalid-assignment - :4651:13 - Object of type `Unknown | tuple[str, ...]` is not assignable to `tuple[Unknown]`
[error] call-non-callable - :4682:30 - Object of type `Series[Any, Any]` is not callable
[error] invalid-return-type - :4721:16 - Return type does not match returned value: expected `Self@relabel_shift_out`, found `Frame`
[error] invalid-return-type - :4777:16 - Return type does not match returned value: expected `Self@rehierarch`, found `Frame`
[error] invalid-return-type - :4794:16 - Return type does not match returned value: expected `Self@isna`, found `Frame`
[error] invalid-return-type - :4807:16 - Return type does not match returned value: expected `Self@notna`, found `Frame`
[error] invalid-return-type - :4843:16 - Return type does not match returned value: expected `Self@dropna`, found `Unknown | Series[Any, Any]`
[error] invalid-return-type - :4853:16 - Return type does not match returned value: expected `Self@isfalsy`, found `Frame`
[error] invalid-return-type - :4867:16 - Return type does not match returned value: expected `Self@notfalsy`, found `Frame`
[error] invalid-return-type - :4903:16 - Return type does not match returned value: expected `Self@dropfalsy`, found `Unknown | Series[Any, Any]`
[error] invalid-return-type - :4936:20 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :4943:20 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :4951:16 - Return type does not match returned value: expected `Self@_fill_missing`, found `Frame`
[error] invalid-return-type - :5555:16 - Return type does not match returned value: expected `Self@_drop_iloc`, found `Frame`
[error] invalid-return-type - :6465:20 - Return type does not match returned value: expected `Self@_reverse`, found `Unknown | Series[Any, Any]`
[error] invalid-return-type - :6467:16 - Return type does not match returned value: expected `Self@_reverse`, found `Unknown | Series[Any, Any]`
[error] invalid-return-type - :6494:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `Frame`
[warning] unused-ignore-comment - :7331:61 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :8173:16 - Return type does not match returned value: expected `Self@cov`, found `Frame`
[error] invalid-return-type - :8206:16 - Return type does not match returned value: expected `Self@corr`, found `Frame`
[error] invalid-argument-type - :8442:51 - Argument to function `resolve_dtype` is incorrect: Expected `dtype[Any]`, found `Unknown | ndarray[@Todo, Any]`
[error] invalid-return-type - :8863:20 - Return type does not match returned value: expected `Self@_insert`, found `Frame`
[error] invalid-return-type - :8905:16 - Return type does not match returned value: expected `Self@_insert`, found `Frame`
[warning] unused-ignore-comment - :4548:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4641:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4668:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4698:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4712:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4753:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4764:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4839:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4840:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4899:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4900:60 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :6194:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7051:61 - Unused blanket `type: ignore` directive
[error] index-out-of-bounds - :7320:31 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] index-out-of-bounds - :7320:61 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] index-out-of-bounds - :7322:49 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[warning] unused-ignore-comment - :7990:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7997:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :7999:74 - Unused blanket `type: ignore` directive

static_frame/core/index.py

[error] invalid-return-type - :457:16 - Return type does not match returned value: expected `Self@__copy__`, found `Index[Any]`
[error] invalid-return-type - :475:16 - Return type does not match returned value: expected `Self@rename`, found `Index[Any]`
[error] invalid-return-type - :1336:16 - Return type does not match returned value: expected `Self@roll`, found `Index[Any]`
[error] invalid-return-type - :1361:20 - Return type does not match returned value: expected `Self@_drop_missing`, found `Index[Any]`
[error] invalid-return-type - :1369:16 - Return type does not match returned value: expected `Self@_drop_missing`, found `Index[Any]`
[error] invalid-return-type - :1443:16 - Return type does not match returned value: expected `tuple[Self@_sample_and_key, Unknown | ndarray[Any, Any]]`, found `tuple[Index[Any], ndarray[Any, Any]]`
[error] invalid-argument-type - :381:28 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] unused-ignore-comment - :1716:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1744: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 - :1204:16 - Return type does not match returned value: expected `Self@__copy__`, found `IndexHierarchy`
[error] invalid-return-type - :1234:16 - Return type does not match returned value: expected `Self@rename`, found `IndexHierarchy`
[error] invalid-return-type - :1857:16 - Return type does not match returned value: expected `Self@relabel_at_depth`, found `IndexHierarchy`
[error] invalid-return-type - :2571:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `IndexHierarchy`
[error] invalid-return-type - :3073:16 - Return type does not match returned value: expected `Self@level_add`, found `IndexHierarchy`
[warning] unused-ignore-comment - :1133:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1137:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1444:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2708:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2711:43 - 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/quilt.py

[warning] possibly-unbound-attribute - :537:35 - Attribute `level_drop` on type `(@Todo & ~None) | IndexHierarchy | @Todo | None` is possibly unbound
[error] invalid-assignment - :541:17 - Object of type `(@Todo & ~None) | IndexHierarchy | @Todo | None` is not assignable to attribute `_index` of type `IndexBase`
[warning] possibly-unbound-attribute - :546:37 - Attribute `level_drop` on type `(@Todo & ~None) | IndexHierarchy | @Todo | None` is possibly unbound
[error] invalid-assignment - :550:17 - Object of type `(@Todo & ~None) | IndexHierarchy | @Todo | 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 `Unknown | Bus[Any] | Yarn[Any]`
[error] invalid-argument-type - :1194:25 - Argument to function `_relabel` is incorrect: Expected `Frame | Series[Any, Any]`, found `Unknown | 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[Any, Any]`
[error] invalid-return-type - :1328:16 - Return type does not match returned value: expected `Self@rehierarch`, found `Series[Any, Any]`
[error] invalid-return-type - :1343:16 - Return type does not match returned value: expected `Self@isna`, found `Series[Any, Any]`
[error] invalid-return-type - :1351:16 - Return type does not match returned value: expected `Self@notna`, found `Series[Any, Any]`
[error] invalid-return-type - :1359:20 - Return type does not match returned value: expected `Self@dropna`, found `Series[Any, Any]`
[error] invalid-return-type - :1369:20 - Return type does not match returned value: expected `Self@dropna`, found `Series[Any, Any]`
[error] invalid-return-type - :1382:16 - Return type does not match returned value: expected `Self@dropna`, found `Series[Any, Any]`
[error] invalid-return-type - :1400:16 - Return type does not match returned value: expected `Self@isfalsy`, found `Series[Any, Any]`
[error] invalid-return-type - :1408:16 - Return type does not match returned value: expected `Self@notfalsy`, found `Series[Any, Any]`
[error] invalid-return-type - :1420:20 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[Any, Any]`
[error] invalid-return-type - :1422:20 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[Any, Any]`
[error] invalid-return-type - :1430:16 - Return type does not match returned value: expected `Self@dropfalsy`, found `Series[Any, Any]`
[error] invalid-return-type - :1489:16 - Return type does not match returned value: expected `Self@_fill_missing`, found `Series[Any, Any]`
[error] invalid-return-type - :1793:16 - Return type does not match returned value: expected `Self@_ufunc_unary_operator`, found `Series[Any, Any]`
[error] invalid-return-type - :1862:16 - Return type does not match returned value: expected `Self@_ufunc_binary_operator`, found `Series[Any, Any]`
[error] invalid-return-type - :1914:16 - Return type does not match returned value: expected `Self@_ufunc_shape_skipna`, found `Series[Any, Any]`
[error] invalid-return-type - :2115:16 - Return type does not match returned value: expected `Self@_drop_iloc`, found `Series[Any, Any]`
[error] invalid-return-type - :2127:16 - Return type does not match returned value: expected `Self@_extract_iloc_mask`, found `Series[Any, Any]`
[error] invalid-return-type - :2454:16 - Return type does not match returned value: expected `Self@_apply_ordering`, found `Series[Any, Any]`
[error] invalid-return-type - :2543:16 - Return type does not match returned value: expected `Self@isin`, found `Series[Any, Any]`
[error] invalid-return-type - :2674:16 - Return type does not match returned value: expected `Self@__round__`, found `Series[Any, Any]`
[error] invalid-return-type - :2707:16 - Return type does not match returned value: expected `Self@roll`, found `Series[Any, Any]`
[error] invalid-return-type - :2738:16 - Return type does not match returned value: expected `Self@shift`, found `Series[Any, Any]`
[error] invalid-return-type - :2772:20 - Return type does not match returned value: expected `Self@_rank`, found `Series[Any, Any]`
[error] invalid-return-type - :3448:16 - Return type does not match returned value: expected `Self@_insert`, found `Series[Any, Any]`
[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 - :2336:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2351:63 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2887:51 - Unused blanket `type: ignore` directive

static_frame/core/type_clinic.py

[error] missing-argument - :831:16 - No argument provided for required parameter `item` of function `__class_getitem__`
[warning] unused-ignore-comment - :372:37 - Unused blanket `type: ignore` directive

static_frame/core/util.py

[warning] unused-ignore-comment - :1034:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1047:32 - Unused blanket `type: ignore` directive

static_frame/core/www.py

[error] invalid-return-type - :63:16 - Return type does not match returned value: expected `bytes`, found `Unknown | str`
[error] invalid-return-type - :66:16 - Return type does not match returned value: expected `bytes`, found `Unknown | str`
[error] invalid-argument-type - :66:36 - Argument to bound method `readline` is incorrect: Expected `int`, found `int | None`

static_frame/core/yarn.py

[warning] possibly-unbound-attribute - :323:13 - Attribute `_persist_loc` on type `Unknown | ndarray[@Todo, dtype[object_]]` is possibly unbound
[warning] possibly-unbound-attribute - :327:13 - Attribute `_persist_loc` on type `Unknown | ndarray[@Todo, dtype[object_]]` is possibly unbound
[error] invalid-return-type - :362:16 - Return type does not match returned value: expected `Self@__copy__`, found `Yarn[Any]`
[error] invalid-return-type - :399:16 - Return type does not match returned value: expected `Self@rename`, found `Yarn[Any]`
[warning] possibly-unbound-attribute - :479:24 - Attribute `_extract_loc` on type `Unknown | ndarray[@Todo, dtype[object_]]` is possibly unbound
[warning] possibly-unbound-attribute - :544:19 - Attribute `_extract_loc` on type `Unknown | ndarray[@Todo, dtype[object_]]` is possibly unbound
[warning] possibly-unbound-attribute - :733:33 - Attribute `_extract_loc` on type `Unknown | ndarray[@Todo, dtype[object_]]` is possibly unbound
[error] invalid-return-type - :1204:16 - Return type does not match returned value: expected `Self@roll`, found `Yarn[Any]`
[warning] unused-ignore-comment - :281:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :718:34 - Unused blanket `type: ignore` directive

static_frame/test/unit/test_frame.py

[error] call-non-callable - :14634:21 - Object of type `None` is not callable

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

stone/backends/js_client.py

[warning] possibly-unbound-attribute - :77:43 - Attribute `filename` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :97:12 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :98:30 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :106:12 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :107:51 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :113:12 - Attribute `wrap_response_in` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :114:43 - Attribute `wrap_response_in` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :124:56 - Attribute `wrap_error_in` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :167:27 - Attribute `name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :170:29 - Attribute `name` on type `Unknown | None` is possibly unbound

stone/backends/obj_c_client.py

[warning] possibly-unbound-attribute - :111:54 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :113:41 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :120:42 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :132:42 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :149:29 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :154:38 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :158:38 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :166:27 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :168:39 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :173:33 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :176:27 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :179:35 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :195:54 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :205:39 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :216:42 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :228:17 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :231:38 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :241:58 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :247:35 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :252:40 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :271:62 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :274:49 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :281:50 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :283:43 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :291:43 - Attribute `style_to_request` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :298:42 - Attribute `client_args` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :391:50 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :400:25 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :405:35 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :416:54 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :421:43 - Attribute `style_to_request` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :428:42 - Attribute `client_args` on type `Unknown | None` is possibly unbound

stone/backends/obj_c_types.py

[warning] possibly-unbound-attribute - :127:12 - Attribute `documentation` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :162:20 - Attribute `documentation` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :172:12 - Attribute `documentation` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :214:16 - Attribute `documentation` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :228:20 - Attribute `documentation` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :250:16 - Attribute `exclude_from_analysis` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :262:16 - Attribute `exclude_from_analysis` on type `Unknown | None` is possibly unbound

stone/backends/python_rsrc/stone_base.py

[warning] possibly-unbound-attribute - :78:13 - Attribute `validate_type_only` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :80:21 - Attribute `validate` on type `Unknown | None` is possibly unbound

stone/backends/python_types.py

[warning] possibly-unbound-attribute - :208:16 - Attribute `route_method` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :209:39 - Attribute `route_method` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:24 - Attribute `name` on type `Unknown | None` is possibly unbound

stone/backends/tsd_client.py

[warning] possibly-unbound-attribute - :111:29 - Attribute `spaces_per_indent` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :112:24 - Attribute `indent_level` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :113:63 - Attribute `template` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :114:27 - Attribute `template_string` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :116:43 - Attribute `filename` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :135:16 - Attribute `import_namespaces` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :136:42 - Attribute `import_template_string` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :137:36 - Attribute `types_file` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :183:12 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :184:30 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :195:46 - Attribute `wrap_error_in` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :204:12 - Attribute `wrap_response_in` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :205:53 - Attribute `wrap_response_in` on type `Unknown | None` is possibly unbound

stone/backends/js_types.py

[warning] possibly-unbound-attribute - :77:43 - Attribute `filename` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :81:54 - Attribute `extra_arg` on type `Unknown | None` is possibly unbound

stone/backends/python_client.py

[warning] possibly-unbound-attribute - :121:53 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :137:45 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :153:54 - Attribute `types_package` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :175:12 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :176:85 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :385:12 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :386:30 - Attribute `attribute_comment` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :489:53 - Attribute `error_class_path` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :495:32 - Attribute `error_class_path` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :513:26 - Attribute `name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :514:44 - Attribute `types_package` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :525:21 - Attribute `name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :550:17 - Attribute `types_package` on type `Unknown | None` is possibly unbound

stone/backends/python_rsrc/stone_validators.py

[warning] possibly-unbound-attribute - :350:33 - Attribute `match` on type `Unknown | None` is possibly unbound

stone/backends/swift_client.py

[warning] possibly-unbound-attribute - :145:16 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :150:42 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :153:53 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :155:12 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :160:70 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :166:67 - Attribute `module_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :200:53 - Attribute `transport_client_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :215:12 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :246:50 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :248:12 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :258:56 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :269:77 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :277:30 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :280:45 - Attribute `class_name` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :334:28 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :353:28 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :369:12 - Attribute `auth_type` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :406:34 - Attribute `client_args` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :415:34 - Attribute `client_args` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :499:39 - Attribute `style_to_request` on type `Unknown | None` is possibly unbound

stone/backends/swift_types.py

[warning] possibly-unbound-attribute - :141:16 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :208:16 - Attribute `objc` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :218:12 - Attribute `documentation` on type `Unknown | None` is possibly unbound

stone/backends/tsd_types.py

[warning] possibly-unbound-attribute - :157:50 - Attribute `extra_arg` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :159:12 - Attribute `filename` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :160:75 - Attribute `filename` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :162:70 - Attribute `exclude_error_types` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :170:41 - Attribute `exclude_error_types` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :173:63 - Attribute `template` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :189:29 - Attribute `spaces_per_indent` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :190:24 - Attribute `indent_level` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :237:71 - Attribute `module_name_prefix` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :261:54 - Attribute `module_name_prefix` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :263:16 - Attribute `export_namespaces` on type `Unknown | None` is possibly unbound

stone/frontend/lexer.py

[warning] possibly-unbound-attribute - :64:17 - Attribute `token` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :66:17 - Attribute `extend` on type `(Unknown & ~AlwaysTruthy) | None | (list[@Todo] & ~AlwaysTruthy)` is possibly unbound
[warning] possibly-unbound-attribute - :67:35 - Attribute `pop` on type `(Unknown & ~AlwaysTruthy) | None | (list[@Todo] & ~AlwaysTruthy)` is possibly unbound
[error] unsupported-operator - :69:34 - Operator `>` is not supported for types `None` and `int`, in comparing `Unknown | None | Literal[0]` with `Literal[0]`
[warning] possibly-unbound-attribute - :73:46 - Attribute `lineno` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :73:63 - Attribute `lexpos` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :74:25 - Attribute `append` on type `(Unknown & ~AlwaysTruthy) | None | (list[@Todo] & ~AlwaysTruthy)` is possibly unbound
[warning] possibly-unbound-attribute - :77:41 - Attribute `lineno` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :77:58 - Attribute `lexpos` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :78:21 - Attribute `extend` on type `(Unknown & ~AlwaysTruthy) | None | (list[@Todo] & ~AlwaysTruthy)` is possibly unbound
[error] unsupported-operator - :78:46 - Operator `*` is unsupported between objects of type `list[@Todo]` and `Unknown | None | Literal[0]`
[warning] possibly-unbound-attribute - :81:39 - Attribute `pop` on type `(Unknown & ~AlwaysTruthy) | None | (list[@Todo] & ~AlwaysTruthy)` is possibly unbound

stone/ir/data_types.py

[warning] possibly-unbound-attribute - :439:35 - Attribute `match` on type `Unknown | None | Pattern[str]` is possibly unbound
[error] not-iterable - :835:22 - Object of type `Unknown | None` may not be iterable
[error] not-iterable - :842:43 - Object of type `Unknown | None` may not be iterable
[warning] possibly-unbound-attribute - :852:9 - Attribute `insert` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :884:24 - Attribute `values` on type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[error] no-matching-overload - :981:23 - No overload of function `__new__` matches arguments
[error] unsupported-operator - :1095:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | dict[@Todo, @Todo]`
[error] non-subscriptable - :1098:30 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-implicit-call - :1121:13 - Method `__setitem__` of type `Unknown | None | dict[@Todo, @Todo]` is possibly unbound
[warning] possibly-unbound-implicit-call - :1223:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[warning] possibly-unbound-implicit-call - :1259:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[error] unsupported-operator - :1263:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - :1274:22 - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[warning] possibly-unbound-implicit-call - :1275:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[error] unsupported-operator - :1291:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1293:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :1344:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1346:19 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-implicit-call - :1483:9 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[error] unsupported-operator - :1487:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] not-iterable - :1508:22 - Object of type `Unknown | None | OrderedDict[Unknown, Unknown]` may not be iterable
[warning] possibly-unbound-implicit-call - :1509:13 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[warning] possibly-unbound-implicit-call - :1515:17 - Method `__setitem__` of type `Unknown | None | OrderedDict[Unknown, Unknown]` is possibly unbound
[error] unsupported-operator - :1527:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] non-subscriptable - :1529:23 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-iterable - :1594:22 - Object of type `Unknown | None` may not be iterable
[warning] possibly-unbound-attribute - :1875:16 - Attribute `check` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1879:16 - Attribute `check_example` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1883:16 - Attribute `_has_example` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1886:16 - Attribute `_compute_example` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1889:16 - Attribute `check_attr_repr` on type `Unknown | None` is possibly unbound

test/test_python_gen.py

[error] unresolved-attribute - :252:24 - Type `Self@get_a` has no attribute `_a`
[error] unresolved-attribute - :255:24 - Type `Self@get_c` has no attribute `_c`
[error] unresolved-attribute - :258:24 - Type `Self@get_d` has no attribute `_d`
[error] unresolved-attribute - :358:24 - Type `Self@get_t` has no attribute `_t`
[warning] possibly-unbound-attribute - :850:45 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :851:44 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :852:44 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :853:44 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :856:35 - Attribute `DocTest` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :858:37 - Attribute `DocTest` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :862:26 - Attribute `AliasedS2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :862:45 - Attribute `S2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :865:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :867:34 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :875:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :884:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :893:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :901:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :913:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :918:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :919:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :922:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :923:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :927:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :931:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :932:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :935:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :936:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :940:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :944:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :945:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :949:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :950:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :954:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :955:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :960:38 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :965:38 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :969:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :970:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :976:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :979:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :984:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :988:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :991:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :992:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :997:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :998:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1004:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1009:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1010:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1012:43 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1017:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1022:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1025:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1027:43 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1031:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1032:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1034:43 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1038:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1039:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1045:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1047:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1049:43 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1055:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1057:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1063:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1065:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1066:43 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1073:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1075:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1080:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1082:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1087:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1089:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1095:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1098:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1104:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1107:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1112:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1114:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1120:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1122:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1128:22 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1131:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1140:22 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1142:35 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1144:34 - Attribute `OptionalS` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1153:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1157:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1158:40 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1159:42 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1166:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1167:40 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1168:42 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1177:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1178:39 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1185:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1186:34 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1194:41 - Attribute `UExtend` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1195:42 - Attribute `UExtend2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1203:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1204:41 - Attribute `UExtend` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1205:48 - Attribute `UExtendExtend` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1216:23 - Attribute `OptionalS` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1224:23 - Attribute `S2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1226:35 - Attribute `S2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1227:38 - Attribute `OptionalS` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1236:35 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1240:35 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1241:41 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1242:43 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1249:35 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1250:35 - Attribute `T` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1255:42 - Attribute `SExtend` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1256:43 - Attribute `SExtend2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1262:35 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1263:48 - Attribute `SExtendEmpty` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1264:42 - Attribute `SExtend` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1271:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1272:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1276:45 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1280:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1281:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1285:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1286:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1290:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1291:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1295:13 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1296:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1297:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1301:13 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1302:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1303:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1307:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1308:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1312:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1312:29 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1313:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1317:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1318:58 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1322:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1322:29 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1324:45 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1328:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1330:45 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1334:16 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1336:45 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1340:17 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1342:45 - Attribute `V` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1349:31 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1352:37 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1357:31 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1358:14 - Attribute `S` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1364:13 - Attribute `C` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1371:31 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1371:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1374:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1378:14 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1380:50 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1384:50 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1389:46 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1395:27 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1397:35 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1404:31 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1411:31 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1418:31 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1424:27 - Attribute `ResourceLax` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1427:34 - Attribute `ResourceLax` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1434:31 - Attribute `Resource` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1448:35 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1453:23 - Attribute `E` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1458:23 - Attribute `D` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1479:13 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1480:38 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1481:39 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1502:13 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1510:17 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1517:27 - Attribute `ContainsAlias` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1528:17 - Attribute `AliasedString_validator` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1533:14 - Attribute `ContainsAlias` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1536:27 - Attribute `ContainsAlias` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1542:13 - Attribute `S3` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1543:23 - Attribute `BaseU` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1795:23 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1797:34 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1827:23 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1829:34 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1849:23 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1851:34 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1875:23 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1877:34 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1918:27 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1926:27 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1934:27 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1958:27 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :1982:27 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2005:23 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2007:34 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2045:23 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2047:34 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2082:23 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2084:34 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2111:23 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2113:34 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2143:23 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2145:34 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2196:27 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2204:27 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2212:27 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2238:27 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2264:27 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2289:23 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2291:34 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2314:22 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2316:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2325:22 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2327:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2342:22 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2344:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2357:26 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2365:26 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2383:26 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2391:26 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2407:22 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2409:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2418:22 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2420:34 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2430:26 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2442:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2444:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2453:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2455:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2470:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2472:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2485:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2493:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2511:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2519:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2535:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2537:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2546:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2548:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2558:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2568:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2570:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2579:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2581:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2591:22 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2593:34 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2600:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2608:26 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2627:27 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2629:34 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2639:31 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2654:31 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2672:31 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2690:31 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2703:27 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2705:34 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2722:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2723:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2724:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2727:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2731:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2732:30 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2733:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2736:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2741:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2742:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2743:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2746:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2751:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2752:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2753:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2756:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2765:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2766:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2767:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2770:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2779:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2789:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2800:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2801:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2802:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2806:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2810:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2811:30 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2812:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2816:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2822:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2823:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2824:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2828:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2833:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2834:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2835:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2839:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2844:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2845:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2846:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2850:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2856:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2857:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2858:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2862:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2871:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2872:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2873:21 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2877:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2886:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2896:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2905:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2907:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2915:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2917:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2930:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2930:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2932:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2945:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2945:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2947:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2955:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2959:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2963:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2963:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2967:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2971:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2971:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2975:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2989:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2989:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2991:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :2996:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3001:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3011:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3013:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3021:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3023:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3036:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3036:33 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3038:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3051:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3051:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3053:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3060:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3062:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3070:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3072:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3080:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3082:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3090:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3094:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3098:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3098:33 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3102:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3106:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3106:33 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3110:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3114:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3118:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3122:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3126:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3132:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3146:14 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3146:33 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3148:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3153:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3158:45 - Attribute `UOpen` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3175:14 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3176:37 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3179:50 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3183:14 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3187:50 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3192:14 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3193:37 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3196:50 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3206:14 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3207:37 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3211:50 - Attribute `File` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3224:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3225:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3226:31 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3229:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3240:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3241:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3242:31 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3245:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3254:14 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3255:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3256:31 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3259:46 - Attribute `A` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3272:14 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3273:35 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3274:31 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3278:46 - Attribute `B` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3287:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3289:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3297:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3299:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3312:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3312:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3314:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3327:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3327:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3329:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3341:13 - Attribute `S2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3343:46 - Attribute `S2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3352:14 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3354:45 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3362:14 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3364:45 - Attribute `U2` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3380:14 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3380:29 - Attribute `X` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :3382:45 - Attribute `U` on type `Unknown | ModuleType` is possibly unbound

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

strawberry/channels/handlers/ws_handler.py

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

strawberry/permission.py

[warning] possibly-unbound-attribute - :105:13 - Attribute `update` on type `(Any & ~AlwaysFalsy) | Any | None` is possibly unbound

strawberry/types/lazy_type.py

[error] invalid-return-type - :57:16 - Return type does not match returned value: expected `Self@__class_getitem__`, found `None`
[error] too-many-positional-arguments - :57:20 - Too many positional arguments to bound method `__call__`: expected 1, got 4

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

[error] call-non-callable - :659:44 - Object of type `None` is not callable
[warning] unused-ignore-comment - :542:84 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :549:86 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :651:70 - Unused blanket `type: ignore` directive

strawberry/exceptions/utils/source_finder.py

[warning] possibly-unbound-attribute - :65:18 - Attribute `parse_module` on type `Unknown | ModuleType` is possibly unbound

strawberry/extensions/context.py

[warning] unused-ignore-comment - :175:57 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :192:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :194:67 - Unused blanket `type: ignore` directive

strawberry/fastapi/router.py

[error] invalid-super-argument - :161:9 - `Self@__init__` is not an instance or subclass of `<class 'GraphQLRouter'>` in `super(<class 'GraphQLRouter'>, Self@__init__)` call
[error] no-matching-overload - :227:30 - No overload of bound method `run` matches arguments
[error] no-matching-overload - :247:30 - No overload of bound method `run` matches arguments
[error] no-matching-overload - :262:19 - No overload of bound method `run` matches arguments

strawberry/federation/schema.py

[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 - :193:25 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `Context@AsyncBaseHTTPView`
[error] invalid-argument-type - :194:25 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `RootValue@AsyncBaseHTTPView | None`
[warning] possibly-unbound-attribute - :201:12 - Attribute `protocol` on type `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :204:33 - Attribute `variables` on type `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :207:32 - Attribute `operation_name` on type `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :208:38 - Attribute `extensions` on type `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])` is possibly unbound
[error] invalid-argument-type - :215:13 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `Context@AsyncBaseHTTPView`
[error] invalid-argument-type - :216:13 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `RootValue@AsyncBaseHTTPView | None`
[error] invalid-argument-type - :217:13 - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])`
[error] invalid-assignment - :314:13 - Object of type `None | Context@AsyncBaseHTTPView | Any` is not assignable to `Context@AsyncBaseHTTPView`
[error] invalid-assignment - :347:9 - Object of type `None | Context@AsyncBaseHTTPView | Any` is not assignable to `Context@AsyncBaseHTTPView`
[error] invalid-argument-type - :363:13 - Argument to bound method `execute_operation` is incorrect: Expected `None`, found `Context@AsyncBaseHTTPView`
[error] invalid-argument-type - :364:13 - Argument to bound method `execute_operation` is incorrect: Expected `None`, found `None | RootValue@AsyncBaseHTTPView | Any`
[warning] unused-ignore-comment - :203:38 - Unused blanket `type: ignore` directive

strawberry/http/sync_base_view.py

[error] invalid-argument-type - :100:21 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `Context@SyncBaseHTTPView`
[error] invalid-argument-type - :101:21 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `RootValue@SyncBaseHTTPView | None`
[error] invalid-argument-type - :111:13 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `Context@SyncBaseHTTPView`
[error] invalid-argument-type - :112:13 - Argument to bound method `execute_single` is incorrect: Expected `None`, found `RootValue@SyncBaseHTTPView | None`
[error] invalid-argument-type - :113:13 - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `(GraphQLRequestData & ~list[Unknown]) | (list[GraphQLRequestData] & ~list[Unknown])`
[error] invalid-assignment - :249:9 - Object of type `None | Context@SyncBaseHTTPView | Any` is not assignable to `Context@SyncBaseHTTPView`
[error] invalid-argument-type - :258:13 - Argument to bound method `execute_operation` is incorrect: Expected `None`, found `Context@SyncBaseHTTPView`
[error] invalid-argument-type - :259:13 - Argument to bound method `execute_operation` is incorrect: Expected `None`, found `None | RootValue@SyncBaseHTTPView | Any`
[error] invalid-argument-type - :275:66 - Argument to bound method `process_result` is incorrect: Expected `ExecutionResult`, found `(ExecutionResult & ~list[Unknown]) | (list[ExecutionResult] & ~list[Unknown])`
[warning] possibly-unbound-attribute - :277:16 - Attribute `errors` on type `(ExecutionResult & ~list[Unknown]) | (list[ExecutionResult] & ~list[Unknown])` is possibly unbound
[warning] possibly-unbound-attribute - :278:37 - Attribute `errors` on type `(ExecutionResult & ~list[Unknown]) | (list[ExecutionResult] & ~list[Unknown])` is possibly unbound

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] unused-ignore-comment - :359:49 - Unused blanket `type: ignore` directive

strawberry/schema/schema_converter.py

[error] invalid-argument-type - :875:43 - Argument to bound method `from_input_object` is incorrect: Expected `type`, found `(StrawberryType & ~EnumDefinition) | (type & ~EnumDefinition)`
[error] invalid-argument-type - :897:37 - Argument to bound method `from_scalar` is incorrect: Expected `type`, found `(StrawberryType & ~EnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~LazyType[Unknown, Unknown]) | (type & ~EnumDefinition & ~StrawberryList & ~StrawberryObjectDefinition & ~StrawberryUnion & ~LazyType[Unknown, Unknown])`

strawberry/types/base.py

[warning] possibly-unbound-attribute - :126:31 - Attribute `__strawberry_definition__` on type `Unknown | StrawberryType | type` is possibly unbound
[error] invalid-return-type - :136:16 - Return type does not match returned value: expected `Self@copy_with`, found `StrawberryContainer`

strawberry/types/field.py

[error] invalid-return-type - :182:16 - Return type does not match returned value: expected `Self@__copy__`, found `StrawberryField`
[warning] possibly-unbound-attribute - :370:31 - Attribute `__strawberry_definition__` on type `StrawberryType | @Todo` is possibly unbound
[warning] unused-ignore-comment - :103:47 - Unused blanket `type: ignore` directive

strawberry/types/info.py

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

strawberry/types/union.py

[error] unresolved-attribute - :145:35 - Type `StrawberryType` has no attribute `__strawberry_definition__`

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

[error] invalid-argument-type - :359:49 - Argument to bound method `process_rule` is incorrect: Expected `Rule`, found `Rule | (list[Any] & ~list[Unknown]) | (tuple[str | Matcher, Any] & ~tuple[Unknown, ...]) | (tuple[str | Matcher, Any, dict[str, Any]] & ~tuple[Unknown, ...]) | (tuple[str | Matcher, Any, dict[str, Any], str] & ~tuple[Unknown, ...])`
[error] no-matching-overload - :582:17 - No overload of bound method `match` matches arguments

tornado/test/testing_test.py

[warning] possibly-unbound-attribute - :105:26 - Attribute `url` on type `Unknown | None | HTTPRequest` is possibly unbound
[warning] possibly-unbound-attribute - :113:26 - Attribute `url` on type `Unknown | None | HTTPRequest` is possibly unbound

tornado/httpserver.py

[warning] unused-ignore-comment - :392:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :407:54 - Unused blanket `type: ignore` directive

tornado/test/template_test.py

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

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

tornado/curl_httpclient.py

[warning] possibly-unbound-attribute - :87:9 - Attribute `stop` on type `Unknown | PeriodicCallback | None` is possibly unbound
[warning] possibly-unbound-attribute - :92:9 - Attribute `close` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :156:36 - Attribute `socket_action` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :168:36 - Attribute `socket_action` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :188:23 - Attribute `timeout` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :198:36 - Attribute `socket_all` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:40 - Attribute `info_read` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :255:21 - Attribute `add_handle` on type `Unknown | CurlMulti | None` is possibly unbound
[warning] possibly-unbound-attribute - :268:9 - Attribute `remove_handle` on type `Unknown | CurlMulti | None` is possibly unbound

tornado/gen.py

[error] invalid-argument-type - :808:25 - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[Any] | Future[Any]`, found `Unknown | None`
[error] invalid-argument-type - :815:41 - Argument to function `future_set_exc_info` is incorrect: Expected `Future[Unknown] | Future[Unknown]`, found `Unknown | None`

tornado/http1connection.py

[warning] possibly-unbound-attribute - :191:29 - Attribute `read_until_regex` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :199:25 - Attribute `io_loop` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :299:23 - Attribute `write` on type `Unknown | IOStream | None` is possibly unbound
[error] invalid-return-type - :368:16 - Return type does not match returned value: expected `IOStream`, found `Unknown | IOStream | None`
[warning] possibly-unbound-attribute - :458:12 - Attribute `closed` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :467:35 - Attribute `write` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :476:17 - Attribute `close` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :495:12 - Attribute `closed` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :501:35 - Attribute `write` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :510:21 - Attribute `closed` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :512:13 - Attribute `close` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :518:20 - Attribute `closed` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :519:39 - Attribute `write` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :531:9 - Attribute `set_nodelay` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :544:13 - Attribute `io_loop` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :577:9 - Attribute `set_nodelay` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :650:26 - Attribute `read_bytes` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :664:35 - Attribute `read_until` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :670:30 - Attribute `read_bytes` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :681:31 - Attribute `read_bytes` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :691:26 - Attribute `read_bytes` on type `Unknown | IOStream | None` is possibly unbound
[warning] possibly-unbound-attribute - :697:22 - Attribute `read_until_close` on type `Unknown | IOStream | None` is possibly unbound

tornado/httpclient.py

[warning] unused-ignore-comment - :511:33 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :523:27 - Unused blanket `type: ignore` directive

tornado/httputil.py

[error] invalid-argument-type - :538:41 - Argument to function `parse_qs_bytes` is incorrect: Expected `str | bytes`, found `Unknown | None | str`
[warning] unused-ignore-comment - :567:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :601:64 - Unused blanket `type: ignore` directive

tornado/ioloop.py

[error] invalid-argument-type - :596:33 - Argument to bound method `call_at` is incorrect: Expected `int | float`, found `(int & Real) | (float & Real) | (timedelta & Real)`

tornado/iostream.py

[error] invalid-argument-type - :530:25 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[warning] possibly-unbound-attribute - :533:13 - Attribute `append` on type `Unknown | _StreamBuffer | None` is possibly unbound
[error] invalid-argument-type - :949:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | _StreamBuffer | None`
[warning] possibly-unbound-attribute - :962:46 - Attribute `peek` on type `Unknown | _StreamBuffer | None` is possibly unbound
[warning] possibly-unbound-attribute - :965:17 - Attribute `advance` on type `Unknown | _StreamBuffer | None` is possibly unbound
[error] invalid-return-type - :1101:16 - Return type does not match returned value: expected `int | _Selectable`, found `Unknown | socket | None`
[warning] possibly-unbound-attribute - :1104:9 - Attribute `close` on type `Unknown | socket | None` is possibly unbound
[warning] possibly-unbound-attribute - :1108:17 - Attribute `getsockopt` on type `Unknown | socket | None` is possibly unbound
[warning] possibly-unbound-attribute - :1113:20 - Attribute `recv_into` on type `Unknown | socket | None` is possibly unbound
[error] invalid-argument-type - :1250:37 - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | socket | None`
[error] invalid-argument-type - :1253:13 - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | socket | None`
[warning] possibly-unbound-attribute - :1272:19 - Attribute `getsockopt` on type `Unknown | socket | None` is possibly unbound
[warning] possibly-unbound-attribute - :1287:21 - Attribute `fileno` on type `Unknown | socket | None` is possibly unbound
[warning] possibly-unbound-attribute - :1343:13 - Attribute `getpeername` on type `Unknown | None | SSLSocket` is possibly unbound
[warning] possibly-unbound-attribute - :1363:13 - Attribute `do_handshake` on type `Unknown | None | SSLSocket` is possibly unbound
[warning] possibly-unbound-attribute - :1375:28 - Attribute `getpeername` on type `Unknown | None | SSLSocket` is possibly unbound
[warning] possibly-unbound-attribute - :1379:47 - Attribute `fileno` on type `Unknown | None | SSLSocket` is possibly unbound
[error] invalid-argument-type - :1461:37 - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | None | SSLSocket`
[error] invalid-argument-type - :1466:13 - Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | None | SSLSocket`
[warning] possibly-unbound-attribute - :1542:24 - Attribute `recv_into` on type `Unknown | None | SSLSocket` is possibly unbound
[warning] unused-ignore-comment - :1121:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1513:44 - Unused blanket `type: ignore` directive

tornado/netutil.py

[warning] possibly-unbound-attribute - :476:13 - Attribute `shutdown` on type `Unknown | Executor | None` is possibly unbound

tornado/platform/asyncio.py

[error] missing-argument - :334:13 - No argument provided for required parameter `asyncio_loop` of bound method `initialize`

tornado/queues.py

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

tornado/simple_httpclient.py

[error] call-non-callable - :667:45 - Object of type `None` is not callable
[warning] unused-ignore-comment - :650:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :661:62 - Unused blanket `type: ignore` directive

tornado/template.py

[error] unsupported-operator - :832:30 - Operator `+` is unsupported between objects of type `Unknown | int` and `int | (slice[Any, Any, Any] & ~slice[Any, Any, Any])`

tornado/test/httpclient_test.py

[error] unresolved-attribute - :813:19 - Unresolved attribute `port` on type `Self@setUp`.
[error] unresolved-attribute - :815:13 - Unresolved attribute `server` on type `Self@setUp`.
[error] unresolved-attribute - :816:13 - Type `Self@setUp` has no attribute `server`
[error] unresolved-attribute - :831:13 - Type `Self@tearDown` has no attribute `server`
[error] unresolved-attribute - :840:23 - Type `Self@tearDown` has no attribute `server`
[error] unresolved-attribute - :855:43 - Type `Self@get_url` has no attribute `port`

tornado/test/httpserver_test.py

[error] unresolved-attribute - :1513:13 - Unresolved attribute `http1` on type `Self@get_app`.
[error] unresolved-attribute - :1514:20 - Type `Self@get_app` has no attribute `http1`
[error] unresolved-attribute - :1533:16 - Type `Self@test_legacy_interface` has no attribute `http1`

tornado/test/ioloop_test.py

[error] unresolved-attribute - :64:13 - Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :68:13 - Unresolved attribute `called` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :71:13 - Unresolved attribute `start_time` on type `Self@test_add_callback_wakeup`.
[error] unresolved-attribute - :75:45 - Type `Self@test_add_callback_wakeup` has no attribute `start_time`
[error] unresolved-attribute - :76:25 - Type `Self@test_add_callback_wakeup` has no attribute `called`
[error] unresolved-attribute - :82:13 - Unresolved attribute `stop_time` on type `Self@test_add_callback_wakeup_other_thread`.
[error] unresolved-attribute - :88:31 - Type `Self@test_add_callback_wakeup_other_thread` has no attribute `stop_time`
[error] unresolved-attribute - :466:17 - Unresolved attribute `current_io_loop` on type `Self@test_non_current`.
[error] unresolved-attribute - :472:27 - Type `Self@test_non_current` has no attribute `current_io_loop`
[warning] unused-ignore-comment - :53:67 - Unused blanket `type: ignore` directive

tornado/test/netutil_test.py

[warning] possibly-unbound-attribute - :116:9 - Attribute `close` on type `Unknown | None | ThreadedResolver` is possibly unbound

tornado/test/simple_httpclient_test.py

[warning] possibly-unbound-attribute - :265:25 - Attribute `url` on type `Unknown | None | HTTPRequest` is possibly unbound
[warning] possibly-unbound-attribute - :285:29 - Attribute `url` on type `Unknown | None | HTTPRequest` is possibly unbound
[warning] possibly-unbound-attribute - :288:38 - Attribute `method` on type `Unknown | None | HTTPRequest` is possibly unbound

tornado/test/web_test.py

[warning] possibly-unbound-attribute - :259:25 - Attribute `done` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :264:25 - Attribute `done` on type `Unknown | None` is possibly unbound
[warning] unused-ignore-comment - :2646:57 - Unused blanket `type: ignore` directive

tornado/testing.py

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

tornado/web.py

[warning] possibly-unbound-attribute - :329:20 - Attribute `done` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :330:17 - Attribute `set_exception` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :331:17 - Attribute `exception` on type `Unknown | None` is possibly unbound
[error] no-matching-overload - :1165:9 - No overload of bound method `update` matches arguments
[error] not-iterable - :1204:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable
[error] not-iterable - :1229:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable
[error] invalid-await - :1841:27 - `Unknown | None` is not awaitable
[warning] possibly-unbound-attribute - :1845:36 - Attribute `lower` on type `Unknown | str | None` is possibly unbound
[error] invalid-assignment - :1944:17 - Object of type `dict[@Todo, @Todo]` 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-unbound-attribute - :2449:13 - Attribute `append` on type `Unknown | list[@Todo] | None` is possibly unbound
[error] invalid-argument-type - :2454:48 - Argument to function `future_set_result_unless_cancelled` is incorrect: Expected `Future[None] | Future[None]`, found `Unknown | None`
[error] invalid-argument-type - :2458:42 - Argument to bound method `join` is incorrect: Expected `Iterable[@Todo]`, found `Unknown | list[@Todo] | None`
[warning] possibly-unbound-attribute - :2962:20 - Attribute `endswith` on type `Unknown | None | str` is possibly unbound
[warning] possibly-unbound-attribute - :2963:20 - Attribute `startswith` on type `Unknown | None | str` is possibly unbound
[error] unsupported-operator - :2972:31 - Operator `+` is unsupported between objects of type `Unknown | None | str` and `Literal["/"]`
[warning] unused-ignore-comment - :239:54 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1286:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1309:50 - Unused blanket `type: ignore` directive

tornado/websocket.py

[warning] possibly-unbound-attribute - :1086:16 - Attribute `write` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1137:22 - Attribute `read_bytes` on type `Unknown | None | IOStream` is possibly unbound
[error] invalid-argument-type - :1220:51 - Argument to bound method `_handle_message` is incorrect: Expected `int`, found `Any | None | (Any & ~Literal[0])`
[warning] possibly-unbound-attribute - :1278:20 - Attribute `closed` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1294:17 - Attribute `io_loop` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1296:13 - Attribute `close` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1300:29 - Attribute `io_loop` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1301:17 - Attribute `io_loop` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1314:16 - Attribute `closed` on type `Unknown | None | IOStream` is possibly unbound
[warning] possibly-unbound-attribute - :1317:9 - Attribute `set_nodelay` on type `Unknown | None | IOStream` is possibly unbound

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

src/trio/_core/_io_epoll.py

[error] invalid-argument-type - :308:40 - Argument to bound method `_update_registrations` is incorrect: Expected `int`, found `int | _HasFileNo`

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/_core/_run.py

[error] invalid-assignment - :1031:9 - Object of type `StatusT@_TaskStatus` is not assignable to attribute `_value` of type `None | <class '_NoStatus'>`
[warning] unused-ignore-comment - :1626:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :2012:38 - Unused blanket `type: ignore` directive

src/trio/_file_io.py

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

src/trio/_socket.py

[warning] possibly-unbound-attribute - :878:20 - Attribute `share` on type `Unknown | socket` is possibly unbound

src/trio/_ssl.py

[error] invalid-super-argument - :442:13 - `Self@__setattr__` is not an instance or subclass of `<class 'SSLStream'>` in `super(<class 'SSLStream'>, Self@__setattr__)` call
[error] invalid-super-argument - :445:21 - `Self@__dir__` is not an instance or subclass of `<class 'SSLStream'>` in `super(<class 'SSLStream'>, Self@__dir__)` call

src/trio/_sync.py

[warning] deprecated - :140:18 - The function `__bool__` is deprecated: trio.Event.__bool__ is deprecated since Trio 0.31.0; use trio.Event.is_set instead (https://github.com/python-trio/trio/issues/3238)
[error] invalid-argument-type - :656:36 - Argument to function `remove_parking_lot_breaker` is incorrect: Expected `Task`, found `Task | None`

src/trio/_threads.py

[error] invalid-argument-type - :191:58 - Argument is incorrect: Expected `bool`, found `Self@run_in_host_task`
[error] invalid-argument-type - :248:58 - Argument is incorrect: Expected `bool`, found `Self@run_in_host_task`

src/trio/testing/_fake_net.py

[warning] unused-ignore-comment - :95:33 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :330:56 -
Old: Argument to bound method `from_python_sockaddr` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `None | Unknown`
New: Argument to bound method `from_python_sockaddr` is incorrect: Expected `tuple[str, int] | tuple[str, int, int, int]`, found `None | tuple[str, int]`

src/trio/testing/_raises_group.py

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

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

twine/package.py

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

twine/utils.py

[error] missing-argument - :354:9 - No arguments provided for required parameters `option_strings`, `dest` of bound method `__init__`
[error] missing-argument - :372:9 - No arguments provided for required parameters `option_strings`, `dest` of bound method `__init__`

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

src/urllib3/_collections.py

[error] invalid-super-argument - :87:9 - `Self@__init__` is not an instance or subclass of `<class 'RecentlyUsedContainer'>` in `super(<class 'RecentlyUsedContainer'>, Self@__init__)` call
[error] invalid-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/connection.py

[warning] possibly-unbound-attribute - :554:9 - Attribute `settimeout` on type `socket | @Todo | None` is possibly unbound
[warning] unused-ignore-comment - :250:74 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :254:69 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :263:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :265:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :292:73 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :305:81 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :309:87 - Unused blanket `type: ignore` directive

src/urllib3/contrib/emscripten/fetch.py

[warning] possibly-unbound-attribute - :177:46 - Attribute `slice` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :191:20 - Attribute `subarray` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :359:9 - Attribute `cancel` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :378:13 - Attribute `read` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :404:43 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] invalid-argument-type - :398:32 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[error] non-subscriptable - :400:34 - Cannot subscript object of type `None` with no `__getitem__` method

src/urllib3/http2/connection.py

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

src/urllib3/poolmanager.py

[warning] possibly-unbound-attribute - :483:27 - Attribute `copy` on type `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[@Todo, @Todo]` is possibly unbound
[warning] unused-ignore-comment - :615:91 - Unused blanket `type: ignore` directive

src/urllib3/response.py

[error] unsupported-operator - :74:9 - Operator `+=` is unsupported between objects of type `None` and `bytes & ~AlwaysFalsy`
[error] invalid-argument-type - :85:40 - Argument to bound method `decompress` is incorrect: Expected `bytes`, found `Unknown | bytes | None`
[warning] unused-ignore-comment - :1147:40 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1163:59 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1165:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1168:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1172:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1173:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1177:68 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1178:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1219:38 - Unused blanket `type: ignore` directive

src/urllib3/util/retry.py

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

src/urllib3/util/ssltransport.py

[warning] unused-ignore-comment - :145:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :207:42 - Unused blanket `type: ignore` directive

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

references/segmentation/utils.py

[warning] possibly-unbound-attribute - :81:9 - Attribute `zero_` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :84:13 - Attribute `float` on type `Unknown | None` is possibly unbound

test/datasets_utils.py

[warning] possibly-unbound-attribute - :656:28 - Attribute `__name__` on type `Unknown | None` is possibly unbound

test/test_datasets.py

[error] invalid-argument-type - :461:37 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[Unknown, ...] | tuple[str] | int`
[error] invalid-argument-type - :461:74 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | str | tuple[Unknown, ...] | tuple[str] | int`
[error] invalid-argument-type - :468:19 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | str | tuple[Unknown, ...] | tuple[str] | int`
[error] unsupported-operator - :480:30 - Operator `-` is unsupported between objects of type `Unknown | str | tuple[Unknown, ...] | tuple[str] | int` and `Literal[1]`
[error] invalid-argument-type - :481:30 - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | str | tuple[Unknown, ...] | tuple[str] | int`

test/test_prototype_datasets_utils.py

[error] missing-argument - :58:13 - No argument provided for required parameter `file_name` of bound method `__init__`

test/test_transforms_v2.py

[error] missing-argument - :4539:20 - No arguments provided for required parameters `top`, `left`, `height`, `width` of bound method `_reference_resized_crop_keypoints`
[error] invalid-argument-type - :4538: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/datasets/utils/_resource.py

[error] missing-argument - :205:9 - No argument provided for required parameter `file_name` of bound method `__init__`
[error] missing-argument - :214:9 - No argument provided for required parameter `file_name` of bound method `__init__`

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 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `@Todo | Literal[HTTPStatus.SERVICE_UNAVAILABLE, b"Server is shutting down.\n"] | list[@Todo]`

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

src/werkzeug/middleware/lint.py

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

src/werkzeug/routing/converters.py

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

src/werkzeug/_internal.py

[warning] unused-ignore-comment - :165:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :173:38 - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/headers.py

[error] invalid-return-type - :88:16 - Return type does not match returned value: expected `str | tuple[str, str] | Self@__getitem__`, found `Headers`
[error] invalid-return-type - :569:16 - Return type does not match returned value: expected `Self@copy`, found `Headers`

src/werkzeug/datastructures/mixins.py

[error] invalid-super-argument - :287:9 - `Self@__setitem__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__setitem__)` call
[error] invalid-super-argument - :291:9 - `Self@__delitem__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__delitem__)` call
[error] invalid-super-argument - :295:9 - `Self@clear` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@clear)` call
[error] invalid-super-argument - :299:16 - `Self@popitem` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@popitem)` call
[error] invalid-super-argument - :309:13 - `Self@update` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@update)` call
[error] invalid-super-argument - :311:13 - `Self@update` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@update)` call
[error] invalid-super-argument - :317:16 - `Self@__ior__` is not an instance or subclass of `<class 'UpdateDictMixin'>` in `super(<class 'UpdateDictMixin'>, Self@__ior__)` call
[warning] unused-ignore-comment - :36:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :40:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :106:43 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :109:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :151:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :154:40 - Unused blanket `type: ignore` directive

src/werkzeug/datastructures/range.py

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

src/werkzeug/datastructures/structures.py

[error] invalid-super-argument - :191:13 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :193:13 - `Self@__init__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :216:9 - `Self@__setstate__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__setstate__)` call
[error] invalid-super-argument - :217:9 - `Self@__setstate__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__setstate__)` call
[error] invalid-super-argument - :224:16 - `Self@__iter__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__iter__)` call
[error] invalid-super-argument - :235:19 - `Self@__getitem__` is not an instance or subclass of `<class 'MultiDict'>` in `super(<class 'MultiDict'>, Self@__getitem__)` call
[error] invalid-return-type - :394:16 - Return type does not match returned value: expected `Self@copy`, found `MultiDict[Unknown, Unknown]`
[error] invalid-return-type - :398:16 - Return type does not match returned value: expected `Self@deepcopy`, found `MultiDict[Unknown, Unknown]`
[error] invalid-super-argument - :617:9 - `Self@__init__` is not an instance or subclass of `<class '_OrderedMultiDict'>` in `super(<class '_OrderedMultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :843:9 - `Self@__init__` is not an instance or subclass of `<class 'CombinedMultiDict'>` in `super(<class 'CombinedMultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :1018:9 - `Self@__init__` is not an instance or subclass of `<class '_ImmutableOrderedMultiDict'>` in `super(<class '_ImmutableOrderedMultiDict'>, Self@__init__)` call
[error] invalid-super-argument - :1049:13 - `Self@__init__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__init__)` call
[error] invalid-super-argument - :1051:13 - `Self@__init__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__init__)` call
[error] invalid-assignment - :1053:9 - Object of type `((Self@__init__, /) -> None) | None` is not assignable to attribute `on_update` of type `((typing.Self, /) -> None) | None`
[error] invalid-super-argument - :1056:42 - `Self@__repr__` is not an instance or subclass of `<class 'CallbackDict'>` in `super(<class 'CallbackDict'>, Self@__repr__)` call
[warning] unused-ignore-comment - :205:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :210:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :246:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :256:52 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :279:53 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :308:51 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :347:65 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :349:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :360:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :372:46 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :379:42 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :390:34 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :496:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :513:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :530:38 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :535:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :891:46 - Unused blanket `type: ignore` directive

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

[error] missing-argument - :372:9 - No arguments provided for required parameters `filename`, `lineno`, `name` of bound method `__init__`
[warning] unused-ignore-comment - :397:37 - Unused blanket `type: ignore` directive

src/werkzeug/local.py

[warning] possibly-unbound-attribute - :323:24 - Attribute `__get__` on type `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)` is possibly unbound

src/werkzeug/routing/map.py

[warning] unused-ignore-comment - :737:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :738:54 - Unused blanket `type: ignore` directive

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

[error] invalid-argument-type - :438:38 - Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `(IO[bytes] & ~tuple[Unknown, ...]) | (tuple[IO[bytes], str] & ~tuple[Unknown, ...]) | (tuple[IO[bytes], str, str] & ~tuple[Unknown, ...])`

src/werkzeug/utils.py

[error] invalid-super-argument - :84:9 - `Self@__init__` is not an instance or subclass of `<class 'cached_property'>` in `super(<class 'cached_property'>, Self@__init__)` call
[warning] unused-ignore-comment - :97:26 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :107:37 - Unused blanket `type: ignore` directive

src/werkzeug/wrappers/response.py

[error] invalid-argument-type - :175:27 - Argument to bound method `set_data` is incorrect: Expected `bytes | str`, found `str | bytes | bytearray`
[error] call-non-callable - :403:13 - Object of type `object` is not callable
[warning] unused-ignore-comment - :805:47 - Unused blanket `type: ignore` directive

src/werkzeug/wsgi.py

[error] call-non-callable - :533:44 - Object of type `object` is not callable
[error] call-non-callable - :542:32 - Object of type `object` is not callable

tests/conftest.py

[error] invalid-assignment - :99:9 - Object of type `TextIOWrapper[_WrappedBuffer]` is not assignable to attribute `_log_write` of type `IO[bytes] | None`
[error] missing-argument - :176:13 - No arguments provided for required parameters `method`, `url` of bound method `request`

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[@Todo]`
[error] too-many-positional-arguments - :774:34 - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] too-many-positional-arguments - :789:34 - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] unsupported-operator - :863:16 - Operator `not in` is not supported for types `int` and `EnvironHeaders`, in comparing `Literal[42]` with `(Unknown & ~AlwaysFalsy) | (EnvironHeaders & ~AlwaysFalsy)`
[error] invalid-argument-type - :1107:74 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1111:64 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1114:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1115:46 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1121:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1122:44 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1134:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1135:56 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1136:57 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - :1137:48 - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`

tests/test_routing.py

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

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

xarray/backends/common.py

[error] invalid-argument-type - :415:17 - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
[error] invalid-argument-type - :418:17 - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | list[@Todo]`
[warning] unused-ignore-comment - :314:27 - Unused blanket `type: ignore` directive

xarray/backends/file_manager.py

[warning] possibly-unbound-attribute - :252:21 - Attribute `release` on type `Unknown | LockType | None` is possibly unbound

xarray/backends/h5netcdf_.py

[error] invalid-return-type - :156:16 - Return type does not match returned value: expected `Self@get_child_store`, found `H5NetCDFStore`

xarray/backends/netCDF4_.py

[error] invalid-return-type - :407: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-unbound-attribute - :857:23 - Attribute `chunks` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :858:54 - Attribute `chunks` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :864:36 - Attribute `compressors` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :865:32 - Attribute `filters` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :866:31 - Attribute `shards` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :870:48 - Attribute `serializer` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :874:35 - Attribute `compressor` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :875:32 - Attribute `filters` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :882:16 - Attribute `fill_value` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :883:44 - Attribute `fill_value` on type `Unknown | ndarray[@Todo, Unknown]` is possibly unbound

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[bool | Mapping[Any, bool]]` is not assignable to attribute `center` of type `list[bool]`
[error] invalid-argument-type - :570:13 - Argument to bound method `_construct` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-assignment - :1096:9 - Object of type `str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)] | dict[Unknown, str | ((...) -> Unknown) | Mapping[Any, str | ((...) -> Unknown)]]` is not assignable to attribute `coord_func` of type `Mapping[Hashable, str | ((...) -> Unknown)]`
[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]`

xarray/computation/weighted.py

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

xarray/core/coordinates.py

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

xarray/core/dataarray.py

[error] invalid-return-type - :518:16 - Return type does not match returned value: expected `Self@_replace`, found `DataArray`
[error] invalid-argument-type - :2555:13 - Argument to bound method `interp_like` is incorrect: Argument type `T_Xarray@interp_like` does not satisfy constraints of type variable `T_Xarray`
[error] invalid-argument-type - :4857:25 - Argument to bound method `dot` is incorrect: Argument type `T_Xarray@__matmul__` does not satisfy constraints of type variable `T_Xarray`
[error] invalid-argument-type - :6261:50 - Argument to bound method `_replace_maybe_drop_dims` is incorrect: Expected `Variable`, found `Variable | (dict[Hashable, Variable] & ~dict[Unknown, Unknown])`
[error] invalid-argument-type - :6362:50 - Argument to bound method `_replace_maybe_drop_dims` is incorrect: Expected `Variable`, found `Variable | (dict[Hashable, Variable] & ~dict[Unknown, Unknown])`
[warning] unused-ignore-comment - :3110:54 - Unused blanket `type: ignore` directive

xarray/core/dataset.py

[error] invalid-argument-type - :910:47 - Argument to bound method `_construct_direct` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `dict[Hashable, Any] | Default | None | Unknown`
[error] invalid-argument-type - :910:63 - Argument to bound method `_construct_direct` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `dict[Unknown, Unknown] | Default | None | Unknown | dict[Hashable, Any]`
[error] invalid-argument-type - :1336:50 - Argument to bound method `_construct_dataarray` is incorrect: Expected `Hashable`, found `Hashable | Iterable[Hashable]`
[error] invalid-argument-type - :1352:38 - Argument to bound method `_copy_listed` is incorrect: Expected `Iterable[Hashable]`, found `Hashable | Iterable[Hashable]`
[error] invalid-argument-type - :3853:54 - Argument to bound method `sortby` is incorrect: Expected `Hashable | DataArray`, found `list[Hashable]`
[error] invalid-argument-type - :5985:35 - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Unknown, /) -> Iterable[Hashable])`, found `(Unknown & ~dict[Unknown, Unknown]) | None`
[error] invalid-argument-type - :6000:35 - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Unknown, /) -> Iterable[Hashable])`, found `(Unknown & ~dict[Unknown, Unknown]) | None | Mapping[Hashable, Unknown] | list[@Todo]`
[error] invalid-return-type - :6943:16 - Return type does not match returned value: expected `Self@map`, found `Dataset`
[warning] redundant-cast - :8077:24 - Value is already of type `Self@sortby`
[error] unsupported-operator - :4903:24 -
Old: Operator `not in` is not supported for types `@Todo` and `Hashable`
New: Operator `not in` is not supported for types `Hashable` and `Hashable`
[error] unsupported-operator - :4906:20 -
Old: Operator `not in` is not supported for types `Unknown` and `Hashable`, in comparing `Unknown & Hashable` with `Hashable`
New: Operator `not in` is not supported for types `Hashable` and `Hashable`

xarray/core/extension_array.py

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

xarray/core/groupby.py

[error] no-matching-overload - :949:20 - No overload of function `align` matches arguments

xarray/core/indexes.py

[error] invalid-return-type - :900:16 - Return type does not match returned value: expected `Self@join`, found `PandasIndex`
[error] invalid-argument-type - :1232:34 - Method `__getitem__` of type `bound method dict[str, Any].__getitem__(key: str, /) -> Any` cannot be called with key of type `Hashable` on object of type `dict[str, Any]`
[error] invalid-return-type - :1589:16 - Return type does not match returned value: expected `Self@rename`, found `CoordinateTransformIndex`
[warning] unused-ignore-comment - :1250:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1260: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["polynomial"] & ~Literal["quintic"]) | (Unknown & ~None & ~Literal["quintic"]) | Literal[5]` is not assignable to attribute `method` of type `str`

xarray/core/resample.py

[error] invalid-super-argument - :50:9 - `Self@__init__` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@__init__)` call
[error] invalid-super-argument - :59:13 - `Self@_flox_reduce` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@_flox_reduce)` call
[error] invalid-super-argument - :114:18 - `Self@_first_or_last` is not an instance or subclass of `<class 'Resample'>` in `super(<class 'Resample'>, Self@_first_or_last)` call
[error] invalid-argument-type - :364:40 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`

xarray/core/treenode.py

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

xarray/core/utils.py

[error] invalid-super-argument - :509:16 - `Self@__getitem__` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@__getitem__)` call
[error] invalid-super-argument - :519:16 - `Self@get` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@get)` call
[error] invalid-super-argument - :523:16 - `Self@keys` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@keys)` call
[error] invalid-super-argument - :527:16 - `Self@items` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@items)` call
[error] invalid-super-argument - :531:16 - `Self@values` is not an instance or subclass of `<class 'FrozenMappingWarningOnValuesAccess'>` in `super(<class 'FrozenMappingWarningOnValuesAccess'>, Self@values)` call

xarray/core/variable.py

[error] invalid-return-type - :979:16 - Return type does not match returned value: expected `Self@_replace`, found `Variable`
[error] invalid-return-type - :1582:16 - Return type does not match returned value: expected `Self@_unstack_once_full`, found `Variable`
[error] invalid-argument-type - :2637:34 - Argument to bound method `_as_sparse` is incorrect: Expected `Literal["coo"] | Default`, found `Unknown | Default | Default`

xarray/groupers.py

[error] invalid-argument-type - :135:53 - Argument to function `coordinates_from_variable` is incorrect: Expected `Variable`, found `Variable | (_DummyGroup[Unknown] & ~_DummyGroup[Unknown])`
[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 - :862:16 - Return type does not match returned value: expected `Self@reset`, found `SeasonGrouper`
[error] invalid-return-type - :1088:16 - Return type does not match returned value: expected `Self@reset`, found `SeasonResampler`

xarray/indexes/nd_point_index.py

[error] invalid-return-type - :389:16 - Return type does not match returned value: expected `Self@rename`, found `NDPointIndex[Unknown]`

xarray/namedarray/core.py

[error] unresolved-attribute - :265:26 - Type `Self@__init_subclass__` has no attribute `__bases__`
[error] invalid-super-argument - :271:9 - `Self@__init_subclass__` is not an instance or subclass of `<class 'NamedArray'>` in `super(<class 'NamedArray'>, Self@__init_subclass__)` call
[error] invalid-return-type - :667:16 - Return type does not match returned value: expected `Self@_dask_finalize`, found `NamedArray[Unknown, Unknown]`

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

[error] invalid-argument-type - :833:42 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] unresolved-attribute - :1329:12 - Type `(...) -> Unknown` has no attribute `__name__`
[error] unresolved-attribute - :1336:12 - Type `(...) -> Unknown` has no attribute `__name__`

xarray/tests/test_sparse.py

[warning] possibly-unbound-attribute - :756:14 - Attribute `mean` on type `Unknown | DataArrayCoarsen` is possibly unbound
[warning] possibly-unbound-attribute - :757:14 - Attribute `mean` on type `Unknown | DataArrayCoarsen` is possibly unbound

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

[error] unresolved-attribute - :9:16 - Type `Self@_makeOne` has no attribute `_getTargetClass`
[error] unresolved-attribute - :14:35 - Type `Self@test_class_conforms_to_IObjectEvent` has no attribute `_getTargetClass`
[error] unresolved-attribute - :27:41 - Type `Self@test_class_conforms_to_IRegistrationEvent` has no attribute `_getTargetClass`

src/zope/interface/adapter.py

[error] unresolved-attribute - :198:26 - Type `Self@_createLookup` has no attribute `LookupClass`
[error] unresolved-attribute - :647:22 - Type `Self@lookup` has no attribute `_uncached_lookup`
[error] unresolved-attribute - :701:22 - Type `Self@lookupAll` has no attribute `_uncached_lookupAll`
[error] unresolved-attribute - :715:22 - Type `Self@subscriptions` has no attribute `_uncached_subscriptions`
[error] unresolved-attribute - :769:9 - Type `<super: <class 'AdapterLookupBase'>, AdapterLookupBase>` has no attribute `changed`
[error] unresolved-attribute - :855:19 - Type `Self@queryMultiAdapter` has no attribute `lookup`
[error] unresolved-attribute - :886:31 - Type `Self@names` has no attribute `lookupAll`
[error] unresolved-attribute - :912:25 - Type `Self@subscribers` has no attribute `subscriptions`

src/zope/interface/declarations.py

[error] index-out-of-bounds - :780:49 - Index 0 is out of bounds for tuple `tuple[()]` with length 0
[error] unresolved-attribute - :901:19 - Type `Self@__get__` has no attribute `_cls`
[error] unresolved-attribute - :909:20 - Type `Self@__get__` has no attribute `_implements`

src/zope/interface/interface.py

[error] unresolved-attribute - :176:29 - Type `Self@isOrExtends` has no attribute `_implied`
[error] unresolved-attribute - :226:15 - Type `Self@_compare` has no attribute `__name__`
[error] unresolved-attribute - :307:12 - Type `Self@__adapt__` has no attribute `providedBy`
[warning] possibly-unbound-implicit-call - :391:9 - Method `__setitem__` of type `Unknown | WeakKeyDictionary[Unknown, Unknown] | None` is possibly unbound
[error] non-subscriptable - :395:17 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unresolved-attribute - :660:13 - Type `Self@__repr__` has no attribute `__module`

src/zope/interface/registry.py

[warning] possibly-unbound-attribute - :180:44 - Attribute `items` on type `str | Any` is possibly unbound
[warning] possibly-unbound-attribute - :298:16 - Attribute `lookup` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :301:19 - Attribute `lookup` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :307:20 - Attribute `lookupAll` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :310:16 - Attribute `subscriptions` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :363:16 - Attribute `queryAdapter` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :366:19 - Attribute `queryAdapter` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :373:16 - Attribute `queryMultiAdapter` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :377:19 - Attribute `queryMultiAdapter` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :383:30 - Attribute `lookupAll` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :458:16 - Attribute `subscribers` on type `Unknown | AdapterRegistry` is possibly unbound
[warning] possibly-unbound-attribute - :516:9 - Attribute `subscribers` on type `Unknown | AdapterRegistry` is possibly unbound
[error] invalid-assignment - :552:9 - Object of type `(_) -> Unknown` is not assignable to attribute `changed` on type `Unknown | AdapterRegistry`

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

[error] non-subscriptable - :64:16 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unbound-implicit-call - :67:9 - Method `__setitem__` of type `Unknown | None` is possibly unbound
[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 - :44:21 - Type `Self@_run_generated_code` has no attribute `fail`
[error] unresolved-attribute - :921:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :924:13 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :926:9 - Type `Self@_check_implementer` has no attribute `assertEqual`
[error] unresolved-attribute - :929:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :930:9 - Type `Self@_check_implementer` has no attribute `assertIs`
[error] unresolved-attribute - :932:13 - Type `Self@_check_implementer` has no attribute `assertIsInstance`
[error] unresolved-attribute - :933:13 - Type `Self@_check_implementer` has no attribute `assertIsInstance`
[error] unresolved-attribute - :934:13 - Type `Self@_check_implementer` has no attribute `assertEqual`

src/zope/interface/tests/test_interface.py

[error] invalid-argument-type - :1805:38 - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - :1817:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - :1818:33 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - :1839:31 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1840:33 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1841:32 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - :1842: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 - :70: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/lib/notes.py

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

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 - :296:63 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :298:63 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :301:60 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :303: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 - :490: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_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`

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`

corporate/lib/stripe.py

[error] unresolved-attribute - :889:35 - Type `object` has no attribute `id`
[warning] possibly-unbound-attribute - :4509:34 - Attribute `id` on type `(Unknown & ~None) | RemoteRealmBillingUser` is possibly unbound
[warning] possibly-unbound-attribute - :4598:67 - Attribute `id` on type `Unknown | RemoteRealm` is possibly unbound
[warning] possibly-unbound-attribute - :4626:68 - Attribute `id` on type `(Unknown & ~None) | RemoteRealmBillingUser` is possibly unbound
[warning] possibly-unbound-attribute - :4843:13 - Attribute `id` on type `Unknown | RemoteZulipServer` is possibly unbound
[warning] possibly-unbound-attribute - :4944:35 - Attribute `id` on type `(Unknown & ~None) | RemoteServerBillingUser` is possibly unbound
[warning] possibly-unbound-attribute - :5091:69 - Attribute `id` on type `(Unknown & ~None) | RemoteServerBillingUser` is possibly unbound

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`

zerver/lib/integrations.py

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

zerver/lib/markdown/__init__.py

[error] invalid-argument-type - :1158:50 - Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[Unknown] | ResultWithFamily[tuple[str, str]]`
[warning] possibly-unbound-attribute - :1784:81 - Attribute `id` on type `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :1786:37 - Attribute `id` on type `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)` is possibly unbound

zerver/lib/narrow.py

[warning] possibly-unbound-attribute - :669:33 - Attribute `recipient_id` on type `(Unknown & ~None) | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :744:29 - Attribute `recipient_id` on type `(Unknown & ~None) | UserProfile` is possibly unbound

zerver/lib/outgoing_webhook.py

[error] unresolved-attribute - :72:68 - Type `UserProfile` has no attribute `recipient_id`

zerver/lib/queue.py

[warning] possibly-unbound-attribute - :182:13 - Attribute `queue_declare` on type `Unknown | None` is possibly unbound

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/management/commands/makemessages.py

[error] missing-argument - :132:9 - No arguments provided for required parameters `frontend_source`, `frontend_output`, `frontend_namespace`, `locale`, `exclude`, `all` of bound method `handle_frontend_locales`

zerver/models/messages.py

[error] unresolved-attribute - :151:16 - Type `Self@__str__` has no attribute `id`
[error] unresolved-attribute - :804: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 - :736: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_auth_backends.py

[error] missing-argument - :4290:22 - No argument provided for required parameter `subdomain` of bound method `social_auth_test`
[error] invalid-argument-type - :7140:71 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7154:70 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7170:50 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7189:50 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7203:50 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7220:55 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7227:55 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7233:55 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`
[error] invalid-argument-type - :7244:50 - Argument to bound method `get_or_build_user` is incorrect: Expected `ZulipLDAPUser`, found `_LDAPUser`

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 - :230:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :234:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :237:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :243:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :247:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :250:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :255:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :472:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :485:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :502:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :505:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :518:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :521:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :534:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :537:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :562:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :565:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :586:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :589:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :603:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :606:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :617:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :620:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :624:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :636:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :639:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :643:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :646:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :236:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :249:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :258: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 - :746:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :752:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1294: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 - :1431: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`
[error] invalid-assignment - :1370:9 - Object of type `None` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[error] invalid-assignment - :1376:9 - Object of type `Unknown` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[warning] possibly-unbound-attribute - :1376:63 - Attribute `id` on type `Unknown | Stream` is possibly unbound
[error] invalid-assignment - :1382:9 - Object of type `Unknown` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`
[warning] possibly-unbound-attribute - :1382:63 - Attribute `id` on type `Unknown | Stream` is possibly unbound
[error] invalid-assignment - :1388:9 - Object of type `None` is not assignable to attribute `default_events_register_stream_id` on type `Unknown | UserProfile`

zerver/tests/test_events.py

[warning] possibly-unbound-attribute - :672:42 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :982:42 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[error] unresolved-attribute - :2861:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3903:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3914:56 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3932:50 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3941:52 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3952:64 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3959: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_handle_push_notification.py

[warning] possibly-unbound-attribute - :408:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :443:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :484:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :555:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :621:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[warning] possibly-unbound-attribute - :680:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound

zerver/tests/test_home.py

[error] unresolved-attribute - :614:20 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :625:27 - Type `Stream` has no attribute `id`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :1671:23 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :1690:47 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :1694:50 - Type `(Realm, /) -> object` has no attribute `__name__`
[error] unresolved-attribute - :3043:44 - Type `UserProfile` has no attribute `realm_id`

zerver/tests/test_invite.py

[error] unresolved-attribute - :1381:16 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1383:26 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1399: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 - :3081:76 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3097:80 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3170:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3170:92 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3346:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3346:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3351:70 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :3361:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3361:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3377:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3377:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3401:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3401:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3408:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3408:103 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3470:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3470:103 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3526:36 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3529:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3549:36 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3552: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 - :2573:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2583:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2628:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2688:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2698:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2756:23 - Type `Stream` has no attribute `id`

zerver/tests/test_message_edit_notifications.py

[error] unresolved-attribute - :284:22 - Type `UserProfile` has no attribute `realm_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 - :2900:50 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2943:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2952:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2969:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2977:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :2988:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :3038:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :3048:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] invalid-argument-type - :3065:47 - Argument to bound method `get_and_check_messages` is incorrect: Expected `dict[str, str | int]`, found `dict[str, str]`
[error] unresolved-attribute - :5256:65 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :5260:65 - Type `UserProfile` has no attribute `recipient_id`

zerver/tests/test_message_flags.py

[error] unresolved-attribute - :447:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :483:80 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2249:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2319:31 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2390: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 - :1387:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1397:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1418:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1449:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1473:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1534:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1570:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1593:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1620:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1670:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1717:26 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1749:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1768:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1800:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1847:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1977:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2085:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2185:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2216:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2231:35 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2245:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2270:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2285:35 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2303: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 - :2617:81 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2628:81 - Type `Stream` has no attribute `id`

zerver/tests/test_message_send.py

[error] unresolved-attribute - :716:30 - Type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :716:48 - Type `UserProfile` has no attribute `recipient_id`
[error] unresolved-attribute - :1367:37 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1380:37 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1488:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2713:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :2800:73 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :553:9 - Unresolved attribute `default_sending_stream_id` on type `UserProfile`.
[error] unresolved-attribute - :748:30 - Type `Message` has no attribute `recipient_id`

zerver/tests/test_message_topics.py

[error] unresolved-attribute - :176:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :185:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :197:38 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :863:28 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :863:44 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :869:28 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :869: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`
[warning] possibly-unbound-attribute - :1868:22 - Attribute `realm_id` on type `Unknown | UserProfile` is possibly unbound
[error] unresolved-attribute - :2366:20 - Type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :2367: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_signup.py

[error] unresolved-attribute - :1035: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 - :296:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :311:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :323:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :339:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :385:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :400:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :412:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :517:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :556:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :589:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :694:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :781:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :803:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :827:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :847:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :864:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :883:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1041:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1052:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1108:54 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1123:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1125:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1227:40 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1315:62 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1321:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1332:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1338:47 - Type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1343:40 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1369:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1436:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1439:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1441:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1443:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1447:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1624:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1632:50 - Type `UserProfile` has no attribute `realm_id`
[error] unresolved-attribute - :1883:59 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1883:100 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1895:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1916:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1937:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1968:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1975:34 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1987:27 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2077:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2268:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2276:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2292:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2355:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2581:60 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2587:60 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :2626:27 - Type `Stream` has no attribute `folder_id`
[error] unresolved-attribute - :2630:30 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3241:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3244:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3247:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3250:53 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :3456:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3464:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3501:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3539:26 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :3571:13 - Type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :4316:51 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4319:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4834:23 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :4907: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 - :1539:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1551:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1650:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1660:56 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1694:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1703:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1722:60 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1733:60 - Type `NamedUserGroup` has no attribute `id`
[warning] possibly-unbound-attribute - :1787:60 - Attribute `id` on type `NamedUserGroup | Unknown` is possibly unbound
[error] unresolved-attribute - :1795:37 - Type `NamedUserGroup` has no attribute `id`
[warning] possibly-unbound-attribute - :1804:60 - Attribute `id` on type `NamedUserGroup | Unknown` is possibly unbound
[error] unresolved-attribute - :1830:37 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1874:57 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1886:57 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2537:40 - Type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2553: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 - :1769:68 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1775:73 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :1781:68 - Type `Stream` has no attribute `id`
[error] invalid-argument-type - :2712:13 - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`

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 - :206: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_help_center"]` and a value of type `Literal[True]` on object of type `dict[str, str]`
[error] invalid-assignment - :213: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 - :223: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 - :281: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[@Todo, @Todo]` on object of type `dict[str, str]`
[error] invalid-assignment - :283:13 - Cannot assign to object of type `str` with no `__setitem__` method
[error] invalid-argument-type - :316:38 - Argument to function `add_google_analytics_context` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - :386:38 - Argument to function `add_google_analytics_context` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`

zerver/worker/email_senders_base.py

[error] missing-argument - :78:13 - No argument provided for required parameter 2