Summary

Comparing branches/commits:
Old: main (merge base) 9cb37db5
New: 20303/merge d52a8521
Lint Rule Removed Added Changed
Total 602 2648 137
invalid-argument-type 3 2140 122
type-assertion-failure 528 8 0
unsupported-operator 0 151 5
unresolved-attribute 5 113 0
unused-ignore-comment 57 0 0
not-iterable 0 55 0
possibly-unbound-attribute 0 45 2
invalid-return-type 5 30 4
no-matching-overload 0 37 0
invalid-assignment 1 30 4
non-subscriptable 0 32 0
division-by-zero 3 0 0
invalid-key 0 2 0
invalid-parameter-default 0 2 0
missing-argument 0 1 0
parameter-already-assigned 0 1 0
unknown-argument 0 1 0

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

github/MainClass.py

[error] not-iterable - :634:54 - Object of type `(list[@Todo] & Unknown) | (@Todo & Top[list[Unknown]]) | (_NotSetType & Top[list[Unknown]]) | list[@Todo]` may not be iterable

github/Organization.py

[error] not-iterable - :899:82 - Object of type `(@Todo & Top[list[Unknown]]) | (_NotSetType & Top[list[Unknown]])` is not iterable
[error] not-iterable - :1035:82 - Object of type `(@Todo & Top[list[Unknown]]) | (_NotSetType & Top[list[Unknown]])` is not iterable

github/Requester.py

[error] invalid-argument-type - :410:54 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

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

aiohttp/connector.py

[error] invalid-argument-type - :1516:19 - Argument to bound method `_replace` is incorrect: Argument type `ConnectionKey` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

aiohttp/formdata.py

[error] invalid-argument-type - :37:27 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :37:27 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

aiohttp/multipart.py

[error] invalid-argument-type - :969:24 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :969:24 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

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

aioredis/client.py

[error] invalid-argument-type - :3430:34 - Argument to bound method `keys` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :3430:34 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :3430:47 - Argument to bound method `values` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :3430:47 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[Mapping[Unknown, object]]`

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

src/aiortc/rtcpeerconnection.py

[warning] possibly-unbound-attribute - :825:62 - Attribute `role` on type `RTCDtlsParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :827:53 - Attribute `role` on type `RTCDtlsParameters | None` is possibly unbound
[error] invalid-argument-type - :913:47 - Argument to function `reverse_direction` is incorrect: Expected `str`, found `str | None`
[warning] possibly-unbound-attribute - :968:64 - Attribute `iceLite` on type `RTCIceParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :972:52 - Attribute `role` on type `RTCDtlsParameters | None` is possibly unbound
[warning] possibly-unbound-attribute - :976:42 - Attribute `role` on type `RTCDtlsParameters | None` is possibly unbound

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

src/anyio/_core/_fileio.py

[error] invalid-argument-type - :201:22 -
Old: Argument to bound method `__init__` is incorrect: Argument type `AnyStr@wrap_file` does not satisfy constraints of type variable `AnyStr`
New: Argument to bound method `__init__` is incorrect: Argument type `AnyStr@wrap_file` does not satisfy constraints of type variable `AnyStr` (str, bytes)

src/anyio/_core/_tempfile.py

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

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

apprise/asset.py

[error] invalid-return-type - :442:28 - Return type does not match returned value: expected `bytes | None`, found `str`

apprise/persistent_store.py

[error] invalid-argument-type - :582:26 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

apprise/utils/pem.py

[error] invalid-argument-type - :246:21 - Argument to function `load_pem_public_key` is incorrect: Expected `bytes`, found `str`

tests/test_api.py

[error] invalid-argument-type - :871:31 - Argument to function `schemas` is incorrect: Argument type `<class 'TextNotification'>` does not satisfy upper bound of type variable `Self` (URLBase)
[error] invalid-argument-type - :881:31 - Argument to function `schemas` is incorrect: Argument type `<class 'TextNotification'>` does not satisfy upper bound of type variable `Self` (URLBase)
[error] invalid-argument-type - :888:31 - Argument to function `schemas` is incorrect: Argument type `<class 'HtmlNotification'>` does not satisfy upper bound of type variable `Self` (URLBase)
[error] invalid-argument-type - :898:35 - Argument to function `schemas` is incorrect: Argument type `object` does not satisfy upper bound of type variable `Self` (URLBase)

tests/test_apprise_config.py

[error] invalid-argument-type - :171:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/test_apprise_utils.py

[error] invalid-argument-type - :2674:20 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/test_persistent_store.py

[error] invalid-argument-type - :228:18 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"data"]`
[error] invalid-argument-type - :468:18 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"data"]`
[error] invalid-argument-type - :501:18 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"data"]`
[error] invalid-argument-type - :503:18 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"data"]`
[error] invalid-argument-type - :566:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"{"]`

tests/test_rest_plugins.py

[error] invalid-argument-type - :655:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :656:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :666:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :672:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :675:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :688:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :689:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :692:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :693:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :697:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :700:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :738:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :739:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :747:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :753:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :756:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :792:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :793:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :797:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :799:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :806:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :807:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :813:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :818:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :830:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :831:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :841:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :842:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :848:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :853:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :888:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :889:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :897:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :905:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :906:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :912:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :917:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1029:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1030:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1040:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1041:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1045:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1050:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1088:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1089:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1098:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1106:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1107:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1111:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1116:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1260:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1261:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1271:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1277:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1280:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1293:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1294:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :1297:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1298:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :1302:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1305:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1343:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1344:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1352:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1358:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1361:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1400:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1401:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :1405:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1407:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :1414:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1415:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1421:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1426:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1438:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1439:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1449:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1450:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1456:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1461:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1502:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1503:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1511:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1519:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1520:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1526:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1531:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1541:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1542:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1550:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1558:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1559:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1565:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1570:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1584:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1585:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1588:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1596:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1597:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1601:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1606:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1724:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1725:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1735:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1736:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1740:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1745:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1790:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1791:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1800:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1808:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1809:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1813:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1818:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1962:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1963:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1973:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1979:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1982:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1994:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :1995:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2004:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2010:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2013:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2051:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2052:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2060:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2066:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2069:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2107:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2108:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2116:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2124:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2125:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2131:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2136:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2148:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2149:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2157:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2165:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2166:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2172:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2177:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2215:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2216:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2224:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2232:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2233:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2239:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2244:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2362:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2363:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2371:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2379:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2380:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2384:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2389:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2430:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2431:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2440:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2448:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2449:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2453:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2458:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2594:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2595:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :2598:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2599:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :2603:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2606:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2618:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2619:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :2622:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2623:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :2627:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2630:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2666:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2667:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :2670:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2672:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :2678:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2679:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2685:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2690:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2702:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2703:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2712:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2713:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2719:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2724:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2760:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2761:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :2765:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :2767:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :2773:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2774:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2780:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2785:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2898:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2899:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2907:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2910:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2948:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2949:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2959:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2960:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2964:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :2969:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3114:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3115:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :3118:34 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :3119:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :3123:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3126:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3138:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3139:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :3142:30 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :3143:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :3147:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3150:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3189:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3190:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :3193:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :3195:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :3201:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3202:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3208:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3213:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3225:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3226:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3235:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3236:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3242:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3247:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3286:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3287:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] non-subscriptable - :3291:51 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :3293:16 - Cannot subscript object of type `None` with no `__getitem__` method
[error] invalid-argument-type - :3299:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3300:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3306:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3311:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3430:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3431:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3439:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3442:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3483:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3484:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3494:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3495:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3499:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3504:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3648:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3649:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3659:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3665:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3668:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3680:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3681:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3691:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3697:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3700:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3738:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3739:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3747:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3753:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3756:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3794:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3795:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3805:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3813:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3814:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3820:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3825:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3837:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3838:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3848:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3856:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3857:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3863:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3868:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3906:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3907:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3915:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3923:45 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3924:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3930:35 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :3935:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4053:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4054:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4064:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4072:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4073:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4077:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4082:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4123:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4124:20 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4133:24 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4141:41 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4142:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4146:31 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`
[error] invalid-argument-type - :4151:23 - Argument to function `len` is incorrect: Expected `Sized`, found `str | None`

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

asynq/decorators.py

[error] invalid-argument-type - :282:39 - Argument to function `__get__` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `Self` (DecoratorBase[Unknown])

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

src/attr/_make.py

[error] invalid-assignment - :1581:5 -
Old: Object of type `tuple[Unknown, ...]` is not assignable to `list[Attribute | Unknown]`
New: Object of type `tuple[@Todo, ...]` is not assignable to `list[Attribute | Unknown]`

tests/test_make.py

[error] invalid-argument-type - :2174:57 - Argument to function `_get_copy_kwargs` is incorrect: Argument type `Literal[False]` does not satisfy upper bound of type variable `Self` (TestClassBuilder)

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

src/bandersnatch/tests/test_mirror.py

[error] invalid-argument-type - :446:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"old index"]`

src/bandersnatch/tests/test_sync.py

[error] invalid-argument-type - :14:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"112233"]`

src/bandersnatch_filter_plugins/allowlist_name.py

[error] invalid-argument-type - :160:39 - Argument to function `auto_decode` is incorrect: Expected `bytes`, found `str`

src/bandersnatch_storage_plugins/swift.py

[warning] unused-ignore-comment - :703:37 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :717:36 - Unused blanket `type: ignore` directive

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

beartype/_util/py/utilpyweakref.py

[error] invalid-argument-type - :173:11 - Argument to bound method `__call__` is incorrect: Argument type `Top[ReferenceType[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[ReferenceType[Unknown]])
[error] invalid-argument-type - :173:11 - Argument to bound method `__call__` is incorrect: Expected `Self@__call__`, found `Top[ReferenceType[Unknown]]`

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

bidict/_base.py

[error] invalid-argument-type - :297:42 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :297:42 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :309:42 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :309:42 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

bidict/_iter.py

[error] invalid-argument-type - :26:20 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :26:20 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

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

src/black/__init__.py

[error] invalid-argument-type - :949:56 - Argument to function `decode_bytes` is incorrect: Expected `bytes`, found `str`
[warning] possibly-unbound-attribute - :960:20 - Attribute `decode` on type `Literal[b""] | str` is possibly unbound
[warning] possibly-unbound-attribute - :961:20 - Attribute `decode` on type `Literal[b""] | str` is possibly unbound
[error] invalid-argument-type - :979:17 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :1287:10 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

src/black/files.py

[error] invalid-argument-type - :38:29 - Argument to function `load` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

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

src/bokeh/command/subcommands/file_output.py

[error] invalid-argument-type - :183:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

src/bokeh/core/property/bases.py

[error] invalid-argument-type - :263:24 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :263:24 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :263:43 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :263:43 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :265:66 - Object of type `T@Property & Top[dict[Unknown, Unknown]] & ~ndarray[object, object]` is not iterable

src/bokeh/resources.py

[error] unresolved-attribute - :482:22 - Type `str` has no attribute `decode`

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

boostedblob/azure_auth.py

[error] unresolved-attribute - :142:30 - Type `str` has no attribute `decode`

boostedblob/read.py

[error] invalid-return-type - :83:20 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-return-type - :85:16 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-return-type - :111:16 - Return type does not match returned value: expected `bytes`, found `str`

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

cki_lib/inttests/remote_responses.py

[error] invalid-argument-type - :172:15 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

cki_lib/misc.py

[error] not-iterable - :55:18 - Object of type `(T@flattened & Top[list[Unknown]]) | list[T@flattened] | list[Any]` may not be iterable

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

cloudinit/config/cc_disk_setup.py

[error] invalid-argument-type - :1007:18 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1009:18 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/unittests/reporting/test_reporting_hyperv.py

[error] invalid-argument-type - :116:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :139:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/unittests/test_atomic_helper.py

[error] invalid-argument-type - :37:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"test file preserve permissions"]`

cloudinit/distros/__init__.py

[error] invalid-argument-type - :1642:36 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

cloudinit/dmi.py

[warning] possibly-unbound-attribute - :111:16 - Attribute `decode` on type `str | Literal[b""]` is possibly unbound

cloudinit/util.py

[error] invalid-argument-type - :2306:22 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes | str`

tests/unittests/sources/test_azure.py

[error] invalid-argument-type - :2400:26 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"invalid xml"]`

tests/unittests/test_util.py

[error] invalid-argument-type - :1936:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"LINE1\n"]`
[error] invalid-argument-type - :1984:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"DELETE ME"]`
[error] invalid-argument-type - :2012:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"DELETE ME"]`
[error] invalid-argument-type - :2023:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"DELETE ME"]`

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

colour/examples/colorimetry/examples_spectrum.py

[error] non-subscriptable - :126:22 - Cannot subscript object of type `Literal[10]` with no `__getitem__` method
[error] non-subscriptable - :142:7 - Cannot subscript object of type `Literal[10]` with no `__getitem__` method
[warning] possibly-unbound-attribute - :147:35 - Attribute `wavelengths` on type `SpectralDistribution | Literal[10]` is possibly unbound

colour/characterisation/aces_it.py

[error] invalid-argument-type - :240:33 -
Old: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution`
New: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution` (SpectralDistribution)
[error] invalid-argument-type - :1118:38 -
Old: Argument to function `reshape_msds` is incorrect: Argument type `MultiSpectralDistributions | None` does not satisfy upper bound of type variable `TypeMultiSpectralDistributions`
New: Argument to function `reshape_msds` is incorrect: Argument type `MultiSpectralDistributions | None` does not satisfy upper bound of type variable `TypeMultiSpectralDistributions` (MultiSpectralDistributions)

colour/colorimetry/photometry.py

[error] invalid-argument-type - :77:9 -
Old: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution`
New: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution` (SpectralDistribution)
[error] invalid-argument-type - :128:9 -
Old: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution`
New: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution` (SpectralDistribution)

colour/colorimetry/spectrum.py

[error] invalid-argument-type - :2828:23 -
Old: Argument to function `reshape_sd` is incorrect: Argument type `TypeMultiSpectralDistributions@reshape_msds` does not satisfy upper bound of type variable `TypeSpectralDistribution`
New: Argument to function `reshape_sd` is incorrect: Argument type `TypeMultiSpectralDistributions@reshape_msds` does not satisfy upper bound of type variable `TypeSpectralDistribution` (SpectralDistribution)

colour/colorimetry/tristimulus_values.py

[error] invalid-argument-type - :203:33 -
Old: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution`
New: Argument to function `reshape_sd` is incorrect: Argument type `SpectralDistribution | None | Any` does not satisfy upper bound of type variable `TypeSpectralDistribution` (SpectralDistribution)

colour/io/tm2714.py

[error] invalid-argument-type - :1691:20 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :1781:20 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1787:37 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

colour/plotting/common.py

[error] unresolved-attribute - :821:13 - Type `Patch` has no attribute `get_x`
[error] unresolved-attribute - :822:18 - Type `Patch` has no attribute `get_height`
[error] unresolved-attribute - :823:17 - Type `Patch` has no attribute `get_width`
[error] unsupported-operator - :1353:12 - Operator `%` is unsupported between objects of type `int` and `int | None`

colour/recovery/jakob2019.py

[error] unresolved-attribute - :1226:16 - Type `str` has no attribute `decode`
[error] invalid-argument-type - :1289:30 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"SPEC"]`
[error] invalid-argument-type - :1290:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

com2ann (https://github.com/ilevkivskyi/com2ann)

src/com2ann.py

[error] invalid-argument-type - :911:18 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

homeassistant/components/acaia/__init__.py

[error] invalid-argument-type - :19:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AcaiaCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/air_quality/__init__.py

[error] invalid-argument-type - :59:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AirQualityEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :59:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AirQualityEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :62:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[AirQualityEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[AirQualityEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :73:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[AirQualityEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/apcupsd/__init__.py

[error] invalid-argument-type - :22:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `APCUPSdCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/atag/__init__.py

[error] invalid-argument-type - :16:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AtagDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/aurora/__init__.py

[error] invalid-argument-type - :16:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AuroraDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :32:11 - Argument to bound method `async_request_refresh` is incorrect: Argument type `AuroraDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/azure_devops/__init__.py

[error] invalid-argument-type - :36:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AzureDevOpsDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/backup/__init__.py

[error] invalid-argument-type - :125:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BackupDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/brunt/__init__.py

[error] invalid-argument-type - :14:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BruntCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/camera/helper.py

[error] invalid-argument-type - :22:19 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/cert_expiry/__init__.py

[error] invalid-argument-type - :27:15 - Argument to bound method `async_refresh` is incorrect: Argument type `CertExpiryDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/diagnostics/util.py

[error] not-iterable - :28:71 - Object of type `_T@async_redact_data & Top[list[Unknown]]` is not iterable

homeassistant/components/drop_connect/__init__.py

[error] invalid-argument-type - :44:13 - Argument to bound method `async_set_updated_data` is incorrect: Argument type `DROPDeviceDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/duke_energy/__init__.py

[error] invalid-argument-type - :14:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DukeEnergyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/dwd_weather_warnings/__init__.py

[error] invalid-argument-type - :20:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DwdWeatherWarningsCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/easyenergy/__init__.py

[error] invalid-argument-type - :32:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `EasyEnergyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/elgato/__init__.py

[error] invalid-argument-type - :14:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ElgatoDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/energyzero/__init__.py

[error] invalid-argument-type - :32:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `EnergyZeroDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fastdotcom/__init__.py

[error] invalid-argument-type - :30:19 - Argument to bound method `async_refresh` is incorrect: Argument type `FastdotcomDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :32:19 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FastdotcomDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/feedreader/__init__.py

[error] invalid-argument-type - :33:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FeedReaderCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fireservicerota/__init__.py

[error] invalid-argument-type - :33:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FireServiceUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/freedompro/__init__.py

[error] invalid-argument-type - :27:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FreedomproDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/group/entity.py

[error] invalid-argument-type - :480:49 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Group]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :480:49 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Group]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/here_travel_time/__init__.py

[error] invalid-argument-type - :37:15 - Argument to bound method `async_refresh` is incorrect: Argument type `HERETransitDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/history_stats/__init__.py

[error] invalid-argument-type - :53:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `HistoryStatsUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/iotty/__init__.py

[error] invalid-argument-type - :36:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `IottyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/litterrobot/__init__.py

[error] invalid-argument-type - :29:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LitterRobotDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/livisi/binary_sensor.py

[error] invalid-argument-type - :46:9 - Argument to bound method `async_add_listener` is incorrect: Argument type `LivisiDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/livisi/switch.py

[error] invalid-argument-type - :45:9 - Argument to bound method `async_add_listener` is incorrect: Argument type `LivisiDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/mcp/__init__.py

[error] invalid-argument-type - :65:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ModelContextProtocolCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/met_eireann/__init__.py

[error] invalid-argument-type - :16:11 - Argument to bound method `async_refresh` is incorrect: Argument type `MetEireannUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/mikrotik/__init__.py

[error] invalid-argument-type - :28:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MikrotikDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/mikrotik/device_tracker.py

[error] invalid-argument-type - :49:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MikrotikDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/modbus/binary_sensor.py

[error] invalid-argument-type - :87:29 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/modbus/sensor.py

[error] invalid-argument-type - :89:29 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/monzo/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MonzoCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/netgear/__init__.py

[error] invalid-argument-type - :91:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :99:33 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :107:30 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :115:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :123:31 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :131:24 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nextbus/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_refresh` is incorrect: Argument type `NextBusDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/palazzetti/__init__.py

[error] invalid-argument-type - :23:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PalazzettiDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/playstation_network/__init__.py

[error] invalid-argument-type - :37:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PlaystationNetworkUserDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :52:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PlaystationNetworkFriendDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/probe_plus/__init__.py

[error] invalid-argument-type - :16:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ProbePlusDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/proximity/__init__.py

[error] invalid-argument-type - :42:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ProximityDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/pure_energie/__init__.py

[error] invalid-argument-type - :19:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PureEnergieDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rpi_camera/camera.py

[error] invalid-return-type - :151:20 - Return type does not match returned value: expected `bytes | None`, found `str`

homeassistant/components/smarty/__init__.py

[error] invalid-argument-type - :22:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SmartyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/smhi/__init__.py

[error] invalid-argument-type - :26:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SMHIDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/snapcast/__init__.py

[error] invalid-argument-type - :17:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SnapcastUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/starlink/__init__.py

[error] invalid-argument-type - :25:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `StarlinkUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/suez_water/__init__.py

[error] invalid-argument-type - :22:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SuezWaterCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sun/__init__.py

[error] invalid-argument-type - :56:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Sun]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/togrill/__init__.py

[error] invalid-argument-type - :24:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ToGrillCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tolo/__init__.py

[error] invalid-argument-type - :28:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ToloSaunaUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tts/helper.py

[error] invalid-argument-type - :20:18 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/verisure/alarm_control_panel.py

[error] invalid-argument-type - :29:25 - Argument to bound method `__init__` is incorrect: Argument type `VerisureAlarm` does not satisfy upper bound of type variable `Self` (CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]])

homeassistant/components/verisure/binary_sensor.py

[error] invalid-argument-type - :30:30 - Argument to bound method `__init__` is incorrect: Argument type `VerisureEthernetStatus` does not satisfy upper bound of type variable `Self` (CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]])

homeassistant/components/vizio/__init__.py

[error] invalid-argument-type - :29:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `VizioAppsDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/vodafone_station/__init__.py

[error] invalid-argument-type - :24:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `VodafoneStationRouter` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/withings/binary_sensor.py

[error] invalid-argument-type - :45:20 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsBedPresenceDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/util/file.py

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

homeassistant/auth/mfa_modules/insecure_example.py

[error] invalid-argument-type - :54:16 - Argument to bound method `__init__` is incorrect: Argument type `SetupFlow[_MultiFactorAuthModuleT@SetupFlow]` does not satisfy upper bound of type variable `Self` (SetupFlow[MultiFactorAuthModule])

homeassistant/components/accuweather/__init__.py

[error] invalid-argument-type - :59:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AccuWeatherDailyForecastDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/adax/__init__.py

[error] invalid-argument-type - :23:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AdaxLocalCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/advantage_air/__init__.py

[error] invalid-argument-type - :55:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ai_task/__init__.py

[error] invalid-argument-type - :94:24 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AITaskEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :144:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[AITaskEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :149:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[AITaskEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/ai_task/task.py

[error] no-matching-overload - :43:9 - No overload of bound method `write` matches arguments
[error] invalid-argument-type - :129:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AITaskEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :194:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AITaskEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/airgradient/__init__.py

[error] invalid-argument-type - :32:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airgradient/button.py

[error] invalid-argument-type - :86:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airgradient/number.py

[error] invalid-argument-type - :102:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airgradient/select.py

[error] invalid-argument-type - :197:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airgradient/sensor.py

[error] invalid-argument-type - :255:28 - Argument to bound method `async_add_listener` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airgradient/switch.py

[error] invalid-argument-type - :80:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `AirGradientCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airthings_ble/sensor.py

[error] invalid-argument-type - :170:17 -
Old: Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound of type variable `_DataclassT`
New: Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound of type variable `_DataclassT` (DataclassInstance)

homeassistant/components/airvisual/__init__.py

[error] invalid-argument-type - :204:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/airvisual_pro/__init__.py

[error] invalid-argument-type - :81:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/alarm_control_panel/__init__.py

[error] invalid-argument-type - :65:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :65:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :69:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :71:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :76:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :82:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :88:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :94:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :100:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :106:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :118:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :123:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[AlarmControlPanelEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/alert/__init__.py

[error] invalid-argument-type - :73:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AlertEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :114:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlertEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :115:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlertEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :116:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AlertEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/analytics_insights/__init__.py

[error] invalid-argument-type - :53:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `HomeassistantAnalyticsDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/android_ip_webcam/__init__.py

[error] invalid-argument-type - :41:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `AndroidIPCamDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/apsystems/__init__.py

[error] invalid-argument-type - :30:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ApSystemsDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/assist_satellite/__init__.py

[error] invalid-argument-type - :63:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :63:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :66:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :85:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :106:58 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :176:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :181:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/assist_satellite/websocket_api.py

[error] invalid-argument-type - :50:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :88:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :179:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[AssistSatelliteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/asuswrt/helpers.py

[error] not-iterable - :53:25 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :46:58 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :46:58 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

homeassistant/components/asuswrt/router.py

[error] invalid-argument-type - :93:23 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/auth/indieauth.py

[error] invalid-argument-type - :142:13 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

homeassistant/components/automation/__init__.py

[error] invalid-argument-type - :157:30 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :242:30 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :250:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :250:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :278:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :286:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :287:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :288:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :297:27 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :1182:18 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[BaseAutomationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/awair/config_flow.py

[error] unresolved-attribute - :129:16 - Type `typing.Self` has no attribute `source`
[error] unresolved-attribute - :131:20 - Type `typing.Self` has no attribute `context`
[error] unresolved-attribute - :132:21 - Type `typing.Self` has no attribute `host`

homeassistant/components/binary_sensor/__init__.py

[error] invalid-argument-type - :129:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BinarySensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :129:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BinarySensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :133:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[BinarySensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :139:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[BinarySensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :144:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[BinarySensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/bluesound/__init__.py

[error] invalid-argument-type - :48:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BluesoundCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/bluetooth/passive_update_processor.py

[error] invalid-argument-type - :509:28 - Argument to class `PassiveBluetoothProcessorEntity` is incorrect: Expected `PassiveBluetoothDataProcessor[Any, Any]`, found `typing.Self`

homeassistant/components/bmw_connected_drive/__init__.py

[error] invalid-argument-type - :136:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BMWDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/braviatv/__init__.py

[error] invalid-argument-type - :41:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BraviaTVCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/braviatv/coordinator.py

[error] invalid-argument-type - :61:15 - Argument to bound method `async_request_refresh` is incorrect: Argument type `_BraviaTVCoordinatorT@catch_braviatv_errors` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/broadlink/updater.py

[error] invalid-argument-type - :63:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/bsblan/__init__.py

[error] invalid-argument-type - :69:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `BSBLanUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/button/__init__.py

[error] invalid-argument-type - :52:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :52:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :55:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :57:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :73:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[ButtonEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/calendar/__init__.py

[error] invalid-argument-type - :311:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :311:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :326:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :332:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :338:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :344:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :349:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :732:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :772:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :817:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/calendar/trigger.py

[error] invalid-argument-type - :99:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[CalendarEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/camera/__init__.py

[error] invalid-argument-type - :341:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :341:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :358:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :392:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :395:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :398:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :399:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :400:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :403:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :408:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :431:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :436:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[Camera]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :1057:28 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

homeassistant/components/climate/__init__.py

[error] invalid-argument-type - :127:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :127:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :130:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :132:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :138:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :144:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :150:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :155:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :161:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :170:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :176:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :182:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :188:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :200:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :205:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[ClimateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/config/config_entries.py

[error] invalid-argument-type - :42:29 - Argument to bound method `__init__` is incorrect: Argument type `ConfigManagerFlowIndexView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])
[error] invalid-argument-type - :43:29 - Argument to bound method `__init__` is incorrect: Argument type `ConfigManagerFlowResourceView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])
[error] invalid-argument-type - :46:29 - Argument to bound method `__init__` is incorrect: Argument type `OptionManagerFlowIndexView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])
[error] invalid-argument-type - :47:29 - Argument to bound method `__init__` is incorrect: Argument type `OptionManagerFlowResourceView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])
[error] invalid-argument-type - :50:9 - Argument to bound method `__init__` is incorrect: Argument type `SubentryManagerFlowIndexView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])
[error] invalid-argument-type - :53:9 - Argument to bound method `__init__` is incorrect: Argument type `SubentryManagerFlowResourceView` does not satisfy upper bound of type variable `Self` (_BaseFlowManagerView[FlowManager[FlowContext, FlowResult, str]])

homeassistant/components/control4/light.py

[error] invalid-argument-type - :63:30 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :70:26 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :79:11 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :80:11 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/control4/media_player.py

[error] invalid-argument-type - :107:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :116:11 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[dict[int, dict[str, Any]]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/conversation/__init__.py

[error] invalid-argument-type - :270:24 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ConversationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :322:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[ConversationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :327:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[ConversationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/conversation/agent_manager.py

[error] invalid-argument-type - :56:16 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[ConversationEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/cookidoo/__init__.py

[error] invalid-argument-type - :28:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `CookidooDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/counter/__init__.py

[error] invalid-argument-type - :97:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Counter]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :124:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Counter]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :125:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Counter]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Counter]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :127:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Counter]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/cover/__init__.py

