Ecosystem report

Old: main (merge base) 2b9fed3b New: 22487/merge 65304aa4
Lint Rule Removed Added Changed
Total 740 1046 204
unresolved-attribute 86 950 10
possibly-missing-attribute 163 62 87
invalid-argument-type 218 13 30
invalid-return-type 44 2 43
invalid-assignment 72 2 14
unsupported-operator 45 0 9
call-non-callable 44 0 0
not-subscriptable 19 0 0
invalid-type-arguments 18 0 0
unused-ignore-comment 4 12 0
type-assertion-failure 8 0 4
no-matching-overload 6 2 0
not-iterable 8 0 0
invalid-parameter-default 0 0 7
invalid-raise 4 0 0
invalid-await 0 2 0
parameter-already-assigned 1 0 0
redundant-cast 0 1 0
Project Removed Added Changed
Total 740 1046 204
zulip 8 963 9
cloud-init 47 43 6
prefect 45 10 39
core 74 1 12
ibis 76 1 3
archinstall 63 0 5
dd-trace-py 52 0 2
sympy 37 1 8
discord.py 35 3 7
aiohttp 40 0 0
pwndbg 33 0 3
tornado 10 0 18
aiortc 25 0 1
static-frame 15 5 5
parso 0 0 21
scipy 19 0 0
pandas 12 1 4
jinja 0 0 15
colour 7 4 3
manticore 11 1 1

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

tests/Requester.py

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

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

aiohttp/web_fileresponse.py

[error] invalid-assignment - :322:17 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :358:21 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :378:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :379:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :389:9 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :394:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`

aiohttp/web_request.py

[error] invalid-return-type - :471:16 - Return type does not match returned value: expected `CIMultiDictProxy[str]`, found `MultiMapping[str]`

aiohttp/web_response.py

[error] invalid-return-type - :196:16 - Return type does not match returned value: expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :211:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] unresolved-attribute - :213:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] unresolved-attribute - :259:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] invalid-assignment - :261:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :265:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :269:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] unresolved-attribute - :293:13 - Object of type `MultiMapping[str]` has no attribute `pop`
[error] invalid-assignment - :297:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :300:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :304:13 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :321:9 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :327:9 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] unresolved-attribute - :333:9 - Object of type `MultiMapping[str]` has no attribute `popall`
[error] invalid-argument-type - :379:35 - Argument to function `populate_with_cookies` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :392:17 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :399:25 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] not-subscriptable - :409:21 - Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method
[error] not-subscriptable - :413:21 - Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method
[error] unresolved-attribute - :416:13 - Object of type `MultiMapping[str]` has no attribute `setdefault`
[error] unresolved-attribute - :417:9 - Object of type `MultiMapping[str]` has no attribute `setdefault`
[error] unresolved-attribute - :418:9 - Object of type `MultiMapping[str]` has no attribute `setdefault`
[error] invalid-assignment - :424:21 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :426:17 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-argument-type - :436:49 - Argument to bound method `write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-assignment - :619:17 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :625:25 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] not-subscriptable - :695:21 - Cannot delete subscript on object of type `MultiMapping[str]` with no `__delitem__` method
[error] invalid-assignment - :699:21 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :706:21 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :733:9 - Cannot assign to a subscript on an object of type `MultiMapping[str]`
[error] invalid-assignment - :734:9 - Cannot assign to a subscript on an object of type `MultiMapping[str]`

aiohttp/worker.py

[error] invalid-argument-type - :105:17 - Argument to bound method `__init__` is incorrect: Expected `SSLContext | None`, found `object`

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

src/aiortc/rtcpeerconnection.py

[warning] possibly-missing-attribute - :571:25 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] invalid-argument-type - :575:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :578:25 - Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - :578:48 - Argument to function `and_direction` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :578:48 - Attribute `_offerDirection` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - :580:21 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `str`, found `str | None | @Todo`
[warning] possibly-missing-attribute - :580:25 - Attribute `mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :582:33 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - :675:33 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[error] invalid-argument-type - :676:34 - Argument to function `get_media` is incorrect: Expected `SessionDescription`, found `SessionDescription | None | @Todo`
[warning] possibly-missing-attribute - :684:17 - Attribute `_set_mline_index` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] invalid-argument-type - :687:25 - Argument to function `create_media_description_for_transceiver` is incorrect: Expected `RTCRtpTransceiver`, found `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :689:35 - Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :833:17 - Attribute `_set_mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :863:50 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :1237:17 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] invalid-argument-type - :1237:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> MediaDescription, (s: slice[Any, Any, Any], /) -> list[MediaDescription]]` cannot be called with key of type `None` on object of type `list[MediaDescription]`
[warning] possibly-missing-attribute - :1407:71 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] invalid-assignment - :593 -
Old: Object of type `Unknown & ~Literal["auto"]` is not assignable to attribute `role` on type `RTCDtlsParameters | None`
New: Object of type `@Todo & ~Literal["auto"]` is not assignable to attribute `role` on type `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :849:21 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`

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`

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

altair/datasets/_reader.py

[error] invalid-argument-type - :335:16 - Argument to bound method `lazy` is incorrect: Argument type `IntoFrameT@Reader` does not satisfy upper bound `LazyFrame[LazyFrameT@LazyFrame]` of type variable `Self`

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

src/antidote/core/_raw/wrapper.py

[warning] possibly-missing-attribute - :102:13 - Attribute `__get__` may be missing on object of type `((...) -> object) | ((...) -> object)`
[error] unresolved-attribute - :102:13 - Object of type `(...) -> object` has no attribute `__get__`
[warning] possibly-missing-attribute - :136:13 - Attribute `__get__` may be missing on object of type `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`
[error] unresolved-attribute - :136:13 - Object of type `(...) -> Awaitable[object]` has no attribute `__get__`

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

src/anyio/_backends/_asyncio.py

[error] unresolved-attribute - :838:28 - Object of type `CancelScope` has no attribute `_effectively_cancelled`
[error] unresolved-attribute - :856:40 - Object of type `CancelScope` has no attribute `_host_task`
[error] unresolved-attribute - :859:28 - Object of type `CancelScope` has no attribute `_host_task`
[error] invalid-argument-type - :883:34 - Argument to bound method `__init__` is incorrect: Expected `anyio._backends._asyncio.CancelScope | None`, found `anyio._core._tasks.CancelScope`
[error] unresolved-attribute - :885:9 - Object of type `CancelScope` has no attribute `_tasks`

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

apprise/asset.py

[error] invalid-return-type - :498 -
Old: Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | PersistentStoreMode | (NotifyFormat & ~AlwaysFalsy)`
New: Return type does not match returned value: expected `PersistentStoreMode`, found `Unknown | (NotifyFormat & ~AlwaysFalsy) | PersistentStoreMode`
[error] invalid-return-type - :514 -
Old: Return type does not match returned value: expected `tzinfo`, found `Unknown | None | tzinfo`
New: Return type does not match returned value: expected `tzinfo`, found `Unknown | tzinfo | None`

apprise/plugins/aprs.py

[error] unsupported-operator - :293:9 - Operator `+=` is not supported between objects of type `float` and `Unknown | str | int | float | dict[Unknown | str, Unknown | str]`

apprise/plugins/fcm/__init__.py

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

apprise/plugins/xbmc.py

[error] unsupported-operator - :320:17 - Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` and `Unknown | Literal[2]`
[error] unsupported-operator - :368:17 - Operator `<=` is not supported between objects of type `Unknown | tuple[Literal["xbmc"], Literal["kodi"]]` and `Unknown | Literal[2]`

tests/test_attach_http.py

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

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

archinstall/lib/applications/application_menu.py

[error] invalid-argument-type - :52:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_bluetooth(item: MenuItem) -> str | None`
[error] invalid-argument-type - :58:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_audio(item: MenuItem) -> str | None`
[error] invalid-argument-type - :64:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_print_service(item: MenuItem) -> str | None`
[error] invalid-argument-type - :70:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_power_management(item: MenuItem) -> str | None`
[error] invalid-argument-type - :77:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_firewall(item: MenuItem) -> str | None`

archinstall/lib/authentication/authentication_menu.py

[error] invalid-argument-type - :41:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_root_pwd(item: MenuItem) -> str | None`
[error] invalid-argument-type - :47:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_users(item: MenuItem) -> str | None`
[error] invalid-argument-type - :54:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_u2f_login(item: MenuItem) -> str | None`

archinstall/lib/boot.py

[error] unresolved-attribute - :26:28 - Special form `typing.Self` has no attribute `instance`
[error] unresolved-attribute - :30:19 - Special form `typing.Self` has no attribute `session`
[error] unresolved-attribute - :31:17 - Special form `typing.Self` has no attribute `ready`
[error] invalid-assignment - :54:3 - Object of type `Self@__enter__` is not assignable to attribute `_active_boot` of type `<special-form 'typing.Self'> | None`

archinstall/lib/bootloader/bootloader_menu.py

[error] invalid-argument-type - :49:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_bootloader(item: MenuItem) -> str | None`
[error] invalid-argument-type - :57:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_uki(item: MenuItem) -> str | None`
[error] invalid-argument-type - :65:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_removable(item: MenuItem) -> str | None`

archinstall/lib/configuration.py

[error] invalid-argument-type - :142:4 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `def preview(item: MenuItem) -> str | None`
[error] invalid-argument-type - :147:4 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `def preview(item: MenuItem) -> str | None`
[error] invalid-argument-type - :152:4 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `def preview(item: MenuItem) -> str | None`

archinstall/lib/disk/disk_menu.py

[error] invalid-argument-type - :68:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_disk_layouts(item: MenuItem) -> str | None`
[error] invalid-argument-type - :75:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_lvm_config(item: MenuItem) -> str | None`
[error] invalid-argument-type - :82:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_disk_encryption(item: MenuItem) -> str | None`
[error] invalid-argument-type - :90:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_btrfs_snapshots(item: MenuItem) -> str | None`

archinstall/lib/disk/encryption_menu.py

[error] invalid-argument-type - :56:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_type(item: MenuItem) -> str | None`
[error] invalid-argument-type - :64:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_password(item: MenuItem) -> str | None`
[error] invalid-argument-type - :72:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_iter_time(item: MenuItem) -> str | None`
[error] invalid-argument-type - :80:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_partitions(item: MenuItem) -> str | None`
[error] invalid-argument-type - :88:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_lvm_vols(item: MenuItem) -> str | None`
[error] invalid-argument-type - :96:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_hsm(item: MenuItem) -> str | None`

archinstall/lib/global_menu.py

[error] invalid-argument-type - :58:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_archinstall_language(item: MenuItem) -> str | None`
[error] invalid-argument-type - :65:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_locale(item: MenuItem) -> str | None`
[error] invalid-argument-type - :71:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_mirror_config(item: MenuItem) -> str | None`
[error] invalid-argument-type - :77:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_disk_config(item: MenuItem) -> str | None`
[error] invalid-argument-type - :85:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_swap(item: MenuItem) -> str | None`
[error] invalid-argument-type - :92:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_bootloader_config(item: MenuItem) -> str | None`
[error] invalid-argument-type - :99:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_kernel(item: MenuItem) -> str | None`
[error] invalid-argument-type - :107:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_hostname(item: MenuItem) -> str | None`
[error] invalid-argument-type - :113:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_authentication(item: MenuItem) -> str | None`
[error] invalid-argument-type - :119:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_profile(item: MenuItem) -> str | None`
[error] invalid-argument-type - :126:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_applications(item: MenuItem) -> str | None`
[error] invalid-argument-type - :133:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_network_config(item: MenuItem) -> str | None`
[error] invalid-argument-type - :140:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_parallel_dw(item: MenuItem) -> str | None`
[error] invalid-argument-type - :147:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_additional_pkgs(item: MenuItem) -> str | None`
[error] invalid-argument-type - :154:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_tz(item: MenuItem) -> str | None`
[error] invalid-argument-type - :161:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_ntp(item: MenuItem) -> str | None`
[error] invalid-argument-type - :175:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_get_menu_options._prev_install_invalid_config(item: MenuItem) -> str | None`

archinstall/lib/interactions/disk_conf.py

[error] invalid-argument-type - :56:4 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `def _preview_device_selection(item: MenuItem) -> str | None`

archinstall/lib/mirrors.py

[error] invalid-argument-type - :229:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_regions(item: MenuItem) -> str`
[error] invalid-argument-type - :236:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_custom_servers(item: MenuItem) -> str | None`
[error] invalid-argument-type - :243:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_additional_repos(item: MenuItem) -> str | None`
[error] invalid-argument-type - :250:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_custom_mirror(item: MenuItem) -> str | None`

archinstall/lib/profile/profile_menu.py

[error] invalid-argument-type - :40:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._preview_profile(item: MenuItem) -> str | None`
[error] invalid-argument-type - :47:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_gfx(item: MenuItem) -> str | None`
[error] invalid-argument-type - :57:5 - Argument is incorrect: Expected `((<special-form 'typing.Self'>, /) -> str | None) | None`, found `bound method Self@_define_menu_options._prev_greeter(item: MenuItem) -> str | None`

archinstall/tui/curses_menu.py

[error] invalid-argument-type - :1050:43 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `(Unknown & ~AlwaysFalsy) | (MenuItem & ~AlwaysFalsy)`
[error] invalid-assignment - :1249:4 - Object of type `Self@__enter__` is not assignable to attribute `_t` of type `<special-form 'typing.Self'> | None`
[error] unresolved-attribute - :1349:4 - Special form `typing.Self` has no attribute `screen`
[error] invalid-return-type - :1261 -
Old: Return type does not match returned value: expected `Self@t`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@t`, found `Tui`

archinstall/tui/menu_item.py

[error] invalid-assignment - :50:4 - Object of type `Self@yes` is not assignable to attribute `_yes` of type `<special-form 'typing.Self'> | None`
[error] invalid-assignment - :57:4 - Object of type `Self@no` is not assignable to attribute `_no` of type `<special-form 'typing.Self'> | None`
[error] invalid-return-type - :52 -
Old: Return type does not match returned value: expected `Self@yes`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@yes`, found `MenuItem`
[error] invalid-return-type - :59 -
Old: Return type does not match returned value: expected `Self@no`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@no`, found `MenuItem`

archinstall/tui/ui/components.py

[error] invalid-argument-type - :332:40 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Unknown | MenuItem`
[error] invalid-argument-type - :556:40 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `MenuItem`
[error] invalid-argument-type - :680:37 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `(Unknown & ~AlwaysFalsy) | (MenuItem & ~AlwaysFalsy)`

archinstall/tui/ui/menu_item.py

[error] invalid-assignment - :51:4 - Object of type `Self@yes` is not assignable to attribute `_yes` of type `<special-form 'typing.Self'> | None`
[error] invalid-assignment - :58:4 - Object of type `Self@no` is not assignable to attribute `_no` of type `<special-form 'typing.Self'> | None`
[error] invalid-return-type - :53 -
Old: Return type does not match returned value: expected `Self@yes`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@yes`, found `MenuItem`
[error] invalid-return-type - :60 -
Old: Return type does not match returned value: expected `Self@no`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@no`, found `MenuItem`

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

src/bandersnatch/mirror.py

[error] invalid-argument-type - :264:13 - Argument to function `max` is incorrect: Argument type `Unknown | int | None` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - :353:52 - Argument to bound method `sync_index_page` is incorrect: Expected `int`, found `int | None`

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

bidict/_base.py

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

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

src/bokeh/models/mappers.py

[error] invalid-argument-type - :380:26 - Argument to function `len` is incorrect: Expected `Sized`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`
[error] not-subscriptable - :383:37 - Cannot subscript object of type `Nullable[Unknown]` with no `__getitem__` method
[error] invalid-argument-type - :386:42 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~None) | Nullable[Unknown] | list[Unknown]`

src/bokeh/models/sources.py

[error] invalid-argument-type - :601:33 - Argument to bound method `add` is incorrect: Expected `int`, found `object`

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

boostedblob/boost.py

[error] unresolved-attribute - :362:9 - Object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` has no attribute `append`
[error] unresolved-attribute - :368:16 - Object of type `Collection[Awaitable[T@OrderedMappingBoostable]] & ~AlwaysFalsy` has no attribute `popleft`
[error] not-subscriptable - :382:19 - Cannot subscript object of type `Collection[Awaitable[T@OrderedMappingBoostable]]` with no `__getitem__` method
[error] unresolved-attribute - :402:9 - Object of type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `add`
[error] unresolved-attribute - :413:55 - Object of type `Awaitable[T@UnorderedMappingBoostable]` has no attribute `done`
[error] unresolved-attribute - :416:9 - Object of type `Collection[Awaitable[T@UnorderedMappingBoostable]]` has no attribute `remove`

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

cloudinit/sources/DataSourceEc2.py

[error] invalid-assignment - :196:9 - Object of type `Unknown | None` is not assignable to attribute `metadata` of type `dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :196:25 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :197:29 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :199:13 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`

cloudinit/sources/DataSourceLXD.py

[warning] possibly-missing-attribute - :119 -
Old: Attribute `connect` may be missing on object of type `socket | Any | None`
New: Attribute `connect` may be missing on object of type `Unknown | None | socket`