[error] invalid-argument-type - :125:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :125:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :129:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :131:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :135:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :139:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :150:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :154:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :161:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :168:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :175:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :182:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :193:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :205:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :210:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[CoverEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/daikin/__init__.py

[error] invalid-argument-type - :64:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DaikinCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/date/__init__.py

[error] invalid-argument-type - :42:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :42:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :45:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :47:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :56:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :61:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[DateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/datetime/__init__.py

[error] invalid-argument-type - :45:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :45:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :48:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :50:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :63:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[DateTimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/deluge/__init__.py

[error] invalid-argument-type - :50:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DelugeDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/demo/tts.py

[error] invalid-return-type - :71:16 - Return type does not match returned value: expected `TtsAudioType`, found `tuple[Literal["mp3"], str]`

homeassistant/components/devialet/__init__.py

[error] invalid-argument-type - :21:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DevialetCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/device_tracker/config_entry.py

[error] invalid-argument-type - :58:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseTrackerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :58:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseTrackerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :61:5 - Argument to bound method `register_shutdown` is incorrect: Argument type `EntityComponent[BaseTrackerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :63:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[BaseTrackerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[BaseTrackerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/dominos/__init__.py

[error] invalid-argument-type - :71:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[DominosOrder]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/dormakaba_dkey/__init__.py

[error] invalid-argument-type - :54:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DormakabaDkeyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/dremel_3d_printer/__init__.py

[error] invalid-argument-type - :33:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `Dremel3DPrinterDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/efergy/sensor.py

[error] invalid-argument-type - :129:17 -
Old: Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound of type variable `_DataclassT`
New: Argument to function `replace` is incorrect: Argument type `SensorEntityDescription` does not satisfy upper bound of type variable `_DataclassT` (DataclassInstance)

homeassistant/components/emoncms/__init__.py

[error] invalid-argument-type - :69:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `EmoncmsCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/event/__init__.py

[error] invalid-argument-type - :57:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[EventEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :57:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[EventEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :60:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[EventEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :66:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[EventEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :71:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[EventEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/fan/__init__.py

[error] invalid-argument-type - :101:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :101:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :105:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :109:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :120:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :123:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :129:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :139:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :149:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :155:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :161:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :171:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :183:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :188:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[FanEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/flux_led/__init__.py

[error] invalid-argument-type - :233:19 - Argument to bound method `async_refresh` is incorrect: Argument type `FluxLedUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/foscam/__init__.py

[error] invalid-argument-type - :33:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FoscamCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/foscam/switch.py

[error] invalid-argument-type - :124:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FoscamCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/binary_sensor.py

[error] invalid-argument-type - :109:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/button.py

[error] invalid-argument-type - :32:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/climate.py

[error] invalid-argument-type - :84:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/cover.py

[error] invalid-argument-type - :41:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/light.py

[error] invalid-argument-type - :43:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/sensor.py

[error] invalid-argument-type - :246:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fritzbox/switch.py

[error] invalid-argument-type - :38:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `FritzboxDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/fyta/__init__.py

[error] invalid-argument-type - :49:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `FytaCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/geo_location/__init__.py

[error] invalid-argument-type - :38:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[GeolocationEvent]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :38:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[GeolocationEvent]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :41:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[GeolocationEvent]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :47:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[GeolocationEvent]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :52:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[GeolocationEvent]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/goalzero/__init__.py

[error] invalid-argument-type - :40:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `GoalZeroDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/govee_light_local/__init__.py

[error] invalid-argument-type - :62:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `GoveeLocalApiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/group/__init__.py

[error] invalid-argument-type - :193:27 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[Group]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :231:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[Group]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :294:19 - Argument to bound method `async_remove_entity` is incorrect: Argument type `EntityComponent[Group]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/habitica/__init__.py

[error] invalid-argument-type - :63:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :101:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/habitica/button.py

[error] invalid-argument-type - :285:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/habitica/services.py

[error] invalid-argument-type - :313:15 - Argument to bound method `async_request_refresh` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :424:15 - Argument to bound method `async_request_refresh` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :565:11 - Argument to bound method `async_refresh` is incorrect: Argument type `HabiticaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/hue/v1/light.py

[error] invalid-argument-type - :160:25 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :195:25 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/hue/v1/sensor_base.py

[error] invalid-argument-type - :51:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/humidifier/__init__.py

[error] invalid-argument-type - :91:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :91:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :94:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :96:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :97:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :98:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :99:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :105:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :120:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :125:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[HumidifierEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/hunterdouglas_powerview/__init__.py

[error] invalid-argument-type - :108:5 - Argument to bound method `async_set_updated_data` is incorrect: Argument type `PowerviewShadeUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/hvv_departures/binary_sensor.py

[error] invalid-argument-type - :107:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/hydrawise/__init__.py

[error] invalid-argument-type - :45:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `HydrawiseMainDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :49:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `HydrawiseWaterUseDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ialarm/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `IAlarmDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/iammeter/sensor.py

[error] invalid-argument-type - :135:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/image/__init__.py

[error] invalid-argument-type - :110:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :110:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :117:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :137:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :146:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :151:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[ImageEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :462:28 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

homeassistant/components/image_processing/__init__.py

[error] invalid-argument-type - :97:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ImageProcessingEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :101:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[ImageProcessingEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :105:32 - Argument to bound method `async_extract_from_service` is incorrect: Argument type `EntityComponent[ImageProcessingEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/imap/__init__.py

[error] invalid-argument-type - :260:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ImapPollingDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :260:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ImapPushDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/immich/__init__.py

[error] invalid-argument-type - :59:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ImmichDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/incomfort/__init__.py

[error] invalid-argument-type - :100:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `InComfortDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/input_boolean/__init__.py

[error] invalid-argument-type - :92:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputBoolean]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :122:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputBoolean]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :140:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputBoolean]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :142:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputBoolean]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :144:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputBoolean]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/input_button/__init__.py

[error] invalid-argument-type - :77:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputButton]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :107:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputButton]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :125:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputButton]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/input_datetime/__init__.py

[error] invalid-argument-type - :130:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputDatetime]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :160:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputDatetime]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :175:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputDatetime]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/input_number/__init__.py

[error] invalid-argument-type - :108:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputNumber]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :138:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputNumber]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :153:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputNumber]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :159:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputNumber]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :161:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputNumber]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/input_select/__init__.py

[error] invalid-argument-type - :136:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :168:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :183:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :189:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :195:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :201:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :207:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :213:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputSelect]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/input_text/__init__.py

[error] invalid-argument-type - :117:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[InputText]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :147:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[InputText]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :162:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[InputText]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/iometer/__init__.py

[error] invalid-argument-type - :30:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `IOMeterCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/iotty/cover.py

[error] invalid-argument-type - :89:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `IottyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/iotty/switch.py

[error] invalid-argument-type - :140:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `IottyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/israel_rail/__init__.py

[error] invalid-argument-type - :44:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `IsraelRailDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/iss/__init__.py

[error] invalid-argument-type - :53:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/isy994/number.py

[error] invalid-argument-type - :100:13 -
Old: Argument to function `replace` is incorrect: Argument type `NumberEntityDescription` does not satisfy upper bound of type variable `_DataclassT`
New: Argument to function `replace` is incorrect: Argument type `NumberEntityDescription` does not satisfy upper bound of type variable `_DataclassT` (DataclassInstance)

homeassistant/components/kmtronic/__init__.py

[error] invalid-argument-type - :26:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `KMtronicCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/knocki/__init__.py

[error] invalid-argument-type - :24:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `KnockiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :31:15 - Argument to bound method `async_refresh` is incorrect: Argument type `KnockiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/knocki/event.py

[error] invalid-argument-type - :35:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `KnockiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/kraken/__init__.py

[error] invalid-argument-type - :134:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/lacrosse_view/__init__.py

[error] invalid-argument-type - :34:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LaCrosseUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/lamarzocco/__init__.py

[error] invalid-argument-type - :147:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LaMarzoccoConfigUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :148:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LaMarzoccoSettingsUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :149:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LaMarzoccoScheduleUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :150:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LaMarzoccoStatisticsUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/lamarzocco/button.py

[error] invalid-argument-type - :37:5 - Argument to bound method `async_set_updated_data` is incorrect: Argument type `LaMarzoccoUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :41:11 - Argument to bound method `async_request_refresh` is incorrect: Argument type `LaMarzoccoUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/launch_library/__init__.py

[error] invalid-argument-type - :51:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/lawn_mower/__init__.py