cloudinit/sources/DataSourceSmartOS.py

[warning] possibly-missing-attribute - :243 -
Old: Attribute `exists` may be missing on object of type `Unknown | Literal["_unset"] | None`
New: Attribute `exists` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :251 -
Old: Attribute `open_transport` may be missing on object of type `Unknown | Literal["_unset"] | None`
New: Attribute `open_transport` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :255 -
Old: Attribute `get` may be missing on object of type `Unknown | Literal["_unset"] | None`
New: Attribute `get` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :258 -
Old: Attribute `get_json` may be missing on object of type `Unknown | Literal["_unset"] | None`
New: Attribute `get_json` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :260 -
Old: Attribute `close_transport` may be missing on object of type `Unknown | Literal["_unset"] | None`
New: Attribute `close_transport` may be missing on object of type `Unknown | None`

tests/unittests/sources/test_init.py

[warning] possibly-missing-attribute - :87:32 - Attribute `sys_cfg` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :87:32 - Object of type `FixtureFunctionDefinition` has no attribute `sys_cfg`
[warning] possibly-missing-attribute - :88:31 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :88:31 - Object of type `FixtureFunctionDefinition` has no attribute `distro`
[warning] possibly-missing-attribute - :89:16 - Attribute `userdata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :89:16 - Object of type `FixtureFunctionDefinition` has no attribute `userdata`
[warning] possibly-missing-attribute - :90:22 - Attribute `metadata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :90:22 - Object of type `FixtureFunctionDefinition` has no attribute `metadata`
[warning] possibly-missing-attribute - :91:16 - Attribute `userdata_raw` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :91:16 - Object of type `FixtureFunctionDefinition` has no attribute `userdata_raw`
[warning] possibly-missing-attribute - :92:16 - Attribute `vendordata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :92:16 - Object of type `FixtureFunctionDefinition` has no attribute `vendordata`
[warning] possibly-missing-attribute - :93:16 - Attribute `vendordata_raw` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :93:16 - Object of type `FixtureFunctionDefinition` has no attribute `vendordata_raw`
[warning] possibly-missing-attribute - :94:35 - Attribute `ds_cfg` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :94:35 - Object of type `FixtureFunctionDefinition` has no attribute `ds_cfg`
[warning] possibly-missing-attribute - :95:27 - Attribute `ud_proc` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :95:27 - Object of type `FixtureFunctionDefinition` has no attribute `ud_proc`
[warning] possibly-missing-attribute - :113:18 - Attribute `get_url_params` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :113:18 - Object of type `FixtureFunctionDefinition` has no attribute `get_url_params`
[warning] possibly-missing-attribute - :114:43 - Attribute `url_max_wait` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :114:43 - Object of type `FixtureFunctionDefinition` has no attribute `url_max_wait`
[warning] possibly-missing-attribute - :115:42 - Attribute `url_timeout` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :115:42 - Object of type `FixtureFunctionDefinition` has no attribute `url_timeout`
[warning] possibly-missing-attribute - :116:38 - Attribute `url_retries` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :116:38 - Object of type `FixtureFunctionDefinition` has no attribute `url_retries`
[warning] possibly-missing-attribute - :119:16 - Attribute `url_sec_between_retries` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :119:16 - Object of type `FixtureFunctionDefinition` has no attribute `url_sec_between_retries`
[warning] possibly-missing-attribute - :134:16 - Attribute `get_url_params` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :134:16 - Object of type `FixtureFunctionDefinition` has no attribute `get_url_params`
[warning] possibly-missing-attribute - :206:26 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :206:26 - Object of type `FixtureFunctionDefinition` has no attribute `distro`
[warning] possibly-missing-attribute - :214:16 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :214:16 - Object of type `FixtureFunctionDefinition` has no attribute `distro`
[warning] possibly-missing-attribute - :224:9 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :224:9 - Object of type `FixtureFunctionDefinition` has no attribute `distro`
[warning] possibly-missing-attribute - :225:27 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :225:27 - Object of type `FixtureFunctionDefinition` has no attribute `distro`
[warning] possibly-missing-attribute - :234:13 - Attribute `get_data` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :234:13 - Object of type `FixtureFunctionDefinition` has no attribute `get_data`
[warning] possibly-missing-attribute - :844:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :844:28 - Object of type `FixtureFunctionDefinition` has no attribute `cached_attr_defaults`
[error] invalid-assignment - :847:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :847:9 - Unresolved attribute `_dirty_cache` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :848:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :848:9 - Object of type `FixtureFunctionDefinition` has no attribute `clear_cached_attrs`
[warning] possibly-missing-attribute - :849:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :849:28 - Object of type `FixtureFunctionDefinition` has no attribute `cached_attr_defaults`
[warning] possibly-missing-attribute - :856:24 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :856:24 - Object of type `FixtureFunctionDefinition` has no attribute `cached_attr_defaults`
[error] invalid-assignment - :859:9 - Object of type `Literal[False]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :859:9 - Unresolved attribute `_dirty_cache` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :860:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :860:9 - Object of type `FixtureFunctionDefinition` has no attribute `clear_cached_attrs`
[warning] possibly-missing-attribute - :862:24 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :862:24 - Object of type `FixtureFunctionDefinition` has no attribute `cached_attr_defaults`
[error] invalid-assignment - :868:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :868:9 - Unresolved attribute `_dirty_cache` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :869:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :869:9 - Object of type `FixtureFunctionDefinition` has no attribute `clear_cached_attrs`
[error] invalid-assignment - :874:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :874:9 - Unresolved attribute `_dirty_cache` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :875:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :875:28 - Object of type `FixtureFunctionDefinition` has no attribute `cached_attr_defaults`
[error] invalid-assignment - :877:9 - Object of type `Literal["orig"]` is not assignable to attribute `myattr` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :877:9 - Unresolved attribute `myattr` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :878:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :878:9 - Object of type `FixtureFunctionDefinition` has no attribute `clear_cached_attrs`
[warning] possibly-missing-attribute - :882:29 - Attribute `myattr` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :882:29 - Object of type `FixtureFunctionDefinition` has no attribute `myattr`
[warning] possibly-missing-attribute - :896:14 - Attribute `default_update_events` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :896:14 - Object of type `FixtureFunctionDefinition` has no attribute `default_update_events`
[error] invalid-assignment - :899:9 - Object of type `Mock` is not assignable to attribute `get_data` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :899:9 - Unresolved attribute `get_data` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :900:20 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :900:20 - Object of type `FixtureFunctionDefinition` has no attribute `update_metadata_if_supported`
[error] invalid-assignment - :917:9 - Object of type `def fake_get_data() -> Unknown` is not assignable to attribute `get_data` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :917:9 - Unresolved attribute `get_data` on type `FixtureFunctionDefinition`
[error] invalid-assignment - :918:9 - Object of type `Literal["something"]` is not assignable to attribute `_network_config` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :918:9 - Unresolved attribute `_network_config` on type `FixtureFunctionDefinition`
[error] invalid-assignment - :919:9 - Object of type `Literal[True]` is not assignable to attribute `_dirty_cache` on type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :919:9 - Unresolved attribute `_dirty_cache` on type `FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :920:16 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :920:16 - Object of type `FixtureFunctionDefinition` has no attribute `update_metadata_if_supported`
[warning] possibly-missing-attribute - :926:25 - Attribute `_network_config` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :926:25 - Object of type `FixtureFunctionDefinition` has no attribute `_network_config`

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

colour/continuous/signal.py

[error] invalid-argument-type - :1207 -
Old: Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[int], dtype[object]] | ExtensionArray`
New: Argument to function `as_float_array` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `Unknown | ndarray[tuple[int], dtype[Any]] | ExtensionArray`

colour/utilities/network.py

[warning] possibly-missing-attribute - :1832:21 - Attribute `name` may be missing on object of type `PortNode | None`
[warning] possibly-missing-attribute - :1841:21 - Attribute `name` may be missing on object of type `PortNode | None`
[warning] possibly-missing-attribute - :1852:21 - Attribute `name` may be missing on object of type `PortNode | None`
[warning] possibly-missing-attribute - :1861:21 - Attribute `name` may be missing on object of type `PortNode | None`
[error] invalid-return-type - :232:16 - Return type does not match returned value: expected `Self@parent | None`, found `Self@__init__ | None`
[error] invalid-assignment - :249:9 - Object of type `Self@parent | None` is not assignable to attribute `_parent` of type `Self@__init__ | None`
[error] invalid-return-type - :267:16 - Return type does not match returned value: expected `list[Self@children]`, found `list[Self@__init__]`
[error] invalid-assignment - :290:9 - Object of type `list[Self@children]` is not assignable to attribute `_children` of type `list[Self@__init__]`
[error] invalid-assignment - :1719:9 - Object of type `Self@add_node` is not assignable to attribute `_parent` of type `Self@__init__ | None`
[error] unresolved-attribute - :1814:41 - Object of type `Self@__init__` has no attribute `edges`
[error] invalid-argument-type - :1718 -
Old: Argument to bound method `append` is incorrect: Expected `Self@__init__`, found `PortNode`
New: Argument to bound method `append` is incorrect: Expected `Self@add_node`, found `PortNode`
[error] invalid-argument-type - :1772 -
Old: Argument to bound method `remove` is incorrect: Expected `Self@__init__`, found `PortNode`
New: Argument to bound method `remove` is incorrect: Expected `Self@remove_node`, found `PortNode`

colour/utilities/tests/test_network.py

[error] invalid-assignment - :1080:9 - Object of type `PortGraph` is not assignable to attribute `_parent` of type `Self@__init__ | None`

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

homeassistant/components/advantage_air/binary_sensor.py

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

homeassistant/components/advantage_air/light.py

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

homeassistant/components/advantage_air/select.py

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

homeassistant/components/advantage_air/switch.py

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

homeassistant/components/airq/sensor.py

[error] unresolved-attribute - :448:35 - Object of type `SensorEntityDescription` has no attribute `value`

homeassistant/components/altruist/sensor.py

[error] unresolved-attribute - :274:16 - Object of type `SensorEntityDescription` has no attribute `native_value_fn`

homeassistant/components/justnimbus/sensor.py

[error] unresolved-attribute - :138:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/madvr/sensor.py

[error] unresolved-attribute - :279:15 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/repetier/sensor.py

[error] no-matching-overload - :130:16 - No overload of function `round` matches arguments
[error] no-matching-overload - :151:16 - No overload of function `round` matches arguments

homeassistant/components/route_b_smart_meter/sensor.py

[error] unresolved-attribute - :109:16 - Object of type `SensorEntityDescription` has no attribute `value_accessor`

homeassistant/components/synology_dsm/entity.py

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

homeassistant/components/advantage_air/entity.py

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

homeassistant/components/advantage_air/sensor.py

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

homeassistant/components/aftership/sensor.py

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

homeassistant/components/airq/number.py

[error] unresolved-attribute - :75:16 - Object of type `NumberEntityDescription` has no attribute `value`
[error] unresolved-attribute - :84:15 - Object of type `NumberEntityDescription` has no attribute `set_value`

homeassistant/components/amcrest/binary_sensor.py

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

homeassistant/components/deconz/button.py

[error] unresolved-attribute - :104:13 - Object of type `ButtonEntityDescription` has no attribute `button_fn`

homeassistant/components/deconz/light.py

[error] unsupported-operator - :255:12 - Operator `not in` is not supported between objects of type `Unknown | ColorMode` and `set[ColorMode] | set[str] | None`
[error] unsupported-operator - :303:16 - Operator `in` is not supported between objects of type `Literal[ColorMode.XY]` and `set[ColorMode] | set[str] | None`

homeassistant/components/devolo_home_network/binary_sensor.py

[error] unresolved-attribute - :90:16 - Object of type `BinarySensorEntityDescription` has no attribute `value_func`

homeassistant/components/devolo_home_network/image.py

[error] unresolved-attribute - :91:16 - Object of type `EntityDescription` has no attribute `image_func`

homeassistant/components/evohome/storage.py

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

homeassistant/components/homekit_controller/switch.py

[error] unresolved-attribute - :201:36 - Object of type `SwitchEntityDescription` has no attribute `true_value`
[error] unresolved-attribute - :206:31 - Object of type `SwitchEntityDescription` has no attribute `true_value`
[error] unresolved-attribute - :212:31 - Object of type `SwitchEntityDescription` has no attribute `false_value`

homeassistant/components/hunterdouglas_powerview/button.py

[error] unresolved-attribute - :119:19 - Object of type `ButtonEntityDescription` has no attribute `press_action`

homeassistant/components/hunterdouglas_powerview/select.py

[error] unresolved-attribute - :101:16 - Object of type `SelectEntityDescription` has no attribute `current_fn`
[error] unresolved-attribute - :106:16 - Object of type `SelectEntityDescription` has no attribute `options_fn`
[error] unresolved-attribute - :110:15 - Object of type `SelectEntityDescription` has no attribute `select_fn`

homeassistant/components/knx/sensor.py

[error] unresolved-attribute - :301:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`
[error] unresolved-attribute - :306:12 - Object of type `SensorEntityDescription` has no attribute `always_available`

homeassistant/components/modbus/light.py

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

homeassistant/components/mpd/media_player.py

[error] invalid-argument-type - :505 -
Old: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
New: Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`

homeassistant/components/mqtt/client.py

[error] unresolved-attribute - :879:30 - Object of type `object` has no attribute `__name__`

homeassistant/components/neato/vacuum.py

[error] invalid-assignment - :298:13 - Cannot assign to a subscript on an object of type `None`
[error] invalid-assignment - :299:13 - Cannot assign to a subscript on an object of type `None`
[error] invalid-assignment - :300:13 - Cannot assign to a subscript on an object of type `None`
[error] invalid-return-type - :301:16 - Return type does not match returned value: expected `DeviceInfo`, found `DeviceInfo | None`

homeassistant/components/osramlightify/light.py

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

homeassistant/components/overkiz/climate/atlantic_electrical_towel_dryer.py

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

homeassistant/components/philips_js/light.py

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

homeassistant/components/qbus/climate.py

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

homeassistant/components/ring/switch.py

[error] invalid-argument-type - :103:38 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `RingSwitchEntityDescription[Any]`
[error] invalid-argument-type - :124:57 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `RingSwitchEntityDescription[RingDeviceT@RingSwitch]`

homeassistant/components/shelly/entity.py

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

homeassistant/components/switchbot_cloud/climate.py

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

homeassistant/components/switcher_kis/sensor.py

[error] unresolved-attribute - :138:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/template/binary_sensor.py

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

homeassistant/components/template/cover.py

[error] unsupported-operator - :431:13 - Operator `|=` is not supported between objects of type `None` and `int`
[error] unsupported-operator - :490:13 - Operator `|=` is not supported between objects of type `None` and `int`

homeassistant/components/template/light.py

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

homeassistant/components/template/sensor.py

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

homeassistant/components/tesla_fleet/climate.py

[warning] possibly-missing-attribute - :177 -
Old: Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
New: Attribute `index` may be missing on object of type `list[str] | None`

homeassistant/components/teslemetry/climate.py

[warning] possibly-missing-attribute - :154 -
Old: Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
New: Attribute `index` may be missing on object of type `list[str] | None`

homeassistant/components/tessie/climate.py

[warning] possibly-missing-attribute - :135 -
Old: Attribute `index` may be missing on object of type `list[Unknown] | list[str] | None`
New: Attribute `index` may be missing on object of type `list[str] | None`

homeassistant/components/vicare/climate.py

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

homeassistant/components/vicare/fan.py

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

homeassistant/components/voicerss/tts.py

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

homeassistant/components/volvo/entity.py

[error] unresolved-attribute - :88:52 - Object of type `EntityDescription` has no attribute `api_field`
[error] unresolved-attribute - :95:12 - Object of type `EntityDescription` has no attribute `api_field`
[error] unresolved-attribute - :97:17 - Object of type `EntityDescription` has no attribute `api_field`

homeassistant/components/whirlpool/binary_sensor.py

[error] unresolved-attribute - :76:16 - Object of type `BinarySensorEntityDescription` has no attribute `value_fn`

homeassistant/components/whirlpool/sensor.py

[error] unresolved-attribute - :331:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`
[error] unresolved-attribute - :448:16 - Object of type `SensorEntityDescription` has no attribute `value_fn`

homeassistant/components/yandextts/tts.py

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

homeassistant/components/yeelight/scanner.py

[error] invalid-assignment - :55:13 - Object of type `Self@async_get` is not assignable to attribute `_scanner` of type `<special-form 'typing.Self'> | None`
[error] invalid-return-type - :56 -
Old: Return type does not match returned value: expected `Self@async_get`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@async_get`, found `YeelightScanner`

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

ddtrace/debugging/_products/dynamic_instrumentation.py

[warning] possibly-missing-attribute - :58:25 - Attribute `enabled` may be missing on object of type `Unknown | type[Self@__init__]`

ddtrace/debugging/_products/exception_replay.py

[warning] possibly-missing-attribute - :50:25 - Attribute `enabled` may be missing on object of type `Unknown | type[Self@__init__]`