[error] invalid-argument-type - :39:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :39:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :42:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :44:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :50:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :53:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :62:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :67:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[LawnMowerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/led_ble/__init__.py

[error] invalid-argument-type - :65:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/lifx/__init__.py

[error] invalid-argument-type - :214:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LIFXUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/light/__init__.py

[error] invalid-argument-type - :404:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :404:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :407:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :675:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :681:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :687:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :698:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :703:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[LightEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/livisi/__init__.py

[error] invalid-argument-type - :43:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `LivisiDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/livisi/climate.py

[error] invalid-argument-type - :58:9 - Argument to bound method `async_add_listener` is incorrect: Argument type `LivisiDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/local_file/camera.py

[error] invalid-return-type - :71:24 - Return type does not match returned value: expected `bytes | None`, found `str`

homeassistant/components/lock/__init__.py

[error] invalid-argument-type - :76:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :76:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :80:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :82:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :85:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :88:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :100:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :105:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[LockEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/media_player/__init__.py

[error] invalid-argument-type - :317:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :317:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :325:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :327:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :330:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :333:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :339:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :345:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :351:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :357:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :360:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :363:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :366:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :372:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :378:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :384:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :395:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :406:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :417:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :423:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :429:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :456:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :471:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :480:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :496:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :502:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :506:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :518:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :523:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :1368:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :1451:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[MediaPlayerEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/met/__init__.py

[error] invalid-argument-type - :43:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MetDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/meteo_france/__init__.py

[error] invalid-argument-type - :62:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :80:24 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :104:33 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/metoffice/__init__.py

[error] invalid-argument-type - :68:36 - Argument to bound method `__init__` is incorrect: Argument type `TimestampDataUpdateCoordinator[_DataT@TimestampDataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :77:35 - Argument to bound method `__init__` is incorrect: Argument type `TimestampDataUpdateCoordinator[_DataT@TimestampDataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :86:41 - Argument to bound method `__init__` is incorrect: Argument type `TimestampDataUpdateCoordinator[_DataT@TimestampDataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/microbees/__init__.py

[error] invalid-argument-type - :49:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MicroBeesUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/microsoft_face/__init__.py

[error] invalid-argument-type - :80:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[MicrosoftFaceGroupEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :116:23 - Argument to bound method `async_remove_entity` is incorrect: Argument type `EntityComponent[MicrosoftFaceGroupEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :136:19 - Argument to bound method `async_remove_entity` is incorrect: Argument type `EntityComponent[MicrosoftFaceGroupEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/miele/__init__.py

[error] invalid-argument-type - :72:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/binary_sensor.py

[error] invalid-argument-type - :283:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/button.py

[error] invalid-argument-type - :130:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/climate.py

[error] invalid-argument-type - :164:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/fan.py

[error] invalid-argument-type - :84:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/light.py

[error] invalid-argument-type - :104:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/sensor.py

[error] invalid-argument-type - :691:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/miele/switch.py

[error] invalid-argument-type - :147:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `MieleDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/min_max/sensor.py

[error] invalid-argument-type - :256:57 - Argument to bound method `__init__` is incorrect: Argument type `Event[_DataT@Event]` does not satisfy upper bound of type variable `Self` (Event[Mapping[str, Any]])

homeassistant/components/minecraft_server/__init__.py

[error] invalid-argument-type - :46:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MinecraftServerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/monarch_money/__init__.py

[error] invalid-argument-type - :22:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MonarchMoneyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/motioneye/__init__.py

[error] invalid-argument-type - :317:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/mullvad/__init__.py

[error] invalid-argument-type - :27:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/mutesync/__init__.py

[error] invalid-argument-type - :45:9 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :45:9 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/myuplink/__init__.py

[error] invalid-argument-type - :78:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MyUplinkDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nanoleaf/__init__.py

[error] invalid-argument-type - :39:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `NanoleafCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :43:9 - Argument to bound method `async_set_updated_data` is incorrect: Argument type `NanoleafCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nest/media_source.py

[error] invalid-return-type - :209:24 - Return type does not match returned value: expected `bytes | None`, found `str`
[error] invalid-argument-type - :230:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

homeassistant/components/nibe_heatpump/__init__.py

[error] invalid-argument-type - :112:28 - Argument to bound method `async_refresh` is incorrect: Argument type `CoilCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/notify/__init__.py

[error] invalid-argument-type - :82:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[NotifyEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :82:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[NotifyEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :85:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[NotifyEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :121:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[NotifyEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[NotifyEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/notion/__init__.py

[error] invalid-argument-type - :121:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `NotionDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nsw_fuel_station/__init__.py

[error] invalid-argument-type - :33:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nuheat/__init__.py

[error] invalid-argument-type - :60:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nuki/__init__.py

[error] invalid-argument-type - :234:11 - Argument to bound method `async_refresh` is incorrect: Argument type `NukiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/number/__init__.py

[error] invalid-argument-type - :88:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :88:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :92:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :94:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :131:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :136:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[NumberEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/nut/__init__.py

[error] invalid-argument-type - :97:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nws/__init__.py

[error] invalid-argument-type - :107:28 - Argument to bound method `__init__` is incorrect: Argument type `TimestampDataUpdateCoordinator[_DataT@TimestampDataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :119:35 - Argument to bound method `__init__` is incorrect: Argument type `TimestampDataUpdateCoordinator[_DataT@TimestampDataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :138:11 - Argument to bound method `async_refresh` is incorrect: Argument type `NWSObservationDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/nyt_games/__init__.py

[error] invalid-argument-type - :27:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `NYTGamesCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ohme/__init__.py

[error] invalid-argument-type - :64:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `OhmeAdvancedSettingsCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :64:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `OhmeChargeSessionCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :64:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `OhmeDeviceInfoCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/omnilogic/__init__.py

[error] invalid-argument-type - :57:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `OmniLogicUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/opensky/__init__.py

[error] invalid-argument-type - :36:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `OpenSkyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/peblar/__init__.py

[error] invalid-argument-type - :68:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PeblarDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :70:9 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PeblarVersionDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/peco/__init__.py

[error] invalid-argument-type - :68:26 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :98:29 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/permobil/__init__.py

[error] invalid-argument-type - :52:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `MyPermobilCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/person/__init__.py

[error] invalid-argument-type - :363:24 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Person]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :405:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[Person]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/philips_js/__init__.py

[error] invalid-argument-type - :46:11 - Argument to bound method `async_refresh` is incorrect: Argument type `PhilipsTVDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/pi_hole/__init__.py

[error] invalid-argument-type - :137:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ping/__init__.py

[error] invalid-argument-type - :48:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PingUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/plant/__init__.py

[error] invalid-argument-type - :118:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Plant]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/playstation_network/media_player.py

[error] invalid-argument-type - :80:23 - Argument to bound method `async_add_listener` is incorrect: Argument type `PlaystationNetworkUserDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/powerwall/__init__.py

[error] invalid-argument-type - :224:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/progettihwsw/binary_sensor.py

[error] invalid-argument-type - :38:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/progettihwsw/switch.py

[error] invalid-argument-type - :39:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/proxmoxve/__init__.py

[error] invalid-argument-type - :166:23 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[dict[str, Any] | None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :176:23 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[dict[str, Any] | None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :215:12 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/pyload/__init__.py

[error] invalid-argument-type - :48:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `PyLoadCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/__init__.py

[error] invalid-argument-type - :53:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/binary_sensor.py

[error] invalid-argument-type - :87:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/climate.py

[error] invalid-argument-type - :54:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/cover.py

[error] invalid-argument-type - :48:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/light.py

[error] invalid-argument-type - :39:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/scene.py

[error] invalid-argument-type - :38:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/sensor.py

[error] invalid-argument-type - :292:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/qbus/switch.py

[error] invalid-argument-type - :38:27 - Argument to bound method `async_add_listener` is incorrect: Argument type `QbusControllerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rachio/__init__.py

[error] invalid-argument-type - :95:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `RachioScheduleUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/radiotherm/__init__.py

[error] invalid-argument-type - :47:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `RadioThermUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rainbird/__init__.py

[error] invalid-argument-type - :107:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `RainbirdUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rdw/__init__.py

[error] invalid-argument-type - :23:51 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/recollect_waste/__init__.py

[error] invalid-argument-type - :52:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/recorder/db_schema.py

[error] invalid-return-type - :344:20 - Return type does not match returned value: expected `Event[Mapping[str, Any]] | None`, found `Event[dict[str, dict[str, Any] | list[Any] | str | int | float | None] | dict[@Todo, @Todo]]`
[error] invalid-argument-type - :344:20 - Argument to bound method `__init__` is incorrect: Argument type `Event[_DataT@Event]` does not satisfy upper bound of type variable `Self` (Event[Mapping[str, Any]])

homeassistant/components/refoss/bridge.py

[error] invalid-argument-type - :41:15 - Argument to bound method `async_refresh` is incorrect: Argument type `RefossDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/remember_the_milk/__init__.py

[error] invalid-argument-type - :48:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[RememberTheMilkEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/remote/__init__.py

[error] invalid-argument-type - :84:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :84:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :87:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :89:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :93:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :97:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :101:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :115:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :127:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :141:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :146:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[RemoteEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/reolink/__init__.py

[error] invalid-argument-type - :194:26 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :202:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :258:15 - Argument to bound method `async_request_refresh` is incorrect: Argument type `DataUpdateCoordinator[None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :277:39 - Argument to bound method `async_request_refresh` is incorrect: Argument type `DataUpdateCoordinator[None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rest/__init__.py

[error] invalid-argument-type - :117:35 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :180:12 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/risco/__init__.py

[error] invalid-argument-type - :158:11 - Argument to bound method `async_refresh` is incorrect: Argument type `RiscoEventsDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/romy/__init__.py

[error] invalid-argument-type - :21:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `RomyVacuumCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/rympro/__init__.py

[error] invalid-argument-type - :42:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `RymProDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/samsungtv/__init__.py

[error] invalid-argument-type - :163:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SamsungTVDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/scene/__init__.py

[error] invalid-argument-type - :66:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :66:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :70:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :73:9 - Argument to bound method `async_setup_platform` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :78:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :89:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :94:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[BaseScene]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/schedule/__init__.py

[error] invalid-argument-type - :168:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Schedule]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :201:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[Schedule]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :215:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Schedule]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :221:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[Schedule]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/schlage/__init__.py

[error] invalid-argument-type - :36:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SchlageDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/schluter/climate.py

[error] invalid-argument-type - :62:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/screenlogic/__init__.py

[error] invalid-argument-type - :75:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `ScreenlogicDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/screenlogic/services.py

[error] invalid-argument-type - :100:19 - Argument to bound method `async_request_refresh` is incorrect: Argument type `ScreenlogicDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :129:19 - Argument to bound method `async_request_refresh` is incorrect: Argument type `ScreenlogicDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/script/__init__.py

[error] invalid-argument-type - :216:37 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :216:37 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :237:27 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :244:33 - Argument to bound method `async_extract_from_service` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :253:33 - Argument to bound method `async_extract_from_service` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :267:33 - Argument to bound method `async_extract_from_service` is incorrect: Argument type `EntityComponent[BaseScriptEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/select/__init__.py

[error] invalid-argument-type - :64:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :64:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :67:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :69:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :75:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :81:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :87:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :93:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :104:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :109:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[SelectEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/sense/__init__.py

[error] invalid-argument-type - :100:9 - Argument to bound method `async_request_refresh` is incorrect: Argument type `SenseTrendCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :105:9 - Argument to bound method `async_request_refresh` is incorrect: Argument type `SenseRealtimeCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sense/sensor.py

[error] invalid-argument-type - :78:11 - Argument to bound method `async_request_refresh` is incorrect: Argument type `SenseTrendCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sensor/__init__.py

[error] invalid-argument-type - :89:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :89:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :94:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[SensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :100:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[SensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :105:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[SensorEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/sensoterra/__init__.py

[error] invalid-argument-type - :25:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SensoterraCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sensoterra/sensor.py

[error] invalid-argument-type - :95:15 - Argument to bound method `async_contexts` is incorrect: Argument type `SensoterraCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/senz/__init__.py

[error] invalid-argument-type - :60:46 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/seventeentrack/__init__.py

[error] invalid-argument-type - :44:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SeventeenTrackCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sfr_box/__init__.py

[error] invalid-argument-type - :54:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SFRDataUpdateCoordinator[Unknown]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :60:14 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SFRDataUpdateCoordinator[Unknown]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :62:22 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SFRDataUpdateCoordinator[Unknown]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :64:22 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SFRDataUpdateCoordinator[Unknown]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sharkiq/__init__.py

[error] invalid-argument-type - :83:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SharkIqUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/simplisafe/__init__.py

[error] invalid-argument-type - :572:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/siren/__init__.py

[error] invalid-argument-type - :97:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :97:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :100:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :115:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :121:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :124:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :136:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :141:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[SirenEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/sleepiq/__init__.py

[error] invalid-argument-type - :101:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SleepIQDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :102:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SleepIQPauseUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/sma/__init__.py

[error] invalid-argument-type - :104:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/smart_meter_texas/__init__.py

[error] invalid-argument-type - :64:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/smarttub/controller.py

[error] invalid-argument-type - :73:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/smlight/__init__.py

[error] invalid-argument-type - :34:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SmDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :35:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SmFirmwareUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/smlight/button.py

[error] invalid-argument-type - :101:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `SmDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/solaredge/coordinator.py

[error] invalid-argument-type - :53:28 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/solaredge/sensor.py

[error] invalid-argument-type - :212:15 - Argument to bound method `async_refresh` is incorrect: Argument type `DataUpdateCoordinator[None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/spotify/__init__.py

[error] invalid-argument-type - :67:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SpotifyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :83:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DataUpdateCoordinator[list[Unknown]]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :75:63 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/spotify/media_player.py

[error] invalid-argument-type - :106:15 - Argument to bound method `async_refresh` is incorrect: Argument type `SpotifyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/srp_energy/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SRPEnergyDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ssdp/server.py

[error] invalid-argument-type - :87:13 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

homeassistant/components/stookwijzer/__init__.py

[error] invalid-argument-type - :38:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `StookwijzerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/stream/recorder.py

[error] invalid-argument-type - :165:31 - Argument to function `read_init` is incorrect: Expected `BufferedIOBase`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :167:32 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

homeassistant/components/stt/__init__.py

[error] invalid-argument-type - :93:12 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :130:5 - Argument to bound method `register_shutdown` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :148:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :153:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[SpeechToTextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/subaru/__init__.py

[error] invalid-argument-type - :85:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/supla/__init__.py

[error] invalid-argument-type - :111:23 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/surepetcare/__init__.py

[error] invalid-argument-type - :50:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SurePetcareDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/swiss_public_transport/__init__.py

[error] invalid-argument-type - :102:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SwissPublicTransportDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/switch/__init__.py

[error] invalid-argument-type - :65:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :65:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :68:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :70:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :71:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :72:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :79:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :84:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[SwitchEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/switchbee/__init__.py

[error] invalid-argument-type - :68:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SwitchBeeCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/switchbot_cloud/__init__.py

[error] invalid-argument-type - :85:15 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SwitchBotCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :389:9 - Argument to bound method `async_set_updated_data` is incorrect: Argument type `SwitchBotCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/synology_dsm/__init__.py

[error] invalid-argument-type - :157:9 - Argument to bound method `async_add_listener` is incorrect: Argument type `SynologyDSMCentralUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/system_bridge/__init__.py

[error] invalid-argument-type - :199:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SystemBridgeDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/systemmonitor/__init__.py

[error] invalid-argument-type - :55:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `SystemMonitorCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tag/__init__.py

[error] invalid-argument-type - :230:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TagEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/tami4/__init__.py

[error] invalid-argument-type - :30:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `Tami4EdgeCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tautulli/__init__.py

[error] invalid-argument-type - :30:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TautulliDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tedee/__init__.py

[error] invalid-argument-type - :41:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TedeeApiCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tesla_wall_connector/__init__.py

[error] invalid-argument-type - :71:42 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/text/__init__.py

[error] invalid-argument-type - :51:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :51:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :54:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :56:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :86:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :91:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[TextEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/tile/__init__.py

[error] invalid-argument-type - :50:39 - Argument to bound method `async_refresh` is incorrect: Argument type `TileCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/time/__init__.py

[error] invalid-argument-type - :42:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :42:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :45:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :47:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :56:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :61:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[TimeEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/timer/__init__.py

[error] invalid-argument-type - :113:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :142:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :156:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :161:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :162:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :163:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :164:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[Timer]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/todo/__init__.py

[error] invalid-argument-type - :123:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :123:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :133:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :149:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :174:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :184:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :190:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :197:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :203:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :208:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :332:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :387:27 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :420:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/todo/intent.py

[error] invalid-argument-type - :54:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :111:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TodoListEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/todoist/__init__.py

[error] invalid-argument-type - :29:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TodoistCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/todoist/calendar.py

[error] invalid-argument-type - :151:11 - Argument to bound method `async_refresh` is incorrect: Argument type `TodoistCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :154:15 - Argument to bound method `async_shutdown` is incorrect: Argument type `TodoistCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/totalconnect/__init__.py

[error] invalid-argument-type - :42:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TotalConnectDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/binary_sensor.py

[error] invalid-argument-type - :102:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/button.py

[error] invalid-argument-type - :123:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/camera.py

[error] invalid-argument-type - :87:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/climate.py

[error] invalid-argument-type - :98:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/entity.py

[error] invalid-argument-type - :154:15 - Argument to bound method `async_request_refresh` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :391:17 -
Old: Argument to function `replace` is incorrect: Argument type `_D@_description_for_feature & ~AlwaysFalsy` does not satisfy upper bound of type variable `_DataclassT`
New: Argument to function `replace` is incorrect: Argument type `_D@_description_for_feature & ~AlwaysFalsy` does not satisfy upper bound of type variable `_DataclassT` (DataclassInstance)

homeassistant/components/tplink/fan.py

[error] invalid-argument-type - :87:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/light.py

[error] invalid-argument-type - :237:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/number.py

[error] invalid-argument-type - :109:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/select.py

[error] invalid-argument-type - :81:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/sensor.py

[error] invalid-argument-type - :299:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/siren.py

[error] invalid-argument-type - :89:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/switch.py

[error] invalid-argument-type - :113:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tplink/vacuum.py

[error] invalid-argument-type - :91:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `TPLinkDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/traccar_server/__init__.py

[error] invalid-argument-type - :56:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TraccarServerCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/trafikverket_camera/__init__.py

[error] invalid-argument-type - :29:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TVDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/trafikverket_train/__init__.py

[error] invalid-argument-type - :33:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TVDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/tts/__init__.py

[error] invalid-argument-type - :250:17 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :428:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :428:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :432:5 - Argument to bound method `register_shutdown` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :439:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :476:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :481:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[TextToSpeechEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :992:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes | Unknown`
[error] invalid-return-type - :1127:24 - Return type does not match returned value: expected `bytes`, found `str`

homeassistant/components/twinkly/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `TwinklyCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/unifi/hub/entity_loader.py

[error] invalid-argument-type - :61:41 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/update/__init__.py

[error] invalid-argument-type - :86:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :86:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :89:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :91:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :101:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :106:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :119:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :124:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :521:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[UpdateEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/uptime_kuma/__init__.py

[error] invalid-argument-type - :37:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `UptimeKumaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/uptime_kuma/sensor.py

[error] invalid-argument-type - :133:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `UptimeKumaDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/uptimerobot/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `UptimeRobotDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/vacuum/__init__.py

[error] invalid-argument-type - :153:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :153:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :157:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :159:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :165:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :171:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :177:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :183:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :189:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :195:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :201:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :216:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :221:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[StateVacuumEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/valve/__init__.py

[error] invalid-argument-type - :70:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :70:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :74:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :76:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :80:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :87:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :98:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :102:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :114:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :119:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[ValveEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/venstar/__init__.py

[error] invalid-argument-type - :47:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `VenstarDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/verisure/camera.py

[error] invalid-return-type - :92:20 - Return type does not match returned value: expected `bytes | None`, found `str`

homeassistant/components/version/__init__.py

[error] invalid-argument-type - :50:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `VersionDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/volvooncall/__init__.py

[error] invalid-argument-type - :57:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `VolvoUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/wake_word/__init__.py

[error] invalid-argument-type - :55:12 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :62:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :62:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :65:5 - Argument to bound method `register_shutdown` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :72:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :77:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :144:14 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[WakeWordDetectionEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/water_heater/__init__.py

[error] invalid-argument-type - :103:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :103:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :106:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :108:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :111:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :114:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :120:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :126:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :138:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :143:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[WaterHeaterEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/watergate/__init__.py

[error] invalid-argument-type - :65:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `WatergateDataCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/watttime/__init__.py

[error] invalid-argument-type - :58:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/waze_travel_time/__init__.py

[error] invalid-argument-type - :117:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `WazeTravelTimeCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/weather/__init__.py

[error] invalid-argument-type - :210:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :210:45 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :213:5 - Argument to bound method `async_register_entity_service` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :225:11 - Argument to bound method `async_setup` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :231:18 - Argument to bound method `async_setup_entry` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :236:18 - Argument to bound method `async_unload_entry` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/weather/websocket_api.py

[error] no-matching-overload - :41:14 - No overload of function `sorted` matches arguments
[error] invalid-argument-type - :61:23 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[WeatherEntity]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/components/weatherflow_cloud/__init__.py

[error] invalid-argument-type - :52:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `WeatherFlowCloudUpdateCoordinatorREST` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/wemo/coordinator.py

[error] invalid-argument-type - :292:11 - Argument to bound method `async_refresh` is incorrect: Argument type `DeviceCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/wemo/light.py

[error] invalid-argument-type - :76:34 - Argument to bound method `async_add_listener` is incorrect: Argument type `DeviceCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/whois/__init__.py

[error] invalid-argument-type - :43:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DataUpdateCoordinator[Unknown | None]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :35:57 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/withings/calendar.py

[error] invalid-argument-type - :57:36 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsWorkoutDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/withings/sensor.py

[error] invalid-argument-type - :726:5 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsMeasurementDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :773:36 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsActivityDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :802:33 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsSleepDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :829:35 - Argument to bound method `async_add_listener` is incorrect: Argument type `WithingsWorkoutDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/wiz/__init__.py

[error] invalid-argument-type - :104:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/wolflink/__init__.py

[error] invalid-argument-type - :100:19 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/ws66i/__init__.py

[error] invalid-argument-type - :87:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `Ws66iDataUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/xbox/__init__.py

[error] invalid-argument-type - :52:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `XboxUpdateCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/xiaomi_miio/__init__.py

[error] invalid-argument-type - :396:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `DataUpdateCoordinator[VacuumCoordinatorData]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])
[error] invalid-argument-type - :453:44 - Argument to bound method `__init__` is incorrect: Argument type `DataUpdateCoordinator[_DataT@DataUpdateCoordinator]` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/xmpp/notify.py

[error] invalid-return-type - :314:24 - Return type does not match returned value: expected `bytes`, found `str`

homeassistant/components/youless/__init__.py

[error] invalid-argument-type - :31:11 - Argument to bound method `async_config_entry_first_refresh` is incorrect: Argument type `YouLessCoordinator` does not satisfy upper bound of type variable `Self` (DataUpdateCoordinator[dict[str, Any]])

homeassistant/components/zone/__init__.py

[error] invalid-argument-type - :242:17 - Argument to bound method `__init__` is incorrect: Argument type `EntityComponent[Zone]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :271:22 - Argument to bound method `async_prepare_reload` is incorrect: Argument type `EntityComponent[Zone]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])
[error] invalid-argument-type - :284:8 - Argument to bound method `get_entity` is incorrect: Argument type `EntityComponent[Zone]` does not satisfy upper bound of type variable `Self` (EntityComponent[Entity])

homeassistant/config_entries.py

[error] invalid-argument-type - :1985:27 - Argument to bound method `__init__` is incorrect: Argument type `ConfigSubentryFlowManager` does not satisfy upper bound of type variable `Self` (FlowManager[FlowContext, FlowResult, str])

homeassistant/core.py

[error] invalid-argument-type - :1566:25 - Argument to bound method `__init__` is incorrect: Argument type `Event[_DataT@Event]` does not satisfy upper bound of type variable `Self` (Event[Mapping[str, Any]])

homeassistant/data_entry_flow.py

[error] invalid-argument-type - :520:34 - Argument to bound method `async_get_progress_task` is incorrect: Argument type `FlowHandler[_FlowContextT@FlowManager, _FlowResultT@FlowManager, _HandlerT@FlowManager]` does not satisfy upper bound of type variable `Self` (FlowHandler[FlowContext, FlowResult, str])
[error] invalid-argument-type - :535:13 - Argument to bound method `async_cancel_progress_task` is incorrect: Argument type `FlowHandler[_FlowContextT@FlowManager, _FlowResultT@FlowManager, _HandlerT@FlowManager]` does not satisfy upper bound of type variable `Self` (FlowHandler[FlowContext, FlowResult, str])

homeassistant/helpers/collection.py

[error] invalid-argument-type - :533:5 - Argument to bound method `async_setup` is incorrect: Argument type `_CollectionLifeCycle[_EntityT@sync_entity_lifecycle]` does not satisfy upper bound of type variable `Self` (_CollectionLifeCycle[Entity])

homeassistant/helpers/redact.py

[error] not-iterable - :52:71 - Object of type `_T@async_redact_data & Top[list[Unknown]]` is not iterable

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

cwltool/cwlprov/writablebagfile.py

[error] invalid-argument-type - :120:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

cwltool/cwlprov/ro.py

[error] invalid-argument-type - :675:24 - Argument to bound method `values` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :675:24 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[MutableMapping[Unknown, Unknown]]`

cwltool/job.py

[error] invalid-argument-type - :1004:13 - Argument to bound method `close` is incorrect: Argument type `Top[IO[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[IO[Unknown]])
[error] invalid-argument-type - :1004:13 - Argument to bound method `close` is incorrect: Expected `Self@close`, found `Top[IO[Unknown]]`

cwltool/load_tool.py

[error] invalid-argument-type - :196:26 - Argument to bound method `values` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :196:26 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :232:22 - Argument to bound method `values` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :232:22 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] not-iterable - :258:18 - Object of type `(Process & Top[MutableSequence[Unknown]] & ~CommandLineTool & ~Workflow) | (MutableSequence[Process] & ~CommandLineTool & ~Workflow)` may not be iterable
[error] not-iterable - :285:18 - Object of type `(Process & Top[MutableSequence[Unknown]] & ~Workflow) | (MutableSequence[Process] & ~Workflow)` may not be iterable

cwltool/main.py

[error] invalid-assignment - :286:21 - Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :297:17 - Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :305:17 - Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["type"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :311:17 - Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["items"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-assignment - :319:17 - Method `__setitem__` of type `(bound method Top[MutableMapping[Unknown, Unknown]].__setitem__(key: Never, value: Never, /) -> None) | (bound method MutableMapping[str, @Todo | None].__setitem__(key: str, value: @Todo | None, /) -> None)` cannot be called with a key of type `Literal["fields"]` and a value of type `Unknown` on object of type `(str & Top[MutableMapping[Unknown, Unknown]]) | (Unknown & Top[MutableMapping[Unknown, Unknown]]) | MutableMapping[str, @Todo | None]`
[error] invalid-argument-type - :968:26 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

cwltool/process.py

[error] invalid-argument-type - :314:32 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :314:32 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :1269:21 - Argument to bound method `items` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :1269:21 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[MutableMapping[Unknown, Unknown]]`

tests/test_provenance.py

[error] invalid-argument-type - :193:18 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[warning] unused-ignore-comment - :759:27 - Unused blanket `type: ignore` directive

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

ddtrace/_trace/span.py

[error] not-iterable - :678:20 - Object of type `Top[list[Unknown]]` is not iterable

ddtrace/appsec/_iast/_ast/ast_patching.py

[error] unsupported-operator - :297:9 - Operator `+=` is unsupported between objects of type `str` and `Unknown | bytes`
[error] invalid-argument-type - :300:9 - Argument to function `visit_ast` is incorrect: Expected `bytes`, found `str | Unknown`

ddtrace/internal/ci_visibility/git_client.py

[error] invalid-argument-type - :99:38 -
Old: Argument to function `urljoin` is incorrect: Argument type `Unknown | DerivedVariable[Unknown] | (Unknown & ~AlwaysFalsy)` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `urljoin` is incorrect: Argument type `Unknown | DerivedVariable[Unknown] | (Unknown & ~AlwaysFalsy)` does not satisfy constraints of type variable `AnyStr` (str, bytes)

ddtrace/vendor/psutil/_psbsd.py

[error] invalid-argument-type - :196:36 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"Buffers:"]`
[error] invalid-argument-type - :198:38 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"MemShared:"]`
[error] invalid-argument-type - :312:36 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"intr"]`

scripts/check_suitespec_coverage.py

[error] invalid-argument-type - :42:90 -
Old: Argument to function `fnmatch` is incorrect: Argument type `Path` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `fnmatch` is incorrect: Argument type `Path` does not satisfy constraints of type variable `AnyStr` (str, bytes)

scripts/extract_debug_symbols.py

[error] invalid-argument-type - :301:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/appsec/appsec/api_security/test_schema_fuzz.py

[error] invalid-argument-type - :13:23 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`

tests/appsec/appsec/test_processor.py

[error] invalid-argument-type - :385:13 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :517:24 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :537:24 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :553:24 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`
[error] unresolved-attribute - :556:33 - Type `str` has no attribute `decode`
[error] invalid-argument-type - :566:24 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :582:24 - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `str`

tests/appsec/iast/_ast/test_ast_patching_type_hints.py

[error] invalid-argument-type - :20:13 - Argument to function `visit_ast` is incorrect: Expected `bytes`, found `str`

tests/conftest.py

[error] invalid-argument-type - :458:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/contrib/pytest/test_pytest_atr.py

[error] invalid-argument-type - :331:22 - Argument to bound method `find` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

tests/contrib/pytest/test_pytest_attempt_to_fix.py

[error] invalid-argument-type - :255:22 - Argument to bound method `find` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :267:22 - Argument to bound method `find` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

tests/contrib/pytest/test_pytest_efd.py

[error] invalid-argument-type - :444:22 - Argument to bound method `find` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

tests/tracer/utils_botocore/test_span_pointers.py

[error] invalid-argument-type - :1424:30 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :1424:30 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :1429:29 - Object of type `Top[list[Unknown]]` is not iterable

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

discord/app_commands/transformers.py

[error] invalid-argument-type - :713:10 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :714:10 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :715:12 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :716:11 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :717:11 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :719:11 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :720:24 - Argument to bound method `__init__` is incorrect: Argument type `RawChannelTransformer[ClientT@RawChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :721:23 - Argument to bound method `__init__` is incorrect: Argument type `RawChannelTransformer[ClientT@RawChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :722:19 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :723:13 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :724:19 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :725:19 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :726:18 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :727:22 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :728:19 - Argument to bound method `__init__` is incorrect: Argument type `BaseChannelTransformer[ClientT@BaseChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :729:17 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :782:21 - Argument to bound method `__init__` is incorrect: Argument type `InlineTransformer[ClientT@InlineTransformer]` does not satisfy upper bound of type variable `Self` (InlineTransformer[Client])
[error] invalid-argument-type - :814:17 - Argument to bound method `__init__` is incorrect: Argument type `UnionChannelTransformer[ClientT@UnionChannelTransformer]` does not satisfy upper bound of type variable `Self` (BaseChannelTransformer[Client])
[error] invalid-argument-type - :824:17 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])
[error] invalid-argument-type - :826:13 - Argument to bound method `__init__` is incorrect: Argument type `IdentityTransformer[ClientT@IdentityTransformer]` does not satisfy upper bound of type variable `Self` (IdentityTransformer[Client])

discord/channel.py

[error] not-iterable - :639:53 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable
[error] not-iterable - :1283:53 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable

discord/client.py

[error] invalid-argument-type - :331:27 - Argument to class `ConnectionState` is incorrect: Expected `Client`, found `typing.Self`
[error] invalid-argument-type - :365:16 - Argument to bound method `__init__` is incorrect: Argument type `ConnectionState[ClientT@ConnectionState]` does not satisfy upper bound of type variable `Self` (ConnectionState[Client])

discord/interactions.py

[error] invalid-argument-type - :386:16 - Argument to bound method `__init__` is incorrect: Argument type `InteractionResponse[ClientT@InteractionResponse]` does not satisfy upper bound of type variable `Self` (InteractionResponse[Client])
[error] invalid-argument-type - :867:20 - Argument to bound method `__init__` is incorrect: Argument type `InteractionCallbackResponse[ClientT@InteractionCallbackResponse]` does not satisfy upper bound of type variable `Self` (InteractionCallbackResponse[Client])
[error] invalid-argument-type - :1082:16 - Argument to bound method `__init__` is incorrect: Argument type `InteractionCallbackResponse[ClientT@InteractionCallbackResponse]` does not satisfy upper bound of type variable `Self` (InteractionCallbackResponse[Client])
[error] invalid-argument-type - :1232:16 - Argument to bound method `__init__` is incorrect: Argument type `InteractionCallbackResponse[ClientT@InteractionCallbackResponse]` does not satisfy upper bound of type variable `Self` (InteractionCallbackResponse[Client])
[error] invalid-argument-type - :1285:16 - Argument to bound method `__init__` is incorrect: Argument type `InteractionCallbackResponse[ClientT@InteractionCallbackResponse]` does not satisfy upper bound of type variable `Self` (InteractionCallbackResponse[Client])
[error] invalid-argument-type - :1382:16 - Argument to bound method `__init__` is incorrect: Argument type `InteractionCallbackResponse[ClientT@InteractionCallbackResponse]` does not satisfy upper bound of type variable `Self` (InteractionCallbackResponse[Client])

discord/shard.py

[error] invalid-argument-type - :400:16 - Argument to bound method `__init__` is incorrect: Argument type `AutoShardedConnectionState[ClientT@AutoShardedConnectionState]` does not satisfy upper bound of type variable `Self` (AutoShardedConnectionState[Client])

discord/state.py

[error] invalid-argument-type - :817:23 - Argument to bound method `__init__` is incorrect: Argument type `Interaction[ClientT@Interaction]` does not satisfy upper bound of type variable `Self` (Interaction[Client])

discord/threads.py

[error] not-iterable - :498:53 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable

discord/ui/view.py

[error] invalid-argument-type - :226:30 - Argument to class `Item` is incorrect: Expected `BaseView`, found `typing.Self`
[warning] unused-ignore-comment - :918:81 - Unused blanket `type: ignore` directive

discord/webhook/sync.py

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

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

dulwich/attrs.py

[error] invalid-argument-type - :246:58 - Argument to function `parse_git_attributes` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/bisect.py

[error] invalid-argument-type - :147:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :179:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :210:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :251:36 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"refs/"]`
[error] unresolved-attribute - :343:41 - Type `str` has no attribute `decode`

dulwich/gc.py

[error] unresolved-attribute - :417:43 - Type `str` has no attribute `decode`
[error] invalid-argument-type - :439:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

dulwich/hooks.py

[error] invalid-argument-type - :160:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-return-type - :169:24 - Return type does not match returned value: expected `bytes | None`, found `str`

dulwich/ignore.py

[error] invalid-argument-type - :499:45 - Argument to function `read_ignore_patterns` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/mailmap.py

[error] invalid-argument-type - :168:37 - Argument to function `read_mailmap` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/merge_drivers.py

[error] invalid-argument-type - :98:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :100:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :102:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-return-type - :129:24 - Return type does not match returned value: expected `tuple[bytes, bool]`, found `tuple[str, bool]`

dulwich/rebase.py

[error] invalid-argument-type - :462:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-return-type - :491:24 - Return type does not match returned value: expected `bytes | None`, found `str`

dulwich/submodule.py

[error] invalid-argument-type - :92:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

dulwich/cli.py

[error] no-matching-overload - :178:9 - No overload of bound method `write` matches arguments
[error] invalid-return-type - :188:16 - Return type does not match returned value: expected `bytes`, found `str`
[error] unresolved-attribute - :2430:59 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :2432:50 - Type `str` has no attribute `decode`
[error] invalid-argument-type - :3194:57 - Argument to bound method `from_string` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :3712:30 - Argument to function `write_bundle` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :3753:38 - Argument to function `read_bundle` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :3773:38 - Argument to function `read_bundle` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :3801:38 - Argument to function `read_bundle` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/client.py

[error] invalid-argument-type - :1800:21 - Argument to bound method `__init__` is incorrect: Argument type `BufferedReader[_BufferedReaderStreamT@BufferedReader]` does not satisfy upper bound of type variable `Self` (BufferedReader[_BufferedReaderStream])
[error] invalid-argument-type - :2243:39 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"@"]`
[error] no-matching-overload - :2244:28 - No overload of bound method `rstrip` matches arguments
[error] invalid-argument-type - :2254:35 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"-"]`
[error] no-matching-overload - :2255:37 - No overload of bound method `rstrip` matches arguments
[error] no-matching-overload - :2260:33 - No overload of bound method `rstrip` matches arguments

dulwich/commit_graph.py

[error] invalid-argument-type - :403:38 - Argument to bound method `from_file` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/contrib/diffstat.py

[error] no-matching-overload - :214:17 - No overload of bound method `split` matches arguments
[warning] division-by-zero - :169:27 - Cannot divide object of type `float` by zero
[warning] division-by-zero - :170:27 - Cannot divide object of type `float` by zero

dulwich/diff.py

[error] invalid-argument-type - :558:29 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

dulwich/index.py

[error] invalid-argument-type - :1450:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

dulwich/object_store.py

[error] invalid-argument-type - :1500:35 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO | None`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1501:60 - Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/porcelain.py

[error] not-iterable - :895:18 - Object of type `(list[str | bytes | PathLike[Unknown]] & ~AlwaysFalsy) | (PathLike[Unknown] & Top[list[Unknown]] & ~AlwaysFalsy) | list[@Todo]` may not be iterable
[error] invalid-argument-type - :2269:33 - Argument to bound method `write` is incorrect: Expected `str`, found `str | bytes | PathLike[Unknown]`
[error] invalid-argument-type - :3972:37 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :4069:29 - Argument to bound method `write` is incorrect: Expected `str`, found `str | bytes | PathLike[Unknown]`
[error] invalid-argument-type - :4974:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :5724:25 - Argument to function `write_commit_patch` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :6153:36 - Argument to bound method `clean` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :6304:51 - Argument to bound method `clean` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :6308:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :6360:53 - Argument to bound method `from_bytes` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :6481:49 - Argument to bound method `from_bytes` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :6488:37 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :6619:49 - Argument to bound method `from_bytes` is incorrect: Expected `bytes`, found `str`

dulwich/reftable.py

[error] invalid-argument-type - :827:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"this repository uses the reftable format\n"]`
[error] unresolved-attribute - :892:30 - Type `str` has no attribute `decode`
[error] invalid-argument-type - :1076:37 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1165:37 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1316:37 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1358:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

dulwich/repo.py

[error] invalid-argument-type - :1221:41 - Argument to function `read_gitfile` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1337:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1364:40 - Argument to function `read_reflog` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :1912:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1922:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1924:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"../..\n"]`
[error] invalid-argument-type - :2001:52 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"#"]`
[error] invalid-argument-type - :2012:44 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"-"]`
[error] unsupported-operator - :2015:30 - Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"="]` with `str`
[error] no-matching-overload - :2017:42 - No overload of bound method `split` matches arguments
[error] invalid-argument-type - :2101:66 - Argument to function `parse_git_attributes` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :2109:66 - Argument to function `parse_git_attributes` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

dulwich/sparse_patterns.py

[error] invalid-argument-type - :230:33 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`

dulwich/stash.py

[error] invalid-argument-type - :104:31 - Argument to function `drop_reflog_entry` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :174:29 - Argument to bound method `write` is incorrect: Expected `str`, found `str | bytes | PathLike[Unknown]`

dulwich/worktree.py

[error] invalid-argument-type - :648:29 - Argument to bound method `write` is incorrect: Expected `str`, found `str | bytes | PathLike[Unknown]`
[error] invalid-argument-type - :774:41 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | Literal[b"ref: "]`
[error] invalid-argument-type - :826:49 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | Literal[b"ref: "]`
[error] invalid-argument-type - :831:44 - Method `__getitem__` of type `bound method DiskRefsContainer.__getitem__(name: bytes) -> Unknown | bytes` cannot be called with key of type `str` on object of type `DiskRefsContainer`
[error] invalid-argument-type - :831:44 - Method `__getitem__` of type `bound method ReftableRefsContainer.__getitem__(name: bytes) -> Unknown | bytes` cannot be called with key of type `str` on object of type `ReftableRefsContainer`
[error] invalid-argument-type - :937:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :1196:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

python/egglog/examples/jointree.py

[error] invalid-argument-type - :38:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :39:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :40:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :41:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :42:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :43:10 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :53:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :64:22 -
Old: Argument to bound method `extract` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to bound method `extract` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)

python/egglog/exp/array_api.py

[error] invalid-argument-type - :1949:44 - Argument to bound method `foldl` is incorrect: Expected `(Int, Int, /) -> Int`, found `def __mul__(self, other: @Todo) -> Int`

python/egglog/exp/program_gen.py

[error] invalid-argument-type - :129:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :179:46 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :181:39 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :186:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :196:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :222:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :226:46 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :229:66 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :232:46 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :232:67 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :235:47 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :235:91 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :250:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :251:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :263:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :264:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :272:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :273:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :283:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :284:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :300:56 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :302:49 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :310:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :323:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :338:12 -
Old: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `eq` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :351:12 -
Old: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `ne` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :371:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :372:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :373:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :401:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :402:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :403:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)
[error] invalid-argument-type - :404:14 -
Old: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to function `set_` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)

python/tests/test_program_gen.py

[error] invalid-argument-type - :47:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :48:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :49:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :50:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :51:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :53:19 -
Old: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR`
New: Argument to function `rewrite` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `EXPR` (Expr)
[error] invalid-argument-type - :87:47 -
Old: Argument to bound method `extract` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR`
New: Argument to bound method `extract` is incorrect: Argument type `(...) -> Unknown` does not satisfy upper bound of type variable `BASE_EXPR` (BaseExpr)

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

src/flake8/utils.py

[error] invalid-argument-type - :193:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

tests/unit/test_utils.py

[error] invalid-argument-type - :188:13 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :195:13 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

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

freqtrade/data/btanalysis/historic_precision.py

[error] invalid-return-type - :27:12 - Return type does not match returned value: expected `Series[Any]`, found `int | float`

freqtrade/data/converter/trade_converter.py

[error] invalid-return-type - :89:12 - Return type does not match returned value: expected `DataFrame`, found `Series[Any] | Unknown`

freqtrade/data/entryexitanalysis.py

[error] invalid-argument-type - :319:35 -
Old: Argument to function `print_df_rich_table` is incorrect: Expected `Sequence[str]`, found `Unknown | Index[Any]`
New: Argument to function `print_df_rich_table` is incorrect: Expected `Sequence[str]`, found `Index[Any]`

freqtrade/data/metrics.py

[error] invalid-argument-type - :243:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :244:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`
[error] invalid-argument-type - :249:9 - Argument is incorrect: Expected `Timestamp`, found `Series[Any] | Unknown`

freqtrade/freqai/data_drawer.py

[error] unknown-argument - :324:51 - Argument `columns` does not match any known parameter of bound method `reindex`

freqtrade/freqai/data_kitchen.py

[error] invalid-assignment - :836:13 - Method `__setitem__` of type `(bound method dict[str, dict[str, DataFrame]].__setitem__(key: str, value: dict[str, DataFrame], /) -> None) | (bound method dict[@Todo, @Todo].__setitem__(key: @Todo, value: @Todo, /) -> None)` cannot be called with a key of type `Unknown` and a value of type `DataFrame` on object of type `(dict[str, dict[str, DataFrame]] & ~AlwaysFalsy) | dict[@Todo, @Todo]`
[error] invalid-return-type - :299:16 -
Old: Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[Unknown, Unknown | list[@Todo]]`
New: Return type does not match returned value: expected `tuple[DataFrame, DataFrame]`, found `tuple[DataFrame | Series[Any], Series[Any] | list[@Todo]]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] unresolved-attribute - :424:31 - Type `Hashable` has no attribute `date`

freqtrade/templates/strategy_analysis_example.ipynb:cell 23

[error] invalid-argument-type - :13:5 - Argument to function `generate_candlestick_graph` is incorrect: Expected `DataFrame`, found `Series[Any]`

git-revise (https://github.com/mystor/git-revise)

gitrevise/utils.py

[error] invalid-argument-type - :134:26 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :137:26 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\n"]`
[error] invalid-argument-type - :139:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :141:34 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :142:30 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\n"]`

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

src/hydra_zen/structured_configs/_utils.py

[error] invalid-assignment - :367:9 - Method `__setitem__` of type `Unknown | (Overload[(key: Literal["cls_name"], value: str, /) -> None, (key: Literal["namespace"], value: dict[str, Any] | None, /) -> None, (key: Literal["bases"], value: tuple[type[@Todo], ...], /) -> None, (key: Literal["init"], value: bool, /) -> None, (key: Literal["repr"], value: bool, /) -> None, (key: Literal["eq"], value: bool, /) -> None, (key: Literal["order"], value: bool, /) -> None, (key: Literal["unsafe_hash"], value: bool, /) -> None, (key: Literal["frozen"], value: bool, /) -> None, (key: Literal["match_args"], value: bool, /) -> None, (key: Literal["kw_only"], value: bool, /) -> None, (key: Literal["slots"], value: bool, /) -> None, (key: Literal["weakref_slot"], value: bool, /) -> None, (key: Literal["module"], value: str | None, /) -> None, (key: Literal["target"], value: str, /) -> None, (key: Literal["target_repr"], value: bool, /) -> None])` cannot be called with a key of type `str` and a value of type `Any` on object of type `Unknown | DataclassOptions`

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

examples/cifar10/main.py

[error] invalid-argument-type - :100:45 - Argument to function `setup_tb_logging` is incorrect: Expected `str`, found `Unknown | Path`

examples/cifar10_qat/main.py

[error] invalid-argument-type - :96:45 - Argument to function `setup_tb_logging` is incorrect: Expected `str`, found `Unknown | Path`

examples/transformers/main.py

[error] invalid-argument-type - :103:13 - Argument to function `setup_tb_logging` is incorrect: Expected `str`, found `Unknown | Path`

ignite/utils.py

[error] invalid-argument-type - :75:101 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :75:101 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :208:73 - Argument to bound method `keys` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :208:73 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :87:92 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :87:92 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

tests/ignite/handlers/test_clearml_logger.py

[error] invalid-argument-type - :43:35 - Argument to function `__call__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `Self` (ClearMLSaver)

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

isort/io.py

[error] invalid-argument-type - :47:20 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

isort/place.py

[error] unsupported-operator - :132:17 - Operator `not in` is not supported for types `bytes` and `str`, in comparing `Literal[b"__import__('pkg_resources').declare_namespace(__name__)"]` with `str`
[error] unsupported-operator - :133:21 - Operator `not in` is not supported for types `bytes` and `str`, in comparing `Literal[b'__import__("pkg_resources").declare_namespace(__name__)']` with `str`
[error] unsupported-operator - :134:21 - Operator `not in` is not supported for types `bytes` and `str`, in comparing `Literal[b"__path__ = __import__('pkgutil').extend_path(__path__, __name__)"]` with `str`
[error] unsupported-operator - :136:21 - Operator `not in` is not supported for types `bytes` and `str`, in comparing `Literal[b'__path__ = __import__("pkgutil").extend_path(__path__, __name__)']` with `str`

isort/settings.py

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

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

src/jinja2/environment.py

[error] invalid-argument-type - :860:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

src/jinja2/filters.py

[error] invalid-argument-type - :169:48 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :169:48 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

src/jinja2/loaders.py

[warning] possibly-unbound-attribute - :401:16 - Attribute `decode` on type `str | Unknown` is possibly unbound

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

koda_validate/_internal.py

[error] invalid-argument-type - :212:26 - Argument to bound method `_validate_to_tuple` is incorrect: Argument type `Top[_ToTupleValidator[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[_ToTupleValidator[Unknown]])
[error] invalid-argument-type - :212:26 - Argument to bound method `_validate_to_tuple` is incorrect: Expected `Self@_validate_to_tuple`, found `Top[_ToTupleValidator[Unknown]]`
[error] invalid-argument-type - :232:32 - Argument to bound method `_validate_to_tuple_async` is incorrect: Argument type `Top[_ToTupleValidator[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[_ToTupleValidator[Unknown]])
[error] invalid-argument-type - :232:32 - Argument to bound method `_validate_to_tuple_async` is incorrect: Expected `Self@_validate_to_tuple_async`, found `Top[_ToTupleValidator[Unknown]]`

koda_validate/generic.py

[error] not-iterable - :236:21 - Object of type `ListOrTupleOrSetAny@UniqueItems` may not be iterable
[error] invalid-argument-type - :152:56 -
Old: Argument is incorrect: Argument type `ExactMatchT@EqualsValidator` does not satisfy constraints of type variable `ExactMatchT`
New: Argument is incorrect: Argument type `ExactMatchT@EqualsValidator` does not satisfy constraints of type variable `ExactMatchT` (bool, bytes, int, Decimal, str, int | float, date, datetime, UUID)
[error] invalid-return-type - :330:16 -
Old: Return type does not match returned value: expected `StrOrBytes@UpperCase`, found `str | bytes`
New: Return type does not match returned value: expected `StrOrBytes@UpperCase`, found `Unknown | bytes`
[error] invalid-argument-type - :330:16 - Argument to bound method `upper` is incorrect: Argument type `StrOrBytes@UpperCase` does not satisfy upper bound of type variable `Self` (bytes)
[error] no-matching-overload - :330:16 - No overload of bound method `upper` matches arguments
[error] invalid-return-type - :336:16 -
Old: Return type does not match returned value: expected `StrOrBytes@LowerCase`, found `str | bytes`
New: Return type does not match returned value: expected `StrOrBytes@LowerCase`, found `Unknown | bytes`
[error] invalid-argument-type - :336:16 - Argument to bound method `lower` is incorrect: Argument type `StrOrBytes@LowerCase` does not satisfy upper bound of type variable `Self` (bytes)
[error] no-matching-overload - :336:16 - No overload of bound method `lower` matches arguments

koda_validate/serialization/json_schema.py

[error] invalid-argument-type - :319:43 -
Old: Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints of type variable `AnyStr` (str, bytes)
[error] invalid-argument-type - :321:42 -
Old: Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `escape` is incorrect: Argument type `object` does not satisfy constraints of type variable `AnyStr` (str, bytes)

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

kopf/_cogs/structs/patches.py

[error] invalid-argument-type - :104:29 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :104:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

kopf/_core/reactor/subhandling.py

[error] invalid-argument-type - :70:23 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :70:23 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

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

kornia/core/check.py

[error] not-iterable - :218:78 - Object of type `Top[list[Unknown]]` is not iterable

kornia/geometry/camera/pinhole.py

[error] not-iterable - :442:24 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable

kornia/nerf/data_utils.py

[error] not-iterable - :34:70 - Object of type `Top[list[Unknown]]` is not iterable
[error] not-iterable - :38:73 - Object of type `Top[list[Unknown]]` is not iterable

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

tests/native/test_linux.py

[error] invalid-argument-type - :305:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"test"]`

examples/script/aarch64/hello42.py

[error] invalid-argument-type - :44:9 - Argument to function `subscribe` is incorrect: Argument type `Literal["will_execute_instruction"]` does not satisfy upper bound of type variable `Self` (ManticoreBase)
[error] invalid-argument-type - :48:9 - Argument to function `subscribe` is incorrect: Argument type `Literal["did_execute_instruction"]` does not satisfy upper bound of type variable `Self` (ManticoreBase)

examples/script/basic_statemerging.py

[error] invalid-argument-type - :27:17 - Argument to function `subscribe` is incorrect: Argument type `Literal["will_load_state"]` does not satisfy upper bound of type variable `Self` (ManticoreBase)
[error] invalid-argument-type - :28:17 - Argument to function `subscribe` is incorrect: Argument type `Literal["did_load_state"]` does not satisfy upper bound of type variable `Self` (ManticoreBase)

manticore/binary/binary.py

[error] invalid-argument-type - :21:26 - Method `__getitem__` of type `bound method dict[bytes, @Todo].__getitem__(key: bytes, /) -> @Todo` cannot be called with key of type `str` on object of type `dict[bytes, @Todo]`

manticore/native/memory.py

[error] no-matching-overload - :1433:17 - No overload of bound method `ljust` matches arguments

manticore/platforms/linux.py

[error] invalid-argument-type - :4052:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

misc/python/materialize/buildkite_insights/buildkite_api/generic_api.py

[error] invalid-argument-type - :84:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes | @Todo`

misc/python/materialize/cli/ci_upload_heap_profiles.py

[error] invalid-argument-type - :52:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes & ~AlwaysFalsy`

misc/python/materialize/cli/gen-chroma-syntax.py

[error] invalid-argument-type - :71:12 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :77:5 - Argument to bound method `write` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

misc/python/materialize/util.py

[error] invalid-argument-type - :98:38 - Argument to bound method `copy_stream` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :98:50 - Argument to bound method `copy_stream` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

misc/python/materialize/version_list.py

[error] invalid-argument-type - :517:41 - Argument to function `load` is incorrect: Expected `str | IOBase`, found `Path`

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

mesonbuild/modules/simd.py

[error] invalid-key - :105:24 - Cannot access `StaticLibrary` with a key of type `str`. Only string literals are allowed as keys on TypedDicts.

mesonbuild/scripts/meson_exe.py

[error] invalid-argument-type - :90:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mesonbuild/scripts/yasm.py

[error] invalid-argument-type - :22:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mesonbuild/wrap/wraptool.py

[error] invalid-argument-type - :104:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :194:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

packaging/createmsi.py

[error] invalid-argument-type - :153:21 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :229:9 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

packaging/createpkg.py

[error] invalid-argument-type - :70:16 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :90:9 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

docs/refman/loaderbase.py

[error] invalid-argument-type - :130:62 -
Old: Argument to function `resolve_inherit` is incorrect: Argument type `VarArgs | None` does not satisfy upper bound of type variable `_T`
New: Argument to function `resolve_inherit` is incorrect: Argument type `VarArgs | None` does not satisfy upper bound of type variable `_T` (ArgBase | list[PosArg])

mesonbuild/ast/interpreter.py

[error] not-iterable - :550:60 - Object of type `(UnknownValue & Top[list[Unknown]] & ~StringNode & ~BooleanNode & ~NumberNode) | (BaseNode & Top[list[Unknown]] & ~StringNode & ~BooleanNode & ~NumberNode) | (@Todo & Top[list[Unknown]] & ~StringNode & ~BooleanNode & ~NumberNode)` is not iterable

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - :576:39 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes | @Todo`
[error] invalid-argument-type - :734:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mesonbuild/backend/vs2010backend.py

[error] invalid-argument-type - :628:16 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :744:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :785:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :810:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :1837:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :1844:16 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1906:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :1986:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :2040:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :2086:39 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

mesonbuild/cargo/builder.py

[error] invalid-argument-type - :33:72 -
Old: Argument is incorrect: Argument type `TV_TokenTypes@_token` does not satisfy constraints of type variable `TV_TokenTypes`
New: Argument is incorrect: Argument type `TV_TokenTypes@_token` does not satisfy constraints of type variable `TV_TokenTypes` (int, str, bool)

mesonbuild/compilers/mixins/clike.py

[error] unsupported-operator - :918:24 - Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"_meson_uscore_prefix"]` with `str`
[error] unsupported-operator - :922:26 - Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"meson_uscore_prefix"]` with `str`

mesonbuild/interpreter/interpreter.py

[error] invalid-key - :1843:24 - TypedDict `Executable` cannot be indexed with a key of type `Unknown | str`
[error] invalid-argument-type - :2699:29 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :2699:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

mesonbuild/interpreter/type_checking.py

[error] invalid-argument-type - :216:22 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :216:22 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :221:56 - Object of type `Top[list[Unknown]]` is not iterable

mesonbuild/interpreterbase/decorators.py

[error] not-iterable - :457:101 - Object of type `Top[list[Unknown]] & ~AlwaysFalsy` is not iterable
[error] invalid-argument-type - :461:100 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :461:100 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :496:33 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :496:33 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`

mesonbuild/modules/_qt.py

[error] invalid-argument-type - :310:20 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :775:15 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :785:16 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

mesonbuild/modules/hotdoc.py

[error] not-iterable - :275:24 - Object of type `(File & Top[list[Unknown]]) | (CustomTarget & Top[list[Unknown]]) | (CustomTargetIndex & Top[list[Unknown]])` is not iterable

mesonbuild/modules/python.py

[error] invalid-argument-type - :416:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mesonbuild/mparser.py

[error] invalid-argument-type - :701:65 -
Old: Argument is incorrect: Argument type `None` does not satisfy constraints of type variable `TV_TokenTypes`
New: Argument is incorrect: Argument type `None` does not satisfy constraints of type variable `TV_TokenTypes` (int, str, bool)
[error] invalid-argument-type - :727:173 -
Old: Argument is incorrect: Argument type `None` does not satisfy constraints of type variable `TV_TokenTypes`
New: Argument is incorrect: Argument type `None` does not satisfy constraints of type variable `TV_TokenTypes` (int, str, bool)

mesonbuild/mtest.py

[error] invalid-argument-type - :823:21 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :853:46 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :853:46 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :898:53 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :898:53 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :947:16 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

mesonbuild/wrap/wrap.py

[error] invalid-argument-type - :121:27 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :148:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :435:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :788:57 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] no-matching-overload - :811:21 - No overload of bound method `write` matches arguments
[error] no-matching-overload - :823:17 - No overload of bound method `write` matches arguments

run_project_tests.py

[error] invalid-argument-type - :1233:18 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1443:5 - Argument to bound method `__init__` is incorrect: Argument type `ElementTree[_Root@ElementTree]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

unittests/allplatformstests.py

[error] unresolved-attribute - :140:32 - Type `str` has no attribute `decode`

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

examples/addons/io-read-saved-flows.py

[error] invalid-argument-type - :14:29 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

examples/contrib/httpdump.py

[error] invalid-argument-type - :70:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes & ~AlwaysFalsy`

mitmproxy/addons/savehar.py

[error] invalid-argument-type - :45:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mitmproxy/io/io.py

[error] invalid-argument-type - :110:41 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

mitmproxy/tools/web/static_viewer.py

[error] invalid-argument-type - :64:40 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"No content."]`

test/mitmproxy/contentviews/_view_image/test_view.py

[error] invalid-argument-type - :13:35 - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `str`

examples/contrib/mitmproxywrapper.py

[error] invalid-argument-type - :164:59 -
Old: Argument to bound method `__init__` is incorrect: Expected `(Any, @Todo, Unknown, /) -> BaseRequestHandler`, found `None`
New: Argument to bound method `__init__` is incorrect: Expected `(Any, @Todo, TCPServer, /) -> BaseRequestHandler`, found `None`

examples/contrib/xss_scanner.py

[error] invalid-argument-type - :140:11 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :184:15 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

mitmproxy/addons/cut.py

[error] invalid-argument-type - :128:34 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\n"]`
[error] invalid-argument-type - :131:34 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :133:34 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mitmproxy/addons/export.py

[error] invalid-argument-type - :201:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :203:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mitmproxy/addons/view.py

[error] invalid-argument-type - :501:40 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

mitmproxy/http.py

[error] invalid-argument-type - :604:29 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :604:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :1084:29 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :1084:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

mitmproxy/net/http/url.py

[error] invalid-argument-type - :147:21 -
Old: Argument to function `default_port` is incorrect: Argument type `AnyStr@hostport` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `default_port` is incorrect: Argument type `AnyStr@hostport` does not satisfy constraints of type variable `AnyStr` (str, bytes)

mitmproxy/proxy/layers/modes.py

[error] invalid-argument-type - :29:45 - Argument to function `handle_event` is incorrect: Argument type `Event` does not satisfy upper bound of type variable `Self` (NextLayer)
[error] invalid-argument-type - :37:45 - Argument to function `handle_event` is incorrect: Argument type `Event` does not satisfy upper bound of type variable `Self` (NextLayer)

mitmproxy/tools/console/master.py

[error] invalid-argument-type - :139:21 - Argument to bound method `write` is incorrect: Expected `str`, found `T@spawn_editor`
[error] invalid-assignment - :153:21 - Object of type `str` is not assignable to `T@spawn_editor`

release/build.py

[error] invalid-argument-type - :310:27 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/bench/benchmark.py

[error] invalid-argument-type - :38:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/mitmproxy/addons/test_cut.py

[error] invalid-argument-type - :56:30 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/addons/test_save.py

[error] invalid-argument-type - :28:27 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-argument-type - :184:68 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :207:68 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :542:68 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/addons/test_view.py

[error] invalid-argument-type - :265:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"invalidflows"]`

test/mitmproxy/contentviews/_view_image/test_image_parser.py

[error] invalid-argument-type - :87:51 - Argument to function `parse_png` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :120:51 - Argument to function `parse_gif` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :189:52 - Argument to function `parse_jpeg` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :222:51 - Argument to function `parse_ico` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/contentviews/test__view_css.py

[error] invalid-argument-type - :28:30 - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/contentviews/test__view_wbxml.py

[error] invalid-argument-type - :21:27 - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/contentviews/test__view_xml_html.py

[error] invalid-argument-type - :44:30 - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/io/test_compat.py

[error] invalid-argument-type - :21:37 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :29:37 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

test/mitmproxy/io/test_io.py

[error] invalid-argument-type - :36:33 - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

test/mitmproxy/net/http/test_url.py

[error] invalid-argument-type - :193:28 -
Old: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr` (str, bytes)
[error] invalid-argument-type - :196:32 -
Old: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr` (str, bytes)
[error] invalid-argument-type - :199:29 -
Old: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `parse_authority` is incorrect: Argument type `AnyStr@test_parse_authority` does not satisfy constraints of type variable `AnyStr` (str, bytes)

test/mitmproxy/proxy/test_layer.py

[error] invalid-argument-type - :170:24 - Argument to function `handle_event` is incorrect: Argument type `DataReceived` does not satisfy upper bound of type variable `Self` (NextLayer)

test/mitmproxy/test_certs.py

[error] invalid-argument-type - :184:34 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :192:34 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :231:33 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :251:33 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :270:33 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :277:33 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :371:33 - Argument to bound method `from_pem` is incorrect: Expected `bytes`, found `str`

test/mitmproxy/tools/console/test_keymap.py

[error] invalid-argument-type - :86:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\xff\xff\xff"]`

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

mkdocs/commands/build.py

[error] invalid-argument-type - :303:47 - Argument to bound method `documentation_pages` is incorrect: Expected `(InclusionLevel, /) -> bool`, found `(def is_in_serve(self) -> Unknown) | (def is_included(self) -> Unknown)`
[error] invalid-argument-type - :325:46 - Argument to bound method `copy_static_files` is incorrect: Expected `(InclusionLevel, /) -> bool`, found `(def is_in_serve(self) -> Unknown) | (def is_included(self) -> Unknown)`
[error] invalid-argument-type - :334:47 - Argument to bound method `documentation_pages` is incorrect: Expected `(InclusionLevel, /) -> bool`, found `(def is_in_serve(self) -> Unknown) | (def is_included(self) -> Unknown)`

mkdocs/commands/serve.py

[error] invalid-return-type - :76:28 - Return type does not match returned value: expected `bytes | None`, found `str`

mkdocs/structure/files.py

[error] invalid-parameter-default - :117:9 - Default value of type `def is_included(self) -> Unknown` is not assignable to annotated parameter type `(InclusionLevel, /) -> bool`
[error] invalid-parameter-default - :125:18 - Default value of type `def is_included(self) -> Unknown` is not assignable to annotated parameter type `(InclusionLevel, /) -> bool`
[error] invalid-return-type - :438:24 - Return type does not match returned value: expected `bytes`, found `str`

mkdocs/config/config_options.py

[error] invalid-argument-type - :523:30 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] not-iterable - :870:28 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :877:28 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :877:28 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :999:29 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :999:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :1003:25 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable
[error] invalid-argument-type - :1007:32 - Argument to bound method `popitem` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[MutableMapping[Unknown, Unknown]])
[error] invalid-argument-type - :1007:32 - Argument to bound method `popitem` is incorrect: Expected `Self@popitem`, found `Top[dict[Unknown, Unknown]]`

mkdocs/tests/livereload_tests.py

[error] invalid-argument-type - :157:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"hi\n"]`

mkdocs/utils/__init__.py

[error] invalid-argument-type - :131:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mkosi (https://github.com/systemd/mkosi)

mkosi/sandbox.py

[error] invalid-argument-type - :262:32 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"CapEff:"]`
[error] invalid-argument-type - :481:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"deny\n"]`
[error] invalid-argument-type - :483:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :485:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mkosi/util.py

[error] unresolved-attribute - :219:20 - Type `TextIOWrapper[_WrappedBuffer]` has no attribute `readinto`

mkosi/__init__.py

[error] invalid-argument-type - :1528:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1533:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1538:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

mkosi/config.py

[error] invalid-argument-type - :1852:21 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :1852:21 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :1862:79 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :1862:79 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :2423:21 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :2423:21 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :2433:82 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :2433:82 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

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

mypy_primer/utils.py

[error] unresolved-attribute - :172:37 - Type `TextIOWrapper[_WrappedBuffer]` has no attribute `raw`

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

openlibrary/coverstore/coverlib.py

[error] invalid-argument-type - :70:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

openlibrary/coverstore/tests/test_coverstore.py

[error] invalid-argument-type - :34:33 - Argument to function `write_image` is incorrect: Expected `bytes`, found `str`

openlibrary/coverstore/utils.py

[error] invalid-argument-type - :91:23 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

openlibrary/solr/types_generator.py

[error] invalid-argument-type - :25:18 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :50:27 - Argument to bound method `find` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :60:31 - Argument to bound method `findall` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

openlibrary/utils/bulkimport.py

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

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

ops/pebble.py

[error] invalid-argument-type - :3183:38 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :3198:42 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

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

optuna/artifacts/_upload.py

[error] invalid-argument-type - :115:43 - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

optuna/storages/journal/_file.py

[error] invalid-argument-type - :107:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

optuna/_gp/search_space.py

[error] invalid-argument-type - :193:56 - Argument to bound method `to_external_repr` is incorrect: Expected `int | float`, found `ndarray[Unknown, Unknown]`

tests/visualization_tests/test_pareto_front.py

[error] invalid-argument-type - :391:16 - Argument to bound method `_replace` is incorrect: Argument type `_ParetoFrontInfo` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :393:16 - Argument to bound method `_replace` is incorrect: Argument type `_ParetoFrontInfo` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

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

paasta_tools/cli/cmds/status.py

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

paasta_tools/cli/cmds/validate.py

[error] invalid-argument-type - :885:12 - Argument to bound method `__init__` is incorrect: Argument type `croniter[_R_co@croniter]` does not satisfy upper bound of type variable `Self` (croniter[int | float])

paasta_tools/contrib/get_running_task_allocation.py

[error] invalid-argument-type - :338:21 - Argument to bound method `_asdict` is incorrect: Argument type `TaskAllocationInfo` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

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

pandas/io/formats/excel.py

[error] invalid-argument-type - :932:13 - Argument to bound method `_write_cells` is incorrect: Argument type `Top[ExcelWriter[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[ExcelWriter[Unknown]])
[error] invalid-argument-type - :932:13 - Argument to bound method `_write_cells` is incorrect: Expected `Self@_write_cells`, found `Top[ExcelWriter[Unknown]]`
[error] invalid-argument-type - :942:17 - Argument to bound method `close` is incorrect: Argument type `Top[ExcelWriter[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[ExcelWriter[Unknown]])
[error] invalid-argument-type - :942:17 - Argument to bound method `close` is incorrect: Expected `Self@close`, found `Top[ExcelWriter[Unknown]]`

pandas/tests/arrays/test_datetimelike.py

[error] unresolved-attribute - :878:13 - Type `Timestamp` has no attribute `_data`

pandas/tests/frame/methods/test_to_period.py

[warning] possibly-unbound-attribute - :69:44 - Attribute `asfreq` on type `Unknown | Index` is possibly unbound

pandas/tests/indexing/test_datetime.py

[warning] possibly-unbound-attribute - :118:34 - Attribute `_with_freq` on type `Unknown | Index` is possibly unbound

pandas/tests/io/formats/test_to_csv.py

[error] invalid-argument-type - :713:49 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b'\xef\xbb\xbf""']`

pandas/tests/io/parser/test_c_parser_only.py

[error] invalid-argument-type - :514:9 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

pandas/tests/io/parser/test_encoding.py

[error] invalid-argument-type - :72:14 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

pandas/tests/io/pytables/test_file_handling.py

[warning] possibly-unbound-attribute - :54:20 - Attribute `mode` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :65:20 - Attribute `mode` on type `Unknown | None` is possibly unbound

pandas/tests/io/test_compression.py

[warning] possibly-unbound-attribute - :365:27 - Attribute `read` on type `IO[bytes] | None` is possibly unbound

pandas/tests/series/methods/test_rank.py

[error] invalid-argument-type - :242:25 - Argument to bound method `rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal["bad"]`
[error] invalid-argument-type - :246:25 - Argument to bound method `rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal[True]`

pandas/compat/pickle_compat.py

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

pandas/core/algorithms.py

[warning] unused-ignore-comment - :1538:58 - Unused blanket `type: ignore` directive
[error] invalid-assignment - :219:9 - Object of type `ndarray[@Todo, Unknown]` is not assignable to `ArrayLikeT@_reconstruct_data`
[error] no-matching-overload - :219:18 - No overload of bound method `astype` matches arguments
[error] no-matching-overload - :219:18 - No overload of bound method `astype` matches arguments
[error] invalid-argument-type - :1035:32 -
Old: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, Unknown]]` does not satisfy constraints of type variable `ArrayLikeT`
New: Argument to function `_reconstruct_data` is incorrect: Argument type `Any | tuple[@Todo, ndarray[@Todo, Unknown]]` does not satisfy constraints of type variable `ArrayLikeT` (ExtensionArray, ndarray[@Todo, Unknown])

pandas/core/arrays/datetimes.py

[error] invalid-assignment - :2880:13 - Object of type `Timestamp` is not assignable to `_TimestampNoneT1@_maybe_normalize_endpoints`
[error] invalid-assignment - :2883:13 - Object of type `Timestamp` is not assignable to `_TimestampNoneT2@_maybe_normalize_endpoints`
[warning] possibly-unbound-attribute - :476:62 -
Old: Attribute `tz` on type `Timestamp | None | Unknown` is possibly unbound
New: Attribute `tz` on type `Timestamp | None` is possibly unbound
[error] invalid-argument-type - :516:34 -
Old: Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | str | date | datetime64[date | int | None]`, found `Timestamp | None | Unknown`
New: Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | str | date | datetime64[date | int | None]`, found `Timestamp | None`
[error] invalid-argument-type - :517:32 -
Old: Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | str | date | datetime64[date | int | None]`, found `Timestamp | None | Unknown`
New: Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | str | date | datetime64[date | int | None]`, found `Timestamp | None`

pandas/core/dtypes/cast.py

[error] invalid-return-type - :404:16 - Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `ndarray[@Todo, @Todo] | Unknown`
[error] invalid-argument-type - :404:16 - Argument to bound method `astype` is incorrect: Argument type `NumpyIndexT@maybe_upcast_numeric_to_64bit` does not satisfy upper bound of type variable `Self` (Index)
[error] no-matching-overload - :404:16 - No overload of bound method `astype` matches arguments
[error] invalid-return-type - :406:16 - Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `ndarray[@Todo, @Todo] | Unknown`
[error] invalid-argument-type - :406:16 - Argument to bound method `astype` is incorrect: Argument type `NumpyIndexT@maybe_upcast_numeric_to_64bit` does not satisfy upper bound of type variable `Self` (Index)
[error] no-matching-overload - :406:16 - No overload of bound method `astype` matches arguments
[error] invalid-return-type - :408:16 - Return type does not match returned value: expected `NumpyIndexT@maybe_upcast_numeric_to_64bit`, found `ndarray[@Todo, @Todo] | Unknown`
[error] invalid-argument-type - :408:16 - Argument to bound method `astype` is incorrect: Argument type `NumpyIndexT@maybe_upcast_numeric_to_64bit` does not satisfy upper bound of type variable `Self` (Index)
[error] no-matching-overload - :408:16 - No overload of bound method `astype` matches arguments

pandas/core/frame.py

[error] parameter-already-assigned - :11698:41 - Multiple values provided for parameter `method` of bound method `corr`
[error] invalid-argument-type - :11698:56 - Argument to bound method `corr` is incorrect: Expected `int`, found `int | None`
[error] unsupported-operator - :2471:20 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | Hashable` with `Unknown | None`
[error] unsupported-operator - :2473:22 -
Old: Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None`
New: Operator `in` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None`

pandas/core/generic.py

[error] invalid-argument-type - :7122:25 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :7122:25 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

pandas/core/indexes/multi.py

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

pandas/core/indexes/timedeltas.py

[error] unsupported-operator - :233:18 - Operator `+` is unsupported between objects of type `Timedelta` and `str`

pandas/core/internals/construction.py

[error] invalid-argument-type - :251:29 -
Old: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ExtensionArray | (Unknown & ndarray[@Todo, Unknown]) | ndarray[@Todo, Unknown]`
New: Argument to function `_ensure_2d` is incorrect: Expected `ndarray[@Todo, Unknown]`, found `Unknown | ExtensionArray | ndarray[@Todo, Unknown] | (Unknown & ndarray[@Todo, Unknown])`

pandas/core/reshape/concat.py

[error] invalid-argument-type - :749:20 - Argument to bound method `keys` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :749:20 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[Mapping[Unknown, object]]`

pandas/io/common.py

[error] invalid-argument-type - :918:18 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

pandas/io/formats/xml.py

[error] invalid-argument-type - :359:21 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

pandas/io/xml.py

[error] invalid-argument-type - :529:27 - Argument to bound method `__init__` is incorrect: Argument type `XMLParser[_E@XMLParser]` does not satisfy upper bound of type variable `Self` (XMLParser[Element[str]])
[error] invalid-argument-type - :532:16 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

pandas/plotting/_matplotlib/timeseries.py

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

pandas/tests/arithmetic/test_numeric.py

[warning] possibly-unbound-attribute - :1534:17 - Attribute `swaplevel` on type `Unknown | Index` is possibly unbound

pandas/tests/arrays/categorical/test_dtypes.py

[error] invalid-argument-type - :50:59 - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`

pandas/tests/frame/methods/test_at_time.py

[warning] possibly-unbound-attribute - :117:24 - Attribute `_with_freq` on type `Unknown | Index` is possibly unbound

pandas/tests/frame/methods/test_describe.py

[warning] possibly-unbound-attribute - :201:16 - Attribute `freq` on type `Unknown | Index` is possibly unbound
[warning] possibly-unbound-attribute - :202:16 - Attribute `tz` on type `Unknown | Index` is possibly unbound

pandas/tests/indexes/datetimes/methods/test_round.py

[error] invalid-argument-type - :79:30 - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["ms"]`
[error] invalid-argument-type - :89:30 - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["ms"]`

pandas/tests/indexes/datetimes/methods/test_tz_localize.py

[error] invalid-argument-type - :81:39 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Timestamp`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - :949:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Timestamp`
[error] invalid-argument-type - :950:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Timestamp`
[error] invalid-argument-type - :951:31 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Timestamp`

pandas/tests/indexes/multi/test_sorting.py

[error] unresolved-attribute - :286:11 - Type `Index` has no attribute `set_levels`

pandas/tests/io/excel/test_readers.py

[warning] possibly-unbound-attribute - :1590:36 - Attribute `iloc` on type `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]` is possibly unbound
[warning] possibly-unbound-attribute - :1595:36 - Attribute `iloc` on type `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]` is possibly unbound

pandas/tests/io/parser/common/test_file_buffer_url.py

[error] invalid-argument-type - :281:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b'c1,c2\r\n"test \x1a test", test\r\n']`

pandas/tests/io/parser/test_python_parser_only.py

[error] invalid-argument-type - :119:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] no-matching-overload - :168:12 - No overload of bound method `replace` matches arguments