tests/appsec/iast/iast_utils_side_effects.py

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

benchmarks/bm/iast_fixtures/str_methods_py3.py

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

ddtrace/appsec/_iast/_patch_modules.py

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

ddtrace/internal/ci_visibility/api/_test.py

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

ddtrace/internal/settings/asm.py

[error] invalid-return-type - :330:16 - Return type does not match returned value: expected `bool`, found `Unknown | Literal[False] | EnvVariable[bool]`
[error] invalid-return-type - :334:16 - Return type does not match returned value: expected `bool`, found `(Unknown & ~AlwaysFalsy & ~AlwaysTruthy) | (EnvVariable[bool] & ~AlwaysFalsy & ~AlwaysTruthy) | bool`
[error] invalid-return-type - :343:20 - Return type does not match returned value: expected `str`, found `Unknown | EnvVariable[str | Unknown] | Literal["disabled"]`

tests/contrib/patch.py

[error] call-non-callable - :371:13 - Object of type `None` is not callable
[error] call-non-callable - :388:13 - Object of type `None` is not callable
[error] call-non-callable - :406:13 - Object of type `None` is not callable
[error] call-non-callable - :409:13 - Object of type `None` is not callable
[error] call-non-callable - :427:13 - Object of type `None` is not callable
[error] call-non-callable - :430:13 - Object of type `None` is not callable
[error] call-non-callable - :447:13 - Object of type `None` is not callable
[error] call-non-callable - :448:13 - Object of type `None` is not callable
[error] call-non-callable - :472:13 - Object of type `None` is not callable
[error] call-non-callable - :474:13 - Object of type `None` is not callable
[error] call-non-callable - :476:13 - Object of type `None` is not callable
[error] call-non-callable - :477:13 - Object of type `None` is not callable
[error] call-non-callable - :498:13 - Object of type `None` is not callable
[error] call-non-callable - :501:13 - Object of type `None` is not callable
[error] call-non-callable - :503:13 - Object of type `None` is not callable
[error] call-non-callable - :524:13 - Object of type `None` is not callable
[error] call-non-callable - :525:13 - Object of type `None` is not callable
[error] call-non-callable - :528:13 - Object of type `None` is not callable
[error] call-non-callable - :549:13 - Object of type `None` is not callable
[error] call-non-callable - :550:13 - Object of type `None` is not callable
[error] call-non-callable - :551:13 - Object of type `None` is not callable
[error] call-non-callable - :569:13 - Object of type `None` is not callable
[error] call-non-callable - :570:13 - Object of type `None` is not callable
[error] call-non-callable - :571:13 - Object of type `None` is not callable
[error] call-non-callable - :591:13 - Object of type `None` is not callable
[error] call-non-callable - :592:13 - Object of type `None` is not callable
[error] call-non-callable - :612:13 - Object of type `None` is not callable
[error] call-non-callable - :614:13 - Object of type `None` is not callable
[error] call-non-callable - :634:13 - Object of type `None` is not callable
[error] call-non-callable - :636:13 - Object of type `None` is not callable
[error] call-non-callable - :654:13 - Object of type `None` is not callable
[error] call-non-callable - :657:13 - Object of type `None` is not callable
[error] call-non-callable - :679:13 - Object of type `None` is not callable
[error] call-non-callable - :681:13 - Object of type `None` is not callable
[error] call-non-callable - :683:13 - Object of type `None` is not callable
[error] call-non-callable - :703:13 - Object of type `None` is not callable
[error] call-non-callable - :704:13 - Object of type `None` is not callable
[error] call-non-callable - :707:13 - Object of type `None` is not callable
[error] call-non-callable - :726:13 - Object of type `None` is not callable
[error] call-non-callable - :727:13 - Object of type `None` is not callable
[error] call-non-callable - :728:13 - Object of type `None` is not callable
[error] call-non-callable - :789:24 - Object of type `None` is not callable
[error] call-non-callable - :796:27 - Object of type `None` is not callable

tests/debugging/probe/test_remoteconfig.py

[error] invalid-assignment - :50 -
Old: Object of type `bound method Self@__init__.periodic() -> Unknown` is not assignable to attribute `periodic` on type `Unknown | None | DebuggerRemoteConfigSubscriber`
New: Object of type `bound method Self@__init__.periodic() -> Unknown` is not assignable to attribute `periodic` on type `Unknown | DebuggerRemoteConfigSubscriber`

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

discord/asset.py

[error] invalid-argument-type - :462:31 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - :490:31 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`
[error] invalid-argument-type - :525:31 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client] | _WebhookState`, found `Any | None | ConnectionState[Client] | _WebhookState`

discord/ext/tasks/__init__.py

[error] invalid-assignment - :304:9 - Object of type `(bound method Self@__get__._error(*args: Any) -> CoroutineType[Any, Any, None]) | (def _error(self, *args: Any) -> CoroutineType[Any, Any, None])` is not assignable to attribute `_error` of type `def _error(self, *args: Any) -> CoroutineType[Any, Any, None]`

discord/app_commands/errors.py

[error] unresolved-attribute - :453:95 - Object of type `Top[(...) -> Coroutine[object, Never, object]]` has no attribute `__qualname__`
[warning] possibly-missing-attribute - :453:95 - Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Coroutine[Any, Any, Unknown])`

discord/emoji.py

[error] invalid-argument-type - :131:42 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :186:16 - Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :225:30 - Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :229:19 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :232:15 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :282:30 - Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :287:26 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - :292:54 - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :294:22 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`

discord/ext/commands/cog.py

[error] invalid-type-arguments - :288:36 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Cog | None` of type variable `CogT@Command`
[error] invalid-type-arguments - :289:79 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Group | Cog` of type variable `GroupT@Command`

discord/soundboard.py

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

discord/sticker.py

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

discord/ui/action_row.py