pandas/tests/io/pytables/test_store.py

[error] invalid-argument-type - :83:17 - Argument to bound method `put` is incorrect: Expected `bool`, found `None`
[warning] possibly-unbound-attribute - :1002:42 - Attribute `axes` on type `GenericFixed | Table` is possibly unbound
[error] non-subscriptable - :1004:48 - Cannot subscript object of type `GenericFixed` with no `__getitem__` method

pandas/tests/io/test_sql.py

[error] unresolved-attribute - :1550:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] invalid-argument-type - :1552:22 - Argument to function `check_iris_frame` is incorrect: Expected `DataFrame`, found `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :1570:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] invalid-argument-type - :1572:22 - Argument to function `check_iris_frame` is incorrect: Expected `DataFrame`, found `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :1585:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] invalid-argument-type - :1587:22 - Argument to function `check_iris_frame` is incorrect: Expected `DataFrame`, found `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :2711:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2714:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2715:20 - Type `PandasSQL` has no attribute `delete_rows`
[error] unresolved-attribute - :2737:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2740:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2745:18 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2751:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :2766:14 - Type `PandasSQL` has no attribute `run_transaction`
[warning] possibly-unbound-attribute - :2771:18 - Attribute `rename` on type `DataFrame | Iterator[DataFrame]` is possibly unbound
[warning] possibly-unbound-attribute - :2772:5 - Attribute `set_index` on type `DataFrame | Iterator[DataFrame]` is possibly unbound
[warning] possibly-unbound-attribute - :2775:5 - Attribute `index` on type `DataFrame | Iterator[DataFrame]` is possibly unbound
[error] unresolved-attribute - :2784:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3167:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3203:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3212:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3232:18 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3238:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] invalid-argument-type - :3240:20 - Argument to function `len` is incorrect: Expected `Sized`, found `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :3243:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] invalid-argument-type - :3246:20 - Argument to function `len` is incorrect: Expected `Sized`, found `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :3531:14 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3546:18 - Type `PandasSQL` has no attribute `run_transaction`
[error] unresolved-attribute - :3561:18 - Type `PandasSQL` has no attribute `run_transaction`

pandas/tests/io/test_stata.py

[error] invalid-argument-type - :1857:23 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] unsupported-operator - :1957:20 - Operator `in` is not supported for types `bytes` and `str`
[error] unsupported-operator - :1958:20 - Operator `in` is not supported for types `bytes` and `str`
[error] no-matching-overload - :1959:20 - No overload of bound method `split` matches arguments

pandas/tests/io/xml/test_to_xml.py

[error] unresolved-attribute - :179:22 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :192:22 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :253:22 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :294:22 - Type `str` has no attribute `decode`

pandas/tests/io/xml/test_xml.py

[error] unresolved-attribute - :364:28 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :389:28 - Type `str` has no attribute `decode`

pandas/tests/resample/test_base.py

[error] invalid-argument-type - :215:41 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :219:41 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :315:28 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :353:41 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :361:37 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :398:28 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :434:28 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)
[error] invalid-argument-type - :453:37 -
Old: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT`
New: Argument to function `_asfreq_compat` is incorrect: Argument type `Unknown | Index` does not satisfy constraints of type variable `FreqIndexT` (DatetimeIndex, PeriodIndex, TimedeltaIndex)

pandas/tests/resample/test_datetime_index.py

[warning] possibly-unbound-attribute - :1433:16 - Attribute `as_unit` on type `Unknown | Index` is possibly unbound

pandas/tests/reshape/concat/test_datetimes.py

[error] invalid-argument-type - :454:24 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Timestamp`
[error] invalid-argument-type - :454:35 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Timestamp`
[error] invalid-argument-type - :454:69 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Timestamp`

pandas/tests/reshape/test_melt.py

[warning] possibly-unbound-attribute - :1023:26 - Attribute `set_levels` on type `Unknown | Index` is possibly unbound

pandas/tests/tools/test_to_datetime.py

[error] invalid-argument-type - :563:36 - Argument to function `assert_index_equal` is incorrect: Expected `Index`, found `Timestamp`

pandas/util/_validators.py

[error] invalid-argument-type - :360:33 -
Old: Argument to function `validate_bool_kwarg` is incorrect: Argument type `object` does not satisfy constraints of type variable `BoolishNoneT`
New: Argument to function `validate_bool_kwarg` is incorrect: Argument type `object` does not satisfy constraints of type variable `BoolishNoneT` (bool, int, None)

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

tests/test_extension.py

[error] type-assertion-failure - :38:11 - Argument does not have asserted type `IntegerArray`

tests/test_merge.py

[error] type-assertion-failure - :17:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :20:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :23:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :27:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :34:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :41:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :49:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :56:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :63:9 - Argument does not have asserted type `DataFrame`

tests/indexes/test_indexes.py

[error] type-assertion-failure - :1384:11 - Argument does not have asserted type `PeriodIndex`
[error] type-assertion-failure - :1389:11 - Argument does not have asserted type `DatetimeIndex`

tests/series/test_series.py

[error] type-assertion-failure - :1779:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1781:9 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1784:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :2149:11 - Argument does not have asserted type `dict[Any, Any]`
[error] type-assertion-failure - :3908:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :3910:9 - Argument does not have asserted type `Series[Any] | DataFrame`

tests/test_frame.py

[error] type-assertion-failure - :2854:11 - Argument does not have asserted type `@Todo`
[error] type-assertion-failure - :242:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :343:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :344:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :345:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :346:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :347:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :352:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :353:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :360:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :367:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :378:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :383:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :397:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :399:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :402:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :406:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :409:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :410:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :411:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :412:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :413:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :414:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :415:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :416:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :422:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :423:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :425:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :428:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :433:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :434:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :439:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :440:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :441:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :444:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :457:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :458:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :459:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :460:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :461:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :464:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :465:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :468:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :470:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :471:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :472:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :477:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :496:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :497:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :498:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :525:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :526:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :527:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :530:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :537:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :539:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :545:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :552:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :555:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :559:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :561:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :570:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :579:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :580:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :581:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :583:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :586:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :590:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :597:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :604:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :623:9 - Argument does not have asserted type `@Todo | ndarray[@Todo, Unknown] | DataFrame | Series[Any]`
[error] type-assertion-failure - :632:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :638:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :646:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :660:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :669:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :670:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :671:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :672:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :673:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :674:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :675:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :676:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :677:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :682:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :683:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :685:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :688:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :796:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :797:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :814:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :833:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :837:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :840:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :844:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :859:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :861:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :863:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :866:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :870:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :874:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :902:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :906:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :910:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :914:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :920:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :926:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :941:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :942:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :944:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :949:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :950:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :952:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :956:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :967:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :968:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :970:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :974:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :981:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :984:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :986:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :994:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :998:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :999:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1001:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1005:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1017:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1021:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1025:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1029:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1037:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1105:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1112:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1123:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1124:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1178:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1242:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1246:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1251:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1259:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1265:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1271:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1283:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1287:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1331:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1332:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1333:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1335:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1336:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1343:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1344:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1346:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1347:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1349:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1350:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1352:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1353:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1354:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1355:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1357:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1358:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1359:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1360:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1362:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1363:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1365:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1366:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1375:9 - Argument does not have asserted type `tuple[DataFrame, DataFrame]`
[error] type-assertion-failure - :1380:9 - Argument does not have asserted type `tuple[DataFrame, DataFrame]`
[error] type-assertion-failure - :1389:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1390:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1392:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1393:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1395:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1396:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1398:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1399:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1401:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1402:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1404:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1405:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1407:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1408:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1409:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1410:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1415:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1417:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1421:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1463:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1469:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1472:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1478:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1480:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1494:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1501:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1517:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1608:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1677:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1678:11 - Argument does not have asserted type `Series[Any]`
[error] type-assertion-failure - :1831:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1839:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1840:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1841:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1843:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1847:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1851:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1858:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1865:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1871:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1873:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1902:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1911:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1915:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1919:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1923:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1928:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1932:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1936:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1943:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1944:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1946:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2005:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2007:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2028:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2071:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2072:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2073:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2074:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2076:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2080:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2096:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2098:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2101:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2480:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2489:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2512:15 - Argument does not have asserted type `bytes`
[error] type-assertion-failure - :2536:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2537:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2538:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2539:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2545:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2546:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2547:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2549:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2550:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2551:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2553:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2563:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2564:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2565:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2566:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2567:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2568:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2572:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2576:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2580:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2584:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2594:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2601:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2603:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2608:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2616:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2617:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2619:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2814:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2815:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2817:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2820:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2944:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2945:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2947:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2949:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2955:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2956:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2957:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2958:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2959:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2965:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2966:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2968:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2978:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2979:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2981:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2991:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :2992:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3001:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3002:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3003:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3004:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3005:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3006:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3008:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3010:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3013:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3015:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3019:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3020:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3022:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3024:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3025:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3026:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3028:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3032:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3036:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3040:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3046:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3050:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3056:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3064:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3068:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3074:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3081:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3087:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3093:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3102:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3103:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3105:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3109:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3113:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3116:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3120:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3137:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3155:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3156:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3157:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3158:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3159:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3160:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3161:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3198:13 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :3202:13 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :3210:17 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :3217:17 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :3229:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3231:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3239:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3270:13 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3556:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3557:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3558:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3559:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3560:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3564:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3565:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3644:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3645:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3646:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3647:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3648:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3649:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3650:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3651:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3652:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3653:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3654:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3655:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3828:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3834:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3848:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :3880:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3885:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3888:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3897:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3913:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3925:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3940:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3948:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3959:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :3981:9 - Argument does not have asserted type `DatetimeIndexResampler[DataFrame]`
[error] type-assertion-failure - :3988:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4000:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4029:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4030:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4104:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4183:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4184:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4185:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4186:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4187:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4188:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4190:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4193:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4194:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4214:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4218:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4233:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4234:11 - Argument does not have asserted type `Series[Any] | DataFrame`
[error] type-assertion-failure - :4252:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4255:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4260:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4274:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4323:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4324:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4325:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4327:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4334:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4340:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4412:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4414:9 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4478:11 - Argument does not have asserted type `DataFrame | None`
[error] type-assertion-failure - :4479:11 - Argument does not have asserted type `DataFrame | None`
[error] type-assertion-failure - :4480:11 - Argument does not have asserted type `DataFrame | None`
[error] type-assertion-failure - :4482:9 - Argument does not have asserted type `DataFrame | None`
[error] type-assertion-failure - :4486:9 - Argument does not have asserted type `DataFrame | None`
[error] type-assertion-failure - :4601:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4602:11 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4609:15 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4616:5 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :4658:11 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4659:11 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4661:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4667:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4671:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4675:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4679:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4682:9 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :4689:9 - Argument does not have asserted type `DataFrame | Series[Any]`

tests/test_io.py

[error] type-assertion-failure - :419:19 - Argument does not have asserted type `bool`
[error] type-assertion-failure - :420:19 - Argument does not have asserted type `DataFrame | Series[Any]`
[error] type-assertion-failure - :932:19 - Argument does not have asserted type `TextFileReader`
[error] type-assertion-failure - :934:19 - Argument does not have asserted type `TextFileReader`
[error] type-assertion-failure - :945:19 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :947:19 - Argument does not have asserted type `DataFrame`
[error] type-assertion-failure - :1143:19 - Argument does not have asserted type `ExcelFile`
[error] type-assertion-failure - :1151:19 - Argument does not have asserted type `ExcelFile`
[error] type-assertion-failure - :1158:19 - Argument does not have asserted type `ExcelWriter`
[error] type-assertion-failure - :1187:19 - Argument does not have asserted type `ExcelWriter`
[error] type-assertion-failure - :1192:19 - Argument does not have asserted type `ExcelWriter`
[error] type-assertion-failure - :1201:19 - Argument does not have asserted type `ExcelWriter`
[error] type-assertion-failure - :1210:19 - Argument does not have asserted type `ExcelWriter`

tests/test_resampler.py

[error] type-assertion-failure - :331:15 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :332:15 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :333:15 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :335:13 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :339:13 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :343:13 - Argument does not have asserted type `Unknown`
[error] type-assertion-failure - :353:11 - Argument does not have asserted type `Unknown`

tests/test_scalars.py

[error] type-assertion-failure - :492:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :493:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :495:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :503:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :504:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :505:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :506:11 - Argument does not have asserted type `Timedelta`
[error] type-assertion-failure - :581:11 - Argument does not have asserted type `TimedeltaIndex`
[error] type-assertion-failure - :625:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :646:11 - Argument does not have asserted type `TimedeltaIndex`
[error] type-assertion-failure - :650:11 - Argument does not have asserted type `PeriodIndex`
[error] type-assertion-failure - :1155:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1185:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1186:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1187:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1490:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1491:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1492:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1493:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1495:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1499:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1505:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1511:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1515:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1519:9 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1525:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1526:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1527:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1528:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1529:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1539:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1543:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1547:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1550:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1554:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1560:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1566:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1567:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1568:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1569:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1570:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1580:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1584:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1588:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1591:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1594:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1600:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1606:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1607:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1608:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1609:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1610:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1620:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1624:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1628:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1631:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1635:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1641:13 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1647:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1648:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1649:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1650:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :1660:11 - Argument does not have asserted type `Timestamp`

tests/test_string_accessors.py

[error] type-assertion-failure - :470:9 - Argument does not have asserted type `Index[str]`
[error] type-assertion-failure - :473:9 - Argument does not have asserted type `Index[str]`
[error] type-assertion-failure - :476:9 - Argument does not have asserted type `Index[str]`

tests/test_timefuncs.py

[error] type-assertion-failure - :111:11 - Argument does not have asserted type `Timestamp`
[error] type-assertion-failure - :175:11 - Argument does not have asserted type `TimedeltaIndex`
[error] type-assertion-failure - :176:11 - Argument does not have asserted type `TimedeltaIndex`
[error] type-assertion-failure - :177:11 - Argument does not have asserted type `TimedeltaIndex`
[error] type-assertion-failure - :178:11 - Argument does not have asserted type `TimedeltaIndex`

tests/test_windowing.py

[error] type-assertion-failure - :417:9 - Argument does not have asserted type `DataFrame`

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

src/poetry/vcs/git/backend.py

[error] invalid-argument-type - :547:11 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

tests/integration/test_utils_vcs_git.py

[error] invalid-argument-type - :422:33 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

tests/packages/test_locker.py

[error] invalid-argument-type - :1627:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tests/utils/test_cache.py

[error] invalid-argument-type - :175:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

porcupine/plugins/filetypes.py

[error] invalid-argument-type - :31:27 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :31:27 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :31:44 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :31:44 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :38:76 - Object of type `Top[list[Unknown]]` is not iterable
[error] no-matching-overload - :265:16 - No overload of function `sorted` matches arguments
[error] no-matching-overload - :269:17 - No overload of function `sorted` matches arguments

porcupine/plugins/langserver.py

[error] not-iterable - :239:77 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :241:89 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :241:89 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

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

src/integrations/prefect-aws/tests/test_s3.py

[error] invalid-argument-type - :947:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"NEW OBJECT"]`

src/integrations/prefect-azure/tests/test_blob_storage.py