[error] invalid-assignment - :154:9 - Object of type `list[((ActionRow[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) | ((Self@__init_subclass__, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any])]` is not assignable to attribute `__action_row_children_items__` of type `list[(ActionRow[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]]`
[error] invalid-type-arguments - :122:67 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
[error] unresolved-attribute - :163 -
Old: Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_type__`
New: Object of type `(ActionRow[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_type__`
[error] unresolved-attribute - :163 -
Old: Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
New: Object of type `(ActionRow[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :166 -
Old: Object of type `(Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__name__`
New: Object of type `(ActionRow[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]` has no attribute `__name__`

discord/ui/container.py

[error] invalid-assignment - :177:9 - Object of type `dict[str, ((Self@__init_subclass__, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) | Item[Any]]` is not assignable to attribute `__container_children_items__` of type `dict[str, ((Container[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) | Item[Any]]`
[error] invalid-type-arguments - :109:77 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView | ActionRow[Unknown] | Container[Unknown]` of type variable `C@ContainedItemCallbackType`
[error] unresolved-attribute - :151 -
Old: Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
New: Object of type `((Container[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_type__`
[error] unresolved-attribute - :151 -
Old: Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
New: Object of type `((Container[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__discord_ui_model_kwargs__`
[error] unresolved-attribute - :153 -
Old: Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
New: Object of type `((Container[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
[error] unresolved-attribute - :159 -
Old: Object of type `((Unknown, Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`
New: Object of type `((Container[Unknown], Interaction[Any], Any, /) -> Coroutine[Any, Any, Any]) & ~Item[object]` has no attribute `__name__`

discord/ui/modal.py

[error] invalid-type-arguments - :109:55 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `BaseView` of type variable `V@Item`

discord/ui/view.py

[error] invalid-return-type - :331:16 - Return type does not match returned value: expected `list[Item[Self@children]]`, found `list[Item[Self@__init__]]`

discord/utils.py

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

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

django-stubs/contrib/admin/options.pyi

[error] invalid-type-arguments - :175:39 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `ModelAdmin[Any]` of type variable `_ModelAdmin`

django-stubs/contrib/auth/models.pyi

[error] invalid-type-arguments - :106:35 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `AbstractBaseUser` of type variable `_UserType@UserManager`

django-stubs/contrib/gis/db/backends/oracle/models.pyi

[error] invalid-type-arguments - :12:31 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-type-arguments - :26:31 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/gis/db/backends/postgis/models.pyi

[error] invalid-type-arguments - :15:38 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-type-arguments - :28:38 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/gis/db/backends/spatialite/models.pyi

[error] invalid-type-arguments - :14:38 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-type-arguments - :28:38 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/contrib/sessions/base_session.pyi

[error] invalid-type-arguments - :18:42 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `AbstractBaseSession` of type variable `_T@BaseSessionManager`

django-stubs/db/migrations/recorder.pyi

[error] invalid-type-arguments - :14:35 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`

django-stubs/db/models/base.pyi

[error] invalid-type-arguments - :46:31 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_T@Manager`
[error] invalid-type-arguments - :48:29 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `Model` of type variable `_M@Options`

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

dulwich/server.py

[error] invalid-argument-type - :604 -
Old: Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
New: Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `def progress(self, message: bytes) -> None`
[error] invalid-argument-type - :649 -
Old: Argument to function `filter_pack_objects_with_paths` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
New: Argument to function `filter_pack_objects_with_paths` is incorrect: Expected `((bytes, /) -> None) | None`, found `def progress(self, message: bytes) -> None`

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

src/graphql/execution/incremental_graph.py

[error] invalid-argument-type - :349:27 - Argument to bound method `_enqueue` is incorrect: Expected `ReconcilableDeferredGroupedFieldSetResult | NonReconcilableDeferredGroupedFieldSetResult | StreamItemsResult`, found `object`
[error] unresolved-attribute - :383:16 - Object of type `object` has no attribute `item`
[error] unresolved-attribute - :393:66 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :396:25 - Object of type `object` has no attribute `item`
[error] unresolved-attribute - :397:16 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :398:31 - Object of type `object` has no attribute `errors`
[error] unresolved-attribute - :399:16 - Object of type `object` has no attribute `incremental_data_records`
[error] unresolved-attribute - :400:49 - Object of type `object` has no attribute `incremental_data_records`

src/graphql/type/definition.py

[error] invalid-argument-type - :430 -
Old: Invalid argument to key "parse_literal" with declared type `((ValueNode, dict[str, Any] | None, /) -> Any) | None` on TypedDict `GraphQLScalarTypeKwargs`: value of type `None | (bound method Self@to_kwargs.parse_literal(node: ValueNode, variables: dict[str, Any] | None = None) -> Any) | (def parse_literal(self, node: ValueNode, variables: dict[str, Any] | None = None) -> Any)`
New: Invalid argument to key "parse_literal" with declared type `((ValueNode, dict[str, Any] | None, /) -> Any) | None` on TypedDict `GraphQLScalarTypeKwargs`: value of type `None | (def parse_literal(self, node: ValueNode, variables: dict[str, Any] | None = None) -> Any)`

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

hydpy/exe/xmltools.py

[error] unresolved-attribute - :2333:25 - Object of type `XMLBase` has no attribute `master`
[error] unresolved-attribute - :2335:22 - Object of type `XMLBase` has no attribute `master`
[error] unresolved-attribute - :2336:25 - Object of type `XMLBase` has no attribute `master`

hydpy/models/sw1d_channel.py

[error] type-assertion-failure - :1688:21 - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - :1696:21 - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - :1792:21 - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`
[error] type-assertion-failure - :1983:21 - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - :1878:21 - Type `Unknown & ~None & ~RoutingModel_V1 & ~RoutingModel_V2 & ~RoutingModel_V3` is not equivalent to `Never`
[error] type-assertion-failure - :1885:21 - Type `Unknown & ~None & ~RoutingModel_V2 & ~RoutingModel_V3 & ~RoutingModel_V1` is not equivalent to `Never`

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

src/hydra_zen/funcs.py

[error] invalid-assignment - :55:20 - Object of type `Top[(...) -> object]` is not assignable to `(...) -> T@partial_with_wrapper`

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

ibis/common/bases.py

[error] invalid-return-type - :107 -
Old: Return type does not match returned value: expected `Self@__create__`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@__create__`, found `Singleton`
[error] invalid-assignment - :110 -
Old: Cannot assign to a subscript on an object of type `Mapping[Any, <special-form 'typing.Self'>]`
New: Cannot assign to a subscript on an object of type `Mapping[Any, Singleton]`

ibis/common/tests/test_graph.py

[error] no-matching-overload - :303:16 - No overload of function `iter` matches arguments
[error] invalid-argument-type - :306:20 - Argument to function `len` is incorrect: Expected `Sized`, found `(bound method Self@__len__.items() -> ItemsView[Unknown, Unknown]) | Unknown | dict[str, Unknown]`

ibis/common/tests/test_grounds.py

[error] invalid-argument-type - :339:23 - Argument is incorrect: Expected `RecursiveNode | None`, found `Literal[1]`
[error] invalid-argument-type - :332:26 - Argument is incorrect: Expected `<special-form 'typing.Self'> | None`, found `RecursiveNode`
[error] invalid-argument-type - :332:40 - Argument is incorrect: Expected `<special-form 'typing.Self'> | None`, found `RecursiveNode`

ibis/expr/types/generic.py

[error] invalid-return-type - :1767:16 - Return type does not match returned value: expected `tuple[SortKey, ...]`, found `tuple[Value | None | @Todo, ...]`
[error] invalid-argument-type - :2006:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2045:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Unknown, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-return-type - :2750:16 - Return type does not match returned value: expected `Column`, found `Scalar | Column | @Todo`
[error] invalid-return-type - :2797:16 - Return type does not match returned value: expected `Column`, found `Scalar | Column | @Todo`
[error] invalid-argument-type - :1842:19 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1883:39 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1912:31 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1941:30 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1970:30 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2007:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2046:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2104:33 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2207:19 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2358:36 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2392:32 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2507:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :2561:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`

ibis/expr/types/joins.py

[error] invalid-argument-type - :385:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`

ibis/expr/types/logical.py

[error] invalid-return-type - :448:16 - Return type does not match returned value: expected `BooleanScalar`, found `BooleanValue | @Todo`
[error] invalid-return-type - :486:16 - Return type does not match returned value: expected `BooleanColumn`, found `BooleanValue | @Todo`
[error] invalid-return-type - :526:16 - Return type does not match returned value: expected `BooleanColumn`, found `BooleanScalar | BooleanColumn | @Todo`
[error] invalid-argument-type - :411:30 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`

ibis/expr/types/numeric.py

[error] invalid-argument-type - :972:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1035:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Numeric | Boolean, Columnar]`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-return-type - :1140:16 - Return type does not match returned value: expected `NumericColumn`, found `NumericScalar | NumericColumn | @Todo`
[error] invalid-return-type - :1240:16 - Return type does not match returned value: expected `NumericColumn`, found `NumericScalar | NumericColumn | @Todo`
[error] unsupported-operator - :1399:20 - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float`
[error] unsupported-operator - :1405:25 - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float | Unknown`
[error] unsupported-operator - :1408:23 - Operator `-` is not supported between objects of type `Scalar | @Todo` and `int | float | Unknown`
[error] invalid-argument-type - :813:28 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :864:28 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :915:28 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :974:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1037:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1094:31 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1196:30 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1652:33 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1671:32 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`
[error] invalid-argument-type - :1690:33 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Boolean, Any] | None`, found `ibis.expr.types.generic.Value | None | @Todo`

ibis/expr/types/relations.py

[error] invalid-argument-type - :1073:31 - Argument to bound method `limit` is incorrect: Expected `int | None`, found `int | IntegerScalar`
[error] invalid-argument-type - :1073:38 - Argument to bound method `limit` is incorrect: Expected `int`, found `int | IntegerScalar`
[error] invalid-argument-type - :1081:32 - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `list[Unknown | (Sequence[str | int] & ~str & ~int)]`
[error] invalid-argument-type - :1094:32 - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `tuple[Value, ...] | tuple[@Todo, ...]`
[error] invalid-argument-type - :1280:35 - Argument is incorrect: Expected `tuple[ibis.expr.operations.core.Value[Unknown, Any], ...]`, found `tuple[ibis.expr.types.generic.Value, ...] | tuple[@Todo, ...]`
[error] invalid-assignment - :1400:19 - Object of type `tuple[Value, ...] | @Todo` is not assignable to `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] invalid-assignment - :1401:18 - Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[BooleanValue] | None`
[error] invalid-argument-type - :1403:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] not-iterable - :1411:21 - Object of type `Sequence[BooleanValue] | None` may not be iterable
[error] invalid-argument-type - :1575:39 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `tuple[str, ...]`
[error] invalid-argument-type - :1575:56 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `(t) -> Unknown`
[error] invalid-argument-type - :1597:30 - Argument to bound method `aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[Unknown, Any]`
[error] invalid-argument-type - :1597:36 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Selector`
[error] invalid-argument-type - :1597:43 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `((t) -> Unknown) | tuple[()]`
[error] invalid-argument-type - :1983:31 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - :2100:38 - Argument to bound method `_assemble_set_op` is incorrect: Expected `type[Set]`, found `<special-form 'typing.Union'>`
[error] invalid-return-type - :2273:16 - Return type does not match returned value: expected `Column`, found `Scalar | @Todo`
[error] invalid-argument-type - :2372:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-argument-type - :2566:33 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `tuple[Value, ...] | @Todo`
[error] invalid-assignment - :3079:22 - Object of type `tuple[Value, ...] | tuple[@Todo, ...]` is not assignable to `Sequence[str] | None`
[error] invalid-argument-type - :3080:40 - Argument is incorrect: Expected `tuple[Value[Unknown, Columnar], ...] | None`, found `None | Sequence[str]`
[error] invalid-argument-type - :3157:28 - Method `__getitem__` of type `bound method Schema.__getitem__(name: str) -> DataType` cannot be called with key of type `object` on object of type `Schema`
[error] invalid-argument-type - :3335:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :3336:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :3337:17 - Argument to bound method `aggregate` is incorrect: Expected `Value`, found `(t) -> Unknown`
[error] invalid-argument-type - :3464:17 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `Unknown | StringValue`
[error] invalid-argument-type - :3464:17 - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Unknown | StringValue`
[error] invalid-argument-type - :4470:28 - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - :4887:33 - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - :5327:23 - Argument to bound method `order_by` is incorrect: Expected `Sequence[str | Column | Selector | Deferred] | Column | Selector | Deferred`, found `Value`
[error] invalid-argument-type - :5474:13 - Argument is incorrect: Expected `ibis.expr.operations.core.Value[Array[Unknown], Any]`, found `ibis.expr.types.generic.Value | @Todo`
[error] invalid-argument-type - :1404:34 - Argument to function `unwrap_aliases` is incorrect: Expected `Iterator[Value]`, found `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] unsupported-operator - :1413 -
Old: Operator `in` is not supported between objects of type `Unknown` and `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
New: Operator `in` is not supported between objects of type `@Todo` and `Scalar | Deferred | Sequence[Scalar | Deferred] | None`

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

tests/test_loader.py

[warning] possibly-missing-attribute - :240 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :244 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :261 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :263 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :265 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`
[error] invalid-assignment - :282 -
Old: Object of type `ChoiceLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
New: Object of type `ChoiceLoader` is not assignable to attribute `loader` on type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :283 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :285 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :287 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[error] invalid-assignment - :292 -
Old: Object of type `PrefixLoader` is not assignable to attribute `loader` on type `Unknown | None | Environment`
New: Object of type `PrefixLoader` is not assignable to attribute `loader` on type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :294 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :298 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :300 -
Old: Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
New: Attribute `get_template` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :306 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`
[warning] possibly-missing-attribute - :315 -
Old: Attribute `loader` may be missing on object of type `Unknown | None | Environment`
New: Attribute `loader` may be missing on object of type `Unknown | Environment | None`

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

manticore/core/smtlib/constraints.py

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

manticore/native/cpu/abstractcpu.py

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

tests/native/test_armv7unicorn.py

[warning] possibly-missing-attribute - :1518:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1520:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1521:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1527:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1529:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1531:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1542:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1576:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:13 - Attribute `emulate` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:30 - Attribute `decode_instruction` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:58 - Attribute `PC` may be missing on object of type `Unknown | None`

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

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - :1184:79 - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `list[str]`
[error] invalid-argument-type - :1190:72 - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `list[str]`

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

examples/contrib/search.py

[warning] possibly-missing-attribute - :68 -
Old: Attribute `findall` may be missing on object of type `Unknown | Pattern[str] | None`
New: Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :73 -
Old: Attribute `findall` may be missing on object of type `Unknown | Pattern[str] | None`
New: Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :75 -
Old: Attribute `findall` may be missing on object of type `Unknown | Pattern[str] | None`
New: Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :78 -
Old: Attribute `findall` may be missing on object of type `Unknown | Pattern[str] | None`
New: Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :82 -
Old: Attribute `findall` may be missing on object of type `Unknown | Pattern[str] | None`
New: Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`

mitmproxy/tools/console/commands.py

[error] invalid-argument-type - :109:38 - Argument to bound method `connect` is incorrect: Expected `(text) -> None`, found `(bound method Self@__init__.sig_mod(txt) -> Unknown) | @Todo`

mitmproxy/tools/console/flowview.py

[error] invalid-assignment - :350:33 - Object of type `Unknown | None` is not assignable to `Message`

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

openlibrary/accounts/model.py

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

openlibrary/book_providers.py

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

openlibrary/catalog/marc/marc_binary.py

[error] unresolved-attribute - :64:12 - Object of type `MarcBase` has no attribute `marc8`

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

pandas/core/series.py

[error] invalid-argument-type - :452:20 - Argument to function `len` is incorrect: Expected `Sized`, found `dtype[object]`

pandas/io/common.py

[warning] possibly-missing-attribute - :1072:9 - Attribute `addfile` may be missing on object of type `Unknown | BytesIO | TarFile`
[warning] possibly-missing-attribute - :1102:23 - Attribute `filename` may be missing on object of type `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :1103:29 - Attribute `filename` may be missing on object of type `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :1112:9 - Attribute `writestr` may be missing on object of type `Unknown | BytesIO | ZipFile`

pandas/io/formats/info.py

[error] invalid-argument-type - :462:44 - Argument to function `_get_dataframe_dtype_counts` is incorrect: Expected `DataFrame`, found `DataFrame | Series`
[error] invalid-return-type - :474:16 - Return type does not match returned value: expected `Iterable[ExtensionDtype | str | dtype[Any] | type]`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-return-type - :496:16 - Return type does not match returned value: expected `Series`, found `Series | int`
[warning] possibly-missing-attribute - :501:16 - Attribute `sum` may be missing on object of type `Series | int`
[error] invalid-return-type - :555:16 - Return type does not match returned value: expected `list[int]`, found `list[int | Series]`
[error] invalid-return-type - :577:16 - Return type does not match returned value: expected `int`, found `Series | int`
[error] unresolved-attribute - :816:16 - Object of type `_BaseInfo` has no attribute `ids`
[error] unresolved-attribute - :821:16 - Object of type `_BaseInfo` has no attribute `col_count`

pandas/tests/arrays/test_datetimelike.py

[warning] possibly-missing-attribute - :654 -
Old: Attribute `round` may be missing on object of type `Unknown | DatetimeArray | PeriodArray | TimedeltaArray`
New: Attribute `round` may be missing on object of type `DatetimeArray | PeriodArray | TimedeltaArray`
[warning] possibly-missing-attribute - :830 -
Old: Attribute `tz` may be missing on object of type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
New: Attribute `tz` may be missing on object of type `DatetimeIndex | PeriodIndex | TimedeltaIndex`
[warning] possibly-missing-attribute - :843 -
Old: Attribute `tz` may be missing on object of type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
New: Attribute `tz` may be missing on object of type `DatetimeIndex | PeriodIndex | TimedeltaIndex`
[warning] possibly-missing-attribute - :1101 -
Old: Attribute `to_timestamp` may be missing on object of type `Unknown | PeriodIndex | DatetimeIndex | TimedeltaIndex`
New: Attribute `to_timestamp` may be missing on object of type `DatetimeIndex | PeriodIndex | TimedeltaIndex`

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

tests/frame/test_groupby.py

[error] type-assertion-failure - :229:15 - Type `Series[Any]` does not match asserted type `Series[str | bytes | int | ... omitted 12 union elements]`
[error] type-assertion-failure - :625:15 - Type `Series[Any]` does not match asserted type `Series[str | bytes | int | ... omitted 12 union elements]`

tests/test_string_accessors.py

[error] type-assertion-failure - :22 -
Old: Type `Series[str]` does not match asserted type `Series[Any]`
New: Type `Series[str]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :23 -
Old: Type `Series[bytes]` does not match asserted type `Series[Unknown | bytes]`
New: Type `Series[bytes]` does not match asserted type `Series[Unknown]`
[error] type-assertion-failure - :29 -
Old: Type `Index[str]` does not match asserted type `Index[Unknown | str]`
New: Type `Index[str]` does not match asserted type `Index[Unknown]`
[error] type-assertion-failure - :30 -
Old: Type `Index[bytes]` does not match asserted type `Index[Unknown | bytes]`
New: Type `Index[bytes]` does not match asserted type `Index[Unknown]`

parso (https://github.com/davidhalter/parso)

parso/python/pep8.py

[warning] possibly-missing-attribute - :290 -
Old: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :385 -
Old: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :414 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :415 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :418 -
Old: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :419 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :431 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :433 -
Old: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :436 -
Old: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :460 -
Old: Attribute `bracket_indentation` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `bracket_indentation` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :462 -
Old: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :464 -
Old: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :471 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :486 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :492 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :498 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :507 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :513 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :537 -
Old: Attribute `type` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :538 -
Old: Attribute `parent` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :541 -
Old: Attribute `indentation` may be missing on object of type `Unknown | None | IndentationNode`
New: Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`

pegen (https://github.com/we-like-parsers/pegen)

src/pegen/python_generator.py

[error] unresolved-attribute - :270:51 - Object of type `GrammarVisitor` has no attribute `keywords`
[error] unresolved-attribute - :271:56 - Object of type `GrammarVisitor` has no attribute `soft_keywords`

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

src/pip/_vendor/distlib/util.py

[warning] possibly-missing-attribute - :1484 -
Old: Attribute `getpeercert` may be missing on object of type `socket | Any`
New: Attribute `getpeercert` may be missing on object of type `Unknown | socket`

src/pip/_vendor/urllib3/poolmanager.py

[warning] possibly-missing-attribute - :508:13 - Attribute `host` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :508:30 - Attribute `port` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :508:47 - Attribute `scheme` may be missing on object of type `Unknown | None`

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

src/poetry/console/commands/build.py

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

tests/console/commands/test_show.py

[warning] redundant-cast - :42:12 - Value is already of type `F@output_format_parametrize`

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-dbt/prefect_dbt/core/settings.py

[error] invalid-argument-type - :96:21 - Argument is incorrect: Expected `T@resolve_block_document_references`, found `dict[str, Any] | @Todo`
[error] invalid-assignment - :94 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :99 -
Old: Object of type `T@resolve_variables | dict[str, Any]` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`

src/integrations/prefect-kubernetes/prefect_kubernetes/jobs.py

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

src/prefect/_internal/concurrency/services.py

[error] unresolved-attribute - :284:32 - Special form `typing.Self` has no attribute `_drain`
[error] invalid-assignment - :313:17 - Invalid subscript assignment with key of type `int` and value of type `Self@instance` on object of type `dict[int, <special-form 'typing.Self'>]`
[error] invalid-return-type - :315 -
Old: Return type does not match returned value: expected `Self@instance`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@instance`, found `_QueueServiceBase[Unknown]`

src/prefect/_waiters.py

[error] invalid-return-type - :243 -
Old: Return type does not match returned value: expected `Self@instance`, found `<special-form 'typing.Self'> | Unknown`
New: Return type does not match returned value: expected `Self@instance`, found `FlowRunWaiter | Unknown`

src/prefect/automations.py

[error] invalid-argument-type - :235 -
Old: Argument is incorrect: Expected `Overload[(cls, id: UUID, name: str | None = ...) -> Self@aread | Self@aread, (cls, id: None = None, name: str = ...) -> Self@aread | Self@aread]`, found `Overload[[Self](cls, id: UUID, name: str | None = ...) -> CoroutineType[Any, Any, Self], [Self](cls, id: None = None, name: str = ...) -> CoroutineType[Any, Any, Self]]`
New: Argument is incorrect: Expected `Overload[(cls, id: UUID, name: str | None = ...) -> Self@aread, (cls, id: None = None, name: str = ...) -> Self@aread]`, found `Overload[[Self](cls, id: UUID, name: str | None = ...) -> CoroutineType[Any, Any, Self], [Self](cls, id: None = None, name: str = ...) -> CoroutineType[Any, Any, Self]]`

src/prefect/cli/deploy/_core.py

[error] invalid-assignment - :86 -
Old: Object of type `T@resolve_block_document_references | dict[str, Any]` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` is not assignable to `dict[str, Any]`
[error] invalid-assignment - :87 -
Old: Object of type `T@resolve_variables` is not assignable to `dict[str, Any]`
New: Object of type `T@resolve_variables | str | int | ... omitted 4 union elements` is not assignable to `dict[str, Any]`

src/prefect/cli/transfer/_migratable_resources/automations.py

[error] invalid-assignment - :54:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :62:20 - Return type does not match returned value: expected `MigratableResource[Automation] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :52 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableAutomation`

src/prefect/cli/transfer/_migratable_resources/blocks.py

[error] invalid-assignment - :50:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :58:20 - Return type does not match returned value: expected `MigratableResource[BlockType] | None`, found `<special-form 'typing.Self'>`
[error] invalid-assignment - :104:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :112:20 - Return type does not match returned value: expected `MigratableResource[BlockSchema] | None`, found `<special-form 'typing.Self'>`
[error] invalid-assignment - :244:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :252:20 - Return type does not match returned value: expected `MigratableResource[BlockDocument] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :48 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableBlockType`
[error] invalid-return-type - :102 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableBlockSchema`
[error] invalid-return-type - :242 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableBlockDocument`

src/prefect/cli/transfer/_migratable_resources/concurrency_limits.py

[error] invalid-assignment - :52:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :60:20 - Return type does not match returned value: expected `MigratableResource[GlobalConcurrencyLimitResponse] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :50 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableGlobalConcurrencyLimit`

src/prefect/cli/transfer/_migratable_resources/deployments.py

[error] invalid-assignment - :47:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :55:20 - Return type does not match returned value: expected `MigratableResource[DeploymentResponse] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :45 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableDeployment`

src/prefect/cli/transfer/_migratable_resources/flows.py

[error] invalid-assignment - :41:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :47:20 - Return type does not match returned value: expected `MigratableResource[Flow] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :39 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableFlow`

src/prefect/cli/transfer/_migratable_resources/variables.py

[error] invalid-assignment - :44:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :50:20 - Return type does not match returned value: expected `MigratableResource[Variable] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :42 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableVariable`

src/prefect/cli/transfer/_migratable_resources/work_pools.py

[error] invalid-assignment - :52:13 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :58:20 - Return type does not match returned value: expected `MigratableResource[WorkPool] | None`, found `<special-form 'typing.Self'>`
[error] unresolved-attribute - :66:16 - Special form `typing.Self` has no attribute `source_work_pool`
[error] invalid-return-type - :67:24 - Return type does not match returned value: expected `MigratableResource[WorkPool] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :48 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableWorkPool`

src/prefect/cli/transfer/_migratable_resources/work_queues.py

[error] invalid-assignment - :45:9 - Invalid subscript assignment with key of type `UUID` and value of type `Self@construct` on object of type `dict[UUID, <special-form 'typing.Self'>]`
[error] invalid-return-type - :53:20 - Return type does not match returned value: expected `MigratableResource[WorkQueue] | None`, found `<special-form 'typing.Self'>`
[error] invalid-return-type - :43 -
Old: Return type does not match returned value: expected `Self@construct`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@construct`, found `MigratableWorkQueue`

src/prefect/context.py

[error] invalid-return-type - :725 -
Old: Return type does not match returned value: expected `Self@get`, found `Self@get | <special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@get`, found `TagsContext`

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :795 -
Old: Attribute `__name__` may be missing on object of type `Unknown | (((...) -> Any) & ((*args: object, **kwargs: object) -> object))`
New: Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`

src/prefect/deployments/steps/core.py

[error] invalid-argument-type - :137 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`

src/prefect/flow_engine.py

[error] invalid-argument-type - :1482:43 - Argument to function `next` is incorrect: Expected `SupportsNext[Unknown]`, found `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1490:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1524:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1531:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] invalid-raise - :363:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`: Not an instance or subclass of `BaseException`
[error] invalid-raise - :950:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`: Not an instance or subclass of `BaseException`
[error] invalid-return-type - :359 -
Old: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `(R@FlowRunEngine & ~<class 'NotSet'> & ~Top[State[Any]] & ~Coroutine[object, Never, object]) | (type[NotSet] & ~<class 'NotSet'> & ~Coroutine[object, Never, object]) | Unknown | (PrefectFuture[Unknown] & ~Top[State[Any]] & ~Coroutine[object, Never, object])`
New: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `Unknown | (PrefectFuture[Unknown] & ~Top[State[Any]] & ~Coroutine[object, Never, object])`
[error] invalid-return-type - :364 -
Old: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
New: Return type does not match returned value: expected `R@FlowRunEngine | State[Any] | None`, found `(Unknown & ~<class 'NotSet'>) | BaseException`
[error] invalid-await - :812:32 - `Unknown | R@FlowRunEngine | Coroutine[Any, Any, R@FlowRunEngine]` is not awaitable
[error] invalid-return-type - :951 -
Old: Return type does not match returned value: expected `R@AsyncFlowRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
New: Return type does not match returned value: expected `R@AsyncFlowRunEngine | State[Any] | None`, found `(Unknown & ~<class 'NotSet'>) | BaseException`
[error] invalid-await - :1401:24 - `Unknown | R@AsyncFlowRunEngine | Coroutine[Any, Any, R@AsyncFlowRunEngine]` is not awaitable

src/prefect/flows.py

[warning] unused-ignore-comment - :1750:53 - Unused blanket `type: ignore` directive
[error] unresolved-attribute - :286 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`
[error] unresolved-attribute - :404 -
Old: Object of type `((**P@Flow) -> R@Flow) & ((*args: object, **kwargs: object) -> object)` has no attribute `__name__`
New: Object of type `(**P@Flow) -> R@Flow` has no attribute `__name__`

src/prefect/infrastructure/provisioners/container_instance.py

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

src/prefect/server/task_queue.py

[error] invalid-assignment - :52:13 - Invalid subscript assignment with key of type `str` and value of type `Self@for_key` on object of type `dict[str, <special-form 'typing.Self'>]`
[error] invalid-return-type - :53 -
Old: Return type does not match returned value: expected `Self@for_key`, found `<special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@for_key`, found `TaskQueue`

src/prefect/task_engine.py

[error] invalid-return-type - :605:20 - Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `(R@SyncTaskRunEngine & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]]) | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]])`
[error] invalid-raise - :610:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`: Not an instance or subclass of `BaseException`
[error] invalid-return-type - :1208:20 - Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `(R@AsyncTaskRunEngine & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]]) | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'> & ~Top[ResultRecord[Unknown]])`
[error] invalid-raise - :1213:23 - Cannot raise object of type `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`: Not an instance or subclass of `BaseException`
[error] invalid-return-type - :613 -
Old: Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
New: Return type does not match returned value: expected `R@SyncTaskRunEngine | State[Any] | None`, found `(Unknown & ~<class 'NotSet'>) | BaseException`
[error] invalid-return-type - :1216 -
Old: Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `BaseException | (type[NotSet] & ~<class 'NotSet'>) | (Unknown & ~<class 'NotSet'>)`
New: Return type does not match returned value: expected `R@AsyncTaskRunEngine | State[Any] | None`, found `(Unknown & ~<class 'NotSet'>) | BaseException`

src/prefect/task_runs.py

[error] invalid-return-type - :258 -
Old: Return type does not match returned value: expected `Self@instance`, found `<special-form 'typing.Self'> | Unknown`
New: Return type does not match returned value: expected `Self@instance`, found `TaskRunWaiter | Unknown`

src/prefect/tasks.py

[error] invalid-argument-type - :261 -
Old: Argument is incorrect: Expected `UUID`, found `UUID | None`
New: Argument is incorrect: Expected `UUID`, found `Any | UUID | None`

src/prefect/transactions.py

[error] invalid-argument-type - :328:32 - Argument to bound method `reset` is incorrect: Expected `Token[Transaction]`, found `Token[Self@reset]`
[error] invalid-argument-type - :486:32 - Argument to bound method `reset` is incorrect: Expected `Token[AsyncTransaction]`, found `Token[Self@reset]`
[error] invalid-argument-type - :218:30 - Argument to bound method `append` is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@add_child`
[error] invalid-argument-type - :267:40 - Argument to bound method `set` is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@__enter__`
[error] unresolved-attribute - :349:48 - Special form `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :352:21 - Special form `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :429:48 - Special form `typing.Self` has no attribute `rollback`
[error] unresolved-attribute - :432:21 - Special form `typing.Self` has no attribute `rollback`
[error] unresolved-attribute - :512:21 - Special form `typing.Self` has no attribute `commit`
[error] unresolved-attribute - :592:21 - Special form `typing.Self` has no attribute `rollback`
[error] invalid-argument-type - :614:40 - Argument to bound method `set` is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@__aenter__`
[error] invalid-return-type - :251 -
Old: Return type does not match returned value: expected `Self@get_active | None`, found `None | Self@get_active | <special-form 'typing.Self'>`
New: Return type does not match returned value: expected `Self@get_active | None`, found `None | BaseTransaction`
[error] unresolved-attribute - :350:38 - Special form `typing.Self` has no attribute `commit`
[error] no-matching-overload - :350:21 - No overload of function `run_coro_as_sync` matches arguments
[error] unresolved-attribute - :430:38 - Special form `typing.Self` has no attribute `rollback`
[error] no-matching-overload - :430:21 - No overload of function `run_coro_as_sync` matches arguments

src/prefect/utilities/_engine.py

[error] unresolved-attribute - :93:13 - Object of type `Top[(...) -> object]` has no attribute `__name__`

src/prefect/utilities/templating.py

[error] invalid-assignment - :320 -
Old: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any]` on object of type `dict[str, Any]`
New: Invalid subscript assignment with key of type `object` and value of type `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements` on object of type `dict[str, Any]`
[error] invalid-return-type - :323 -
Old: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[T@resolve_block_document_references | dict[str, Any] | Unknown]`
New: Return type does not match returned value: expected `T@resolve_block_document_references | dict[str, Any]`, found `list[T@resolve_block_document_references | dict[str, Any] | str | ... omitted 5 union elements]`
[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, T@resolve_variables | Unknown]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `dict[object, T@resolve_variables | str | int | ... omitted 5 union elements]`
[error] invalid-return-type - :442 -
Old: Return type does not match returned value: expected `T@resolve_variables`, found `list[T@resolve_variables | Unknown]`
New: Return type does not match returned value: expected `T@resolve_variables`, found `list[T@resolve_variables | str | int | ... omitted 5 union elements]`

src/prefect/workers/base.py

[error] invalid-argument-type - :232 -
Old: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any]`
New: Argument is incorrect: Expected `T@resolve_variables`, found `T@resolve_block_document_references | dict[str, Any] | str | ... omitted 4 union elements`
[error] invalid-argument-type - :234 -
Old: Argument expression after ** must be a mapping type: Found `T@resolve_variables`
New: Argument expression after ** must be a mapping type: Found `T@resolve_variables | str | int | ... omitted 4 union elements`

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

docs/lib/libpq_docs.py

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

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

pwndbg/aglib/dynamic.py

[warning] possibly-missing-attribute - :416:20 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :419:22 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :444:63 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :471:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :471:67 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :490:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :490:65 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :509:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :509:71 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :537:21 - Attribute `size` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :556:16 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :556:61 - Attribute `size` may be missing on object of type `Unknown | None`

pwndbg/aglib/heap/ptmalloc.py

[error] unresolved-attribute - :516:45 - Object of type `object` has no attribute `sizeof`
[warning] possibly-missing-attribute - :526:18 - Attribute `non_contiguous` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :519:25 - Object of type `object` has no attribute `sizeof`
[warning] possibly-missing-attribute - :2016:40 - Attribute `next` may be missing on object of type `Arena | None`

pwndbg/commands/ptmalloc2.py

[error] unresolved-attribute - :399:68 - Object of type `object` has no attribute `address`
[error] unresolved-attribute - :400:11 - Object of type `object` has no attribute `value_to_human_readable`
[error] unresolved-attribute - :1436:22 - Object of type `~None` has no attribute `keys`
[error] unresolved-attribute - :1442:18 - Object of type `~None` has no attribute `keys`
[error] unresolved-attribute - :1444:31 - Object of type `object` has no attribute `address`
[error] unsupported-operator - :1474:8 - Operator `<=` is not supported between objects of type `int` and `int | None`
[error] invalid-argument-type - :1553:32 - Argument to function `read_chunk` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - :1557:13 - Operator `&` is not supported between objects of type `int | None` and `Literal[2]`
[error] unsupported-operator - :1557:74 - Operator `+` is not supported between objects of type `int | None` and `int`
[error] unsupported-operator - :1563:34 - Operator `+` is not supported between objects of type `int | None` and `int`
[error] unsupported-operator - :853 -
Old: Operator `<` is not supported between objects of type `int` and `object`
New: Operator `<` is not supported between objects of type `(Unknown & ~None) | int` and `object`
[error] unsupported-operator - :1066 -
Old: Operator `+` is not supported between objects of type `int` and `object`
New: Operator `+` is not supported between objects of type `int | Unknown` and `object`
[error] unsupported-operator - :1070 -
Old: Operator `+` is not supported between objects of type `int` and `object`
New: Operator `+` is not supported between objects of type `int | Unknown` and `object`
[error] unsupported-operator - :1496:46 - Operator `>=` is not supported between objects of type `int` and `int | None`
[error] unsupported-operator - :1585:46 - Operator `>=` is not supported between objects of type `int` and `int | None`

pwndbg/gdblib/got.py

[warning] possibly-missing-attribute - :271:26 - Attribute `trapped_address` may be missing on object of type `Unknown | None`
[error] invalid-assignment - :278:9 - Object of type `int` is not assignable to attribute `target` on type `Unknown | None`
[warning] possibly-missing-attribute - :283:51 - Attribute `sym_display_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :283:83 - Attribute `obj_display_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :291:55 - Attribute `trapped_address` may be missing on object of type `Unknown | None`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/SelfTest/Protocol/test_KDF.py

[warning] possibly-missing-attribute - :429:33 - Attribute `P` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:39 - Attribute `S` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:45 - Attribute `dkLen` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:55 - Attribute `N` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:61 - Attribute `r` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:67 - Attribute `p` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :431:40 - Attribute `N` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :437:38 - Attribute `output` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`

lib/Crypto/SelfTest/Signature/test_dss.py

[warning] possibly-missing-attribute - :652:18 - Attribute `test_key` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :656:24 - Attribute `module` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :656:39 - Attribute `message` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :658:30 - Attribute `result` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`

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

pydantic/fields.py

[error] invalid-parameter-default - :943 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :983 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1026 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1066 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1109 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1148 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-parameter-default - :1188 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
[error] invalid-argument-type - :1567 -
Old: Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`
New: Argument is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

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

src/_pytest/python.py

[error] invalid-argument-type - :1043:34 - Argument to function `ascii_escaped` is incorrect: Expected `bytes | str`, found `object`

src/_pytest/subtests.py

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

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/dialogs/list.py

[error] not-iterable - :38:21 - Object of type `(bound method Self@FillList.items() -> Unknown) | Unknown` may not be iterable
[error] not-iterable - :111:22 - Object of type `(bound method Self@FillList.items() -> Unknown) | Unknown` may not be iterable

Pythonwin/pywin/debugger/debugger.py

[error] invalid-argument-type - :791:27 - Argument to bound method `set_next` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`
[error] invalid-argument-type - :795:29 - Argument to bound method `set_return` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`

Pythonwin/pywin/framework/sgrepmdi.py

[error] not-iterable - :712:21 - Object of type `(bound method Self@OnInitDialog.items() -> Unknown) | Unknown` may not be iterable

Pythonwin/pywin/idle/PyParse.py

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

win32/Lib/win32timezone.py

[error] invalid-assignment - :845:13 - Object of type `Self@utc` is not assignable to attribute `_tzutc` of type `<special-form 'typing.Self'> | None`
[error] invalid-return-type - :846 -
Old: Return type does not match returned value: expected `Self@utc`, found `<special-form 'typing.Self'> | None`
New: Return type does not match returned value: expected `Self@utc`, found `(TimeZoneInfo & ~AlwaysFalsy) | Self@utc`

win32/test/test_win32file.py

[error] invalid-argument-type - :283 -
Old: Argument to function `GetFileAttributes` is incorrect: Expected `str`, found `Unknown | None | str`
New: Argument to function `GetFileAttributes` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - :285 -
Old: Argument to function `CreateFile` is incorrect: Expected `str`, found `Unknown | None | str`
New: Argument to function `CreateFile` is incorrect: Expected `str`, found `Unknown | str | None`

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

rotkehlchen/api/v1/parser.py

[error] invalid-return-type - :130 -
Old: Return type does not match returned value: expected `dict[str, Any]`, found `None | Unknown`
New: Return type does not match returned value: expected `dict[str, Any]`, found `None | @Todo`

rotkehlchen/chain/decoding/tools.py

[error] invalid-argument-type - :98:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress | None`, found `A@BaseDecoderTools | None`
[warning] unused-ignore-comment - :96:44 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :99:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `Sequence[A@BaseDecoderTools]`, found `Unknown | tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | tuple[SolanaAddress, ...]`
[warning] unused-ignore-comment - :100:62 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :97:13 - Argument to function `decode_transfer_direction` is incorrect: Expected `BTCAddress | ChecksumAddress | SubstrateAddress | SolanaAddress`, found `A@BaseDecoderTools`

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

sklearn/cluster/_bisect_k_means.py

[error] parameter-already-assigned - :335:17 - Multiple values provided for parameter `max_iter` of bound method `_kmeans_single_elkan`

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

scipy/stats/_distn_infrastructure.py

[warning] possibly-missing-attribute - :869:32 - Attribute `replace` may be missing on object of type `str | None | Unknown`
[error] invalid-argument-type - :871:49 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[warning] possibly-missing-attribute - :877:24 - Attribute `replace` may be missing on object of type `str | None | Unknown`
[warning] possibly-missing-attribute - :3416:28 - Attribute `replace` may be missing on object of type `str | None | Unknown`

scipy/stats/_multivariate.py

[error] invalid-argument-type - :449:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :1216:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :2371:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :2727:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :3414:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :3991:30 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4353:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4499:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4665:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :4917:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :5133:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :5766:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :6611:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - :6884:41 - Argument to function `docformat` is incorrect: Expected `str`, found `str | None | Unknown`

tools/authors.py

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

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

tests/test_scheduler.py

[error] invalid-argument-type - :180 -
Old: Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
New: Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | str | None`

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

lib/spack/spack/installer.py

[error] invalid-argument-type - :1309:27 - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`
[error] invalid-argument-type - :1322:23 - Argument to function `rename` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None | str`

lib/spack/spack/util/s3.py

[warning] possibly-missing-attribute - :143 -
Old: Attribute `read` may be missing on object of type `_BufferedReaderStream | Unknown | None`
New: Attribute `read` may be missing on object of type `Unknown | None`

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/bus.py

[error] invalid-return-type - :671:16 - Return type does not match returned value: expected `InterGetItemLocReduces[Bus[Any], object_]`, found `InterGetItemLocReduces[Bus[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`
[error] invalid-return-type - :675 -
Old: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Bus[Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, object_ | Self@iloc]`
New: Return type does not match returned value: expected `InterGetItemILocReduces[Bus[Any], object_]`, found `InterGetItemILocReduces[Self@iloc | Bus[Any], object_ | Self@iloc]`

static_frame/core/frame.py

[error] invalid-argument-type - :3712:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_iloc(key: int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements) -> Self@drop) | @Todo` does not satisfy upper bound `(int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, /) -> TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3713:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_loc(key: Hashable) -> Self@drop) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3714:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@drop._drop_getitem(key: Hashable) -> Self@drop) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3728:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_iloc_masked_array(key: int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, /) -> TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3729:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_loc_masked_array(key: Hashable) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3730:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@masked_array._extract_getitem_masked_array(key: Hashable) -> MaskedArray[Any, Any]) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3737:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_iloc_assign(key: int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements, /) -> TypeVar` of type variable `TILocSelectorFunc`
[error] invalid-argument-type - :3738:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_loc_assign(key: Hashable) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] invalid-argument-type - :3739:13 - Argument to bound method `__init__` is incorrect: Argument type `(bound method Self@assign._extract_getitem_assign(key: Hashable) -> FrameAssignILoc) | @Todo` does not satisfy upper bound `(Hashable, /) -> TypeVar` of type variable `TLocSelectorFunc`
[error] no-matching-overload - :5430:20 - No overload of bound method `_extract` matches arguments

static_frame/core/index_hierarchy.py

[error] invalid-return-type - :1322:16 - Return type does not match returned value: expected `InterGetItemILocReduces[IndexHierarchy, Any]`, found `InterGetItemILocReduces[@Todo | Bottom[Series[Any, Any]] | IndexHierarchy, Any]`
[warning] unused-ignore-comment - :2519:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3108:22 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :2161:20 - Return type does not match returned value: expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `list[int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements]`

static_frame/core/quilt.py

[warning] possibly-missing-attribute - :537 -
Old: Attribute `level_drop` may be missing on object of type `@Todo | IndexHierarchy | None`
New: Attribute `level_drop` may be missing on object of type `IndexHierarchy | None`
[error] invalid-assignment - :541 -
Old: Object of type `@Todo | IndexHierarchy | None` is not assignable to attribute `_index` of type `IndexBase`
New: Object of type `IndexHierarchy | None` is not assignable to attribute `_index` of type `IndexBase`
[warning] possibly-missing-attribute - :546 -
Old: Attribute `level_drop` may be missing on object of type `@Todo | IndexHierarchy | None`
New: Attribute `level_drop` may be missing on object of type `IndexHierarchy | None`
[error] invalid-assignment - :550 -
Old: Object of type `@Todo | IndexHierarchy | None` is not assignable to attribute `_columns` of type `IndexBase`
New: Object of type `IndexHierarchy | None` is not assignable to attribute `_columns` of type `IndexBase`

static_frame/core/series.py

[warning] unused-ignore-comment - :3314:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3330:56 - Unused blanket `type: ignore` directive
[error] invalid-return-type - :772:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Series[Any, Any], TVDtype@Series]`, found `InterGetItemILocReduces[Series[Any, Any] | ndarray[Never, Never] | TypeBlocks | ... omitted 6 union elements, TVDtype@Series]`
[error] invalid-return-type - :4072:16 - Return type does not match returned value: expected `InterGetItemILocReduces[SeriesHE[Any, Any], TVDtype@SeriesHE]`, found `InterGetItemILocReduces[Bottom[Series[Any, Any]] | ndarray[Never, Never] | TypeBlocks | ... omitted 7 union elements, TVDtype@SeriesHE]`

static_frame/core/yarn.py

[error] invalid-return-type - :418:16 - Return type does not match returned value: expected `InterGetItemILocReduces[Yarn[Any], object_]`, found `InterGetItemILocReduces[Yarn[Any] | Bottom[Index[Any]] | TypeBlocks | ... omitted 6 union elements, object_]`

stone (https://github.com/dropbox/stone)

stone/backends/js_client.py

[warning] possibly-missing-attribute - :167:27 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :170:29 - Attribute `name` may be missing on object of type `Unknown | None`

stone/backends/python_types.py

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

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/fastapi/router.py

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

strawberry/types/fields/resolver.py

[error] invalid-return-type - :431 -
Old: Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `Top[(...) -> object]`
New: Return type does not match returned value: expected `(...) -> T@StrawberryResolver`, found `Top[(...) -> object] | Unknown`

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

sympy/combinatorics/coset_table.py

[error] unsupported-operator - :151:12 - Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`
[error] unsupported-operator - :185:12 - Operator `>=` is not supported between objects of type `int` and `Unknown | None | Literal[4096000]`

sympy/combinatorics/partitions.py

[error] not-subscriptable - :418:12 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :419:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :420:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :423:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :425:15 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :426:27 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :427:19 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :453:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :462:21 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :468:24 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None | list[Unknown]`
[error] not-subscriptable - :478:21 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/combinatorics/prufer.py

[error] not-subscriptable - :56:48 - Cannot subscript object of type `None` with no `__getitem__` method
[error] not-subscriptable - :79:44 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/polys/domains/algebraicfield.py

[warning] possibly-missing-attribute - :335 -
Old: Attribute `zero` may be missing on object of type `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`
New: Attribute `zero` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :336 -
Old: Attribute `one` may be missing on object of type `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`
New: Attribute `one` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`

sympy/polys/domains/finitefield.py

[error] invalid-argument-type - :240:49 - Argument to function `isprime` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - :240:49 - Argument to function `isprime` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[warning] possibly-missing-attribute - :269:31 - Attribute `dtype` may be missing on object of type `Unknown | None | IntegerRing`
[error] unsupported-operator - :275:32 - Operator `//` is not supported between objects of type `Unknown | None` and `Literal[2]`
[error] unsupported-operator - :276:13 - Operator `-=` is not supported between objects of type `int` and `Unknown | None`
[warning] possibly-missing-attribute - :305:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :309:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :327:25 - Attribute `from_ZZ_gmpy` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :339:29 - Attribute `dtype` may be missing on object of type `Unknown | None | IntegerRing`
[error] invalid-argument-type - :345:43 - Argument to function `gf_irred_p_rabin` is incorrect: Expected `MPZ`, found `Unknown | None`
[error] invalid-argument-type - :345:53 - Argument to function `gf_irred_p_rabin` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] invalid-argument-type - :359:43 - Argument to function `gf_zassenhaus` is incorrect: Expected `MPZ`, found `(Unknown & ~Literal[2]) | None`
[error] invalid-argument-type - :359:53 - Argument to function `gf_zassenhaus` is incorrect: Expected `Domain[MPZ]`, found `Unknown | None | IntegerRing`
[error] unsupported-operator - :360:50 - Operator `//` is not supported between objects of type `(Unknown & ~Literal[2]) | None` and `Literal[2]`
[warning] possibly-missing-attribute - :297:25 - Attribute `from_ZZ` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :301:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :323:25 - Attribute `from_ZZ_gmpy` may be missing on object of type `Unknown | None | IntegerRing`

sympy/polys/domains/gaussiandomains.py

[error] invalid-return-type - :275:20 - Return type does not match returned value: expected `tuple[Self@__divmod__, Self@__divmod__]`, found `tuple[GaussianRational, Self@__divmod__]`
[error] invalid-type-arguments - :33:29 - Type `<special-form 'typing.Self'>` is not assignable to upper bound `GaussianElement[Unknown]` of type variable `Telem@GaussianDomain`
[error] invalid-return-type - :139 -
Old: Return type does not match returned value: expected `Self@__pow__`, found `Self@__pow__ | GaussianRational | Unknown`
New: Return type does not match returned value: expected `Self@__pow__`, found `Self@__pow__ | GaussianRational`

sympy/polys/domains/old_fractionfield.py

[warning] possibly-missing-attribute - :28 -
Old: Attribute `zero` may be missing on object of type `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
New: Attribute `zero` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :29 -
Old: Attribute `one` may be missing on object of type `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
New: Attribute `one` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`

sympy/polys/domains/old_polynomialring.py

[warning] possibly-missing-attribute - :40 -
Old: Attribute `zero` may be missing on object of type `Unknown | ((...) -> Unknown) | type[Unknown]`
New: Attribute `zero` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :41 -
Old: Attribute `one` may be missing on object of type `Unknown | ((...) -> Unknown) | type[Unknown]`
New: Attribute `one` may be missing on object of type `type[Unknown] | ((...) -> Unknown)`

sympy/polys/domains/polynomialring.py

[error] unresolved-attribute - :223 -
Old: Object of type `Domain[Unknown] | Domain[Er@PolynomialRing]` has no attribute `factorial`
New: Object of type `Domain[Er@PolynomialRing]` has no attribute `factorial`

sympy/printing/c.py

[warning] possibly-missing-attribute - :259:60 - Attribute `decimal_dig` may be missing on object of type `Unknown | FloatType | IntBaseType`
[warning] possibly-missing-attribute - :518:29 - Attribute `decimal_dig` may be missing on object of type `Unknown | FloatType | IntBaseType`

sympy/utilities/codegen.py

[warning] possibly-missing-attribute - :913:20 - Attribute `doprint` may be missing on object of type `Unknown | None | C89CodePrinter`
[warning] possibly-missing-attribute - :1880:20 - Attribute `doprint` may be missing on object of type `Unknown | None | RustCodePrinter`

tornado (https://github.com/tornadoweb/tornado)

tornado/iostream.py

[warning] possibly-missing-attribute - :1343 -
Old: Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
New: Attribute `getpeername` may be missing on object of type `Unknown | socket | None`
[warning] possibly-missing-attribute - :1363 -
Old: Attribute `do_handshake` may be missing on object of type `Unknown | None | socket`
New: Attribute `do_handshake` may be missing on object of type `Unknown | socket | None`
[warning] possibly-missing-attribute - :1375 -
Old: Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
New: Attribute `getpeername` may be missing on object of type `Unknown | socket | None`
[warning] possibly-missing-attribute - :1379 -
Old: Attribute `fileno` may be missing on object of type `Unknown | None | socket`
New: Attribute `fileno` may be missing on object of type `Unknown | socket | None`
[error] invalid-argument-type - :1461 -
Old: Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | None | socket`
New: Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `Unknown | socket | None`
[error] invalid-argument-type - :1466 -
Old: Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | None | socket`
New: Argument to function `ssl_wrap_socket` is incorrect: Expected `socket`, found `Unknown | socket | None`
[warning] possibly-missing-attribute - :1542 -
Old: Attribute `recv_into` may be missing on object of type `Unknown | None | socket`
New: Attribute `recv_into` may be missing on object of type `Unknown | socket | None`

tornado/queues.py

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

tornado/test/netutil_test.py

[warning] possibly-missing-attribute - :100:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
[warning] possibly-missing-attribute - :103:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
[warning] possibly-missing-attribute - :116:9 - Attribute `close` may be missing on object of type `Unknown | None | ThreadedResolver`

tornado/web.py

[error] not-iterable - :1214:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable
[error] not-iterable - :1239:30 - Object of type `Unknown | None | list[OutputTransform]` may not be iterable

tornado/websocket.py

[warning] possibly-missing-attribute - :1086 -
Old: Attribute `write` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `write` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1137 -
Old: Attribute `read_bytes` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1278 -
Old: Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1294 -
Old: Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1296 -
Old: Attribute `close` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `close` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1300 -
Old: Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1301 -
Old: Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1314 -
Old: Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :1317 -
Old: Attribute `set_nodelay` may be missing on object of type `Unknown | None | IOStream`
New: Attribute `set_nodelay` may be missing on object of type `Unknown | IOStream | None`

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

src/urllib3/connection.py

[warning] possibly-missing-attribute - :560 -
Old: Attribute `settimeout` may be missing on object of type `socket | Any | None`
New: Attribute `settimeout` may be missing on object of type `Unknown | socket | None`

src/urllib3/http2/connection.py

[warning] possibly-missing-attribute - :110 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :167 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :180 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :191 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :202 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :207 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :235 -
Old: Attribute `recv` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `recv` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :258 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`
[warning] possibly-missing-attribute - :312 -
Old: Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
New: Attribute `sendall` may be missing on object of type `Unknown | socket | SSLTransport | None`

src/urllib3/poolmanager.py

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

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

torchvision/models/densenet.py

[error] invalid-argument-type - :62:37 - Argument to bound method `bn_function` is incorrect: Expected `list[Unknown]`, found `tuple[Unknown, ...]`

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

[error] invalid-argument-type - :1537:30 - Argument to function `affine` is incorrect: Expected `InterpolationMode`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1537:30 - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1537:30 - Argument to function `affine` is incorrect: Expected `int | float`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1537: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 - :1537:30 - Argument to function `affine` is incorrect: Expected `list[int | float]`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1537:30 - Argument to function `affine` is incorrect: Expected `list[int] | None`, found `int | float | tuple[int | float, int | float] | @Todo`
[error] invalid-argument-type - :1537:30 - Argument to function `affine` is incorrect: Expected `list[int]`, found `int | float | tuple[int | float, int | float] | @Todo`

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

src/werkzeug/datastructures/mixins.py

[error] invalid-argument-type - :238:28 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `UpdateDictMixin[Any, Any]`
[error] invalid-argument-type - :262:28 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@setdefault`
[error] invalid-argument-type - :282:28 - Argument is incorrect: Expected `<special-form 'typing.Self'>`, found `Self@pop`

src/werkzeug/datastructures/structures.py

[error] invalid-argument-type - :1104:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@remove`
[error] invalid-argument-type - :1119:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@update`
[error] invalid-argument-type - :1159:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@clear`
[error] invalid-argument-type - :1185:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@__delitem__`
[error] invalid-argument-type - :1193:28 - Argument is incorrect: Expected `Self@__init__`, found `Self@__setitem__`
[error] invalid-assignment - :1053 -
Old: Object of type `((Self@__init__, /) -> None) | None` is not assignable to attribute `on_update` of type `((<special-form 'typing.Self'>, /) -> None) | None`
New: Object of type `((Self@__init__, /) -> None) | None` is not assignable to attribute `on_update` of type `((CallbackDict[Unknown, Unknown], /) -> None) | None`

xarray (https://github.com/pydata/xarray)

xarray/core/treenode.py

[error] invalid-return-type - :88:16 - Return type does not match returned value: expected `Self@parent | None`, found `<special-form 'typing.Self'> | None`
[error] invalid-assignment - :133:13 - Object of type `dict[str | Unknown, Self@_detach | Unknown]` is not assignable to attribute `_children` of type `dict[str, <special-form 'typing.Self'>]`
[error] invalid-assignment - :153:13 - Invalid subscript assignment with key of type `str` and value of type `Self@_attach` on object of type `dict[str, <special-form 'typing.Self'>]`
[error] invalid-assignment - :154:13 - Object of type `Self@_attach` is not assignable to attribute `_parent` of type `<special-form 'typing.Self'> | None`
[error] invalid-return-type - :166:16 - Return type does not match returned value: expected `Mapping[str, Self@children]`, found `Frozen[str, <special-form 'typing.Self'>]`
[error] unresolved-attribute - :654:13 - Special form `typing.Self` has no attribute `orphan`

xarray/tests/test_plot.py

[warning] possibly-missing-attribute - :1308:53 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1328:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1335:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1413:12 - Attribute `__name__` may be missing on object of type `((...) -> Unknown) | staticmethod[(...), Unknown]`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/tests/test_interface.py

[error] unsupported-operator - :2117:20 - Operator `<` is not supported between two objects of type `Unknown | Attribute`

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)

corporate/tests/test_activity_views.py

[error] unresolved-attribute - :220:63 - Object of type `CustomerPlan` has no attribute `id`

zerver/actions/data_import.py

[error] unresolved-attribute - :34:26 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :46:30 - Object of type `PreregistrationRealm` has no attribute `id`

zerver/actions/saved_snippets.py

[error] unresolved-attribute - :32:41 - Object of type `SavedSnippet` has no attribute `id`

zerver/lib/bot_config.py

[error] unresolved-attribute - :30:24 - Object of type `BotConfigData` has no attribute `bot_profile_id`

zerver/lib/reminders.py

[error] unresolved-attribute - :44:23 - Object of type `Stream` has no attribute `id`

zerver/management/commands/thumbnail.py

[error] unresolved-attribute - :77:63 - Object of type `ImageAttachment` has no attribute `id`

zerver/models/recipients.py

[error] unresolved-attribute - :106:21 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :106:52 - Object of type `Subscription` has no attribute `user_profile_id`
[error] unresolved-attribute - :165:25 - Object of type `DirectMessageGroup` has no attribute `id`

zerver/tests/test_attachments.py

[warning] possibly-missing-attribute - :41:62 - Attribute `id` may be missing on object of type `Unknown | Attachment`
[warning] possibly-missing-attribute - :50:58 - Attribute `id` may be missing on object of type `Unknown | Attachment`
[error] unresolved-attribute - :70:58 - Object of type `Attachment` has no attribute `id`
[warning] possibly-missing-attribute - :85:58 - Attribute `id` may be missing on object of type `Unknown | Attachment`
[warning] possibly-missing-attribute - :98:58 - Attribute `id` may be missing on object of type `Unknown | Attachment`

zerver/tests/test_channel_folders.py

[error] unresolved-attribute - :60:26 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :62:57 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :157:56 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :167:56 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :180:60 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :245:29 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :291:29 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :333:29 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :395:30 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :406:22 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :413:30 - Object of type `ChannelFolder` has no attribute `id`

zerver/tests/test_populate_db.py

[error] unresolved-attribute - :48:14 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :60:43 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :62:32 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :62:105 - Object of type `Stream` has no attribute `id`

zerver/tests/test_settings.py

[error] unresolved-attribute - :189:20 - Object of type `ScheduledMessageNotificationEmail` has no attribute `id`
[error] unresolved-attribute - :650:27 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :745:32 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_submessage.py

[error] unresolved-attribute - :45:20 - Object of type `SubMessage` has no attribute `id`
[error] unresolved-attribute - :52:20 - Object of type `SubMessage` has no attribute `id`
[error] unresolved-attribute - :162:27 - Object of type `SubMessage` has no attribute `id`

zerver/tests/test_urls.py

[error] unresolved-attribute - :74:29 - Object of type `Stream` has no attribute `id`

zerver/views/upload.py

[error] unresolved-attribute - :346:72 - Object of type `ImageAttachment` has no attribute `id`

analytics/management/commands/populate_analytics_db.py

[error] unresolved-attribute - :124:54 - Object of type `Stream` has no attribute `id`

analytics/tests/test_counts.py

[error] unresolved-attribute - :168:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :182:21 - Object of type `DirectMessageGroup` has no attribute `id`

analytics/views/stats.py

[error] unresolved-attribute - :138:20 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :243:20 - Object of type `RemoteZulipServer` has no attribute `id`

corporate/lib/activity.py

[error] unresolved-attribute - :252:31 - Object of type `CustomerPlan` has no attribute `latest_ledger_entry`
[error] unresolved-attribute - :290:31 - Object of type `CustomerPlan` has no attribute `latest_ledger_entry`
[error] unresolved-attribute - :340:31 - Object of type `CustomerPlan` has no attribute `latest_ledger_entry`

corporate/lib/stripe.py

[error] unresolved-attribute - :2059:33 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :2205:39 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :2214:40 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :2417:43 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :2463:44 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :5752:21 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :5759:21 - Object of type `CustomerPlan` has no attribute `id`

corporate/tests/test_remote_billing.py

[error] unresolved-attribute - :161:36 - Object of type `RemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - :680:29 - Object of type `PreregistrationRemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - :680:51 - Object of type `PreregistrationRemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - :717:58 - Object of type `PreregistrationRemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - :900:127 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :925:127 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :950:127 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :1309:36 - Object of type `RemoteServerBillingUser` has no attribute `id`

corporate/tests/test_stripe.py

[error] unresolved-attribute - :2429:70 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :3086:90 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :3086:122 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :3417:34 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :3530:30 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :3721:30 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :3830:30 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4013:34 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4053:34 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4266:38 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4378:38 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4400:38 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :4428:34 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :5931:24 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :5950:24 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :7874:90 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :7874:122 - Object of type `CustomerPlan` has no attribute `id`
[warning] possibly-missing-attribute - :8020:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8028:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8038:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8120:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8130:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8191:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8201:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8260:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8275:43 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8292:43 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8317:43 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8458:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8469:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8486:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8581:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8591:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8651:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8657:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8726:36 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :8748:39 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[error] unresolved-attribute - :9912:90 - Object of type `Customer` has no attribute `id`
[error] unresolved-attribute - :9912:122 - Object of type `CustomerPlan` has no attribute `id`
[warning] possibly-missing-attribute - :10085:40 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10095:37 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10214:40 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10240:44 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10389:40 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10399:37 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10492:40 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :10502:37 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :9009:118 - Object of type `CustomerPlan` has no attribute `id`
[error] unresolved-attribute - :9391:86 - Object of type `Customer` has no attribute `id`

corporate/tests/test_support_views.py

[error] unresolved-attribute - :462:29 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :472:36 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :510:36 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :524:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :536:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :551:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :589:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :607:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :618:39 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :645:36 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :666:40 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :684:40 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :707:37 - Object of type `RemoteZulipServer` has no attribute `id`

corporate/views/remote_billing_page.py

[error] unresolved-attribute - :338:47 - Object of type `RemoteRealmBillingUser` has no attribute `id`
[error] unresolved-attribute - :785:36 - Object of type `RemoteServerBillingUser` has no attribute `id`

corporate/views/support.py

[error] unresolved-attribute - :630:13 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :639:13 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :648:13 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :654:49 - Object of type `RealmReactivationStatus` has no attribute `id`

corporate/views/webhook.py

[error] unresolved-attribute - :71:27 - Object of type `Session` has no attribute `id`
[error] unresolved-attribute - :82:27 - Object of type `Invoice` has no attribute `id`

zerver/actions/channel_folders.py

[error] unresolved-attribute - :27:28 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :54:12 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :57:46 - Object of type `ChannelFolder` has no attribute `id`

zerver/actions/create_user.py

[error] unresolved-attribute - :227:44 - Object of type `OnboardingUserMessage` has no attribute `message_id`
[error] unresolved-attribute - :228:47 - Object of type `OnboardingUserMessage` has no attribute `message_id`
[error] unresolved-attribute - :808:27 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :810:20 - Object of type `Stream` has no attribute `id`

zerver/actions/custom_profile_fields.py

[error] unresolved-attribute - :154:12 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :157:52 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :213:23 - Object of type `CustomProfileFieldValue` has no attribute `field_id`

zerver/actions/message_edit.py

[error] unresolved-attribute - :484:41 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :986:38 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :1768:9 - Object of type `Message | ArchivedMessage` has no attribute `realm_id`

zerver/actions/presence.py

[warning] possibly-missing-attribute - :252:86 - Attribute `id` may be missing on object of type `Unknown | UserPresence`
[error] unresolved-attribute - :252:86 - Object of type `UserPresence` has no attribute `id`

zerver/actions/realm_emoji.py

[error] unresolved-attribute - :84:55 - Object of type `RealmEmoji` has no attribute `id`

zerver/actions/realm_linkifiers.py

[error] unresolved-attribute - :129:20 - Object of type `RealmFilter` has no attribute `id`
[error] unresolved-attribute - :152:9 - Object of type `RealmFilter` has no attribute `id`
[error] unresolved-attribute - :167:16 - Object of type `RealmFilter` has no attribute `id`
[error] unresolved-attribute - :168:43 - Object of type `RealmFilter` has no attribute `id`

zerver/actions/realm_settings.py

[error] unresolved-attribute - :877:51 - Object of type `NamedUserGroup` has no attribute `id`

zerver/actions/scheduled_messages.py

[error] unresolved-attribute - :442:9 - Object of type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :444:9 - Object of type `ScheduledMessage` has no attribute `sender_id`
[error] unresolved-attribute - :464:21 - Object of type `ScheduledMessage` has no attribute `id`
[error] unresolved-attribute - :482:47 - Object of type `ScheduledMessage` has no attribute `id`

zerver/actions/streams.py

[error] unresolved-attribute - :354:33 - Object of type `Subscription` has no attribute `user_profile_id`
[error] unresolved-attribute - :360:45 - Object of type `Subscription` has no attribute `user_profile_id`
[error] unresolved-attribute - :793:22 - Object of type `Subscription` has no attribute `user_profile_id`

zerver/actions/user_groups.py

[error] invalid-argument-type - :124:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - :129:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - :135:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`
[error] invalid-argument-type - :138:13 - Argument to bound method `__init__` is incorrect: Expected `Iterable[MemberGroupUserDict]`, found `Unknown | QuerySet[UserProfile, dict[str, Any]]`

zerver/actions/user_settings.py

[error] unresolved-attribute - :170:12 - Object of type `EmailChangeStatus` has no attribute `id`

zerver/actions/users.py

[error] unresolved-attribute - :861:29 - Object of type `Service` has no attribute `user_profile_id`

zerver/lib/attachments.py

[error] unresolved-attribute - :115:38 - Object of type `Attachment` has no attribute `id`
[error] unresolved-attribute - :127:27 - Object of type `Attachment` has no attribute `owner_id`
[warning] possibly-missing-attribute - :157:24 - Attribute `recipient_id` may be missing on object of type `Unknown | Message`
[error] unresolved-attribute - :188:12 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :202:18 - Object of type `Stream` has no attribute `id`

zerver/lib/digest.py

[error] unresolved-attribute - :354:13 - Object of type `Stream` has no attribute `id`

zerver/lib/display_recipient.py

[error] invalid-return-type - :110 -
Old: Return type does not match returned value: expected `QuerySet[Stream, TinyStreamResult]`, found `QuerySet[Unknown, dict[str, Any]]`
New: Return type does not match returned value: expected `QuerySet[Stream, TinyStreamResult]`, found `QuerySet[Stream, dict[str, Any]]`

zerver/lib/drafts.py

[error] unresolved-attribute - :143:5 - Unresolved attribute `recipient_id` on type `Draft`
[error] unresolved-attribute - :161:16 - Object of type `Draft` has no attribute `id`

zerver/lib/email_notifications.py

[error] unresolved-attribute - :675:33 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :675:51 - Object of type `Message` has no attribute `sender_id`
[error] unresolved-attribute - :677:33 - Object of type `Message` has no attribute `recipient_id`

zerver/lib/export.py

[error] unresolved-attribute - :1584:9 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :1596:59 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :1610:12 - Object of type `Subscription` has no attribute `recipient_id`
[warning] possibly-missing-attribute - :1612:43 - Attribute `recipient_id` may be missing on object of type `Subscription | Unknown`
[error] unresolved-attribute - :1685:17 - Object of type `RealmAuditLog` has no attribute `modified_user_id`
[error] unresolved-attribute - :1727:12 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :2878:25 - Object of type `Subscription` has no attribute `recipient_id`
[error] unresolved-attribute - :3152:22 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :3153:16 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :1686:17 - Object of type `RealmAuditLog` has no attribute `modified_user_id`

zerver/lib/import_realm.py

[error] unresolved-attribute - :1460:9 - Unresolved attribute `creator_id` on type `ChannelFolder`
[error] unresolved-attribute - :1460:69 - Object of type `ChannelFolder` has no attribute `id`
[error] unresolved-attribute - :1470:13 - Unresolved attribute `creator_id` on type `NamedUserGroup`
[error] unresolved-attribute - :1470:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1515:12 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1516:13 - Unresolved attribute `creator_id` on type `Stream`
[error] unresolved-attribute - :1516:58 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1612:62 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1953:21 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1963:21 - Object of type `Stream` has no attribute `id`

zerver/lib/markdown/fenced_code.py

[error] invalid-argument-type - :181 -
Old: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Any | str`
New: Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str`

zerver/lib/mention.py

[error] unresolved-attribute - :409:17 - Object of type `NamedUserGroup` has no attribute `id`

zerver/lib/message.py

[error] unresolved-attribute - :717:13 - Object of type `Stream` has no attribute `recipient_id`
[warning] possibly-missing-attribute - :578:8 - Attribute `realm_id` may be missing on object of type `Stream | Unknown`
[error] unresolved-attribute - :578:8 - Object of type `Stream` has no attribute `realm_id`
[warning] possibly-missing-attribute - :653:9 - Attribute `id` may be missing on object of type `Stream | Unknown`
[error] unresolved-attribute - :653:9 - Object of type `Stream` has no attribute `id`

zerver/lib/message_cache.py

[error] unresolved-attribute - :313:24 - Object of type `Stream` has no attribute `realm_id`
[error] invalid-argument-type - :362 -
Old: Argument to function `sew_submessages_and_reactions_to_msgs` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Unknown, dict[str, Any]]`
New: Argument to function `sew_submessages_and_reactions_to_msgs` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Message, dict[str, Any]]`

zerver/lib/notification_data.py

[error] unresolved-attribute - :387:16 - Object of type `NamedUserGroup` has no attribute `id`

zerver/lib/push_notifications.py

[error] invalid-return-type - :2031 -
Old: Return type does not match returned value: expected `dict[str, PushDeviceInfoDict]`, found `dict[str | Unknown, dict[Unknown | str, Unknown] | Unknown]`
New: Return type does not match returned value: expected `dict[str, PushDeviceInfoDict]`, found `dict[str | Unknown, dict[Unknown | str, Unknown | str] | Unknown]`

zerver/lib/recipient_users.py

[warning] possibly-missing-attribute - :88:12 - Attribute `recipient_id` may be missing on object of type `DirectMessageGroup | Unknown`
[error] unresolved-attribute - :88:12 - Object of type `DirectMessageGroup` has no attribute `recipient_id`
[warning] possibly-missing-attribute - :90:17 - Attribute `id` may be missing on object of type `DirectMessageGroup | Unknown`
[error] unresolved-attribute - :90:17 - Object of type `DirectMessageGroup` has no attribute `id`

zerver/lib/retention.py

[error] unresolved-attribute - :154:48 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :173:17 - Object of type `ArchiveTransaction` has no attribute `id`

zerver/lib/soft_deactivation.py

[error] unresolved-attribute - :192:57 - Object of type `RealmAuditLog` has no attribute `modified_stream_id`
[error] unresolved-attribute - :257:13 - Object of type `UserMessage` has no attribute `message_id`

zerver/lib/stream_subscription.py

[error] unresolved-attribute - :132:19 - Object of type `Subscription` has no attribute `user_profile_id`
[error] unresolved-attribute - :134:24 - Object of type `Subscription` has no attribute `recipient_id`

zerver/lib/streams.py

[error] unresolved-attribute - :437:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :459:51 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :464:61 - Object of type `Stream` has no attribute `realm_id`

zerver/lib/test_classes.py

[error] unresolved-attribute - :1323:51 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1330:51 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1573:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :2044:17 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :1491:26 - Object of type `Stream` has no attribute `recipient_id`

zerver/lib/thumbnail.py

[error] unresolved-attribute - :382:59 - Object of type `ImageAttachment` has no attribute `id`
[error] unresolved-attribute - :462:59 - Object of type `ImageAttachment` has no attribute `id`

zerver/lib/upload/__init__.py

[error] unresolved-attribute - :506:44 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :509:51 - Object of type `RealmEmoji` has no attribute `realm_id`
[error] unresolved-attribute - :514:33 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :523:45 - Object of type `RealmEmoji` has no attribute `id`

zerver/lib/user_groups.py

[error] unresolved-attribute - :142:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :254:49 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :276:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :466:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :696:55 - Object of type `object` has no attribute `deactivated`
[error] unresolved-attribute - :700:41 - Object of type `UserGroup & ~<Protocol with members 'named_user_group'>` has no attribute `id`
[warning] possibly-missing-attribute - :702:24 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :717:48 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :718:50 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :720:22 - Attribute `creator_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :729:16 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :738:17 - Attribute `can_add_members_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :741:17 - Attribute `can_join_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :744:17 - Attribute `can_leave_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :747:17 - Attribute `can_manage_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :750:17 - Attribute `can_mention_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :753:17 - Attribute `can_remove_members_group_id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :758:21 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :760:37 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`

zerver/lib/user_topics.py

[error] unresolved-attribute - :174:17 - Object of type `UserTopic` has no attribute `user_profile_id`
[error] invalid-argument-type - :265 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[Unknown, dict[str, Any]] & ~AlwaysFalsy`
New: Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[UserTopic, dict[str, Any]] & ~AlwaysFalsy`
[error] invalid-argument-type - :303 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[Unknown, dict[str, Any]] & ~AlwaysFalsy`
New: Argument to function `__new__` is incorrect: Expected `Iterable[RecipientTopicDict]`, found `QuerySet[UserTopic, dict[str, Any]] & ~AlwaysFalsy`

zerver/lib/users.py

[error] unresolved-attribute - :1261:16 - Object of type `UserMessage & ~AlwaysFalsy` has no attribute `message_id`

zerver/management/commands/unarchive_channel.py

[error] unresolved-attribute - :47:16 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :49:35 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :53:35 - Object of type `Stream` has no attribute `id`
[warning] possibly-missing-attribute - :95:25 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :95:25 - Object of type `Stream` has no attribute `id`

zerver/models/linkifiers.py

[error] unresolved-attribute - :120:16 - Object of type `RealmFilter` has no attribute `id`

zerver/models/messages.py

[error] invalid-return-type - :437 -
Old: Return type does not match returned value: expected `list[dict[str, Any]]`, found `QuerySet[Unknown, dict[str, Any]]`
New: Return type does not match returned value: expected `list[dict[str, Any]]`, found `QuerySet[Reaction, dict[str, Any]]`

zerver/models/realm_emoji.py

[error] unresolved-attribute - :82:21 - Object of type `RealmEmoji` has no attribute `author_id`
[error] unresolved-attribute - :84:58 - Object of type `RealmEmoji` has no attribute `realm_id`
[error] unresolved-attribute - :87:20 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :101:40 - Object of type `RealmEmoji` has no attribute `realm_id`
[error] unresolved-attribute - :104:15 - Object of type `RealmEmoji` has no attribute `id`

zerver/models/realm_playgrounds.py

[error] unresolved-attribute - :80:16 - Object of type `RealmPlayground` has no attribute `id`

zerver/models/users.py

[error] unresolved-attribute - :729:13 - Object of type `CustomProfileFieldValue` has no attribute `field_id`

zerver/openapi/curl_param_value_generators.py

[error] unresolved-attribute - :294:26 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :312:26 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :418:23 - Object of type `ChannelFolder` has no attribute `id`

zerver/tests/test_audit_log.py

[error] unresolved-attribute - :612:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :613:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1538:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1572:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1576:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1605:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1607:42 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_auth_backends.py

[error] unresolved-attribute - :3479:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3535:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3570:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3639:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3709:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3720:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3827:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3854:52 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :3859:75 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :3940:75 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :7236:26 - Object of type `ExternalAuthID` has no attribute `realm_id`
[error] unresolved-attribute - :7344:26 - Object of type `ExternalAuthID` has no attribute `realm_id`
[error] unresolved-attribute - :7368:26 - Object of type `ExternalAuthID` has no attribute `realm_id`
[error] unresolved-attribute - :8862:21 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :8871:21 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :8889:21 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :8900:21 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_channel_creation.py

[error] unresolved-attribute - :122:70 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :296:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :662:21 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :687:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :765:47 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :768:47 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :771:47 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :776:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :784:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :799:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :808:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :829:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :838:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :848:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :855:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :892:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :901:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :911:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :917:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :927:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :936:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :947:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :961:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1042:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1043:72 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1044:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1045:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1266:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] invalid-argument-type - :98 -
Old: Argument to function `create_streams_if_needed` is incorrect: Expected `list[StreamDict]`, found `list[dict[Unknown | str, Unknown | int] | Unknown]`
New: Argument to function `create_streams_if_needed` is incorrect: Expected `list[StreamDict]`, found `list[dict[Unknown | str, Unknown | int | NamedUserGroup] | Unknown]`
[error] unresolved-attribute - :609:9 - Unresolved attribute `new_stream_announcements_stream_id` on type `Realm`
[error] unresolved-attribute - :739:68 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :759:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1030:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1031:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1032:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1033:57 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_channel_fetch.py

[error] unresolved-attribute - :925:59 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :935:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :958:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :966:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :970:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1022:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1033:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1037:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1041:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1047:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1055:35 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1102:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1117:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1130:50 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_channel_permissions.py

[error] unresolved-attribute - :61:49 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :510:60 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1103:21 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :1376:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1387:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1402:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1403:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1413:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1414:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1431:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1442:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1457:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1458:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1468:33 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1469:33 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_custom_profile_data.py

[error] unresolved-attribute - :80:26 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :90:26 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :210:67 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :222:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :228:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :238:67 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :404:59 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :405:67 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :407:60 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :425:20 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :436:39 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :445:39 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :455:20 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :459:59 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :464:60 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :480:51 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :507:36 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :518:36 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :534:36 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :556:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :562:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :569:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :578:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :587:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :596:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :617:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :629:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :638:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :652:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :661:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :672:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :687:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :698:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :712:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :724:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :737:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :747:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :783:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :848:27 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :852:28 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :853:37 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :880:23 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :890:36 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :905:23 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :954:20 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :971:61 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :974:61 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :979:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :984:61 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :987:61 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1002:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1019:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1037:43 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1272:30 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1289:30 - Object of type `CustomProfileField` has no attribute `id`

zerver/tests/test_drafts.py

[error] unresolved-attribute - :568:26 - Object of type `Draft` has no attribute `id`

zerver/tests/test_e2ee_push_notifications.py

[warning] possibly-missing-attribute - :574:110 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`

zerver/tests/test_event_system.py

[error] unresolved-attribute - :636:74 - Object of type `CustomProfileField` has no attribute `id`

zerver/tests/test_events.py

[error] unresolved-attribute - :1069:44 - Object of type `Message` has no attribute `realm_id`
[error] unresolved-attribute - :1402:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1466:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1758:82 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1767:82 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :2038:13 - Object of type `SavedSnippet` has no attribute `id`
[error] unresolved-attribute - :2215:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2225:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2252:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2258:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2264:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2269:13 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2290:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2294:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2304:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2311:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3422:19 - Object of type `RealmPlayground` has no attribute `id`
[error] unresolved-attribute - :3678:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3682:80 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3706:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3710:80 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3736:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3836:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3842:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :4255:25 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :4493:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :4522:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :5373:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :5388:31 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :5403:74 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_example.py

[error] unresolved-attribute - :250:26 - Object of type `UserStatus` has no attribute `user_profile_id`

zerver/tests/test_import_export.py

[error] unresolved-attribute - :234:43 - Object of type `Attachment` has no attribute `owner_id`
[error] unresolved-attribute - :235:43 - Object of type `Attachment` has no attribute `realm_id`
[error] unresolved-attribute - :596:50 - Object of type `UserMessage` has no attribute `message_id`
[error] unresolved-attribute - :597:55 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :599:68 - Object of type `UserMessage` has no attribute `message_id`
[error] unresolved-attribute - :890:23 - Object of type `UserPresence` has no attribute `id`
[error] unresolved-attribute - :1119:50 - Object of type `UserMessage` has no attribute `message_id`
[error] unresolved-attribute - :1120:55 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :1122:68 - Object of type `UserMessage` has no attribute `message_id`
[error] unresolved-attribute - :1175:26 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1175:53 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1216:26 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1219:14 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1219:41 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1229:32 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1241:32 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1333:26 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1334:23 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1335:23 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1336:23 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1337:23 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1343:30 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1345:27 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1366:66 - Object of type `Subscription` has no attribute `id`
[error] unresolved-attribute - :1373:70 - Object of type `Subscription` has no attribute `id`
[error] unresolved-attribute - :1601:25 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1809:17 - Object of type `Stream` has no attribute `recipient_id`
[error] unresolved-attribute - :1810:70 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1831:35 - Object of type `Stream` has no attribute `folder_id`
[error] unresolved-attribute - :1837:17 - Object of type `DirectMessageGroup` has no attribute `recipient_id`
[error] unresolved-attribute - :1838:84 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :1866:30 - Object of type `RealmEmoji` has no attribute `author_id`
[error] unresolved-attribute - :2165:39 - Object of type `DirectMessageGroup` has no attribute `id`
[error] unresolved-attribute - :2254:32 - Object of type `object` has no attribute `name`
[error] unresolved-attribute - :2360:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3057:28 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :3068:54 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :3343:24 - Object of type `Reaction & ~AlwaysFalsy` has no attribute `id`
[error] unresolved-attribute - :3398:24 - Object of type `SubMessage & ~AlwaysFalsy` has no attribute `id`

zerver/tests/test_invite.py

[error] unresolved-attribute - :866:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1044:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1314:13 - Object of type `UserMessage` has no attribute `message_id`
[error] unresolved-attribute - :2007:26 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2007:49 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2010:59 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2543:60 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2545:66 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2571:68 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2580:73 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2583:73 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2605:65 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2609:66 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2611:66 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2635:69 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2638:43 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2642:75 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2655:75 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2659:69 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2662:43 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2675:75 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2679:69 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2682:43 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2698:45 - Object of type `MultiuseInvite` has no attribute `id`
[error] unresolved-attribute - :2730:62 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2777:62 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2803:64 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2825:64 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2830:62 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2858:62 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2869:64 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :2871:66 - Object of type `PreregistrationUser` has no attribute `id`
[error] unresolved-attribute - :3609:52 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3689:29 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3700:29 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :836:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :852:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :856:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :869:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :883:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :887:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :905:69 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :909:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3582:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3598:37 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3601:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3610:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3621:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3625:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3639:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3641:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3706:65 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_markdown.py

[error] unresolved-attribute - :306:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :310:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :382:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :390:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :395:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3086:76 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_message_dict.py

[error] invalid-argument-type - :790 -
Old: Argument to function `sew_messages_and_reactions` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Unknown, dict[str, Any]]`
New: Argument to function `sew_messages_and_reactions` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Message, dict[str, Any]]`

zerver/tests/test_message_edit.py

[error] unresolved-attribute - :86:13 - Object of type `Message` has no attribute `sender_id`

zerver/tests/test_message_fetch.py

[error] unresolved-attribute - :5655:25 - Object of type `Message` has no attribute `attachment_set`
[error] unresolved-attribute - :5656:26 - Object of type `Message` has no attribute `attachment_set`
[error] unresolved-attribute - :5660:25 - Object of type `Message` has no attribute `attachment_set`
[error] unresolved-attribute - :5661:26 - Object of type `Message` has no attribute `attachment_set`
[error] unresolved-attribute - :5665:26 - Object of type `Message` has no attribute `attachment_set`

zerver/tests/test_message_flags.py

[error] unresolved-attribute - :712:16 - Object of type `UserMessage` has no attribute `user_profile_id`
[error] unresolved-attribute - :717:16 - Object of type `UserMessage` has no attribute `user_profile_id`

zerver/tests/test_message_move_stream.py

[error] unresolved-attribute - :557:13 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :1167:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :549:26 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :550:26 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :554:13 - Object of type `Message` has no attribute `recipient_id`
[error] unresolved-attribute - :1559:26 - Object of type `Message` has no attribute `recipient_id`

zerver/tests/test_message_move_topic.py

[error] unresolved-attribute - :315:16 - Object of type `UserMessage` has no attribute `user_profile_id`

zerver/tests/test_message_send.py

[error] unresolved-attribute - :404:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :705:60 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_outgoing_webhook_interfaces.py

[error] unresolved-attribute - :91:29 - Object of type `Message` has no attribute `recipient_id`

zerver/tests/test_push_notifications.py

[warning] possibly-missing-attribute - :701:67 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :1075:85 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :1164:62 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :1585:29 - Object of type `Subscription` has no attribute `user_profile_id`
[error] unresolved-attribute - :1606:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1606:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1629:34 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1654:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1654:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1673:34 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1690:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1690:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1709:34 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1725:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1725:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1746:34 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1794:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1794:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1814:34 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1855:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1855:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :1891:26 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1978:54 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1978:65 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :2002:30 - Object of type `Stream` has no attribute `id`

zerver/tests/test_reactions.py

[error] unresolved-attribute - :208:34 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :227:34 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :238:29 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :402:31 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :426:31 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :449:31 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :1061:31 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :1082:31 - Object of type `RealmEmoji` has no attribute `id`

zerver/tests/test_realm.py

[error] unresolved-attribute - :130:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :131:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :132:59 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :133:77 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :151:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :152:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :153:59 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :154:77 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :519:24 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :534:26 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :817:31 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :898:46 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :963:52 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1064:48 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :2268:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2307:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2324:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2324:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2335:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2335:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2353:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2373:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2387:29 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2387:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2398:32 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2401:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2413:29 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2413:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2427:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2447:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2449:32 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2463:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2467:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2482:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2486:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2504:32 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2507:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2526:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2530:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2553:32 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2842:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2848:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2852:59 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2879:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2889:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2894:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :124:68 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :145:68 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1666:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1690:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1731:63 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_realm_emoji.py

[error] unresolved-attribute - :78:43 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :108:54 - Object of type `RealmEmoji` has no attribute `id`
[error] unresolved-attribute - :111:36 - Object of type `RealmEmoji` has no attribute `id`

zerver/tests/test_realm_export.py

[error] unresolved-attribute - :73:26 - Object of type `RealmExport` has no attribute `acting_user_id`
[error] unresolved-attribute - :88:48 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :101:59 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :110:59 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :171:26 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :172:26 - Object of type `RealmExport` has no attribute `acting_user_id`
[error] unresolved-attribute - :187:48 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :193:59 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :202:59 - Object of type `RealmExport` has no attribute `id`

zerver/tests/test_retention.py

[error] unresolved-attribute - :487:30 - Object of type `ArchivedMessage` has no attribute `archive_transaction_id`
[error] unresolved-attribute - :487:62 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :953:26 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :953:56 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :954:26 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :954:56 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :963:17 - Object of type `ArchivedMessage` has no attribute `archive_transaction_id`
[error] unresolved-attribute - :964:18 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :964:48 - Object of type `ArchiveTransaction` has no attribute `id`
[error] unresolved-attribute - :1136:29 - Object of type `ArchivedMessage` has no attribute `archive_transaction_id`

zerver/tests/test_scim.py

[error] unresolved-attribute - :1449:32 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1462:56 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_slack_importer.py

[error] unresolved-attribute - :2624:45 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2625:39 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2685:49 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2686:43 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2816:41 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2873:41 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :2962:41 - Object of type `PreregistrationRealm` has no attribute `id`
[error] unresolved-attribute - :3003:41 - Object of type `PreregistrationRealm` has no attribute `id`

zerver/tests/test_subs.py

[error] unresolved-attribute - :761:31 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :801:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :804:39 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :807:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :856:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :864:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :880:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :886:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :907:31 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :917:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1343:65 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1421:40 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1427:59 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1438:73 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1515:21 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1855:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2269:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2276:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2281:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2288:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2298:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2300:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2313:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2315:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2333:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2337:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2339:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2346:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2351:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2359:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2369:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2563:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2589:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2589:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2622:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2649:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2669:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3760:49 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :3762:21 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :4210:31 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :4914:48 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1793:26 - Object of type `Stream` has no attribute `realm_id`
[error] unresolved-attribute - :2567:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2653:60 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_transfer.py

[error] unresolved-attribute - :98:30 - Object of type `Attachment` has no attribute `realm_id`
[error] unresolved-attribute - :105:30 - Object of type `Attachment` has no attribute `realm_id`
[error] unresolved-attribute - :115:30 - Object of type `Attachment` has no attribute `realm_id`

zerver/tests/test_tusd.py

[error] unresolved-attribute - :335:30 - Object of type `PreregistrationRealm` has no attribute `id`

zerver/tests/test_user_groups.py

[error] unresolved-attribute - :114:48 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :115:56 - Object of type `NamedUserGroup` has no attribute `creator_id`
[error] unresolved-attribute - :124:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :125:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :134:48 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :135:56 - Object of type `NamedUserGroup` has no attribute `creator_id`
[error] unresolved-attribute - :144:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :145:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :151:48 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :153:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :175:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :212:14 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :212:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :219:14 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :219:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :267:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :268:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :269:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :270:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :277:65 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :515:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :518:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :519:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :520:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :522:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :523:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :526:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :527:43 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :543:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :546:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :549:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :554:17 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :558:47 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :560:34 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :625:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :632:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :635:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :642:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :645:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :648:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :655:55 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :658:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :661:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :668:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :671:55 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :697:27 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :702:25 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :707:26 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :711:54 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :718:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :735:18 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :735:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :735:62 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :740:44 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :740:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :745:49 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :751:18 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :751:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :757:44 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :757:71 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :896:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :897:51 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :923:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :948:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :988:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :995:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1012:66 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1022:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1036:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1076:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1141:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1143:52 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1148:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1153:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1155:52 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1173:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1178:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1183:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1187:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1191:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1195:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1199:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1204:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1206:52 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1210:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1212:52 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1231:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1234:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1241:24 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1244:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1252:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1253:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1263:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1263:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1267:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1284:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1284:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1289:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1313:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1318:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1320:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1321:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1325:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1330:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1331:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1334:67 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1339:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1340:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1346:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1353:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1353:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1357:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1364:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1368:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1376:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1377:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1384:42 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1388:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1391:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1392:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1397:70 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1403:45 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1404:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1444:64 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1450:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1464:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1476:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1490:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1496:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1515:28 - Object of type `NamedUserGroup` has no attribute `can_mention_group_id`
[error] unresolved-attribute - :1519:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1529:28 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1533:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1545:46 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1550:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1573:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1621:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1641:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1653:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1677:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1683:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1698:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1717:74 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1721:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1733:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1807:63 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1807:84 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1813:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1824:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1885:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1902:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1963:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1982:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1994:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2011:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2017:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2031:57 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2112:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2124:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2133:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2138:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2151:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2164:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2175:34 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2181:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2186:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2202:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2206:53 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2207:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2212:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2221:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2226:56 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2424:72 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3291:61 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3295:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3299:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3728:55 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3746:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3751:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3757:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3766:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3775:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3780:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3786:55 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3812:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3818:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3825:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3831:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3838:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3844:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3874:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3876:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3876:75 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3881:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3884:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3889:50 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3891:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3891:75 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3896:38 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :3899:58 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :237:76 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :263:36 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :965:59 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :1062:59 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1850:60 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[error] unresolved-attribute - :1850:60 - Object of type `NamedUserGroup` has no attribute `id`
[warning] possibly-missing-attribute - :1867:60 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[error] unresolved-attribute - :1867:60 - Object of type `NamedUserGroup` has no attribute `id`
[error] unresolved-attribute - :2201:63 - Object of type `NamedUserGroup` has no attribute `id`

zerver/tests/test_users.py

[error] unresolved-attribute - :820:66 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :841:23 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :884:26 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :927:27 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :973:27 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1007:27 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :1028:23 - Object of type `CustomProfileField` has no attribute `id`
[error] unresolved-attribute - :2441:20 - Object of type `ScheduledEmail` has no attribute `id`
[error] unresolved-attribute - :3508:57 - Object of type `RealmAuditLog` has no attribute `id`

zerver/tests/test_zilencer_analytics.py

[error] unresolved-attribute - :228:28 - Object of type `RealmAuditLog` has no attribute `id`
[warning] possibly-missing-attribute - :347:34 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :586:54 - Object of type `RealmCount` has no attribute `id`
[error] unresolved-attribute - :588:26 - Object of type `InstallationCount` has no attribute `id`
[error] unresolved-attribute - :718:56 - Object of type `RealmCount` has no attribute `id`
[error] unresolved-attribute - :720:63 - Object of type `InstallationCount` has no attribute `id`
[error] unresolved-attribute - :724:60 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :845:59 - Object of type `RemoteZulipServer` has no attribute `id`
[error] unresolved-attribute - :937:54 - Object of type `RealmAuditLog` has no attribute `id`
[error] unresolved-attribute - :1002:58 - Object of type `RealmAuditLog` has no attribute `id`
[warning] possibly-missing-attribute - :1348:34 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`

zerver/views/custom_profile_fields.py

[error] unresolved-attribute - :252:29 - Object of type `CustomProfileField` has no attribute `id`

zerver/views/invite.py

[error] unresolved-attribute - :67:8 - Object of type `PreregistrationUser` has no attribute `referred_by_id`
[error] unresolved-attribute - :81:8 - Object of type `MultiuseInvite` has no attribute `referred_by_id`

zerver/views/message_fetch.py

[error] unresolved-attribute - :281:35 - Object of type `UserMessage` has no attribute `message_id`

zerver/views/realm_export.py

[error] unresolved-attribute - :115:28 - Object of type `RealmExport` has no attribute `id`
[error] unresolved-attribute - :118:46 - Object of type `RealmExport` has no attribute `id`

zerver/worker/deferred_work.py

[error] unresolved-attribute - :105:65 - Object of type `RealmExport` has no attribute `id`

zerver/worker/embed_links.py

[error] unresolved-attribute - :62:48 - Object of type `Message` has no attribute `realm_id`

zerver/worker/missedmessage_emails.py

[error] unresolved-attribute - :236:37 - Object of type `ScheduledMessageNotificationEmail` has no attribute `user_profile_id`
[error] unresolved-attribute - :236:60 - Object of type `ScheduledMessageNotificationEmail` has no attribute `message_id`
[error] unresolved-attribute - :237:68 - Object of type `ScheduledMessageNotificationEmail` has no attribute `mentioned_user_group_id`

zilencer/management/commands/populate_db.py

[error] unresolved-attribute - :173:74 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :184:42 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :676:17 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :732:82 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :867:29 - Object of type `Stream` has no attribute `id`
[error] unresolved-attribute - :1049:52 - Object of type `Stream` has no attribute `id`

zilencer/management/commands/profile_request.py

[error] unresolved-attribute - :54:18 - Object of type `UserMessage` has no attribute `message_id`

zilencer/views.py

[error] unresolved-attribute - :1500:17 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :1525:17 - Object of type `RemoteRealm` has no attribute `id`
[error] unresolved-attribute - :856:8 - Object of type `RemoteRealm` has no attribute `server_id`