[error] invalid-argument-type - :199:21 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"prefect_works_yet_again"]`

src/integrations/prefect-dbt/prefect_dbt/cli/commands.py

[error] invalid-argument-type - :342:13 - Argument to function `relative_path_to_current_platform` is incorrect: Expected `str`, found `Path`

src/integrations/prefect-kubernetes/tests/test_worker.py

[warning] possibly-unbound-attribute - :2784:24 - Attribute `is_crashed` on type `State[Any] | None` is possibly unbound

src/integrations/prefect-snowflake/tests/conftest.py

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

src/prefect/artifacts.py

[error] invalid-assignment - :675:40 -
Old: Object of type `CoroutineType[Any, Any, Unknown]` is not assignable to `PrefectClient | None`
New: Object of type `CoroutineType[Any, Any, PrefectClient]` is not assignable to `PrefectClient | None`

src/prefect/cli/block.py

[warning] possibly-unbound-attribute - :463:59 - Attribute `fields` on type `BlockSchema | None` is possibly unbound
[warning] possibly-unbound-attribute - :465:43 - Attribute `fields` on type `BlockSchema | None` is possibly unbound

src/prefect/cli/deployment.py

[error] invalid-argument-type - :604:67 - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - :621:32 - Argument to bound method `update_deployment_schedule` is incorrect: Expected `UUID`, found `UUID | None`

src/prefect/cli/flow_run.py

[warning] possibly-unbound-attribute - :208:13 - Attribute `state_details` on type `State[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :209:16 - Attribute `is_scheduled` on type `State[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :210:18 - Attribute `timestamp` on type `State[Any] | None` is possibly unbound
[warning] possibly-unbound-attribute - :216:17 - Attribute `type` on type `State[Any] | None` is possibly unbound

src/prefect/cli/variable.py

[warning] possibly-unbound-attribute - :90:29 - Attribute `model_dump` on type `Variable | None` is possibly unbound

src/prefect/cli/work_pool.py

[warning] possibly-unbound-attribute - :255:30 - Attribute `display_name` on type `WorkPoolStatus | None` is possibly unbound

src/prefect/cli/work_queue.py

[error] invalid-argument-type - :54:21 - Argument to bound method `read_work_queue_by_name` is incorrect: Expected `str`, found `UUID | str`

src/prefect/cli/worker.py

[error] invalid-argument-type - :218:53 - Argument to bound method `read_work_pool` is incorrect: Expected `str`, found `str | None`

src/prefect/deployments/runner.py

[error] missing-argument - :396:39 - No arguments provided for required parameters `flow_id`, `name` of bound method `create_deployment`

src/prefect/events/cli/automations.py

[warning] possibly-unbound-attribute - :240:44 - Attribute `id` on type `Automation | None` is possibly unbound
[warning] possibly-unbound-attribute - :241:65 - Attribute `id` on type `Automation | None` is possibly unbound
[warning] possibly-unbound-attribute - :295:43 - Attribute `id` on type `Automation | None` is possibly unbound
[warning] possibly-unbound-attribute - :296:64 - Attribute `id` on type `Automation | None` is possibly unbound
[error] invalid-argument-type - :329:44 - Argument to bound method `delete_automation` is incorrect: Expected `UUID`, found `(str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - :175:42 - Argument to function `no_really_json` is incorrect: Expected `type[BaseModel]`, found `Automation`
[error] invalid-argument-type - :177:41 - Argument to function `no_really_json` is incorrect: Expected `type[BaseModel]`, found `Automation`

src/prefect/filesystems.py

[error] invalid-assignment - :139:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-assignment - :144:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-assignment - :146:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-assignment - :174:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-assignment - :179:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-assignment - :181:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-argument-type - :194:17 - Argument to function `filter_files` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-assignment - :238:13 - Object of type `Path` is not assignable to `str | None`
[error] invalid-return-type - :332:16 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-argument-type - :361:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :442:13 - Object of type `Path` is not assignable to `str | None`

src/prefect/locking/filesystem.py

[error] invalid-argument-type - :128:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

src/prefect/runner/storage.py

[error] invalid-argument-type - :198:13 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

src/prefect/runtime/flow_run.py

[error] invalid-argument-type - :122:43 - Argument to bound method `read_flow_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - :127:43 - Argument to bound method `read_task_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - :132:47 - Argument to bound method `read_flow_run` is incorrect: Expected `UUID`, found `str`

src/prefect/server/models/block_documents.py

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

src/prefect/server/models/block_schemas.py

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

src/prefect/task_engine.py

[error] invalid-argument-type - :504:42 - Argument to bound method `is_failed` is incorrect: Argument type `Top[State[Any]]` does not satisfy upper bound of type variable `Self` (Bottom[State[Any]])
[error] invalid-argument-type - :504:42 - Argument to bound method `is_failed` is incorrect: Expected `Self@is_failed`, found `Top[State[Any]]`
[error] invalid-argument-type - :1095:42 - Argument to bound method `is_failed` is incorrect: Argument type `Top[State[Any]]` does not satisfy upper bound of type variable `Self` (Bottom[State[Any]])
[error] invalid-argument-type - :1095:42 - Argument to bound method `is_failed` is incorrect: Expected `Self@is_failed`, found `Top[State[Any]]`

src/prefect/utilities/templating.py

[error] invalid-argument-type - :206:27 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :206:27 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :221:22 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :316:27 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :316:27 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :327:25 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :439:31 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :439:31 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :92:47 -
Old: Argument to function `find_placeholders` is incorrect: Argument type `object` does not satisfy constraints of type variable `T`
New: Argument to function `find_placeholders` is incorrect: Argument type `object` does not satisfy constraints of type variable `T` (str, int, int | float, bool, dict[Any, Any], list[Any], None)
[error] invalid-argument-type - :92:67 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :92:67 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :94:47 -
Old: Argument to function `find_placeholders` is incorrect: Argument type `object` does not satisfy constraints of type variable `T`
New: Argument to function `find_placeholders` is incorrect: Argument type `object` does not satisfy constraints of type variable `T` (str, int, int | float, bool, dict[Any, Any], list[Any], None)
[error] not-iterable - :94:65 - Object of type `Top[list[Unknown]]` is not iterable
[error] not-iterable - :442:74 - Object of type `Top[list[Unknown]]` is not iterable

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

tools/ci/copy_to_binary.py

[error] invalid-argument-type - :25:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

pwndbg/lib/common.py

[error] no-matching-overload - :7:19 - No overload of function `__new__` matches arguments

pwndbg/aglib/file.py

[error] invalid-return-type - :127:20 - Return type does not match returned value: expected `bytes`, found `str`

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - :153:20 - Argument to bound method `largebin_index` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :153:20 - Argument to bound method `largebin_index` is incorrect: Expected `Self@largebin_index`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :500:23 - Argument to bound method `get_sbrk_heap_region` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :500:23 - Argument to bound method `get_sbrk_heap_region` is incorrect: Expected `Self@get_sbrk_heap_region`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :507:27 - Argument to bound method `get_region` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :507:27 - Argument to bound method `get_region` is incorrect: Expected `Self@get_region`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :511:25 - Argument to bound method `get_heap` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :511:25 - Argument to bound method `get_heap` is incorrect: Expected `Self@get_heap`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :762:31 - Argument to bound method `get_sbrk_heap_region` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :762:31 - Argument to bound method `get_sbrk_heap_region` is incorrect: Expected `Self@get_sbrk_heap_region`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`

pwndbg/commands/__init__.py

[error] invalid-argument-type - :682:12 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :682:12 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :756:17 - Argument to bound method `can_be_resolved` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :756:17 - Argument to bound method `can_be_resolved` is incorrect: Expected `Self@can_be_resolved`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`

pwndbg/commands/ptmalloc2.py

[error] invalid-argument-type - :63:18 - Argument to bound method `chunk_key_offset` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :63:18 - Argument to bound method `chunk_key_offset` is incorrect: Expected `Self@chunk_key_offset`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :108:40 - Argument to bound method `largebin_size_range_from_index` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :108:40 - Argument to bound method `largebin_size_range_from_index` is incorrect: Expected `Self@largebin_size_range_from_index`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :374:14 - Argument to bound method `get_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :374:14 - Argument to bound method `get_tcache` is incorrect: Expected `Self@get_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :494:17 - Argument to bound method `fastbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :494:17 - Argument to bound method `fastbins` is incorrect: Expected `Self@fastbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :495:17 - Argument to bound method `smallbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :495:17 - Argument to bound method `smallbins` is incorrect: Expected `Self@smallbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :496:17 - Argument to bound method `largebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :496:17 - Argument to bound method `largebins` is incorrect: Expected `Self@largebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :497:17 - Argument to bound method `unsortedbin` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :497:17 - Argument to bound method `unsortedbin` is incorrect: Expected `Self@unsortedbin`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :499:16 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :499:16 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :500:34 - Argument to bound method `tcachebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :500:34 - Argument to bound method `tcachebins` is incorrect: Expected `Self@tcachebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :581:8 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :581:8 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :617:16 - Argument to bound method `fastbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :617:16 - Argument to bound method `fastbins` is incorrect: Expected `Self@fastbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :652:19 - Argument to bound method `unsortedbin` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :652:19 - Argument to bound method `unsortedbin` is incorrect: Expected `Self@unsortedbin`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :687:17 - Argument to bound method `smallbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :687:17 - Argument to bound method `smallbins` is incorrect: Expected `Self@smallbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :721:17 - Argument to bound method `largebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :721:17 - Argument to bound method `largebins` is incorrect: Expected `Self@largebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :754:18 - Argument to bound method `tcachebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :754:18 - Argument to bound method `tcachebins` is incorrect: Expected `Self@tcachebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1080:13 - Argument to bound method `fastbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1080:13 - Argument to bound method `fastbins` is incorrect: Expected `Self@fastbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1081:13 - Argument to bound method `unsortedbin` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1081:13 - Argument to bound method `unsortedbin` is incorrect: Expected `Self@unsortedbin`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1082:13 - Argument to bound method `smallbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1082:13 - Argument to bound method `smallbins` is incorrect: Expected `Self@smallbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1083:13 - Argument to bound method `largebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1083:13 - Argument to bound method `largebins` is incorrect: Expected `Self@largebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1085:8 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1085:8 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1089:35 - Argument to bound method `tcachebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1089:35 - Argument to bound method `tcachebins` is incorrect: Expected `Self@tcachebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1282:24 - Argument to bound method `chunk_flags` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1282:24 - Argument to bound method `chunk_flags` is incorrect: Expected `Self@chunk_flags`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1335:9 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1335:9 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1372:29 - Argument to bound method `fastbin_index` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1372:29 - Argument to bound method `fastbin_index` is incorrect: Expected `Self@fastbin_index`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1422:37 - Argument to bound method `fastbin_index` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1422:37 - Argument to bound method `fastbin_index` is incorrect: Expected `Self@fastbin_index`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1431:21 - Argument to bound method `fastbin_index` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1431:21 - Argument to bound method `fastbin_index` is incorrect: Expected `Self@fastbin_index`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1474:28 - Argument to bound method `chunk_flags` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1474:28 - Argument to bound method `chunk_flags` is incorrect: Expected `Self@chunk_flags`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1489:28 - Argument to bound method `chunk_flags` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1489:28 - Argument to bound method `chunk_flags` is incorrect: Expected `Self@chunk_flags`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1526:32 - Argument to bound method `chunk_flags` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1526:32 - Argument to bound method `chunk_flags` is incorrect: Expected `Self@chunk_flags`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :121:37 - Argument to bound method `chunk_key_offset` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :121:37 - Argument to bound method `chunk_key_offset` is incorrect: Expected `Self@chunk_key_offset`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :518:46 - Argument to bound method `chunk_flags` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :518:46 - Argument to bound method `chunk_flags` is incorrect: Expected `Self@chunk_flags`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1357:22 - Argument to bound method `get_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1357:22 - Argument to bound method `get_tcache` is incorrect: Expected `Self@get_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :1374:13 - Argument to bound method `fastbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :1374:13 - Argument to bound method `fastbins` is incorrect: Expected `Self@fastbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`

pwndbg/commands/rop.py

[error] no-matching-overload - :194:21 - No overload of bound method `write` matches arguments

pwndbg/dbg/gdb/__init__.py

[error] invalid-argument-type - :616:34 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

pwndbg/dbg/lldb/repl/__init__.py

[error] invalid-argument-type - :400:26 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] unresolved-attribute - :404:39 - Type `_WrappedBuffer` has no attribute `getvalue`

pwndbg/gdblib/ptmalloc2_tracking.py

[error] invalid-argument-type - :330:21 - Argument to bound method `fastbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :330:21 - Argument to bound method `fastbins` is incorrect: Expected `Self@fastbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :331:21 - Argument to bound method `smallbins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :331:21 - Argument to bound method `smallbins` is incorrect: Expected `Self@smallbins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :332:21 - Argument to bound method `largebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :332:21 - Argument to bound method `largebins` is incorrect: Expected `Self@largebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :333:21 - Argument to bound method `unsortedbin` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :333:21 - Argument to bound method `unsortedbin` is incorrect: Expected `Self@unsortedbin`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :335:20 - Argument to bound method `has_tcache` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :335:20 - Argument to bound method `has_tcache` is incorrect: Expected `Self@has_tcache`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`
[error] invalid-argument-type - :336:38 - Argument to bound method `tcachebins` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :336:38 - Argument to bound method `tcachebins` is incorrect: Expected `Self@tcachebins`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`

pwndbg/glibc.py

[error] invalid-argument-type - :76:8 - Argument to bound method `libc_has_debug_syms` is incorrect: Argument type `Top[GlibcMemoryAllocator[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[GlibcMemoryAllocator[Unknown, Unknown]])
[error] invalid-argument-type - :76:8 - Argument to bound method `libc_has_debug_syms` is incorrect: Expected `Self@libc_has_debug_syms`, found `Top[GlibcMemoryAllocator[Unknown, Unknown]]`

pwndbg/lib/zig.py

[error] invalid-argument-type - :139:21 - Argument to bound method `write` is incorrect: Expected `str`, found `list[Path] | None`
[error] invalid-return-type - :182:20 - Return type does not match returned value: expected `bytes`, found `str`

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

pydantic/experimental/pipeline.py

[error] invalid-argument-type - :302:31 - Argument to bound method `transform` is incorrect: Expected `(str, /) -> Unknown`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`
[error] invalid-argument-type - :305:31 - Argument to bound method `transform` is incorrect: Expected `(str, /) -> Unknown`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`
[error] invalid-argument-type - :308:31 - Argument to bound method `transform` is incorrect: Expected `(str, /) -> Unknown`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

pydantic/json_schema.py

[error] not-iterable - :1321:31 - Object of type `list[str | int] | list[list[str | int]] | (((Any, /) -> Hashable) & Top[list[Unknown]])` may not be iterable

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

pyinstrument/util.py

[error] invalid-argument-type - :65:30 -
Old: Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `file_is_a_tty` is incorrect: Argument type `AnyStr@file_supports_color` does not satisfy constraints of type variable `AnyStr` (str, bytes)

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

pyppeteer/chromium_downloader.py

[error] invalid-argument-type - :115:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

pyppeteer/page.py

[error] invalid-argument-type - :1248:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :1398:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

src/_pytest/cacheprovider.py

[error] invalid-argument-type - :226:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | Literal[b"Signature: 8a477f597d28d172789f06886806bc55\n# This file is a cache directory tag created by pytest.\n# For information about cache directory tags, see:\n#\thttps://bford.info/cachedir/spec.html\n"]`

testing/test_pastebin.py

[error] invalid-argument-type - :154:22 - Argument to bound method `__init__` is incorrect: Argument type `Message[_HeaderT_co@Message, _HeaderParamT_contra@Message]` does not satisfy upper bound of type variable `Self` (Message[str, str])

src/_pytest/_code/source.py

[error] not-iterable - :30:59 - Object of type `(tuple[object, ...] & ~AlwaysFalsy & ~Source) | (Top[list[Unknown]] & ~AlwaysFalsy & ~Source)` may not be iterable
[error] not-iterable - :31:59 - Object of type `(tuple[object, ...] & ~AlwaysFalsy & ~Source) | (Top[list[Unknown]] & ~AlwaysFalsy & ~Source)` may not be iterable

src/_pytest/assertion/rewrite.py

[error] invalid-return-type - :292:20 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-argument-type - :336:27 - Argument to function `_write_pyc_fp` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

src/_pytest/capture.py

[error] invalid-argument-type - :142:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

src/_pytest/junitxml.py

[error] invalid-argument-type - :110:26 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :112:35 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :147:20 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :155:16 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :186:15 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :237:23 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :246:23 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :656:26 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :672:26 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :691:26 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :693:35 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

testing/io/test_terminalwriter.py

[error] invalid-argument-type - :60:12 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

testing/python/raises.py

[error] invalid-argument-type - :408:66 - Argument to bound method `__init__` is incorrect: Argument type `Message[_HeaderT_co@Message, _HeaderParamT_contra@Message]` does not satisfy upper bound of type variable `Self` (Message[str, str])

testing/test_capture.py

[error] invalid-argument-type - :971:12 - Argument to bound method `_replace` is incorrect: Argument type `CaptureResult[str]` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

pytest_robotframework/_internal/robot/utils.py

[error] not-iterable - :245:59 - Object of type `Top[list[Unknown]]` is not iterable

python-chess (https://github.com/niklasf/python-chess)

chess/svg.py

[error] invalid-argument-type - :152:11 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :193:9 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

python-sop (https://gitlab.com/dkg/python-sop)

sop/__init__.py

[error] invalid-return-type - :344:24 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-return-type - :355:20 - Return type does not match returned value: expected `bytes`, found `str`

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

com/win32com/client/gencache.py

[error] invalid-argument-type - :146:29 -
Old: Argument to bound method `__init__` is incorrect: Argument type `int` does not satisfy upper bound of type variable `_SupportsCloseT`
New: Argument to bound method `__init__` is incorrect: Argument type `int` does not satisfy upper bound of type variable `_SupportsCloseT` (_SupportsClose)

win32/Demos/security/setkernelobjectsecurity.py

[error] invalid-argument-type - :77:12 -
Old: Argument to function `AdjustTokenPrivileges` is incorrect: Expected `PyTOKEN_PRIVILEGES`, found `tuple[Unknown, ...]`
New: Argument to function `AdjustTokenPrivileges` is incorrect: Expected `PyTOKEN_PRIVILEGES`, found `tuple[@Todo, ...]`

win32/test/test_win32file.py

[error] invalid-argument-type - :191:38 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`
[error] invalid-argument-type - :191:47 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`
[error] invalid-argument-type - :191:56 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`
[error] invalid-argument-type - :197:38 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`
[error] invalid-argument-type - :197:49 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`
[error] invalid-argument-type - :197:60 - Argument to function `SetFileTime` is incorrect: Expected `TimeType | None`, found `datetime`

rich (https://github.com/Textualize/rich)

rich/progress.py

[error] invalid-argument-type - :1377:20 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

tests/test_progress.py

[error] invalid-argument-type - :583:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"Hello, World!"]`
[error] invalid-argument-type - :595:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"Hello, World!"]`
[error] invalid-argument-type - :608:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"Hello, World!"]`
[error] invalid-argument-type - :611:42 - Argument to function `wrap_file` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :638:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"Hello, World!"]`
[error] invalid-argument-type - :643:41 - Argument to bound method `wrap_file` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

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

rotkehlchen/chain/evm/decoding/uniswap/utils.py

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

rotkehlchen/tests/api/test_bitcoin_transactions.py

[error] invalid-argument-type - :83:44 - Argument to bound method `_replace` is incorrect: Argument type `BtcApiCallback` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :178:46 - Argument to bound method `_replace` is incorrect: Argument type `BtcApiCallback` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

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

schema_salad/jsonld_context.py

[error] invalid-argument-type - :212:18 - Argument to bound method `values` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :212:18 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] not-iterable - :215:22 - Object of type `(CommentedMap & Top[MutableSequence[Unknown]]) | (int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | CommentedSeq` may not be iterable
[error] not-iterable - :244:18 - Object of type `(CommentedMap & Top[MutableSequence[Unknown]]) | (int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | CommentedSeq` may not be iterable

schema_salad/makedoc.py

[error] invalid-argument-type - :816:49 -
Old: Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound of type variable `_BufferT_co`
New: Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound of type variable `_BufferT_co` (_WrappedBuffer)
[error] invalid-argument-type - :816:35 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

schema_salad/sourceline.py

[error] invalid-argument-type - :189:25 - Argument to bound method `keys` is incorrect: Argument type `Top[MutableMapping[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :189:25 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[MutableMapping[Unknown, Unknown]]`
[error] invalid-argument-type - :17:33 -
Old: Argument to function `_add_lc_filename` is incorrect: Argument type `AnyStr@_add_lc_filename` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `_add_lc_filename` is incorrect: Argument type `AnyStr@_add_lc_filename` does not satisfy constraints of type variable `AnyStr` (str, bytes)
[error] invalid-argument-type - :20:33 -
Old: Argument to function `_add_lc_filename` is incorrect: Argument type `AnyStr@_add_lc_filename` does not satisfy constraints of type variable `AnyStr`
New: Argument to function `_add_lc_filename` is incorrect: Argument type `AnyStr@_add_lc_filename` does not satisfy constraints of type variable `AnyStr` (str, bytes)

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

src/schemathesis/core/output/sanitization.py

[error] invalid-argument-type - :53:27 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

src/schemathesis/core/validation.py

[error] not-iterable - :38:98 - Object of type `Top[list[Unknown]]` is not iterable

src/schemathesis/config/_diff_base.py

[error] invalid-argument-type - :41:20 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :41:20 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :41:41 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :41:41 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :59:58 - Object of type `Top[list[Unknown]] & ~DataclassInstance` is not iterable
[error] invalid-argument-type - :62:25 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :62:25 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :43:70 - Object of type `Top[dict[Unknown, Unknown]] & ~DataclassInstance` is not iterable

src/schemathesis/specs/openapi/checks.py

[error] invalid-argument-type - :689:14 - Argument to bound method `copy` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :689:14 - Argument to bound method `copy` is incorrect: Argument type `Top[list[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[list[Unknown]])
[error] invalid-argument-type - :689:14 - Argument to bound method `copy` is incorrect: Expected `Self@copy`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :689:14 - Argument to bound method `copy` is incorrect: Expected `Self@copy`, found `Top[list[Unknown]]`

src/schemathesis/specs/openapi/schemas.py

[error] invalid-argument-type - :161:48 -
Old: Argument is incorrect: Argument type `None` does not satisfy upper bound of type variable `D`
New: Argument is incorrect: Argument type `None` does not satisfy upper bound of type variable `D` (dict[Unknown, Unknown])
[error] invalid-argument-type - :161:58 -
Old: Argument is incorrect: Argument type `None` does not satisfy upper bound of type variable `D`
New: Argument is incorrect: Argument type `None` does not satisfy upper bound of type variable `D` (dict[Unknown, Unknown])

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

sklearn/feature_extraction/text.py

[error] invalid-argument-type - :488:31 - Argument to bound method `values` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :488:31 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[Mapping[Unknown, object]]`

sklearn/datasets/_lfw.py

[error] unresolved-attribute - :442:24 - Type `str` has no attribute `decode`

sklearn/datasets/_twenty_newsgroups.py

[error] invalid-argument-type - :97:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

sklearn/datasets/tests/test_lfw.py

[error] invalid-argument-type - :72:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"10\n"]`

sklearn/feature_selection/_univariate_selection.py

[warning] possibly-unbound-attribute - :109:35 -
Old: Attribute `size` on type `int | float | Unknown` is possibly unbound
New: Attribute `size` on type `int | float | @Todo` is possibly unbound

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

scipy/io/tests/test_fortran.py

[error] invalid-argument-type - :288:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\xff"]`
[error] invalid-argument-type - :305:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\xff\xff"]`

scipy/_build_utils/tempita/_tempita.py

[error] unresolved-attribute - :159:17 - Type `str` has no attribute `decode`

scipy/_lib/unuran/get_and_clean_unuran.py

[error] unresolved-attribute - :162:19 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :192:27 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :218:19 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :225:19 - Type `str` has no attribute `decode`

scipy/io/matlab/tests/test_streams.py

[error] invalid-argument-type - :34:18 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"a\x00string"]`

scipy/sparse/linalg/_isolve/iterative.py

[error] unsupported-operator - :1018:19 - Unary operator `-` is unsupported for type `bool[bool] | Any`

scipy/stats/tests/test_continuous.py

[error] invalid-argument-type - :1920:30 - Argument to function `contains` is incorrect: Argument type `None` does not satisfy upper bound of type variable `Self` (_Domain)
[error] invalid-argument-type - :1922:45 - Argument to function `get_numerical_endpoints` is incorrect: Argument type `None` does not satisfy upper bound of type variable `Self` (_Domain)
[error] invalid-argument-type - :1924:29 - Argument to function `__str__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `Self` (_Domain)
[error] invalid-argument-type - :1928:33 - Argument to function `validate` is incorrect: Argument type `None` does not satisfy upper bound of type variable `Self` (_Parameter)

subprojects/highs/src/highspy/highs.py

[error] invalid-argument-type - :269:78 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :269:78 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :647:61 - Argument to bound method `values` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :647:61 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :666:61 - Argument to bound method `values` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :666:61 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[Mapping[Unknown, object]]`

tools/check_test_name.py

[error] invalid-argument-type - :171:30 - Argument to function `main` is incorrect: Expected `str`, found `Path`

tools/check_unicode.py

[error] unsupported-operator - :47:12 - Operator `>` is not supported for types `str` and `int`, in comparing `str` with `Literal[127]`
[error] unresolved-attribute - :53:34 - Type `str` has no attribute `decode`
[error] unresolved-attribute - :65:23 - Type `str` has no attribute `decode`

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

scrapy/commands/genspider.py

[error] invalid-argument-type - :44:18 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

scrapy/exporters.py

[error] invalid-argument-type - :186:49 - Argument to bound method `__init__` is incorrect: Argument type `AttributesImpl[_AttrKey@AttributesImpl]` does not satisfy upper bound of type variable `Self` (AttributesImpl[str])
[error] invalid-argument-type - :191:49 - Argument to bound method `__init__` is incorrect: Argument type `AttributesImpl[_AttrKey@AttributesImpl]` does not satisfy upper bound of type variable `Self` (AttributesImpl[str])
[error] invalid-argument-type - :205:36 - Argument to bound method `__init__` is incorrect: Argument type `AttributesImpl[_AttrKey@AttributesImpl]` does not satisfy upper bound of type variable `Self` (AttributesImpl[str])
[error] invalid-argument-type - :237:23 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

scrapy/http/headers.py

[error] invalid-argument-type - :37:15 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :37:15 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :45:30 - Argument to bound method `title` is incorrect: Argument type `AnyStr@normkey` does not satisfy upper bound of type variable `Self` (bytes)
[error] no-matching-overload - :45:30 - No overload of bound method `title` matches arguments

scrapy/utils/datatypes.py

[error] invalid-argument-type - :90:15 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :90:15 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-return-type - :76:16 -
Old: Return type does not match returned value: expected `AnyStr@normkey`, found `str | bytes`
New: Return type does not match returned value: expected `AnyStr@normkey`, found `Unknown | bytes`
[error] invalid-argument-type - :76:16 - Argument to bound method `lower` is incorrect: Argument type `AnyStr@normkey` does not satisfy upper bound of type variable `Self` (bytes)
[error] no-matching-overload - :76:16 - No overload of bound method `lower` matches arguments

scrapy/utils/python.py

[error] invalid-argument-type - :335:34 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :335:34 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

tests/test_contracts.py

[error] invalid-argument-type - :263:39 -
Old: Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `_StreamT`
New: Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `_StreamT` (_TextTestStream)
[error] invalid-argument-type - :263:24 - Argument to bound method `__init__` is incorrect: Argument type `TextTestResult[_StreamT@TextTestResult]` does not satisfy upper bound of type variable `Self` (TextTestResult[_WritelnDecorator])
[error] invalid-argument-type - :565:39 -
Old: Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `_StreamT`
New: Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound of type variable `_StreamT` (_TextTestStream)
[error] invalid-argument-type - :565:24 - Argument to bound method `__init__` is incorrect: Argument type `TextTestResult[_StreamT@TextTestResult]` does not satisfy upper bound of type variable `Self` (TextTestResult[_WritelnDecorator])

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

sockeye/data_io.py

[error] unsupported-operator - :176:74 - Operator `/` is unsupported between objects of type `int` and `int | float | None`
[error] unsupported-operator - :193:27 - Operator `*` is unsupported between objects of type `int | Unknown` and `int | float | None`

sockeye/scoring.py

[warning] division-by-zero - :190:48 - Cannot divide object of type `Literal[1]` by zero

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/builders/linkcheck.py

[error] invalid-argument-type - :758:31 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

sphinx/testing/path.py

[error] invalid-return-type - :161:20 - Return type does not match returned value: expected `bytes`, found `str`
[error] invalid-argument-type - :174:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

sphinx/transforms/post_transforms/images.py

[error] invalid-argument-type - :153:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

sphinx/util/inventory.py

[error] invalid-argument-type - :184:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :206:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :207:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

sphinx/util/png.py

[error] invalid-argument-type - :25:38 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Unknown | bytes`
[error] invalid-argument-type - :42:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bytes`
[error] invalid-argument-type - :45:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :47:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | Literal[b"\x00\x00\x00\x00IEND\xaeB`\x82"]`

sphinx/environment/__init__.py

[error] invalid-argument-type - :1175:31 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :1175:31 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

sphinx/ext/graphviz.py

[error] invalid-argument-type - :243:12 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])
[error] invalid-argument-type - :268:32 - Argument to bound method `set` is incorrect: Expected `str`, found `Literal[b""]`
[error] invalid-argument-type - :272:9 - Argument to bound method `write` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

sphinx/ext/intersphinx/_load.py

[error] invalid-return-type - :425:12 - Return type does not match returned value: expected `bytes`, found `str`

sphinx/search/__init__.py

[error] unresolved-attribute - :317:39 - Type `str` has no attribute `decode`

sphinx/util/images.py

[error] invalid-argument-type - :122:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"BM"]`
[error] invalid-argument-type - :127:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal[b"GIF87a"], Literal[b"GIF89a"]]`
[error] invalid-argument-type - :132:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"\xff\xd8"]`
[error] invalid-argument-type - :137:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"\x89PNG\r\n\x1a\n"]`
[error] unsupported-operator - :142:8 - Operator `in` is not supported for types `bytes` and `str`, in comparing `Literal[b"<svg"]` with `str`
[error] invalid-argument-type - :147:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal[b"MM"], Literal[b"II"]]`
[error] invalid-argument-type - :152:26 - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `Literal[b"RIFF"]`

sphinx/util/osutil.py

[error] invalid-argument-type - :84:10 - Argument to bound method `stat` is incorrect: Argument type `Top[DirEntry[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[DirEntry[Unknown]])
[error] invalid-argument-type - :84:10 - Argument to bound method `stat` is incorrect: Expected `Self@stat`, found `Top[DirEntry[Unknown]]`
[error] invalid-argument-type - :91:10 - Argument to bound method `stat` is incorrect: Argument type `Top[DirEntry[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[DirEntry[Unknown]])
[error] invalid-argument-type - :91:10 - Argument to bound method `stat` is incorrect: Expected `Self@stat`, found `Top[DirEntry[Unknown]]`

starlette (https://github.com/encode/starlette)

tests/test_formparsers.py

[error] invalid-argument-type - :160:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file content>"]`
[error] invalid-argument-type - :178:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file content>"]`
[error] invalid-argument-type - :196:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file1 content>"]`
[error] invalid-argument-type - :200:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file2 content>"]`
[error] invalid-argument-type - :224:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file1 content>"]`
[error] invalid-argument-type - :228:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file2 content>"]`
[error] invalid-argument-type - :261:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file1 content>"]`
[error] invalid-argument-type - :265:20 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"<file2 content>"]`

tests/test_responses.py

[error] invalid-argument-type - :362:20 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

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

static_frame/core/archive_zip.py

[error] no-matching-overload - :650:20 - No overload of function `yield_zinfos` matches arguments

static_frame/core/series.py

[error] unresolved-attribute - :3312:21 - Type `object` has no attribute `values`
[error] invalid-argument-type - :3312:21 - Method `__getitem__` of type `Overload[(key: Never) -> object, (key: Never) -> object]` cannot be called with key of type `Unknown` on object of type `Top[InterGetItemLocReduces[object, Any]]`
[error] unresolved-attribute - :3328:21 - Type `object` has no attribute `values`
[error] invalid-argument-type - :3328:21 - Method `__getitem__` of type `Overload[(key: Never) -> object, (key: Never) -> object]` cannot be called with key of type `Unknown` on object of type `Top[InterGetItemLocReduces[object, Any]]`

static_frame/core/www.py

[error] invalid-argument-type - :115:27 - Argument to bound method `_replace` is incorrect: Argument type `ParseResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

static_frame/test/property/test_archive_npy.py

[error] invalid-argument-type - :57:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :72:47 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :89:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :93:21 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

static_frame/test/unit/test_archive_npy.py

[error] invalid-argument-type - :38:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :49:41 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :56:41 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :63:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :65:47 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :73:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :86:41 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :93:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :95:47 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :103:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :105:47 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :113:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"foo"]`
[error] invalid-argument-type - :118:51 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :130:51 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :142:51 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :154:51 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :161:37 - Argument to bound method `to_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :163:47 - Argument to bound method `from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :169:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"foo"]`
[error] invalid-argument-type - :174:58 - Argument to bound method `header_from_npy` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

static_frame/test/unit/test_archive_zip.py

[error] unresolved-attribute - :101:21 - Type `IO[bytes]` has no attribute `readinto`
[error] invalid-argument-type - :113:32 - Argument to bound method `__init__` is incorrect: Expected `PathLike[str] | str | IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

static_frame/test/unit/test_www.py

[error] invalid-argument-type - :140:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"foo\nbar"]`
[error] invalid-argument-type - :157:25 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"foo\nbar"]`

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

stone/cli.py

[error] invalid-argument-type - :203:26 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

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

strawberry/http/parse_content_type.py

[error] invalid-argument-type - :6:13 - Argument to bound method `__init__` is incorrect: Argument type `Message[_HeaderT_co@Message, _HeaderParamT_contra@Message]` does not satisfy upper bound of type variable `Self` (Message[str, str])

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-argument-type - :237:21 - Argument to bound method `__init__` is incorrect: Argument type `Operation[Context@Operation, RootValue@Operation]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :277:27 - Argument to bound method `send_initial_errors` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :279:27 - Argument to bound method `send_next` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :286:31 - Argument to bound method `send_initial_errors` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :289:27 - Argument to bound method `send_next` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :292:19 - Argument to bound method `send_operation_message` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])
[error] invalid-argument-type - :300:23 - Argument to bound method `send_operation_message` is incorrect: Argument type `Operation[Context@BaseGraphQLTransportWSHandler, RootValue@BaseGraphQLTransportWSHandler]` does not satisfy upper bound of type variable `Self` (Operation[None, None])

strawberry/codegen/query_codegen.py

[error] invalid-argument-type - :663:38 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :663:38 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

strawberry/federation/object_type.py

[error] invalid-argument-type - :90:9 -
Old: Argument to function `type` is incorrect: Argument type `T@_impl_type | None` does not satisfy upper bound of type variable `T`
New: Argument to function `type` is incorrect: Argument type `T@_impl_type | None` does not satisfy upper bound of type variable `T` (type)

strawberry/printer/ast_from_value.py

[error] invalid-argument-type - :80:35 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :80:35 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

strawberry/relay/fields.py

[error] invalid-argument-type - :258:22 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :258:22 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :265:22 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :265:22 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :269:27 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :269:27 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

strawberry/schema/name_converter.py

[error] invalid-argument-type - :118:48 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :118:48 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :153:21 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :153:21 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

strawberry/schema/schema_converter.py

[error] invalid-argument-type - :893:35 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :893:35 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :1061:25 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :1061:25 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :1065:33 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :1065:33 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :1068:25 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :1068:25 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :1072:33 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :1072:33 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

strawberry/types/arguments.py

[error] invalid-argument-type - :162:30 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :162:30 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`
[error] invalid-argument-type - :243:40 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :243:40 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

strawberry/types/object_type.py

[error] invalid-argument-type - :397:9 -
Old: Argument to function `type` is incorrect: Argument type `T@input | None` does not satisfy upper bound of type variable `T`
New: Argument to function `type` is incorrect: Argument type `T@input | None` does not satisfy upper bound of type variable `T` (type)
[error] invalid-argument-type - :470:9 -
Old: Argument to function `type` is incorrect: Argument type `T@interface | None` does not satisfy upper bound of type variable `T`
New: Argument to function `type` is incorrect: Argument type `T@interface | None` does not satisfy upper bound of type variable `T` (type)

strawberry/types/union.py

[error] invalid-argument-type - :105:48 - Argument to bound method `resolve_type` is incorrect: Argument type `Top[LazyType[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[LazyType[Unknown, Unknown]])
[error] invalid-argument-type - :105:48 - Argument to bound method `resolve_type` is incorrect: Expected `Self@resolve_type`, found `Top[LazyType[Unknown, Unknown]]`

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

sympy/codegen/tests/test_matrix_nodes.py

[error] unsupported-operator - :26:37 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :27:21 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_reductions.py

[error] invalid-argument-type - :266:21 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :293:16 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :299:16 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :377:21 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/physics/mechanics/tests/test_kane2.py

[error] no-matching-overload - :191:13 - No overload of function `simplify` matches arguments

sympy/plotting/pygletplot/plot_interval.py

[error] invalid-argument-type - :102:5 - Argument to function `require_all_args` is incorrect: Argument type `def get_v_len(self) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotInterval)
[error] invalid-argument-type - :151:5 - Argument to function `require_all_args` is incorrect: Argument type `def assert_complete(self) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotInterval)
[error] invalid-argument-type - :155:5 - Argument to function `require_all_args` is incorrect: Argument type `def vrange(self) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotInterval)
[error] invalid-argument-type - :166:5 - Argument to function `require_all_args` is incorrect: Argument type `def vrange2(self) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotInterval)

sympy/tensor/array/array_derivatives.py

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

sympy/core/basic.py

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

sympy/core/tests/test_subs.py

[error] invalid-argument-type - :629:21 - Argument to function `is_same` is incorrect: Argument type `<class 'cos'>` does not satisfy upper bound of type variable `Self` (Basic)
[error] invalid-argument-type - :630:25 - Argument to function `is_same` is incorrect: Argument type `Literal[1]` does not satisfy upper bound of type variable `Self` (Basic)

sympy/geometry/plane.py

[error] invalid-argument-type - :66:35 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :193:28 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :434:26 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`

sympy/geometry/tests/test_point.py

[error] invalid-argument-type - :78:50 - Argument to function `is_collinear` is incorrect: Argument type `Line` does not satisfy upper bound of type variable `Self` (Point)

sympy/holonomic/holonomic.py

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

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :389:19 - Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[-1]`

sympy/matrices/expressions/tests/test_blockmatrix.py

[error] unsupported-operator - :459:12 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :79:43 - Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :99:36 - Operator `**` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Literal[2]`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :3317:16 - Operator `+` is unsupported between objects of type `Tmat@__sub__` and `Tmat@__sub__`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - :1060:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :1061:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :1062:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :1063:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :23:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :32:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :42:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :51:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :57:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :77:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :77:19 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :84:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :84:19 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :90:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :90:19 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :103:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :110:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :123:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :131:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :142:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :149:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :155:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :175:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :181:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :187:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :194:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :200:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :206:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :214:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :220:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :233:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :245:17 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :282:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :288:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :331:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :334:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :341:23 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :389:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :395:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :401:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :411:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :425:22 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :437:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :450:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :461:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :474:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_eigen.py

[error] unsupported-operator - :225:16 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :235:16 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :273:14 - Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
[error] unsupported-operator - :274:14 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :289:15 - Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
[error] unsupported-operator - :290:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :331:14 - Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
[error] unsupported-operator - :332:14 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :347:15 - Operator `*` is unsupported between objects of type `Unknown | ImmutableDenseMatrix` and `Unknown | ImmutableDenseMatrix`
[error] unsupported-operator - :348:15 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :372:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :397:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :397:26 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-assignment - :106:5 -
Old: Object of type `Unknown | list[tuple[Expr, int, list[Unknown]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`
New: Object of type `Unknown | list[tuple[Expr, int, list[MutableDenseMatrix]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`
[error] invalid-assignment - :108:5 -
Old: Object of type `Unknown | list[tuple[Expr, int, list[Unknown]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`
New: Object of type `Unknown | list[tuple[Expr, int, list[MutableDenseMatrix]]]` is not assignable to attribute `_eigenvects` on type `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_interactions.py

[error] invalid-argument-type - :77:42 -
Old: Argument to function `classof` is incorrect: Argument type `MatrixSymbol` does not satisfy upper bound of type variable `Tmat`
New: Argument to function `classof` is incorrect: Argument type `MatrixSymbol` does not satisfy upper bound of type variable `Tmat` (MatrixBase)

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :988:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1020:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1585:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1591:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1598:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1603:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1611:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1620:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2565:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2677:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :2677:46 - No overload of function `simplify` matches arguments
[error] invalid-argument-type - :2715:25 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :2715:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2916:21 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2929:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2944:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2945:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2956:14 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3070:21 - Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3073:21 - Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
[error] unsupported-operator - :3479:21 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :2592:26 -
Old: Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self` (MatrixBase)
[error] invalid-argument-type - :2593:26 -
Old: Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self` (MatrixBase)
[error] unsupported-operator - :2617:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :2987:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :2988:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3117:26 -
Old: Argument to bound method `hstack` is incorrect: Argument type `SubspaceOnlyMatrix` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `hstack` is incorrect: Argument type `SubspaceOnlyMatrix` does not satisfy upper bound of type variable `Self` (MatrixBase)

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - :658:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :659:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :660:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :661:18 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1725:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1757:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :1787:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :1791:20 - Argument to function `abs` is incorrect: Expected `SupportsAbs[Unknown]`, found `Unknown | <class 'Float'>`
[error] unsupported-operator - :2319:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2325:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2332:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2337:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2345:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :2354:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3272:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3357:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :3357:46 - No overload of function `simplify` matches arguments
[error] invalid-argument-type - :3395:25 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :3395:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3594:21 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3608:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3623:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3624:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3636:14 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :3759:21 - Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[2]`
[error] unsupported-operator - :3762:21 - Operator `**` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Literal[3]`
[error] invalid-argument-type - :3300:26 -
Old: Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self` (MatrixBase)
[error] invalid-argument-type - :3301:26 -
Old: Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound of type variable `Self` (MatrixBase)
[error] unsupported-operator - :3327:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - :3669:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - :3670:21 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :68:13 - Operator `-` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :128:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :200:21 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :296:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :302:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :314:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :320:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :354:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :361:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] unsupported-operator - :336:13 - Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
[error] unsupported-operator - :345:13 - Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`
[error] unsupported-operator - :352:13 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :485:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :656:12 - Operator `*` is unsupported between objects of type `Unknown | MutableSparseMatrix` and `Unknown | MutableSparseMatrix`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :46:35 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :47:35 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :64:12 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/parsing/autolev/test-examples/ruletest10.py

[error] invalid-assignment - :9:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :11:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] not-iterable - :11:37 - Object of type `<module 'math'>` is not iterable
[error] unresolved-attribute - :11:49 - Type `<module 'math'>` has no attribute `shape`
[error] unresolved-attribute - :11:63 - Type `<module 'math'>` has no attribute `shape`
[error] invalid-assignment - :13:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] not-iterable - :13:42 - Object of type `<module 'math'>` is not iterable
[error] unresolved-attribute - :13:54 - Type `<module 'math'>` has no attribute `shape`
[error] unresolved-attribute - :13:68 - Type `<module 'math'>` has no attribute `shape`
[error] invalid-assignment - :23:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] not-iterable - :24:49 - Object of type `<module 'math'>` is not iterable
[error] unresolved-attribute - :24:61 - Type `<module 'math'>` has no attribute `shape`
[error] unresolved-attribute - :24:75 - Type `<module 'math'>` has no attribute `shape`

sympy/parsing/autolev/test-examples/ruletest5.py

[error] unsupported-operator - :13:6 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :16:38 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :16:84 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :16:131 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :21:44 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :21:90 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :21:137 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :25:37 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :25:83 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :25:130 - Operator `+` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/parsing/autolev/test-examples/ruletest6.py

[error] invalid-assignment - :24:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] unresolved-attribute - :25:6 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :26:37 - Type `<module 'math'>` has no attribute `eigenvals`
[error] non-subscriptable - :31:6 - Cannot subscript object of type `<module 'math'>` with no `__getitem__` method
[error] unresolved-attribute - :32:5 - Type `<module 'math'>` has no attribute `cols`
[error] unresolved-attribute - :33:6 - Type `<module 'math'>` has no attribute `col`
[error] unresolved-attribute - :34:18 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :34:31 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :34:44 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :34:57 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :34:70 - Type `<module 'math'>` has no attribute `T`
[error] unresolved-attribute - :35:6 - Type `<module 'math'>` has no attribute `row`
[error] unresolved-attribute - :36:18 - Type `<module 'math'>` has no attribute `row`
[error] unresolved-attribute - :36:29 - Type `<module 'math'>` has no attribute `row`
[error] unresolved-attribute - :36:40 - Type `<module 'math'>` has no attribute `row`
[error] unresolved-attribute - :36:51 - Type `<module 'math'>` has no attribute `row`
[error] unresolved-attribute - :36:62 - Type `<module 'math'>` has no attribute `row`

sympy/parsing/autolev/test-examples/ruletest7.py

[error] invalid-assignment - :34:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] non-subscriptable - :35:5 - Cannot subscript object of type `<module 'math'>` with no `__getitem__` method
[error] non-subscriptable - :35:21 - Cannot subscript object of type `<module 'math'>` with no `__getitem__` method
[error] non-subscriptable - :35:37 - Cannot subscript object of type `<module 'math'>` with no `__getitem__` method

sympy/parsing/autolev/test-examples/ruletest9.py

[error] invalid-assignment - :49:1 - Object of type `Unknown | MutableDenseMatrix` is not assignable to `<module 'math'>`
[error] invalid-assignment - :50:1 - Cannot assign to object of type `<module 'math'>` with no `__setitem__` method
[error] non-subscriptable - :51:5 - Cannot subscript object of type `<module 'math'>` with no `__getitem__` method

sympy/plotting/pygletplot/plot_mode_base.py

[error] invalid-argument-type - :178:5 - Argument to function `synchronized` is incorrect: Argument type `def push_wireframe(self, function) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotModeBase)
[error] invalid-argument-type - :190:5 - Argument to function `synchronized` is incorrect: Argument type `def push_solid(self, function) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotModeBase)
[error] invalid-argument-type - :238:5 - Argument to function `synchronized` is incorrect: Argument type `def draw(self) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotModeBase)
[error] invalid-argument-type - :315:5 - Argument to function `synchronized` is incorrect: Argument type `def _set_style(self, v) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotModeBase)
[error] invalid-argument-type - :335:5 - Argument to function `synchronized` is incorrect: Argument type `def _set_color(self, v) -> Unknown` does not satisfy upper bound of type variable `Self` (PlotModeBase)

sympy/polys/densebasic.py

[error] not-iterable - :490:18 - Object of type `(@Todo & Top[list[Unknown]] & ~AlwaysFalsy) | (Er@_rec_validate & Top[list[Unknown]] & ~AlwaysFalsy)` is not iterable

sympy/polys/polyclasses.py

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

sympy/polys/puiseux.py

[error] invalid-argument-type - :733:30 - Argument to bound method `_inv` is incorrect: Argument type `Top[PuiseuxPoly[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[PuiseuxPoly[Unknown]])
[error] invalid-argument-type - :733:30 - Argument to bound method `_inv` is incorrect: Expected `Self@_inv`, found `Top[PuiseuxPoly[Unknown]]`

sympy/printing/pretty/pretty.py

[error] invalid-argument-type - :1101:50 - Argument to function `right` is incorrect: Argument type `Literal["I + "]` does not satisfy upper bound of type variable `Self` (stringPict)
[error] invalid-argument-type - :1102:47 - Argument to function `right` is incorrect: Argument type `Literal["I - "]` does not satisfy upper bound of type variable `Self` (stringPict)

sympy/series/order.py

[error] unresolved-attribute - :289:55 - Type `Basic` has no attribute `exp`
[error] unsupported-operator - :292:56 - Operator `*` is unsupported between objects of type `Basic` and `Basic`
[error] unsupported-operator - :294:41 - Unary operator `-` is unsupported for type `Basic`

sympy/series/sequences.py

[error] no-matching-overload - :352:21 - No overload of function `simplify` matches arguments

sympy/sets/fancysets.py

[error] invalid-argument-type - :490:45 - Argument to function `reduce` is incorrect: Expected `(set[Unknown], @Todo, /) -> set[Unknown]`, found `def union[_S](self, *s: Iterable[_S@union]) -> set[Unknown | _S@union]`

sympy/simplify/fu.py

[error] unresolved-attribute - :996:33 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :996:54 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :997:24 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :1001:30 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :1002:36 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :1032:29 - Type `Expr` has no attribute `exp`
[error] unresolved-attribute - :1032:50 - Type `Expr` has no attribute `base`
[error] unresolved-attribute - :1033:32 - Type `Expr` has no attribute `base`

sympy/simplify/tests/test_simplify.py

[error] unsupported-operator - :88:22 - Operator `*` is unsupported between objects of type `Unknown | MutableDenseMatrix` and `Unknown | MutableDenseMatrix`

sympy/stats/tests/test_stochastic_process.py

[warning] possibly-unbound-attribute - :157:12 - Attribute `contains` on type `Unknown | ImmutableDenseMatrix` is possibly unbound

sympy/tensor/array/expressions/from_array_to_matrix.py

[error] invalid-argument-type - :93:60 - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - :94:61 - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`

sympy/testing/tests/test_code_quality.py

[error] unsupported-operator - :258:33 -
Old: Operator `>` is not supported for types `None` and `int`, in comparing `None | Unknown` with `Literal[0]`
New: Operator `>` is not supported for types `None` and `int`, in comparing `None | int` with `Literal[0]`
[error] unsupported-operator - :259:59 -
Old: Operator `+` is unsupported between objects of type `None | Unknown` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `None | int` and `Literal[1]`
[error] unsupported-operator - :262:53 -
Old: Operator `+` is unsupported between objects of type `None | Unknown` and `Literal[1]`
New: Operator `+` is unsupported between objects of type `None | int` and `Literal[1]`

sympy/utilities/tests/test_wester.py

[error] invalid-argument-type - :1467:19 - Argument to class `tuple` is incorrect: Expected `Iterable[object]`, found `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :1488:12 - No overload of function `simplify` matches arguments
[error] no-matching-overload - :1491:12 - No overload of function `simplify` matches arguments

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

tornado/test/locale_test.py

[error] invalid-argument-type - :52:29 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

tornado/gen.py

[error] invalid-argument-type - :527:21 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :527:21 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :528:24 - Argument to bound method `values` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :528:24 - Argument to bound method `values` is incorrect: Expected `Self@values`, found `Top[dict[Unknown, Unknown]]`

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

src/trio/_core/_ki.py

[error] invalid-argument-type - :108:53 - Argument to bound method `__call__` is incorrect: Argument type `Top[_IdRef[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[ReferenceType[Unknown]])
[error] invalid-argument-type - :108:53 - Argument to bound method `__call__` is incorrect: Expected `Self@__call__`, found `Top[_IdRef[Unknown]]`

src/trio/_core/_tests/test_parking_lot.py

[error] invalid-argument-type - :271:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :386:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_channel.py

[error] invalid-argument-type - :523:13 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :524:13 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :573:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_core/_tests/test_run.py

[error] invalid-argument-type - :137:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :148:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :190:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :228:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :831:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1283:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1310:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1348:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1379:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1879:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1883:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1906:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :2622:26 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :2651:13 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :2773:15 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[warning] unused-ignore-comment - :524:41 - Unused blanket `type: ignore` directive
[error] invalid-argument-type - :828:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :829:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :2267:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_core/_tests/test_windows.py

[error] invalid-argument-type - :131:22 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

src/trio/_tests/test_file_io.py

[error] invalid-argument-type - :262:20 - Argument to bound method `__init__` is incorrect: Argument type `BufferedReader[_BufferedReaderStreamT@BufferedReader]` does not satisfy upper bound of type variable `Self` (BufferedReader[_BufferedReaderStream])
[error] invalid-argument-type - :262:38 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_WrappedBuffer]` does not satisfy upper bound of type variable `_BufferedReaderStreamT` (_BufferedReaderStream)
[error] invalid-argument-type - :262:38 - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `TextIOWrapper[_WrappedBuffer]`

src/trio/_tests/test_highlevel_open_tcp_stream.py

[error] invalid-argument-type - :553:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_highlevel_serve_listeners.py

[error] invalid-argument-type - :127:26 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_highlevel_socket.py

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

src/trio/_tests/test_ssl.py

[error] invalid-argument-type - :359:26 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :783:26 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_subprocess.py

[error] invalid-argument-type - :526:27 - Argument to function `test_one_signal` is incorrect: Expected `(Process, /) -> None`, found `def kill(self) -> None`
[error] invalid-argument-type - :527:27 - Argument to function `test_one_signal` is incorrect: Expected `(Process, /) -> None`, found `def terminate(self) -> None`
[error] invalid-argument-type - :665:34 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_sync.py

[error] invalid-argument-type - :702:9 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

src/trio/_tests/test_testing_raisesgroup.py

[error] invalid-argument-type - :418:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :468:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :483:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :808:25 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :857:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :881:49 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :995:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1007:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1044:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1075:16 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :1082:13 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[warning] unused-ignore-comment - :993:26 - Unused blanket `type: ignore` directive

src/trio/_tests/test_util.py

[error] invalid-argument-type - :58:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[warning] unused-ignore-comment - :171:82 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :172:47 - Unused blanket `type: ignore` directive

src/trio/_tests/type_tests/path.py

[error] type-assertion-failure - :16:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :17:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :18:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :19:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :53:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :55:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :58:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :59:5 - Argument does not have asserted type `Path`
[error] type-assertion-failure - :60:5 - Argument does not have asserted type `Path`

src/trio/_tests/type_tests/raisesgroup.py

[error] invalid-argument-type - :58:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :59:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :60:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :61:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :63:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :64:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :125:22 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :165:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :165:42 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :166:33 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :177:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :177:42 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :178:21 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :201:17 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :210:17 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :71:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])
[error] invalid-argument-type - :74:5 - Argument to bound method `__init__` is incorrect: Argument type `Matcher[MatchE@Matcher]` does not satisfy upper bound of type variable `Self` (Matcher[BaseException])

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

twine/repository.py

[error] invalid-argument-type - :74:34 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :74:34 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :80:61 - Object of type `Top[list[Unknown]] | tuple[object, ...]` may not be iterable

typeshed-stats (https://github.com/AlexWaygood/typeshed-stats)

src/typeshed_stats/gather.py

[error] not-iterable - :964:76 - Object of type `Top[list[Unknown]]` is not iterable

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

src/urllib3/fields.py

[error] invalid-argument-type - :281:24 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :281:24 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

test/contrib/emscripten/conftest.py

[error] invalid-argument-type - :170:23 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :248:27 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/test_connectionpool.py

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

src/urllib3/_collections.py

[error] invalid-argument-type - :356:29 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :356:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

src/urllib3/util/ssltransport.py

[error] invalid-argument-type - :158:22 - Argument to bound method `__init__` is incorrect: Argument type `BufferedReader[_BufferedReaderStreamT@BufferedReader]` does not satisfy upper bound of type variable `Self` (BufferedReader[_BufferedReaderStream])
[error] invalid-argument-type - :164:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

test/test_response.py

[warning] unused-ignore-comment - :653:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :654:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :684:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :685:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :720:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :721:30 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :743:36 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :755:41 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :760:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :773:40 - Unused blanket `type: ignore` directive

test/test_ssltransport.py

[warning] unused-ignore-comment - :447:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :451:50 - Unused blanket `type: ignore` directive

test/with_dummyserver/test_connectionpool.py

[warning] unused-ignore-comment - :76:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :315:62 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :339:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :358:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :376:39 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1083:58 - Unused blanket `type: ignore` directive

test/with_dummyserver/test_https.py

[warning] unused-ignore-comment - :345:47 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :460:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :461:66 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :814:56 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :816:71 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :909:79 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :911:79 - Unused blanket `type: ignore` directive

test/with_dummyserver/test_proxy_poolmanager.py

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

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

test/builtin_dataset_mocks.py

[error] invalid-argument-type - :832:22 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :839:22 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1521:35 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/datasets_utils.py

[error] invalid-argument-type - :1055:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :1070:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/test_datasets.py

[error] invalid-argument-type - :742:22 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :747:22 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-assignment - :3118:9 - Object of type `Path` is not assignable to `str`
[error] unsupported-operator - :3128:19 - Operator `/` is unsupported between objects of type `str` and `Literal["_camera_settings.json"]`
[error] invalid-assignment - :3190:9 - Object of type `Path` is not assignable to `str`
[error] unsupported-operator - :3194:65 - Operator `/` is unsupported between objects of type `str` and `str`
[error] invalid-assignment - :3272:9 - Object of type `Path` is not assignable to `str`

test/test_image.py

[error] invalid-argument-type - :304:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"TorchVision\x89\n"]`
[error] invalid-argument-type - :320:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"TorchVision\x89\n"]`
[error] invalid-argument-type - :844:16 - Argument to function `write_file` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :845:21 - Argument to function `write_jpeg` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - :846:20 - Argument to function `write_png` is incorrect: Expected `str`, found `Path`

test/test_io.py

[error] invalid-argument-type - :242:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

test/test_prototype_datasets_utils.py

[error] invalid-argument-type - :38:31 - Argument to function `fromfile` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :48:27 - Argument to function `read_flo` is incorrect: Expected `BinaryIO`, found `TextIOWrapper[_WrappedBuffer]`

torchvision/datasets/mnist.py

[error] invalid-argument-type - :518:25 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :522:22 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :523:22 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :523:43 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :523:70 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :528:18 - Argument to function `get_int` is incorrect: Expected `bytes`, found `str`

torchvision/datasets/voc.py

[error] invalid-argument-type - :201:37 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

torchvision/prototype/datasets/_builtin/voc.py

[error] invalid-argument-type - :98:63 - Argument to bound method `getroot` is incorrect: Argument type `ElementTree[Element[str]]` does not satisfy upper bound of type variable `Self` (ElementTree[Element[str] | None])

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

src/werkzeug/middleware/shared_data.py

[error] invalid-argument-type - :121:23 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :121:23 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`

tests/test_wsgi.py

[error] invalid-argument-type - :158:14 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :158:31 - Argument to bound method `__init__` is incorrect: Argument type `BufferedReader[_BufferedReaderStreamT@BufferedReader]` does not satisfy upper bound of type variable `Self` (BufferedReader[_BufferedReaderStream])
[error] invalid-argument-type - :296:44 - Argument to function `wrap_file` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :304:44 - Argument to function `wrap_file` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

src/werkzeug/datastructures/headers.py

[error] invalid-argument-type - :517:28 - Argument to bound method `keys` is incorrect: Argument type `Top[MultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :517:28 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[MultiDict[Unknown, Unknown]]`
[error] invalid-argument-type - :520:35 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :520:35 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :518:39 - Argument to bound method `getlist` is incorrect: Argument type `Top[MultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[MultiDict[Unknown, Unknown]])
[error] invalid-argument-type - :518:39 - Argument to bound method `getlist` is incorrect: Expected `Self@getlist`, found `Top[MultiDict[Unknown, Unknown]]`

src/werkzeug/datastructures/structures.py

[error] invalid-argument-type - :33:20 - Argument to bound method `items` is incorrect: Argument type `Top[MultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[MultiDict[Unknown, Unknown]])
[error] invalid-argument-type - :33:20 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[MultiDict[Unknown, Unknown]]`
[error] invalid-argument-type - :35:27 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :35:27 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] not-iterable - :37:26 - Object of type `Top[list[Unknown]] | tuple[object, ...] | Top[set[Unknown]]` may not be iterable
[error] invalid-argument-type - :196:31 - Argument to bound method `items` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :196:31 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[Mapping[Unknown, object]]`
[error] invalid-argument-type - :628:26 - Argument to bound method `items` is incorrect: Argument type `Top[_OrderedMultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[_OrderedMultiDict[Unknown, Unknown]])
[error] invalid-argument-type - :628:26 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[_OrderedMultiDict[Unknown, Unknown]]`
[error] invalid-argument-type - :644:16 - Argument to bound method `getlist` is incorrect: Argument type `Top[MultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[MultiDict[Unknown, Unknown]])
[error] invalid-argument-type - :644:16 - Argument to bound method `getlist` is incorrect: Expected `Self@getlist`, found `Top[MultiDict[Unknown, Unknown]]`
[error] invalid-argument-type - :193:54 - Argument to bound method `lists` is incorrect: Argument type `Top[MultiDict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[MultiDict[Unknown, Unknown]])
[error] invalid-argument-type - :193:54 - Argument to bound method `lists` is incorrect: Expected `Self@lists`, found `Top[MultiDict[Unknown, Unknown]]`

src/werkzeug/debug/__init__.py

[error] no-matching-overload - :77:26 - No overload of bound method `rpartition` matches arguments

src/werkzeug/debug/repr.py

[error] invalid-argument-type - :249:31 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :249:31 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

src/werkzeug/http.py

[error] invalid-argument-type - :274:27 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :274:27 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

tests/middleware/test_shared_data.py

[error] invalid-argument-type - :45:26 -
Old: Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound of type variable `_SupportsCloseT`
New: Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound of type variable `_SupportsCloseT` (_SupportsClose)
[error] invalid-argument-type - :54:22 -
Old: Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound of type variable `_SupportsCloseT`
New: Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound of type variable `_SupportsCloseT` (_SupportsClose)

tests/test_formparser.py

[error] invalid-argument-type - :188:33 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

tests/test_wrappers.py

[error] invalid-argument-type - :630:53 - Argument to function `wrap_file` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :650:53 - Argument to function `wrap_file` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

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

properties/test_pandas_roundtrip.py

[error] invalid-argument-type - :104:41 -
Old: Argument to function `assert_series_equal` is incorrect: Expected `Series[Any]`, found `Unknown | Series[Any] | DataFrame`
New: Argument to function `assert_series_equal` is incorrect: Expected `Series[Any]`, found `DataArray | Series[Any] | DataFrame`
[error] invalid-argument-type - :122:39 -
Old: Argument to function `assert_frame_equal` is incorrect: Expected `DataFrame`, found `Unknown | Series[Any] | DataFrame`
New: Argument to function `assert_frame_equal` is incorrect: Expected `DataFrame`, found `DataArray | Series[Any] | DataFrame`

xarray/coding/frequencies.py

[error] invalid-argument-type - :104:32 -
Old: Argument to function `_legacy_to_new_freq` is incorrect: Argument type `str | None` does not satisfy constraints of type variable `T_FreqStr`
New: Argument to function `_legacy_to_new_freq` is incorrect: Argument type `str | None` does not satisfy constraints of type variable `T_FreqStr` (str, None)

xarray/computation/rolling.py

[error] invalid-return-type - :1218:20 - Return type does not match returned value: expected `T_Xarray@Coarsen`, found `Dataset`

xarray/core/coordinates.py

[error] invalid-argument-type - :1196:69 - Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Hashable` on object of type `T_Xarray@assert_coordinate_consistent`
[error] invalid-argument-type - :1199:51 - Method `__getitem__` of type `(bound method T_Xarray@assert_coordinate_consistent.__getitem__(key: Any) -> T_Xarray@assert_coordinate_consistent) | (Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_Xarray@assert_coordinate_consistent])` cannot be called with key of type `Hashable` on object of type `T_Xarray@assert_coordinate_consistent`
[error] invalid-return-type - :855:16 - Return type does not match returned value: expected `Coordinates`, found `typing.Self`

xarray/core/dataarray.py

[error] invalid-assignment - :517:13 - Object of type `Unknown | Default` is not assignable to attribute `attrs` on type `Variable | Unknown`

xarray/core/dataset.py

[error] invalid-argument-type - :5625:39 - Argument to bound method `_asdict` is incorrect: Argument type `_MergeResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :5724:32 - Argument to bound method `_asdict` is incorrect: Argument type `_MergeResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] not-iterable - :6230:77 - Object of type `Hashable & Top[list[Unknown]]` is not iterable

xarray/core/datatree.py

[error] invalid-argument-type - :1070:44 - Argument to bound method `_asdict` is incorrect: Argument type `_MergeResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

xarray/core/groupby.py

[error] invalid-argument-type - :683:25 - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound of type variable `Self` (DataArray)
[error] invalid-argument-type - :683:25 - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound of type variable `Self` (Dataset)
[error] invalid-argument-type - :497:36 -
Old: Argument to bound method `__init__` is incorrect: Argument type `T_DataWithCoords@_resolve_group` does not satisfy constraints of type variable `T_Xarray`
New: Argument to bound method `__init__` is incorrect: Argument type `T_DataWithCoords@_resolve_group` does not satisfy constraints of type variable `T_Xarray` (DataArray, Dataset)

xarray/core/indexing.py

[error] invalid-argument-type - :193:48 -
Old: Argument to function `group_indexers_by_index` is incorrect: Argument type `T_Xarray@map_index_queries` does not satisfy constraints of type variable `T_Xarray`
New: Argument to function `group_indexers_by_index` is incorrect: Argument type `T_Xarray@map_index_queries` does not satisfy constraints of type variable `T_Xarray` (DataArray, Dataset)

xarray/core/parallel.py

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

xarray/plot/facetgrid.py

[error] invalid-argument-type - :172:43 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~None` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :173:43 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~None` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :184:24 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :185:24 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :200:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :231:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :232:26 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`
[error] invalid-argument-type - :236:44 - Method `__getitem__` of type `(Overload[(key: Hashable) -> DataArray, (key: Iterable[Hashable]) -> T_DataArrayOrSet@FacetGrid]) | (bound method T_DataArrayOrSet@FacetGrid.__getitem__(key: Any) -> T_DataArrayOrSet@FacetGrid)` cannot be called with key of type `Hashable & ~AlwaysFalsy` on object of type `T_DataArrayOrSet@FacetGrid`

xarray/structure/merge.py

[error] invalid-argument-type - :1031:40 - Argument to bound method `_asdict` is incorrect: Argument type `_MergeResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

xarray/testing/strategies.py

[error] invalid-argument-type - :464:17 - Argument to bound method `keys` is incorrect: Argument type `Top[Mapping[Unknown, object]]` does not satisfy upper bound of type variable `Self` (Bottom[Mapping[Unknown, Never]])
[error] invalid-argument-type - :464:17 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[Mapping[Unknown, object]]`

xarray/tests/test_backends.py

[error] invalid-argument-type - :7099:17 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"not-a-netcdf-file"]`

xarray/tests/test_combine.py

[error] invalid-argument-type - :1022:42 -
Old: Argument to bound method `broadcast_equals` is incorrect: Argument type `Dataset | DataArray` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `broadcast_equals` is incorrect: Argument type `Dataset | DataArray` does not satisfy upper bound of type variable `Self` (Dataset)
[error] invalid-argument-type - :1022:42 - Argument to bound method `broadcast_equals` is incorrect: Expected `Dataset`, found `Dataset | DataArray`

xarray/tests/test_concat.py

[error] invalid-argument-type - :1154:35 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[error] invalid-argument-type - :1160:35 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`

xarray/tests/test_coordinates.py

[error] invalid-argument-type - :155:34 -
Old: Argument to bound method `equals` is incorrect: Argument type `Literal["not_a_coords"]` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `equals` is incorrect: Argument type `Literal["not_a_coords"]` does not satisfy upper bound of type variable `Self` (Coordinates)
[error] invalid-argument-type - :155:34 - Argument to bound method `equals` is incorrect: Expected `Coordinates`, found `Literal["not_a_coords"]`
[error] invalid-argument-type - :161:37 -
Old: Argument to bound method `identical` is incorrect: Argument type `Literal["not_a_coords"]` does not satisfy upper bound of type variable `Self`
New: Argument to bound method `identical` is incorrect: Argument type `Literal["not_a_coords"]` does not satisfy upper bound of type variable `Self` (Coordinates)
[error] invalid-argument-type - :161:37 - Argument to bound method `identical` is incorrect: Expected `Coordinates`, found `Literal["not_a_coords"]`

xarray/tests/test_dask.py

[error] invalid-argument-type - :1250:49 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[warning] possibly-unbound-attribute - :1781:16 - Attribute `keys` on type `Unknown | None` is possibly unbound
[error] invalid-argument-type - :1782:20 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`
[warning] possibly-unbound-attribute - :1783:16 - Attribute `layers` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1784:20 - Attribute `layers` on type `Unknown | None` is possibly unbound

xarray/tests/test_dataarray.py

[error] invalid-argument-type - :1403:36 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`
[warning] unused-ignore-comment - :2317:50 - Unused blanket `type: ignore` directive

xarray/tests/test_dataset.py

[error] invalid-argument-type - :3574:34 - Argument to bound method `expand_dims` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :4123:48 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[error] invalid-argument-type - :4145:48 - Argument to bound method `set_index` is incorrect: Expected `Hashable`, found `list[@Todo]`
[warning] unused-ignore-comment - :3977:50 - Unused blanket `type: ignore` directive

xarray/tests/test_distributed.py

[warning] possibly-unbound-attribute - :272:13 - Attribute `compute` on type `ZarrStore | Unknown` is possibly unbound

xarray/tests/test_groupby.py

[error] invalid-argument-type - :2941:41 - Argument to bound method `rename` is incorrect: Expected `Hashable`, found `dict[@Todo, @Todo]`

xarray/tests/test_indexing.py

[error] invalid-argument-type - :151:50 -
Old: Argument to function `map_index_queries` is incorrect: Argument type `T_Xarray@test_indexer` does not satisfy constraints of type variable `T_Xarray`
New: Argument to function `map_index_queries` is incorrect: Argument type `T_Xarray@test_indexer` does not satisfy constraints of type variable `T_Xarray` (DataArray, Dataset)

xarray/tests/test_nd_point_index.py

[error] invalid-argument-type - :26:12 - Argument to bound method `equals` is incorrect: Argument type `Top[NDPointIndex[Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[NDPointIndex[Unknown]])
[error] invalid-argument-type - :26:12 - Argument to bound method `equals` is incorrect: Expected `Self@equals`, found `Top[NDPointIndex[Unknown]]`

zipp (https://github.com/jaraco/zipp)

zipp/__init__.py

[error] invalid-argument-type - :356:16 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

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

src/zope/interface/common/tests/test_io.py

[error] invalid-argument-type - :38:36 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :37:56 -
Old: Argument to bound method `__init__` is incorrect: Argument type `StringIO` does not satisfy upper bound of type variable `_BufferedReaderStreamT`
New: Argument to bound method `__init__` is incorrect: Argument type `StringIO` does not satisfy upper bound of type variable `_BufferedReaderStreamT` (_BufferedReaderStream)
[error] invalid-argument-type - :37:37 - Argument to bound method `__init__` is incorrect: Argument type `BufferedReader[_BufferedReaderStreamT@BufferedReader]` does not satisfy upper bound of type variable `Self` (BufferedReader[_BufferedReaderStream])

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

zerver/actions/message_flags.py

[error] unresolved-attribute - :310:13 - Type `UserMessage` has no attribute `message_id`

zerver/data_import/import_util.py

[error] invalid-argument-type - :795:18 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/test_console_output.py

[error] invalid-argument-type - :169:47 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :169:47 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])
[error] invalid-argument-type - :186:18 - Argument to bound method `__init__` is incorrect: Argument type `TextIOWrapper[_BufferT_co@TextIOWrapper]` does not satisfy upper bound of type variable `Self` (TextIOWrapper[_WrappedBuffer])

zerver/management/commands/fetch_tor_exit_nodes.py

[error] invalid-argument-type - :68:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/management/commands/send_to_email_mirror.py

[error] invalid-return-type - :135:24 - Return type does not match returned value: expected `EmailMessage`, found `Message[str, str]`

zerver/worker/email_mirror.py

[error] invalid-argument-type - :30:26 - Argument to function `process_message` is incorrect: Expected `EmailMessage`, found `Message[str, str]`

zerver/worker/test.py

[error] invalid-argument-type - :28:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zilencer/management/commands/add_mock_conversation.py

[error] invalid-argument-type - :40:33 - Argument to function `upload_avatar_image` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

corporate/views/remote_billing_page.py

[error] invalid-argument-type - :510:20 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

zerver/data_import/rocketchat.py

[error] invalid-argument-type - :315:26 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :434:27 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/data_import/slack.py

[error] invalid-argument-type - :1548:42 - Argument to function `resize_realm_icon` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :1549:27 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/digest.py

[error] unresolved-attribute - :349:13 - Type `Stream` has no attribute `id`

zerver/lib/event_schema.py

[error] invalid-argument-type - :288:16 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :288:16 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] not-iterable - :338:24 - Object of type `Top[list[Unknown]]` is not iterable
[error] invalid-argument-type - :357:52 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :357:52 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :367:54 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :367:54 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :404:38 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :404:38 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :418:17 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :418:17 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :599:24 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :599:24 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - :773:16 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :773:16 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`

zerver/lib/export.py

[error] invalid-argument-type - :432:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :464:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] unresolved-attribute - :2191:22 - Type `Attachment` has no attribute `realm_id`
[error] invalid-argument-type - :2361:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :2566:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] unresolved-attribute - :2966:24 - Type `TextIOWrapper[_WrappedBuffer]` has no attribute `readinto`
[error] invalid-argument-type - :3064:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/generate_test_data.py

[error] invalid-argument-type - :209:23 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/import_realm.py

[error] invalid-argument-type - :953:46 - Argument to function `upload_emoji_image` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

zerver/lib/markdown/__init__.py

[error] invalid-argument-type - :635:19 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :784:20 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :842:27 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :1051:19 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1239:29 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1247:24 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1252:33 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1293:12 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1303:11 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1395:20 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1451:9 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1750:18 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1792:18 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1824:14 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1857:14 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1872:24 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1895:14 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :1903:24 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])
[error] invalid-argument-type - :2057:14 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

zerver/lib/markdown/nested_code_blocks.py

[error] invalid-argument-type - :65:15 - Argument to bound method `__init__` is incorrect: Argument type `Element[_Tag@Element]` does not satisfy upper bound of type variable `Self` (Element[str])

zerver/lib/narrow.py

[error] unresolved-attribute - :509:17 - Type `Stream` has no attribute `recipient_id`

zerver/lib/push_notifications.py

[error] not-iterable - :616:57 - Object of type `Top[list[Unknown]]` is not iterable

zerver/lib/remote_server.py

[error] unresolved-attribute - :327:16 - Type `RealmCount` has no attribute `id`
[error] unresolved-attribute - :337:16 - Type `InstallationCount` has no attribute `id`
[error] unresolved-attribute - :346:16 - Type `RealmAuditLog` has no attribute `id`
[error] invalid-argument-type - :467:29 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :467:29 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

zerver/lib/subscription_info.py

[error] unresolved-attribute - :69:13 - Type `Stream` has no attribute `can_add_subscribers_group_id`
[error] unresolved-attribute - :72:13 - Type `Stream` has no attribute `can_administer_channel_group_id`
[error] unresolved-attribute - :75:13 - Type `Stream` has no attribute `can_delete_any_message_group_id`
[error] unresolved-attribute - :78:13 - Type `Stream` has no attribute `can_delete_own_message_group_id`
[error] unresolved-attribute - :81:13 - Type `Stream` has no attribute `can_move_messages_out_of_channel_group_id`
[error] unresolved-attribute - :84:13 - Type `Stream` has no attribute `can_move_messages_within_channel_group_id`
[error] unresolved-attribute - :87:13 - Type `Stream` has no attribute `can_send_message_group_id`
[error] unresolved-attribute - :90:13 - Type `Stream` has no attribute `can_remove_subscribers_group_id`
[error] unresolved-attribute - :93:13 - Type `Stream` has no attribute `can_resolve_topics_group_id`
[error] unresolved-attribute - :96:13 - Type `Stream` has no attribute `can_subscribe_group_id`
[error] unresolved-attribute - :98:22 - Type `Stream` has no attribute `creator_id`
[error] unresolved-attribute - :102:21 - Type `Stream` has no attribute `folder_id`
[error] unresolved-attribute - :110:21 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :128:13 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :815:25 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :816:25 - Type `Stream` has no attribute `id`
[error] unresolved-attribute - :957:17 - Type `Stream` has no attribute `id`
[error] invalid-argument-type - :963:13 - Argument to function `bulk_get_subscriber_user_ids` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `QuerySet[Stream, dict[str, Any]]`

zerver/lib/test_helpers.py

[error] invalid-argument-type - :454:33 - Argument to bound method `items` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :454:33 - Argument to bound method `items` is incorrect: Expected `Self@items`, found `Top[dict[Unknown, Unknown]]`

zerver/lib/test_runner.py

[error] invalid-argument-type - :400:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/transfer.py

[error] invalid-argument-type - :44:17 - Argument to function `write_avatar_images` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :83:17 - Argument to function `upload_content_to_s3` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :107:25 - Argument to function `upload_content_to_s3` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :156:17 - Argument to function `upload_emoji_image` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`

zerver/lib/upload/local.py

[error] invalid-argument-type - :40:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/lib/url_encoding.py

[error] invalid-argument-type - :209:12 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

zerver/lib/user_groups.py

[error] unresolved-attribute - :343:16 - Type `NamedUserGroup` has no attribute `id`

zerver/lib/users.py

[error] unresolved-attribute - :442:27 - Type `UserProfile` has no attribute `email_upper`

zerver/lib/validator.py

[error] not-iterable - :238:18 - Object of type `Top[dict[Unknown, Unknown]]` is not iterable
[error] not-iterable - :258:24 - Object of type `Top[dict[Unknown, Unknown]]` is not iterable
[error] invalid-argument-type - :266:30 - Argument to bound method `keys` is incorrect: Argument type `Top[dict[Unknown, Unknown]]` does not satisfy upper bound of type variable `Self` (Bottom[dict[Unknown, Unknown]])
[error] invalid-argument-type - :266:30 - Argument to bound method `keys` is incorrect: Expected `Self@keys`, found `Top[dict[Unknown, Unknown]]`

zerver/management/commands/compilemessages.py

[error] invalid-argument-type - :55:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :141:17 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/management/commands/export_search.py

[error] invalid-argument-type - :39:43 - Argument to function `save_attachment_contents` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - :335:37 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :337:33 - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"\n]"]`

zerver/management/commands/makemessages.py

[error] invalid-argument-type - :301:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/migrations/0544_copy_avatar_images.py

[error] invalid-argument-type - :192:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :198:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/migrations/0553_copy_emoji_images.py

[error] invalid-argument-type - :191:44 - Argument to function `resize_emoji` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :194:30 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :200:34 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/openapi/openapi.py

[error] not-iterable - :69:26 - Object of type `Top[list[Unknown]]` is not iterable

zerver/tests/test_auth_backends.py

[error] invalid-argument-type - :7370:52 - Argument to function `resize_avatar` is incorrect: Expected `bytes`, found `str`

zerver/tests/test_email_mirror.py

[error] invalid-argument-type - :1776:25 - Argument to function `process_message` is incorrect: Expected `EmailMessage`, found `Message[str, str]`
[error] invalid-argument-type - :1802:25 - Argument to function `process_message` is incorrect: Expected `EmailMessage`, found `Message[str, str]`

zerver/tests/test_import_export.py

[error] invalid-argument-type - :2315:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :2331:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :2347:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - :2674:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/tests/test_message_summary.py

[error] invalid-argument-type - :86:25 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/tests/test_upload.py

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

zerver/tests/test_upload_local.py

[error] invalid-argument-type - :195:40 - Argument to function `resize_avatar` is incorrect: Expected `bytes`, found `str`
[error] invalid-argument-type - :201:40 - Argument to function `resize_avatar` is incorrect: Expected `bytes`, found `str`

zerver/tests/test_upload_s3.py

[error] invalid-argument-type - :675:26 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)
[error] invalid-argument-type - :762:30 - Argument to bound method `_replace` is incorrect: Argument type `SplitResult` does not satisfy upper bound of type variable `Self` (NamedTupleFallback)

zerver/tornado/event_queue.py

[error] invalid-argument-type - :621:13 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zerver/views/report.py

[error] invalid-argument-type - :13:1 -
Old: Argument to function `csrf_exempt` is incorrect: Argument type `typing.TypeVar` does not satisfy upper bound of type variable `_F`
New: Argument to function `csrf_exempt` is incorrect: Argument type `typing.TypeVar` does not satisfy upper bound of type variable `_F` ((...) -> Any)

zerver/views/video_calls.py

[error] invalid-argument-type - :297:1 -
Old: Argument to function `csrf_exempt` is incorrect: Argument type `typing.TypeVar` does not satisfy upper bound of type variable `_F`
New: Argument to function `csrf_exempt` is incorrect: Argument type `typing.TypeVar` does not satisfy upper bound of type variable `_F` ((...) -> Any)

zerver/worker/base.py

[error] invalid-argument-type - :149:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zilencer/management/commands/render_messages.py

[error] invalid-argument-type - :62:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`

zproject/wsgi.py

[error] invalid-argument-type - :88:21 - Argument to bound method `write` is incorrect: Expected `str`, found `bytes`