Ecosystem report

Old: main (merge base) 264c0024 New: 24560/merge 7c53f31f
Lint Rule Removed Added Changed
Total 339 111 12576
invalid-argument-type 339 0 9100
unknown-argument 0 0 1490
no-matching-overload 0 111 1160
too-many-positional-arguments 0 0 407
missing-argument 0 0 383
parameter-already-assigned 0 0 35
positional-only-parameter-as-kwarg 0 0 1
Project Removed Added Changed
Total 339 111 12576
pandas 181 19 1085
sympy 0 11 947
dd-trace-py 27 8 690
apprise 0 1 696
rotki 38 1 555
graphql-core 0 0 489
pandas-stubs 0 2 486
meson 0 0 477
static-frame 33 4 418
cryptography 0 1 437
scipy 2 16 393
mitmproxy 0 0 393
ibis 0 5 368
core 10 5 294
xarray 0 1 299
manticore 0 1 265
spack 8 0 258
prefect flaky 0 5 252
pycryptodome 0 0 195
zulip 0 1 192

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

src/utils.py

[error] invalid-argument-type - Argument to bound method `communicate` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `Popen.communicate` is incorrect: Expected `str | None`, found `bytes`

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

tests/test_result.py

[error] invalid-argument-type - Argument to bound method `pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `PipeMixin.pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `filter_with` is incorrect: Expected `(Any, /) -> Literal["original error"]`, found `(value: Any) -> str`
[error] invalid-argument-type - Argument to bound method `Result.filter_with` is incorrect: Expected `(Any, /) -> Literal["original error"]`, found `(value: Any) -> str`
[error] invalid-argument-type - Argument to bound method `pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `PipeMixin.pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `or_else` is incorrect: Expected `Result[Literal[42], Any]`, found `Result[Literal[0], Any]`
[error] invalid-argument-type - Argument to bound method `Result.or_else` is incorrect: Expected `Result[Literal[42], Any]`, found `Result[Literal[0], Any]`
[error] invalid-argument-type - Argument to bound method `or_else` is incorrect: Expected `Result[Any, Literal["original error"]]`, found `Result[Any, Literal["new error"]]`
[error] invalid-argument-type - Argument to bound method `Result.or_else` is incorrect: Expected `Result[Any, Literal["original error"]]`, found `Result[Any, Literal["new error"]]`
[error] invalid-argument-type - Argument to bound method `pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `PipeMixin.pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `or_else_with` is incorrect: Expected `(Any, /) -> Result[Literal["good"], Any]`, found `(error: Any) -> Result[str, Any]`
[error] invalid-argument-type - Argument to bound method `Result.or_else_with` is incorrect: Expected `(Any, /) -> Result[Literal["good"], Any]`, found `(error: Any) -> Result[str, Any]`
[error] invalid-argument-type - Argument to bound method `or_else_with` is incorrect: Expected `(Any, /) -> Result[Literal["good"], Any]`, found `(error: Any) -> Result[str, Any]`
[error] invalid-argument-type - Argument to bound method `Result.or_else_with` is incorrect: Expected `(Any, /) -> Result[Literal["good"], Any]`, found `(error: Any) -> Result[str, Any]`
[error] invalid-argument-type - Argument to bound method `or_else_with` is incorrect: Expected `(Literal["original error"], /) -> Result[Any, Literal["original error"]]`, found `(error: Literal["original error"]) -> Result[Any, str]`
[error] invalid-argument-type - Argument to bound method `Result.or_else_with` is incorrect: Expected `(Literal["original error"], /) -> Result[Any, Literal["original error"]]`, found `(error: Literal["original error"]) -> Result[Any, str]`
[error] invalid-argument-type - Argument to bound method `pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`
[error] invalid-argument-type - Argument to bound method `PipeMixin.pipe` is incorrect: Expected `(Result[Literal[42], Any], /) -> Unknown`, found `(Never, /) -> Never`

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

github/MainClass.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

github/RepositoryAdvisory.py

[error] invalid-argument-type - Argument to bound method `_validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to bound method `AdvisoryVulnerability._validate_vulnerability` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `_validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._validate_credit` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `_to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryVulnerability._to_github_dict` is incorrect: Expected `SimpleAdvisoryVulnerability | AdvisoryVulnerability`, found `object`
[error] invalid-argument-type - Argument to function `_to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`
[error] invalid-argument-type - Argument to function `AdvisoryCredit._to_github_dict` is incorrect: Expected `SimpleCredit | AdvisoryCredit`, found `object`

github/Requester.py

[error] invalid-argument-type - Argument to bound method `__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `list[str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `Requester.__hostnameHasDomain` is incorrect: Expected `str | list[str]`, found `list[str] | list[str | None]`

tests/Authentication.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`
[error] invalid-argument-type - Argument to `AppInstallationAuth.__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`
[error] invalid-argument-type - Argument to `AppInstallationAuth.__init__` is incorrect: Expected `AppAuth`, found `AppAuth | None`

tests/Connection.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `tuple[<class 'ReplayingHttpConnection'>, str] | tuple[<class 'ReplayingHttpsConnection'>, str]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[str]`, found `tuple[<class 'ReplayingHttpConnection'>, str] | tuple[<class 'ReplayingHttpsConnection'>, str]`

tests/Exceptions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `GithubException.__init__` is incorrect: Expected `int`, found `Literal["foo"]`

tests/Framework.py

[error] invalid-argument-type - Argument to bound method `with_response` is incorrect: Expected `bytes`, found `bytes | bytearray`
[error] invalid-argument-type - Argument to bound method `Request.with_response` is incorrect: Expected `bytes`, found `bytes | bytearray`
[error] invalid-argument-type - Argument to function `open` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `ReplayDataFile.open` is incorrect: Expected `str`, found `str | None`

tests/GithubIntegration.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `Token | None | AppAuthToken | Login`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `AppAuth | None`, found `Token | None | AppAuthToken | Login`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `get_access_token` is incorrect: Expected `dict[str, str] | None`, found `Literal["invalid_data"]`
[error] invalid-argument-type - Argument to bound method `GithubIntegration.get_access_token` is incorrect: Expected `dict[str, str] | None`, found `Literal["invalid_data"]`

tests/GraphQl.py

[error] invalid-argument-type - Argument to bound method `assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`
[error] invalid-argument-type - Argument to bound method `assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertRaises` is incorrect: Expected `type[Unknown] | tuple[type[Unknown], ...]`, found `<module 'github.GithubException'>`

tests/Installation.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `AppAuth | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `bool | str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `bool`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | Retry | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to `GithubIntegration.__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `AppAuth | str | int`

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

tanjun/annotations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to `Choices.__init__` is incorrect: Argument type `_EnumT@__getitem__` does not satisfy constraints (`int`, `int | float`, `str`) of type variable `_ChoiceT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - Argument to `Converted.__init__` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`
[error] invalid-argument-type - Argument to `TheseChannels.__init__` is incorrect: Expected `type[PartialChannel] | int`, found `object`

tanjun/clients.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PartialGuild | int | UndefinedType`, found `object`
[error] invalid-argument-type - Argument to `_StartDeclarer.__init__` is incorrect: Expected `PartialGuild | int | UndefinedType`, found `object`
[error] invalid-argument-type - Argument to bound method `add_check` is incorrect: Expected `(Context, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, bool] | bool`, found `(def _check_human(ctx: Context, /) -> bool) & ~((Context, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, bool] | bool)`
[error] invalid-argument-type - Argument to bound method `Client.add_check` is incorrect: Expected `(Context, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, bool] | bool`, found `(def _check_human(ctx: Context, /) -> bool) & ~((Context, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, bool] | bool)`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Path`, found `str | Path`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Path`, found `str | Path`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | Path`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `str | Path`

tanjun/dependencies/data.py

[error] invalid-argument-type - Argument to bound method `set_value` is incorrect: Expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`
[error] invalid-argument-type - Argument to bound method `LazyConstant.set_value` is incorrect: Expected `_T@make_lc_resolver`, found `_T@make_lc_resolver | Coroutine[Any, Any, _T@make_lc_resolver]`

tanjun/parsing.py

[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | EllipsisType`
[error] invalid-argument-type - Argument to bound method `Parameter.convert` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | EllipsisType`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Parameter.convert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_add_converter` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`
[error] invalid-argument-type - Argument to bound method `Parameter._add_converter` is incorrect: Expected `(str, /, *args: Any, **kwargs: Any) -> Coroutine[Any, Any, Any] | Any`, found `object`

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

aiohttp/client.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `MultiDict.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `__aenter__` is incorrect: Argument type `_RetType_co@_BaseRequestContextManager` does not satisfy upper bound `ClientWebSocketResponse[_DecodeText@ClientWebSocketResponse]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `ClientResponse.__aenter__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager`
[error] invalid-argument-type - Argument to bound method `__aenter__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager`
[error] invalid-argument-type - Argument to bound method `ClientWebSocketResponse.__aenter__` is incorrect: Argument type `_RetType_co@_BaseRequestContextManager` does not satisfy upper bound `ClientWebSocketResponse[_DecodeText@ClientWebSocketResponse]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__aexit__` is incorrect: Argument type `_RetType_co@_BaseRequestContextManager` does not satisfy upper bound `ClientWebSocketResponse[_DecodeText@ClientWebSocketResponse]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `ClientResponse.__aexit__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager`
[error] invalid-argument-type - Argument to bound method `__aexit__` is incorrect: Expected `ClientResponse`, found `_RetType_co@_BaseRequestContextManager`
[error] invalid-argument-type - Argument to bound method `ClientWebSocketResponse.__aexit__` is incorrect: Argument type `_RetType_co@_BaseRequestContextManager` does not satisfy upper bound `ClientWebSocketResponse[_DecodeText@ClientWebSocketResponse]` of type variable `Self`

aiohttp/client_reqrep.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `SupportsKeys[str] | SupportsIKeys[str] | Iterable[tuple[str, str]] | None`, found `CIMultiDict[None]`
[error] invalid-argument-type - Argument to bound method `MultiDict.extend` is incorrect: Expected `SupportsKeys[str] | SupportsIKeys[str] | Iterable[tuple[str, str]] | None`, found `CIMultiDict[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `(Any & ~None & ~FormData) | Payload`
[error] invalid-argument-type - Argument to `FormData.__init__` is incorrect: Expected `Iterable[Any]`, found `(Any & ~None & ~FormData) | Payload`

aiohttp/client_ws.py

[error] invalid-argument-type - Argument to bound method `pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `ClientWebSocketResponse.pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str`

aiohttp/compression_utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ZLibBackendProtocol`, found `<module 'zlib'>`
[error] invalid-argument-type - Argument to `ZLibBackendWrapper.__init__` is incorrect: Expected `ZLibBackendProtocol`, found `<module 'zlib'>`

aiohttp/connector.py

[error] invalid-argument-type - Argument to bound method `start_tls` is incorrect: Expected `SSLContext`, found `~None`
[error] invalid-argument-type - Argument to bound method `AbstractEventLoop.start_tls` is incorrect: Expected `SSLContext`, found `~None`

aiohttp/cookiejar.py

[error] invalid-argument-type - Argument to function `_is_domain_match` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to function `CookieJar._is_domain_match` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `CookieJar._expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `_parse_date` is incorrect: Expected `str`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `CookieJar._parse_date` is incorrect: Expected `str`, found `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `_expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`
[error] invalid-argument-type - Argument to bound method `CookieJar._expire_cookie` is incorrect: Expected `str`, found `Morsel[str] | Any | str`

aiohttp/formdata.py

[error] invalid-argument-type - Argument to bound method `add_field` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FormData.add_field` is incorrect: Expected `str`, found `str | None`

aiohttp/multipart.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Payload, str, str]`, found `tuple[Payload, None | (str & ~Literal["identity"]), None | (str & ~Literal["binary"])]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Payload, str, str]`, found `tuple[Payload, None | (str & ~Literal["identity"]), None | (str & ~Literal["binary"])]`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `AbstractStreamWriter`, found `MultipartPayloadWriter`
[error] invalid-argument-type - Argument to bound method `Payload.write` is incorrect: Expected `AbstractStreamWriter`, found `MultipartPayloadWriter`

aiohttp/streams.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StreamReader`, found `Self@iter_chunks`
[error] invalid-argument-type - Argument to `ChunkTupleAsyncStreamIterator.__init__` is incorrect: Expected `StreamReader`, found `Self@iter_chunks`

aiohttp/test_utils.py

[error] invalid-argument-type - Argument to bound method `add_app` is incorrect: Expected `Application`, found `Application | None`
[error] invalid-argument-type - Argument to bound method `UrlMappingMatchInfo.add_app` is incorrect: Expected `Application`, found `Application | None`

aiohttp/web.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | PathLike[str]`, found `str | (Iterable[str | PathLike[str]] & PathLike[object]) | PathLike[str]`
[error] invalid-argument-type - Argument to `UnixSite.__init__` is incorrect: Expected `str | PathLike[str]`, found `str | (Iterable[str | PathLike[str]] & PathLike[object]) | PathLike[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `object`
[error] invalid-argument-type - Argument to `SockSite.__init__` is incorrect: Expected `socket`, found `object`

aiohttp/web_app.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | Unknown`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AbstractAsyncContextManager[None, bool | None]`, found `AbstractAsyncContextManager[None, bool | None] | (AsyncIterator[None] & AbstractAsyncContextManager[object, bool | None]) | Unknown`

aiohttp/web_request.py

[error] invalid-argument-type - Argument to bound method `decode_iter` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `BodyPartReader.decode_iter` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | bytes | FileField`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `MultiDict.add` is incorrect: Expected `str | bytes | FileField`, found `bytearray`

aiohttp/web_response.py

[error] invalid-argument-type - Argument to bound method `write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-argument-type - Argument to bound method `AbstractStreamWriter.write_headers` is incorrect: Expected `CIMultiDict[str]`, found `MultiMapping[str]`
[error] invalid-argument-type - Argument to bound method `encode` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `str.encode` is incorrect: Expected `str`, found `str | None`

aiohttp/web_ws.py

[error] invalid-argument-type - Argument to bound method `_set_code_close_transport` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `WebSocketResponse._set_code_close_transport` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `_set_closing` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `WebSocketResponse._set_closing` is incorrect: Expected `int`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str`
[error] invalid-argument-type - Argument to bound method `WebSocketResponse.pong` is incorrect: Expected `bytes`, found `bytes | int | None | BaseException | str`

aiohttp/worker.py

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

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

tests/test_runserver_logs.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_std'>.Logger`
[error] invalid-argument-type - Argument to `AbstractAccessLogger.__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_std'>.Logger`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_debugtoolbar'>.Logger`
[error] invalid-argument-type - Argument to `AbstractAccessLogger.__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aiohttp_debugtoolbar'>.Logger`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger'>.Logger`
[error] invalid-argument-type - Argument to `AbstractAccessLogger.__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger'>.Logger`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger_livereload'>.Logger`
[error] invalid-argument-type - Argument to `AbstractAccessLogger.__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_aux_logger_livereload'>.Logger`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_extra'>.Logger`
[error] invalid-argument-type - Argument to `AbstractAccessLogger.__init__` is incorrect: Expected `logging.Logger`, found `tests.test_runserver_logs.<locals of function 'test_extra'>.Logger`

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

aioredis/client.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | int`, found `Literal[b"ERROR"]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str | int`, found `Literal[b"ERROR"]`
[error] invalid-argument-type - Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal[" "]`
[error] invalid-argument-type - Argument to bound method `bytes.split` is incorrect: Expected `Buffer | None`, found `Literal[" "]`
[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

aioredis/connection.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

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

src/aiortc/contrib/signaling.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StreamReader`, found `StreamReader | None`
[error] invalid-argument-type - Argument to `StreamReaderProtocol.__init__` is incorrect: Expected `StreamReader`, found `StreamReader | None`

src/aiortc/rate.py

[error] invalid-argument-type - Argument to bound method `_additive_rate_increase` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `AimdRateControl._additive_rate_increase` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_multiplicative_rate_increase` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `AimdRateControl._multiplicative_rate_increase` is incorrect: Expected `int`, found `int | None`

src/aiortc/rtcdtlstransport.py

[error] invalid-argument-type - Argument to bound method `use_certificate` is incorrect: Expected `X509`, found `Certificate`
[error] invalid-argument-type - Argument to bound method `Context.use_certificate` is incorrect: Expected `X509`, found `Certificate`
[error] invalid-argument-type - Argument to bound method `use_privatekey` is incorrect: Expected `PKey`, found `EllipticCurvePrivateKey`
[error] invalid-argument-type - Argument to bound method `Context.use_privatekey` is incorrect: Expected `PKey`, found `EllipticCurvePrivateKey`

src/aiortc/rtcpeerconnection.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | str | None`

src/aiortc/rtcrtpsender.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to `RTCEncodedFrame.__init__` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `RtpPacket.__init__` is incorrect: Expected `int`, found `int | None`

src/aiortc/sdp.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

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

alerta/auth/decorators.py

[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str] | list[Scope]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str] | list[Scope]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `str`, found `Unknown | None`

alerta/auth/oidc.py

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

alerta/commands.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | list[str]`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Unknown | None`

alerta/management/views.py

[error] invalid-argument-type - Argument to bound method `from_expired` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Alert.from_expired` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_timeout` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Alert.from_timeout` is incorrect: Expected `int`, found `int | None`

alerta/models/alert.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Alert.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Alert.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Alert.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Alert.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `get_environments_count` is incorrect: Expected `Query`, found `Database`
[error] invalid-argument-type - Argument to bound method `Database.get_environments_count` is incorrect: Expected `Query`, found `Database`
[error] too-many-positional-arguments - Too many positional arguments to bound method `get_environments_count`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `Database.get_environments_count`: expected 1, got 2

alerta/models/customer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Customer.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Customer.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Customer.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Customer.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/group.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `GroupUser.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `GroupUser.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `GroupUser.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `GroupUser.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Group.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Group.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Group.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Group.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/heartbeat.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `int`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `datetime`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `int`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Heartbeat.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/key.py

[error] invalid-argument-type - Argument to bound method `scopes_to_type` is incorrect: Expected `list[str]`, found `list[str] | list[Scope]`
[error] invalid-argument-type - Argument to bound method `ApiKeyHelper.scopes_to_type` is incorrect: Expected `list[str]`, found `list[str] | list[Scope]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `datetime`, found `datetime | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | list[Unknown]`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `list[str]`, found `(list[Scope] & ~AlwaysFalsy) | (list[str] & ~AlwaysFalsy) | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `type_to_scopes` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `ApiKeyHelper.type_to_scopes` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `type_to_scopes` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `ApiKeyHelper.type_to_scopes` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `datetime`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/note.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Note.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/permission.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Permission.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `Permission.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/models/user.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `User.__init__` is incorrect: Expected `str`, found `Any | None`

alerta/tasks.py

[error] invalid-argument-type - Argument to bound method `from_action` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Alert.from_action` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_status` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Alert.from_status` is incorrect: Expected `int`, found `int | None`

alerta/utils/client.py

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

alerta/views/alerts.py

[error] invalid-argument-type - Argument to bound method `from_action` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Alert.from_action` is incorrect: Expected `int`, found `int | None`

alerta/views/permissions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to `Permission.__init__` is incorrect: Expected `list[Scope]`, found `list[str]`

tests/test_heartbeats.py

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

tests/test_scopes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ApiKey.__init__` is incorrect: Expected `list[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Permission.is_in_scope` is incorrect: Expected `list[Scope]`, found `list[str]`

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

altair/datasets/_constraints.py

[error] invalid-argument-type - Argument to bound method `from_metadata` is incorrect: Expected `Metadata`, found `dict[str, @Todo]`
[error] invalid-argument-type - Argument to bound method `MetaIs.from_metadata` is incorrect: Expected `Metadata`, found `dict[str, @Todo]`

altair/datasets/_reader.py

[error] invalid-argument-type - Argument to bound method `_solve` is incorrect: Expected `Metadata`, found `Metadata | (Path & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - Argument to bound method `Reader._solve` is incorrect: Expected `Metadata`, found `Metadata | (Path & Top[Mapping[Unknown, object]]) | (str & Top[Mapping[Unknown, object]])`

altair/jupyter/jupyter_chart.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

altair/utils/data.py

[error] invalid-argument-type - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown] | AbstractSet[Unknown]`, found `object`
[error] invalid-argument-type - Argument to bound method `Random.sample` is incorrect: Expected `Sequence[Unknown] | AbstractSet[Unknown]`, found `object`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Any, Any]`, found `object`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_dict` is incorrect: Expected `dict[Any, Any]`, found `object`

altair/utils/html.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

altair/utils/schemapi.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

altair/vegalite/v6/api.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `AggregatedFieldDef`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `AggregatedFieldDef`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `JoinAggregateFieldDef`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `JoinAggregateFieldDef`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `WindowFieldDef`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `WindowFieldDef`

altair/vegalite/v6/data.py

[error] invalid-argument-type - Argument to bound method `register` is incorrect: Expected `((dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown) | None`, found `Overload[(data: None = ..., prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> partial[Unknown], (data: dict[Unknown, Unknown] | DataFrame | altair.utils.core.DataFrameLike, prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> _ToFormatReturnUrlDict]`
[error] invalid-argument-type - Argument to bound method `PluginRegistry.register` is incorrect: Expected `((dict[Any, Any] | NativeDataFrame | narwhals.stable.v1.typing.DataFrameLike | ... omitted 3 union elements, /, *args: Unknown, **kwargs: Unknown) -> Unknown) | None`, found `Overload[(data: None = ..., prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> partial[Unknown], (data: dict[Unknown, Unknown] | DataFrame | altair.utils.core.DataFrameLike, prefix: str = ..., extension: str = ..., filename: str = ..., urlpath: str = ...) -> _ToFormatReturnUrlDict]`

altair/vegalite/v6/schema/channels.py

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

tests/expr/test_expr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[4]`
[error] invalid-argument-type - Argument to constructor `expr.__new__` is incorrect: Expected `str`, found `Literal[4]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to constructor `expr.__new__` is incorrect: Expected `str`, found `list[str]`

tests/test_datasets.py

[error] invalid-argument-type - Argument to bound method `url` is incorrect: Expected `Literal[".arrow", ".csv", ".json", ".parquet", ".png", ".tsv"] | None`, found `Literal["unsupported suffix"]`
[error] invalid-argument-type - Argument to bound method `Loader.url` is incorrect: Expected `Literal[".arrow", ".csv", ".json", ".parquet", ".png", ".tsv"] | None`, found `Literal["unsupported suffix"]`

tests/utils/test_schemapi.py

[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `SchemaBase.from_dict` is incorrect: Expected `dict[str, Any]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `Literal["A"]`
[error] invalid-argument-type - Argument to bound method `SchemaBase.from_dict` is incorrect: Expected `dict[str, Any]`, found `Literal["A"]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `Literal["B"]`
[error] invalid-argument-type - Argument to bound method `SchemaBase.from_dict` is incorrect: Expected `dict[str, Any]`, found `Literal["B"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str] | SchemaBase | None | UndefinedType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `Text.__init__` is incorrect: Expected `Sequence[str] | SchemaBase | None | UndefinedType`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to `Y.__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to `Y.__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to `Y.__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to bound method `timeUnit` is incorrect: Expected `TimeUnitParams | Literal["yearquarter", "yearquartermonth", "yearmonth", "yearmonthdate", "yearmonthdatehours", ... omitted 103 literals]`, found `Literal["invalid_value"]`
[error] invalid-argument-type - Argument to bound method `Angle.timeUnit` is incorrect: Expected `TimeUnitParams | Literal["yearquarter", "yearquartermonth", "yearmonth", "yearmonthdate", "yearmonthdatehours", ... omitted 103 literals]`, found `Literal["invalid_value"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `Literal["4"]`
[error] invalid-argument-type - Argument to `Text.__init__` is incorrect: Expected `int | float | UndefinedType`, found `Literal["4"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["quantitative", "ordinal", "temporal", "nominal"] | UndefinedType`, found `Literal["unknown"]`
[error] invalid-argument-type - Argument to `X.__init__` is incorrect: Expected `SchemaBase | Literal["quantitative", "ordinal", "temporal", "nominal"] | UndefinedType`, found `Literal["unknown"]`
[error] no-matching-overload - No overload of bound method `scale` matches arguments
[error] no-matching-overload - No overload of bound method `X.scale` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`
[error] invalid-argument-type - Argument to `Y.__init__` is incorrect: Expected `bool | SchemaBase | Literal["zero", "center", "normalize"] | None | UndefinedType`, found `Literal["asdf"]`

tests/vegalite/test_common.py

[error] invalid-argument-type - Argument to bound method `enable` is incorrect: Expected `LiteralString | None`, found `str`
[error] invalid-argument-type - Argument to bound method `ThemeRegistry.enable` is incorrect: Expected `LiteralString | None`, found `str`

tests/vegalite/v6/schema/test_channels.py

[error] no-matching-overload - No overload of bound method `sort` matches arguments
[error] no-matching-overload - No overload of bound method `Angle.sort` matches arguments
[error] no-matching-overload - No overload of bound method `sort` matches arguments
[error] no-matching-overload - No overload of bound method `Angle.sort` matches arguments
[error] no-matching-overload - No overload of bound method `sort` matches arguments
[error] no-matching-overload - No overload of bound method `Angle.sort` matches arguments

tests/vegalite/v6/test_api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Expression`
[error] invalid-argument-type - Argument to constructor `expr.__new__` is incorrect: Expected `str`, found `Expression`
[error] invalid-argument-type - Argument to bound method `axis` is incorrect: Expected `str | Parameter | SchemaBase | ... omitted 3 union elements`, found `Then[list[_ConditionClosed]]`
[error] invalid-argument-type - Argument to bound method `X.axis` is incorrect: Expected `str | Parameter | SchemaBase | ... omitted 3 union elements`, found `Then[list[_ConditionClosed]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Parameter | SchemaBase | ... omitted 3 union elements`, found `Then[list[_ConditionClosed]]`
[error] invalid-argument-type - Argument to `Axis.__init__` is incorrect: Expected `str | Parameter | SchemaBase | ... omitted 3 union elements`, found `Then[list[_ConditionClosed]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["independent", "shared"] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to `DensityTransform.__init__` is incorrect: Expected `Literal["independent", "shared"] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to `DensityTransform.__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to `DensityTransform.__init__` is incorrect: Expected `bool | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to `DensityTransform.__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `list[str] | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SchemaBase | Literal["value", "median", "max", "min", "mean"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `ImputeTransform.__init__` is incorrect: Expected `SchemaBase | Literal["value", "median", "max", "min", "mean"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float | None] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `ImputeTransform.__init__` is incorrect: Expected `Sequence[int | float | None] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `LoessTransform.__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `QuantileTransform.__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `QuantileTransform.__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "log", "exp", "pow", "quad", "poly"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `RegressionTransform.__init__` is incorrect: Expected `Literal["linear", "log", "exp", "pow", "quad", "poly"] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `RegressionTransform.__init__` is incorrect: Expected `Sequence[int | float] | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `RegressionTransform.__init__` is incorrect: Expected `bool | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`
[error] invalid-argument-type - Argument to `RegressionTransform.__init__` is incorrect: Expected `int | float | UndefinedType`, found `str | list[str]`

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

src/antidote/core/_inject.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(type[Unknown], /, *args: object, **kwargs: object) -> object`, found `Top[(...) -> object]`
[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: object, **kwargs: object) -> object`, found `Top[(...) -> object]`

src/antidote/lib/lazy_ext/_provider.py

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

tests/core/test_inject.py

[error] invalid-argument-type - Argument to bound method `method` is incorrect: Expected `(Any, /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def no_args() -> object`
[error] invalid-argument-type - Argument to bound method `Inject.method` is incorrect: Expected `(Any, /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def no_args() -> object`

tests/lib/interface/test_class.py

[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyDefault'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`
[error] invalid-argument-type - Argument to bound method `ClassImplements.overriding` is incorrect: Expected `Never`, found `<class 'DummyImpl'>`

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

src/anyio/_backends/_asyncio.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `anyio._backends._asyncio.CancelScope | None`, found `anyio._core._tasks.CancelScope`
[error] invalid-argument-type - Argument to `TaskState.__init__` is incorrect: Expected `anyio._backends._asyncio.CancelScope | None`, found `anyio._core._tasks.CancelScope`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Task[Unknown]`, found `Task[Any] | None`
[error] invalid-argument-type - Argument to `AsyncIOTaskInfo.__init__` is incorrect: Expected `Task[Unknown]`, found `Task[Any] | None`

src/anyio/_core/_tempfile.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `SpooledTemporaryFile.write` matches arguments

src/anyio/from_thread.py

[error] invalid-argument-type - Argument to bound method `set_result` is incorrect: Expected `T_Retval@_call_func`, found `object`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `T_Retval@_call_func`, found `object`
[error] invalid-argument-type - Argument to bound method `_spawn_task_from_thread` is incorrect: Expected `Future[T_Retval@start_task_soon | Awaitable[T_Retval@start_task_soon]]`, found `Future[T_Retval@start_task_soon]`
[error] invalid-argument-type - Argument to bound method `BlockingPortal._spawn_task_from_thread` is incorrect: Expected `Future[T_Retval@start_task_soon | Awaitable[T_Retval@start_task_soon]]`, found `Future[T_Retval@start_task_soon]`

src/anyio/functools.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(**P@__call__) -> Awaitable[T@_LRUCacheWrapper]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)`
[error] invalid-argument-type - Argument to `AsyncLRUCacheWrapper.__init__` is incorrect: Expected `(**P@__call__) -> Awaitable[T@_LRUCacheWrapper]`, found `((**P@__call__) -> Coroutine[Any, Any, T@_LRUCacheWrapper]) | ((...) -> T@_LRUCacheWrapper)`

src/anyio/streams/file.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
[error] invalid-argument-type - Argument to `_BaseFileStream.__init__` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`
[error] invalid-argument-type - Argument to `_BaseFileStream.__init__` is incorrect: Expected `IO[bytes]`, found `TextIOWrapper[_WrappedBuffer] | BinaryIO | IO[Any]`

src/anyio/streams/stapled.py

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

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

apprise/apprise.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AppriseAsset | None`, found `object`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `AppriseAsset | None`, found `object`

apprise/apprise_config.py

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

apprise/cli.py

[error] invalid-argument-type - Argument to function `disk_scan` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `PersistentStore.disk_scan` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `disk_prune` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `PersistentStore.disk_prune` is incorrect: Expected `str`, found `str | None`

apprise/config/base.py

[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `Top[dict[Unknown, Unknown]]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

apprise/persistent_store.py

[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments
[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments

apprise/plugins/bark.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `list[str] & ~AppriseAttachment`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `list[str] & ~AppriseAttachment`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `AttachBase`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `AttachBase`

apprise/plugins/bluesky.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/d7networks.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

apprise/plugins/dapnet.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `Unknown | None`
[error] invalid-argument-type - Argument to `HTTPBasicAuth.__init__` is incorrect: Expected `bytes | str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `Unknown | None`
[error] invalid-argument-type - Argument to `HTTPBasicAuth.__init__` is incorrect: Expected `bytes | str`, found `Unknown | None`

apprise/plugins/dbus.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/discord.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/email/base.py

[error] no-matching-overload - No overload of `SMTP_SSL.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | None | int | tuple[str]`
[error] invalid-argument-type - Argument to `SMTP.__init__` is incorrect: Expected `str`, found `Unknown | str | None | int | tuple[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | str | tuple[str] | Unknown | None`
[error] invalid-argument-type - Argument to `SMTP.__init__` is incorrect: Expected `int`, found `int | str | tuple[str] | Unknown | None`
[error] invalid-argument-type - Argument to bound method `sendmail` is incorrect: Expected `str`, found `bool | str | Unknown`
[error] invalid-argument-type - Argument to bound method `SMTP.sendmail` is incorrect: Expected `str`, found `bool | str | Unknown`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

apprise/plugins/enigma2.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/fcm/__init__.py

[error] unknown-argument - Argument `user_agent` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `user_agent` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `timeout` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `timeout` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`

apprise/plugins/fcm/oauth.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `sign`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Ed25519PrivateKey.sign`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `sign`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Ed448PrivateKey.sign`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `sign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `DSAPrivateKey.sign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `sign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `EllipticCurvePrivateKey.sign`: expected 3, got 4

apprise/plugins/glib.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/gnome.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/gotify.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/irc/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | str | Unknown | None`
[error] invalid-argument-type - Argument to `IRCClient.__init__` is incorrect: Expected `int | None`, found `int | str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to `IRCClient.__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `IRCClient.__init__` is incorrect: Expected `str`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/irc/client.py

[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`

apprise/plugins/irc/protocol.py

[error] unknown-argument - Argument `raw` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `raw` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `prefix` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `prefix` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `command` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `command` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `params` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `params` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `trailing` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `trailing` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `raw` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `raw` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `prefix` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `prefix` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `command` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `command` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `params` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `params` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `trailing` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `trailing` does not match any known parameter of `object.__init__`

apprise/plugins/irc/state.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `reason` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `reason` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`

apprise/plugins/join.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/plugins/lametric.py

[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments

apprise/plugins/mastodon.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/mattermost.py

[error] invalid-argument-type - Argument to bound method `_channel_lookup` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `NotifyMattermost._channel_lookup` is incorrect: Expected `str`, found `Unknown | None`

apprise/plugins/msteams.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/pagertree.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`

apprise/plugins/pushover.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

apprise/plugins/pushsafer.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/pushy.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/reddit.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/revolt.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/sfr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/simplepush.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`
[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `None | bytes`

apprise/plugins/slack.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, str | Unknown]]`, found `dict[str, str | list[dict[str, str | Unknown]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str | dict[str, str | Unknown]]`, found `dict[str, str | list[dict[str, str | Unknown]]]`

apprise/plugins/smseagle.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/telegram.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Any | int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Any | int | None`

apprise/plugins/twitter.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

apprise/plugins/vapid/__init__.py

[error] invalid-argument-type - Argument to bound method `encrypt_webpush` is incorrect: Expected `EllipticCurvePublicKey`, found `Unknown | EllipticCurvePublicKey | None`
[error] invalid-argument-type - Argument to bound method `ApprisePEMController.encrypt_webpush` is incorrect: Expected `EllipticCurvePublicKey`, found `Unknown | EllipticCurvePublicKey | None`
[error] invalid-argument-type - Argument to bound method `encrypt_webpush` is incorrect: Expected `bytes`, found `Unknown | bytes | None`
[error] invalid-argument-type - Argument to bound method `ApprisePEMController.encrypt_webpush` is incorrect: Expected `bytes`, found `Unknown | bytes | None`

apprise/plugins/vonage.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

apprise/plugins/webexteams.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

apprise/plugins/whatsapp.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

apprise/plugins/wxpusher.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

apprise/plugins/xmpp/base.py

[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to `SlixmppAdapter.__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `SlixmppAdapter.__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to `SlixmppAdapter.__init__` is incorrect: Expected `(() -> None) | None`, found `XMPPConfig | list[Unknown] | str | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `SlixmppAdapter.__init__` is incorrect: Expected `bool`, found `Unknown | str | int | ... omitted 4 union elements`

apprise/url.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

apprise/utils/parse.py

[error] no-matching-overload - No overload of bound method `search` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.search` matches arguments

apprise/utils/pem.py

[error] invalid-argument-type - Argument to bound method `keygen` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `ApprisePEMController.keygen` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `keygen` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `ApprisePEMController.keygen` is incorrect: Expected `bool`, found `str`

tests/helpers/rest.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`
[error] invalid-argument-type - Argument to `AppriseAsset.__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`
[error] invalid-argument-type - Argument to `AppriseAsset.__init__` is incorrect: Expected `str | None`, found `Unknown | <class 'TypeError'> | Literal[PersistentStoreMode.MEMORY, PersistentStoreMode.AUTO]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_api.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 4 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to `Apprise.__init__` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 4 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `tuple[Literal["ntfys://user:pass@host/test"], Literal["json://localhost"]]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `tuple[Literal["ntfys://user:pass@host/test"], Literal["json://localhost"]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `AppriseAsset | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `AppriseAsset | None`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `AppriseAsset.__init__` is incorrect: Expected `str | bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to function `instantiate` is incorrect: Expected `str | dict[Unknown, Unknown]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to function `Apprise.instantiate` is incorrect: Expected `str | dict[Unknown, Unknown]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `tuple[Literal["TagA"]]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | list[str] | None`, found `tuple[Literal["TagA"]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | list[str] | None`, found `set[str]`
[error] invalid-argument-type - Argument to function `schemas` is incorrect: Expected `URLBase`, found `<class 'TextNotification'>`
[error] invalid-argument-type - Argument to function `URLBase.schemas` is incorrect: Expected `URLBase`, found `<class 'TextNotification'>`
[error] invalid-argument-type - Argument to function `schemas` is incorrect: Expected `URLBase`, found `<class 'TextNotification'>`
[error] invalid-argument-type - Argument to function `URLBase.schemas` is incorrect: Expected `URLBase`, found `<class 'TextNotification'>`
[error] invalid-argument-type - Argument to function `schemas` is incorrect: Expected `URLBase`, found `<class 'HtmlNotification'>`
[error] invalid-argument-type - Argument to function `URLBase.schemas` is incorrect: Expected `URLBase`, found `<class 'HtmlNotification'>`
[error] invalid-argument-type - Argument to function `schemas` is incorrect: Expected `URLBase`, found `object`
[error] invalid-argument-type - Argument to function `URLBase.schemas` is incorrect: Expected `URLBase`, found `object`
[error] invalid-argument-type - Argument to bound method `color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `AppriseAsset.color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `AppriseAsset.color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `AppriseAsset.color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ascii` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `AppriseAsset.ascii` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `tuple[Literal["/tmp"]]`
[error] invalid-argument-type - Argument to `AppriseAsset.__init__` is incorrect: Expected `list[str] | None`, found `tuple[Literal["/tmp"]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[str]`

tests/test_apprise_asset.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | tzinfo | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to `AppriseAsset.__init__` is incorrect: Expected `str | tzinfo | None`, found `<class 'object'>`

tests/test_apprise_attachments.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[str, str, AttachBase | None]`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[str, str, AttachBase | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, AttachBase | None]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, AttachBase | None]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `AttachBase | None`
[error] invalid-argument-type - Argument to function `instantiate` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `AppriseAttachment.instantiate` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `None`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `object`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`
[error] invalid-argument-type - Argument to bound method `AppriseAttachment.add` is incorrect: Expected `str | AttachBase | AppriseAttachment | list[str | AttachBase | AppriseAttachment]`, found `tuple[None, object, Literal[42], Literal["garbage://"]]`

tests/test_apprise_config.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `object`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[str, str]`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[str, str]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[ConfigFile, ConfigFile]`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[ConfigFile, ConfigFile]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[object, object]`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `tuple[object, object]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `object`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add` is incorrect: Expected `str | ConfigBase | list[str | ConfigBase]`, found `object`
[error] invalid-argument-type - Argument to bound method `add_config` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add_config` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `add_config` is incorrect: Expected `str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add_config` is incorrect: Expected `str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `add_config` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.add_config` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `servers` is incorrect: Expected `str | list[str]`, found `list[str | tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `AppriseConfig.servers` is incorrect: Expected `str | list[str]`, found `list[str | tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `_special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to function `ConfigBase._special_token_handler` is incorrect: Expected `dict[str, object]`, found `dict[str, str | list[str]]`

tests/test_config_base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to `ConfigBase.__init__` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to function `detect_config_format` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `ConfigBase.detect_config_format` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `config_parse` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `ConfigBase.config_parse` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `config_parse_text` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `ConfigBase.config_parse_text` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to function `config_parse_yaml` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `ConfigBase.config_parse_yaml` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`

tests/test_escapes.py

[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `notify` is incorrect: Expected `str | bytes`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Apprise.notify` is incorrect: Expected `str | bytes`, found `Literal[False]`

tests/test_notify_base.py

[error] invalid-argument-type - Argument to bound method `color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `NotifyBase.color` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ascii` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `NotifyBase.ascii` is incorrect: Expected `NotifyType`, found `Literal["invalid"]`

tests/test_persistent_store.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `PersistentStore.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `int | float | datetime | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `PersistentStore.set` is incorrect: Expected `int | float | datetime | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `open` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `PersistentStore.open` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to function `instantiate` is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument to function `CacheObject.instantiate` is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument to function `disk_prune` is incorrect: Expected `str | list[str] | None`, found `tuple[Literal["t01"], Literal["invalid"], Literal["-garbag!"]]`
[error] invalid-argument-type - Argument to function `PersistentStore.disk_prune` is incorrect: Expected `str | list[str] | None`, found `tuple[Literal["t01"], Literal["invalid"], Literal["-garbag!"]]`
[error] invalid-argument-type - Argument to function `disk_prune` is incorrect: Expected `str | list[str] | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to function `PersistentStore.disk_prune` is incorrect: Expected `str | list[str] | None`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | None`

tests/test_plugin_apprise_api.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_custom_form.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_custom_json.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_custom_xml.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_discord.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyDiscord.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyDiscord.__init__` is incorrect: Expected `str`, found `None`

tests/test_plugin_email.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, tuple[int, bytes]]`, found `Literal["smtplib.SMTPRecipientsRefused() not handled"]`
[error] invalid-argument-type - Argument to `SMTPRecipientsRefused.__init__` is incorrect: Expected `dict[str, tuple[int, bytes]]`, found `Literal["smtplib.SMTPRecipientsRefused() not handled"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["smtplib.SMTPSenderRefused() not handled"]`
[error] invalid-argument-type - Argument to `SMTPSenderRefused.__init__` is incorrect: Expected `bytes`, found `Literal["smtplib.SMTPSenderRefused() not handled"]`

tests/test_plugin_fluxer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyFluxer.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyFluxer.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyFluxer.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyFluxer.__init__` is incorrect: Expected `str`, found `None`

tests/test_plugin_guilded.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyDiscord.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyDiscord.__init__` is incorrect: Expected `str`, found `None`

tests/test_plugin_irc.py

[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 6
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 6
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `reason` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `line` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

tests/test_plugin_irc_state.py

[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `desired_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accepted_nick` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fullname` does not match any known parameter of `object.__init__`

tests/test_plugin_mailgun.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_mattermost.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `NotifyMattermost.__init__` is incorrect: Expected `str`, found `None`

tests/test_plugin_pushover.py

[error] missing-argument - No argument provided for required parameter `user_key` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `user_key` of `NotifyPushover.__init__`
[error] missing-argument - No argument provided for required parameter `token` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `token` of `NotifyPushover.__init__`

tests/test_plugin_signal.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_smseagle.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_smtp2go.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`
[error] invalid-argument-type - Argument to `AppriseAttachment.__init__` is incorrect: Expected `str | list[str | AttachBase | AppriseAttachment] | None`, found `tuple[str, str, str]`

tests/test_plugin_title_maxlen.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Apprise.add` is incorrect: Expected `str | dict[Unknown, Unknown] | NotifyBase | ... omitted 3 union elements`, found `list[object]`

tests/test_plugin_vapid.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | dict[Unknown, Unknown] | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `WebPushSubscription.__init__` is incorrect: Expected `str | dict[Unknown, Unknown] | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `str`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `WebPushSubscription.write` is incorrect: Expected `str`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `WebPushSubscription.write` is incorrect: Expected `str`, found `None`

tests/test_plugin_xmpp.py

[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Any | None`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `secure` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `verify_certificate` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `jid` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `password` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `host` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `port` does not match any known parameter of `object.__init__`

tests/test_utils_socket.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `tuple[float, float, float]`
[error] invalid-argument-type - Argument to `SocketTransport.__init__` is incorrect: Expected `int | float | tuple[int | float | None, int | float | None] | None`, found `tuple[float, float, float]`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["hi"]`
[error] invalid-argument-type - Argument to bound method `SocketTransport.write` is incorrect: Expected `bytes`, found `Literal["hi"]`

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

archinstall/lib/installer.py

[error] invalid-argument-type - Argument to bound method `_create_user` is incorrect: Expected `User`, found `object`
[error] invalid-argument-type - Argument to bound method `Installer._create_user` is incorrect: Expected `User`, found `object`

archinstall/lib/profile/profiles_handler.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Profile`, found `object`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Profile`, found `object`

archinstall/tui/ui/components.py

[error] invalid-argument-type - Argument to bound method `add_row` is incorrect: Expected `str | None`, found `MenuItem`
[error] invalid-argument-type - Argument to bound method `DataTable.add_row` is incorrect: Expected `str | None`, found `MenuItem`

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

src/arti/graphs/__init__.py

[error] invalid-argument-type - Argument to bound method `write_artifact_and_graph_partitions` is incorrect: Expected `Artifact`, found `Artifact | TypedBox[Artifact]`
[error] invalid-argument-type - Argument to bound method `BackendConnection.write_artifact_and_graph_partitions` is incorrect: Expected `Artifact`, found `Artifact | TypedBox[Artifact]`

src/arti/internal/utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `property`
[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `property`

tests/arti/producers/test_producer.py

[error] invalid-argument-type - Argument to bound method `out` is incorrect: Expected `Artifact`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Producer.out` is incorrect: Expected `Artifact`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `out` is incorrect: Expected `Artifact`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Producer.out` is incorrect: Expected `Artifact`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `out` is incorrect: Expected `Artifact`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `Producer.out` is incorrect: Expected `Artifact`, found `Literal[2]`

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

asynq/async_task.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

asynq/decorators.py

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

asynq/mock_.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 10, got 11
[error] too-many-positional-arguments - Too many positional arguments to `_patch.__init__`: expected 10, got 11
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 10, got 11
[error] too-many-positional-arguments - Too many positional arguments to `_patch.__init__`: expected 10, got 11

asynq/tests/test_decorators.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `PureAsyncDecoratorBinder.__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `asynq`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecoratorBinder.asynq`: expected 1, got 2

asynq/tests/test_multiple_inheritance.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `asynq`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecoratorBinder.asynq`: expected 1, got 2

asynq/tests/test_tools.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 2, got 4
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 2, got 5
[error] missing-argument - No argument provided for required parameter `arg` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `arg` of bound method `AsyncDecorator.__call__`
[error] unknown-argument - Argument `random_keyword_argument` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `random_keyword_argument` does not match any known parameter of bound method `AsyncDecorator.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] parameter-already-assigned - Multiple values provided for parameter `key` of bound method `__call__`
[error] parameter-already-assigned - Multiple values provided for parameter `key` of bound method `AsyncDecorator.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int, /) -> Any) | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `((int, /) -> Any) | None`, found `list[int]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 3, got 4
[error] parameter-already-assigned - Multiple values provided for parameter `key` of bound method `__call__`
[error] parameter-already-assigned - Multiple values provided for parameter `key` of bound method `AsyncDecorator.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `Iterable[Unknown]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal[2]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 3, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 3, got 5
[error] missing-argument - No argument provided for required parameter `__arg` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `__arg` of bound method `AsyncDecorator.__call__`
[error] unknown-argument - Argument `random_keyword_argument` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `random_keyword_argument` does not match any known parameter of bound method `AsyncDecorator.__call__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `asynq`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecoratorBinder.asynq`: expected 1, got 2

asynq/tests/test_typing.py

[error] missing-argument - No argument provided for required parameter `x` of bound method `asyncio`
[error] missing-argument - No argument provided for required parameter `x` of bound method `PureAsyncDecorator.asyncio`
[error] missing-argument - No argument provided for required parameter `x` of bound method `asyncio`
[error] missing-argument - No argument provided for required parameter `x` of bound method `PureAsyncDecorator.asyncio`
[error] too-many-positional-arguments - Too many positional arguments to bound method `asyncio`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `PureAsyncDecorator.asyncio`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `asyncio` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecoratorBinder.asyncio` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Iterable[Sized]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `Iterable[Sized]`, found `Literal[1]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `AsyncDecorator.__call__`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((int | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`
[error] invalid-argument-type - Argument to bound method `AsyncDecorator.__call__` is incorrect: Expected `((int | Sized, /) -> Any) | None`, found `def len(obj: Sized, /) -> int`

asynq/tests/typing_example/param_spec.py

[error] invalid-argument-type - Argument to bound method `asyncio` is incorrect: Expected `int`, found `Literal["1"]`
[error] invalid-argument-type - Argument to bound method `PureAsyncDecorator.asyncio` is incorrect: Expected `int`, found `Literal["1"]`
[error] invalid-argument-type - Argument to bound method `asyncio` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `PureAsyncDecorator.asyncio` is incorrect: Expected `str`, found `Literal[2]`

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

src/attr/_make.py

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

src/attr/_version_info.py

[error] unknown-argument - Argument `year` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `year` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `minor` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `minor` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `micro` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `micro` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `releaselevel` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `releaselevel` does not match any known parameter of `object.__init__`

src/attr/validators.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

tests/test_converters.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `<class 'int'>`
[error] invalid-argument-type - Argument to `Converter.__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `None`
[error] invalid-argument-type - Argument to `Converter.__init__` is incorrect: Expected `(Unknown, AttrsInstance, Attribute[Unknown], /) -> Unknown`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def wrapped(_, __, ___) -> int | float`
[error] invalid-argument-type - Argument to `Converter.__init__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def wrapped(_, __, ___) -> int | float`

tests/test_dunders.py

[error] unknown-argument - Argument `a` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `a` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `b` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `b` does not match any known parameter of `object.__init__`

tests/test_hooks.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `validator` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `validator` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repr` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `repr` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `cmp` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `cmp` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `hash` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `hash` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `init` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `init` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `metadata` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `metadata` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `converter` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `converter` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `kw_only` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `kw_only` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `eq` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `eq` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `eq_key` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `eq_key` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `order` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `order` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `order_key` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `order_key` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `on_setattr` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `on_setattr` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `inherited` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `inherited` does not match any known parameter of `object.__init__`

tests/test_make.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to function `_get_copy_kwargs` is incorrect: Expected `TestClassBuilder`, found `Literal[False]`
[error] invalid-argument-type - Argument to function `TestClassBuilder._get_copy_kwargs` is incorrect: Expected `TestClassBuilder`, found `Literal[False]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `C.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `C.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

tests/test_pattern_matching.py

[error] unknown-argument - Argument `a` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `a` does not match any known parameter of `object.__init__`

tests/test_slots.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to `SimpleOrdinaryClass.__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to bound method `method` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to bound method `SimpleOrdinaryClass.method` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to bound method `classmethod` is incorrect: Expected `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]`, found `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]`
[error] invalid-argument-type - Argument to bound method `SimpleOrdinaryClass.classmethod` is incorrect: Expected `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]`, found `type[tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to `SimpleOrdinaryClass.__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`
[error] invalid-argument-type - Argument to `SimpleOrdinaryClass.__init__` is incorrect: Expected `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`, found `tests.test_slots.<locals of function 'test_nonslots_these'>.SimpleOrdinaryClass @ tests/test_slots.py:193:11`

tests/utils.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `validator` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `validator` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repr` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `repr` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `cmp` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `cmp` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `eq` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `eq` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `hash` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `hash` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `init` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `init` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `converter` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `converter` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `kw_only` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `kw_only` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `inherited` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `inherited` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias_is_default` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias_is_default` does not match any known parameter of `object.__init__`

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

src/bandersnatch/mirror.py

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

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

beartype/_check/code/_pep/pep484585/codepep484585container.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign`, found `HintSign | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HintSign`, found `HintSign | None`

beartype/_check/convert/_reduce/redmain.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`

beartype/_check/error/errmain.py

[error] unknown-argument - Argument `message` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message` does not match any known parameter of `BaseException.__init__`
[error] unknown-argument - Argument `culprits` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `culprits` does not match any known parameter of `BaseException.__init__`

beartype/_check/metadata/hint/hintsmeta.py

[error] invalid-argument-type - Argument to bound method `reinit` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`
[error] invalid-argument-type - Argument to bound method `HintMeta.reinit` is incorrect: Expected `HintSign | None`, found `HintSign | None | Iota`

beartype/_util/cache/utilcacheobjattr.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__sizeof__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `object.__sizeof__`: expected 1, got 2

beartype/_util/text/utiltextjoin.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign`, found `HintSign | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HintSign`, found `HintSign | None`

beartype/door/_cls/util/doorclsmap.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HintSign`, found `HintSign | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HintSign`, found `HintSign | None`

beartype/vale/_core/_valecorebinary.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Mapping[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `BeartypeValidator.__init__` is incorrect: Expected `dict[str, Any]`, found `Mapping[Unknown, Unknown]`

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

src/black/trans.py

[error] invalid-argument-type - Argument to bound method `_merge_string_group` is incorrect: Expected `Line`, found `object`
[error] invalid-argument-type - Argument to bound method `StringMerger._merge_string_group` is incorrect: Expected `Line`, found `object`

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

src/bokeh/application/handlers/server_lifecycle.py

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

src/bokeh/client/connection.py

[error] invalid-argument-type - Argument to bound method `_handle_patch` is incorrect: Expected `patch_doc`, found `Message[Any]`
[error] invalid-argument-type - Argument to bound method `ClientSession._handle_patch` is incorrect: Expected `patch_doc`, found `Message[Any]`
[error] no-matching-overload - No overload of bound method `create` matches arguments
[error] no-matching-overload - No overload of bound method `Protocol.create` matches arguments

src/bokeh/core/has_props.py

[error] invalid-argument-type - Argument to bound method `has_unstable_default` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `PropertyDescriptor.has_unstable_default` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `_get` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `PropertyDescriptor._get` is incorrect: Expected `HasProps`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `set_from_json` is incorrect: Expected `HasProps`, found `Self@set_from_json`
[error] invalid-argument-type - Argument to bound method `PropertyDescriptor.set_from_json` is incorrect: Expected `HasProps`, found `Self@set_from_json`
[error] invalid-argument-type - Argument to bound method `get_value` is incorrect: Expected `HasProps`, found `Self@query_properties_with_values`
[error] invalid-argument-type - Argument to bound method `PropertyDescriptor.get_value` is incorrect: Expected `HasProps`, found `Self@query_properties_with_values`
[error] invalid-argument-type - Argument to bound method `trigger_if_changed` is incorrect: Expected `HasProps`, found `Self@apply_theme`
[error] invalid-argument-type - Argument to bound method `PropertyDescriptor.trigger_if_changed` is incorrect: Expected `HasProps`, found `Self@apply_theme`

src/bokeh/core/property/wrappers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Model`, found `HasProps`
[error] invalid-argument-type - Argument to `ColumnDataChangedEvent.__init__` is incorrect: Expected `Model`, found `HasProps`

src/bokeh/core/property_mixins.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `Property.__init__`: expected 1, got 2

src/bokeh/document/config.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[Notifications | InstanceDefault[Notifications]]] | Property[Notifications | InstanceDefault[Notifications]]`, found `Instance[Notifications]`
[error] invalid-argument-type - Argument to `Nullable.__init__` is incorrect: Expected `type[Property[Notifications | InstanceDefault[Notifications]]] | Property[Notifications | InstanceDefault[Notifications]]`, found `Instance[Notifications]`

src/bokeh/document/document.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
[error] invalid-argument-type - Argument to `NextTickCallback.__init__` is incorrect: Expected `() -> None`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
[error] invalid-argument-type - Argument to `PeriodicCallback.__init__` is incorrect: Expected `() -> None`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `None`
[error] invalid-argument-type - Argument to `TimeoutCallback.__init__` is incorrect: Expected `() -> None`, found `None`

src/bokeh/embed/bundle.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/bokeh/embed/standalone.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

src/bokeh/layouts.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(UIElement, /) -> Unknown`, found `def traverse(item: LayoutDOM, top_level: bool = False) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(UIElement, /) -> Unknown`, found `def traverse(item: LayoutDOM, top_level: bool = False) -> Unknown`

src/bokeh/model/model.py

[error] invalid-argument-type - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `Theme.apply_to_model` is incorrect: Expected `Model`, found `Self@__init__`
[error] invalid-argument-type - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_attach_document`
[error] invalid-argument-type - Argument to bound method `Theme.apply_to_model` is incorrect: Expected `Model`, found `Self@_attach_document`
[error] invalid-argument-type - Argument to bound method `apply_to_model` is incorrect: Expected `Model`, found `Self@_detach_document`
[error] invalid-argument-type - Argument to bound method `Theme.apply_to_model` is incorrect: Expected `Model`, found `Self@_detach_document`

src/bokeh/models/annotations/annotation.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`

src/bokeh/models/annotations/arrows.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[OpenHead]]] | Property[ArrowHead | InstanceDefault[OpenHead]]`, found `Instance[ArrowHead]`
[error] invalid-argument-type - Argument to `Nullable.__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[OpenHead]]] | Property[ArrowHead | InstanceDefault[OpenHead]]`, found `Instance[ArrowHead]`

src/bokeh/models/annotations/geometry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `NonNegative.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `NonNegative.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `() -> BoxInteractionHandles` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> BoxInteractionHandles` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BoxInteractionHandles | UndefinedType | IntrinsicType`, found `() -> BoxInteractionHandles`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `BoxInteractionHandles | UndefinedType | IntrinsicType`, found `() -> BoxInteractionHandles`
[error] invalid-argument-type - Argument to bound method `accepts` is incorrect: Expected `(Any, /) -> S@Instance`, found `(obj: Any) -> BoxInteractionHandles`
[error] invalid-argument-type - Argument to bound method `Property.accepts` is incorrect: Expected `(Any, /) -> S@Instance`, found `(obj: Any) -> BoxInteractionHandles`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`
[error] invalid-argument-type - Argument to `Nullable.__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`
[error] invalid-argument-type - Argument to `Nullable.__init__` is incorrect: Expected `type[Property[ArrowHead | InstanceDefault[TeeHead]]] | Property[ArrowHead | InstanceDefault[TeeHead]]`, found `Instance[ArrowHead]`

src/bokeh/models/annotations/html/labels.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/labels.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/annotations/legends.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `accepts` is incorrect: Expected `(Any, /) -> LegendItem`, found `(items: Any) -> list[LegendItem]`
[error] invalid-argument-type - Argument to bound method `Property.accepts` is incorrect: Expected `(Any, /) -> LegendItem`, found `(items: Any) -> list[LegendItem]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[MetricLength]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[MetricLength]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Dimensional | UndefinedType | IntrinsicType`, found `InstanceDefault[MetricLength]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Dimensional | UndefinedType | IntrinsicType`, found `InstanceDefault[MetricLength]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[FixedTicker]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[FixedTicker]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Ticker | UndefinedType | IntrinsicType`, found `InstanceDefault[FixedTicker]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Ticker | UndefinedType | IntrinsicType`, found `InstanceDefault[FixedTicker]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[NoOverlap]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NoOverlap]`

src/bokeh/models/axes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[AllLabels]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[AllLabels]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[AllLabels]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `LabelingPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[AllLabels]`

src/bokeh/models/coordinates.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`

src/bokeh/models/expressions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'String'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'String'>`

src/bokeh/models/glyphs.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `LinearColorMapper.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearColorMapper]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[LinearColorMapper]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ColorMapper | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearColorMapper]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `ColorMapper | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearColorMapper]`
[error] invalid-argument-type - Argument to bound method `accepts` is incorrect: Expected `(Any, /) -> S@Instance`, found `(pal: Any) -> LinearColorMapper`
[error] invalid-argument-type - Argument to bound method `Property.accepts` is incorrect: Expected `(Any, /) -> S@Instance`, found `(pal: Any) -> LinearColorMapper`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `NonNegative.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `NonNegative.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | XY[Property[Unknown]] | ... omitted 4 union elements`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown], Property[Unknown], Property[Unknown]] | Corners[Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`

src/bokeh/models/layouts.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Property.__init__` is incorrect: Expected `Property[Unknown] | tuple[Property[Unknown], Property[Unknown]] | UndefinedType | IntrinsicType`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `List[UIElement]`
[error] invalid-argument-type - Argument to bound method `accepts` is incorrect: Expected `(Any, /) -> TabPanel`, found `(items: Any) -> list[TabPanel]`
[error] invalid-argument-type - Argument to bound method `Property.accepts` is incorrect: Expected `(Any, /) -> TabPanel`, found `(items: Any) -> list[TabPanel]`

src/bokeh/models/mappers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Nullable[Unknown] | (Unknown & ~None)`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Nullable[Unknown] | (Unknown & ~None)`

src/bokeh/models/plots.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[DataRange1d]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Range | UndefinedType | IntrinsicType`, found `InstanceDefault[DataRange1d]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[LinearScale]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Scale | UndefinedType | IntrinsicType`, found `InstanceDefault[LinearScale]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[Toolbar]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Toolbar | UndefinedType | IntrinsicType`, found `InstanceDefault[Toolbar]`

src/bokeh/models/ranges.py

[error] no-matching-overload - No overload of `Counter.__init__` matches arguments
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of `Property.__init__`
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of `Property.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Readonly.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Readonly.__init__` is incorrect: Expected `type[Property[int]] | Property[int]`, found `<class 'Float'>`
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `accept_datetime` does not match any known parameter of `Property.__init__`

src/bokeh/models/renderers/contour_renderer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`

src/bokeh/models/renderers/glyph_renderer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`

src/bokeh/models/renderers/graph_renderer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> GlyphRenderer[Unknown]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GlyphRenderer[Unknown] | UndefinedType | IntrinsicType`, found `() -> GlyphRenderer[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[NodesOnly]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `GraphHitTestPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[NodesOnly]`

src/bokeh/models/renderers/tile_renderer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[WMTSTileSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[WMTSTileSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TileSource | UndefinedType | IntrinsicType`, found `InstanceDefault[WMTSTileSource]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `TileSource | UndefinedType | IntrinsicType`, found `InstanceDefault[WMTSTileSource]`

src/bokeh/models/selections.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`

src/bokeh/models/sources.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[Selection | InstanceDefault[Selection]]] | Property[Selection | InstanceDefault[Selection]]`, found `Instance[Selection]`
[error] invalid-argument-type - Argument to `Readonly.__init__` is incorrect: Expected `type[Property[Selection | InstanceDefault[Selection]]] | Property[Selection | InstanceDefault[Selection]]`, found `Instance[Selection]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[UnionRenderers]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[UnionRenderers]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SelectionPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[UnionRenderers]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `SelectionPolicy | UndefinedType | IntrinsicType`, found `InstanceDefault[UnionRenderers]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `Property[Any]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[str]`, found `Property[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[AllIndices]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[AllIndices]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Filter | UndefinedType | IntrinsicType`, found `InstanceDefault[AllIndices]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `Filter | UndefinedType | IntrinsicType`, found `InstanceDefault[AllIndices]`

src/bokeh/models/tickers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[int]]] | Property[list[int]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[int]]] | Property[list[int]]`, found `<class 'Float'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`
[error] invalid-argument-type - Argument to `Seq.__init__` is incorrect: Expected `type[Property[list[Unknown]]] | Property[list[Unknown]]`, found `<class 'Int'>`

src/bokeh/models/tools.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to `Optional.__init__` is incorrect: Expected `Property[Unknown]`, found `<class 'Bool'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `() -> BoxAnnotation` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `() -> BoxAnnotation` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `() -> BoxAnnotation`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `() -> BoxAnnotation`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[BoxAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `BoxAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[BoxAnnotation]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[PolyAnnotation]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `PolyAnnotation | UndefinedType | IntrinsicType`, found `InstanceDefault[PolyAnnotation]`

src/bokeh/models/util/structure.py

[error] invalid-argument-type - Argument to bound method `_obj_props_to_df2` is incorrect: Expected `Model`, found `Model | None`
[error] invalid-argument-type - Argument to bound method `_BokehStructureGraph._obj_props_to_df2` is incorrect: Expected `Model`, found `Model | None`

src/bokeh/models/widgets/buttons.py

[error] invalid-argument-type - Argument to bound method `js_on_change` is incorrect: Expected `CustomCode`, found `Callback`
[error] invalid-argument-type - Argument to bound method `Model.js_on_change` is incorrect: Expected `CustomCode`, found `Callback`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `BuiltinIcon.__init__`: expected 1, got 2

src/bokeh/models/widgets/tables.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[StringFormatter]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[StringFormatter]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CellFormatter | UndefinedType | IntrinsicType`, found `InstanceDefault[StringFormatter]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `CellFormatter | UndefinedType | IntrinsicType`, found `InstanceDefault[StringFormatter]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[StringEditor]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[StringEditor]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CellEditor | UndefinedType | IntrinsicType`, found `InstanceDefault[StringEditor]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `CellEditor | UndefinedType | IntrinsicType`, found `InstanceDefault[StringEditor]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[ColumnDataSource]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `DataSource | UndefinedType | IntrinsicType`, found `InstanceDefault[ColumnDataSource]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Argument type `InstanceDefault[CDSView]` does not satisfy upper bound `Serializable` of type variable `S`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `CDSView | UndefinedType | IntrinsicType`, found `InstanceDefault[CDSView]`

src/bokeh/palettes.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

src/bokeh/plotting/_figure.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

src/bokeh/resources.py

[error] invalid-argument-type - Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
[error] invalid-argument-type - Argument to function `UrlsFn.__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
[error] invalid-argument-type - Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
[error] invalid-argument-type - Argument to function `HashesFn.__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
[error] invalid-argument-type - Argument to function `__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`
[error] invalid-argument-type - Argument to function `UrlsFn.__call__` is incorrect: Expected `list[str]`, found `list[Literal["bokeh", "bokeh-gl", "bokeh-widgets", "bokeh-tables", "bokeh-mathjax", "bokeh-api"]]`

src/bokeh/server/session.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IOLoop`, found `IOLoop | None`
[error] invalid-argument-type - Argument to `DocumentCallbackGroup.__init__` is incorrect: Expected `IOLoop`, found `IOLoop | None`
[error] invalid-argument-type - Argument to bound method `_wrap_session_callback` is incorrect: Expected `SessionCallback`, found `() -> None`
[error] invalid-argument-type - Argument to bound method `ServerSession._wrap_session_callback` is incorrect: Expected `SessionCallback`, found `() -> None`

src/bokeh/server/tornado.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Mapping[str, Application | ((Document, /) -> None)] & Top[(...) -> object]) | (Application & Top[(...) -> object]) | ((Document, /) -> None)`
[error] invalid-argument-type - Argument to `FunctionHandler.__init__` is incorrect: Expected `(Document, /) -> None`, found `(Mapping[str, Application | ((Document, /) -> None)] & Top[(...) -> object]) | (Application & Top[(...) -> object]) | ((Document, /) -> None)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Document, /) -> None`, found `(Application & Top[(...) -> object]) | ((Document, /) -> None)`
[error] invalid-argument-type - Argument to `FunctionHandler.__init__` is incorrect: Expected `(Document, /) -> None`, found `(Application & Top[(...) -> object]) | ((Document, /) -> None)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...], dict[str, dict[str, Unknown] | str | None | bool]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...], dict[str, dict[str, Unknown] | str | None | bool]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, type[RequestHandler]] | tuple[str, type[RequestHandler], dict[str, Any]]`, found `tuple[str | Unknown, *tuple[type[RequestHandler] | dict[str, Any] | Unknown, ...]]`

src/bokeh/server/views/autoload_js_handler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ID | None`, found `str & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to `RenderItem.__init__` is incorrect: Expected `ID | None`, found `str & ~AlwaysFalsy`

src/bokeh/server/views/ws.py

[error] invalid-argument-type - Argument to bound method `send` is incorrect: Expected `WebSocketClientConnectionWrapper`, found `Self@send_message`
[error] invalid-argument-type - Argument to bound method `Message.send` is incorrect: Expected `WebSocketClientConnectionWrapper`, found `Self@send_message`

src/bokeh/settings.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((str | int | None, /) -> str | int | None) | None`, found `def convert_logging(value: str | int) -> int | None`
[error] invalid-argument-type - Argument to `PrioritizedSetting.__init__` is incorrect: Expected `((str | int | None, /) -> str | int | None) | None`, found `def convert_logging(value: str | int) -> int | None`

src/bokeh/sphinxext/_internal/bokehjs_content.py

[error] unknown-argument - Argument `location` does not match any known parameter of bound method `warning`
[error] unknown-argument - Argument `location` does not match any known parameter of bound method `Logger.warning`

src/bokeh/sphinxext/_internal/example_handler.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ModuleType`, found `ModuleType | None`
[error] invalid-argument-type - Argument to bound method `DocumentModuleManager.add` is incorrect: Expected `ModuleType`, found `ModuleType | None`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `ModuleType`, found `ModuleType | None`
[error] invalid-argument-type - Argument to bound method `CodeRunner.run` is incorrect: Expected `ModuleType`, found `ModuleType | None`

src/bokeh/util/serialization.py

[error] invalid-argument-type - Argument to bound method `filled` is incorrect: Argument type `MaskedArray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `MaskedArray[_ShapeT_co@MaskedArray, _DTypeT_co@MaskedArray]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MaskedArray.filled` is incorrect: Argument type `MaskedArray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `MaskedArray[_ShapeT_co@MaskedArray, _DTypeT_co@MaskedArray]` of type variable `Self`

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

src/build/util.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to `PathDistribution.__init__` is incorrect: Expected `SimplePath`, found `Path`

tests/test_integration.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

tests/test_projectbuilder.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubprocessRunner`, found `def dummy_runner(cmd: Sequence[str], cwd: str | None = None, extra_environ: dict[str, str] | None = None) -> None`
[error] invalid-argument-type - Argument to `ProjectBuilder.__init__` is incorrect: Expected `SubprocessRunner`, found `def dummy_runner(cmd: Sequence[str], cwd: str | None = None, extra_environ: dict[str, str] | None = None) -> None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to `PathDistribution.__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to `PathDistribution.__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to `PathDistribution.__init__` is incorrect: Expected `SimplePath`, found `Path`

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

cibuildwheel/architecture.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.x86]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.x86]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.arm64_iphoneos]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Self@auto_archs`, found `Literal[Architecture.arm64_iphoneos]`

cibuildwheel/options.py

[error] invalid-argument-type - Argument to bound method `format_table` is incorrect: Expected `Mapping[str, Sequence[str | int] | int]`, found `Mapping[str, Sequence[str | int] | int] | (Sequence[str | int] & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]])`
[error] invalid-argument-type - Argument to bound method `OptionFormat.format_table` is incorrect: Expected `Mapping[str, Sequence[str | int] | int]`, found `Mapping[str, Sequence[str | int] | int] | (Sequence[str | int] & Top[Mapping[Unknown, object]]) | (int & Top[Mapping[Unknown, object]])`

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

cki_lib/inttests/rabbitmq.py

[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `bool | str | None`, found `Path`
[error] invalid-argument-type - Argument to bound method `Session.put` is incorrect: Expected `bool | str | None`, found `Path`

cki_lib/kcidb/file.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

cki_lib/messagequeue.py

[error] invalid-argument-type - Argument to bound method `listen_messages` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `MessageQueue.listen_messages` is incorrect: Expected `str`, found `str | None`

inttests/test_messagequeue.py

[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `CallbackMock`

tests/kcidb/test_checks.py

[error] invalid-argument-type - Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `TestChecks._mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `TestChecks._mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `TestChecks._mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `TestChecks._mock_issueoccurrence` is incorrect: Expected `str`, found `Literal[2]`

tests/test_messagequeue.py

[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `None`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `None`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `MessageQueue.consume_messages` is incorrect: Expected `list[Unknown]`, found `Literal["routing"]`
[error] invalid-argument-type - Argument to bound method `_consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]`
[error] invalid-argument-type - Argument to bound method `MessageQueue._consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]`
[error] invalid-argument-type - Argument to bound method `_consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`
[error] invalid-argument-type - Argument to bound method `MessageQueue._consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`
[error] invalid-argument-type - Argument to bound method `_consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]`
[error] invalid-argument-type - Argument to bound method `MessageQueue._consume_one` is incorrect: Expected `Item`, found `tuple[Literal[""], None, Literal[""], Literal["{}"], Literal[""], Literal[""]]`
[error] invalid-argument-type - Argument to bound method `_consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`
[error] invalid-argument-type - Argument to bound method `MessageQueue._consume_one` is incorrect: Expected `(dict[Unknown, Unknown], str, dict[str, str], ((bool, /) -> None) | None, bool, /) -> None`, found `<class 'Exception'>`

tests/test_misc.py

[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `Iterable[Unknown] | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `bool`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `bool`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `int | str | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `int | str | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `str | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `str | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `str | tuple[str, ...] | None`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `str | type[Action]`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `str | type[Action]`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `_ActionsContainer.add_argument` is incorrect: Expected `str`, found `Unknown | str | timedelta`
[error] invalid-argument-type - Argument to bound method `add_argument` is incorrect: Expected `str`, found `Unknown | str | timedelta`

tests/test_session.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `Mapping[str, str | bytes | None] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `bool | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `bool | str | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `bool | str | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Session.get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | int`

tests/utils.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

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

cloudinit/analyze/__init__.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

cloudinit/cmd/devel/net_convert.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `MutableMapping[str, Any] | None`
[error] invalid-argument-type - Argument to `Renderer.__init__` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `MutableMapping[str, Any] | None`

cloudinit/cmd/main.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | dict[Unknown, Unknown] | None | Any`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | dict[Unknown, Unknown] | None | Any`

cloudinit/config/cc_resizefs.py

[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `Literal["growfs: requested size"]`
[error] invalid-argument-type - Argument to bound method `bytes.startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `Literal["growfs: requested size"]`

cloudinit/config/cc_rh_subscription.py

[error] invalid-argument-type - Argument to bound method `split` is incorrect: Expected `Buffer | None`, found `Literal["\n"]`
[error] invalid-argument-type - Argument to bound method `bytes.split` is incorrect: Expected `Buffer | None`, found `Literal["\n"]`

cloudinit/config/cc_ubuntu_pro.py

[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments

cloudinit/helpers.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`

cloudinit/net/eni.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `_render_route` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `Renderer._render_route` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`

cloudinit/net/network_state.py

[error] invalid-argument-type - Argument to bound method `to_passthrough` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `NetworkState.to_passthrough` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`

cloudinit/sources/DataSourceOracle.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, Any]] | None`, found `tuple[dict[str, str | dict[str, str]], dict[str, str], dict[str, str | dict[str, str]], dict[str, str]]`
[error] invalid-argument-type - Argument to `EphemeralIPNetwork.__init__` is incorrect: Expected `list[dict[str, Any]] | None`, found `tuple[dict[str, str | dict[str, str]], dict[str, str], dict[str, str | dict[str, str]], dict[str, str]]`

cloudinit/sources/helpers/netlink.py

[error] invalid-argument-type - Argument to bound method `setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `socket.setblocking` is incorrect: Expected `bool`, found `Literal[0]`

cloudinit/stages.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

cloudinit/templater.py

[error] invalid-argument-type - Argument to function `format_error_message` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `JinjaSyntaxParsingException.format_error_message` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `format_error_message` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to function `JinjaSyntaxParsingException.format_error_message` is incorrect: Expected `str`, found `int`

cloudinit/url_helper.py

[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `Iterable[bytes] | str | bytes | ... omitted 5 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `Mapping[str, Iterable[(Response, /) -> Any] | ((Response, /) -> Any)] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `Mapping[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements] | Iterable[tuple[str, SupportsRead[str | bytes] | str | bytes | ... omitted 3 union elements]] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `MutableMapping[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `None | MutableMapping[str, str]`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `None | MutableMapping[str, str]`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `SupportsItems[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None] | Iterable[tuple[str | bytes | int | float, Iterable[str | bytes | int | float] | float | int | None]] | ... omitted 3 union elements`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `str | tuple[str, str] | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | bool`
[error] invalid-argument-type - Argument to bound method `Session.request` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `Unknown | bool`

tests/unittests/cmd/devel/test_logs.py

[error] invalid-argument-type - Argument to bound method `extractall` is incorrect: Expected `Iterable[TarInfo] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `TarFile.extractall` is incorrect: Expected `Iterable[TarInfo] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `extractall` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `TarFile.extractall` is incorrect: Expected `bool`, found `str`

tests/unittests/config/test_apt_source_v1.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tests/unittests/config/test_cc_growpart.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Paths`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `Paths`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Runners`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `Runners`, found `None`

tests/unittests/config/test_cc_resolv_conf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Runners`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `Runners`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `DataSource`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Runners`, found `None`
[error] invalid-argument-type - Argument to `Cloud.__init__` is incorrect: Expected `Runners`, found `None`

tests/unittests/config/test_schema.py

[error] invalid-argument-type - Argument to function `format_error_message` is incorrect: Expected `str`, found `Literal[3]`
[error] invalid-argument-type - Argument to function `JinjaSyntaxParsingException.format_error_message` is incorrect: Expected `str`, found `Literal[3]`

tests/unittests/distros/test_user_data_normalize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `Paths.__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`

tests/unittests/helpers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `Paths.__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`

tests/unittests/net/test_init.py

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

tests/unittests/sources/test_azure.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]] | list[Unknown]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str]`, found `dict[str, str | dict[str, list[Unknown]] | dict[str, list[dict[str, str]] | list[Unknown]]]`

tests/unittests/sources/test_azure_helper.py

[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `build_report` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `GoalStateHealthReporter.build_report` is incorrect: Expected `str`, found `int | str`

tests/unittests/sources/test_gce.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `Paths.__init__` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | dict[str, str] | str | ... omitted 3 union elements`

tests/unittests/test__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Response`, found `FakeResponse`
[error] invalid-argument-type - Argument to `UrlResponse.__init__` is incorrect: Expected `Response`, found `FakeResponse`

tests/unittests/test_builtin_handlers.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tests/unittests/test_ds_identify.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `dict[str, str | int]`

tests/unittests/test_helpers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to `DataSource.__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Paths`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataSource.__init__` is incorrect: Expected `Paths`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to `DataSource.__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Paths`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataSource.__init__` is incorrect: Expected `Paths`, found `dict[Unknown, Unknown]`

tests/unittests/test_net.py

[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `str`, found `Unknown | bool | str | None`
[error] invalid-argument-type - Argument to bound method `_TextIOBase.write` is incorrect: Expected `str`, found `Unknown | bool | str | None`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tests/unittests/test_templating.py

[error] invalid-argument-type - Argument to function `format_error_message` is incorrect: Expected `str`, found `Literal[4]`
[error] invalid-argument-type - Argument to function `JinjaSyntaxParsingException.format_error_message` is incorrect: Expected `str`, found `Literal[4]`
[error] invalid-argument-type - Argument to function `format_error_message` is incorrect: Expected `str`, found `Literal[4]`
[error] invalid-argument-type - Argument to function `JinjaSyntaxParsingException.format_error_message` is incorrect: Expected `str`, found `Literal[4]`

tests/unittests/util.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to function `DataSource.__init__` is incorrect: Expected `Distro`, found `None`
[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `Paths`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `DataSource.__init__` is incorrect: Expected `Paths`, found `Unknown | None`

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

colour/io/uprtek_sekonic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | list[str]`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | list[str]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | list[str]`

colour/notation/hexadecimal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | bytes | bytearray`, found `list[Unknown]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | bytes | bytearray`, found `list[Unknown]`

colour/notation/munsell/centore2014.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `tuple[int | float, int | float]`, found `tuple[Unknown, Unknown, Unknown]`

colour/plotting/colorimetry.py

[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Any | bool`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `str | Any | bool`

colour/plotting/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `text` is incorrect: Expected `dict[str, Any] | None`, found `int | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.text` is incorrect: Expected `dict[str, Any] | None`, found `int | float | Any`
[error] invalid-argument-type - Argument to bound method `set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `Patch.set_facecolor` is incorrect: Expected `tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["equal", "auto"] | int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["upper", "lower"] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | _Buffer | ... omitted 6 union elements`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `str | Colormap | Any`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `tuple[int | float, int | float, int | float, int | float] | None`, found `str | Colormap | Any`

colour/plotting/diagrams.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Any | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `Any | Sequence[MultiSpectralDistributions | str] | MultiSpectralDistributions | bool`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/models.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | float | Any | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Colorizer | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `Sequence[tuple[int | float, int | float, int | float] | str | tuple[int | float, int | float, int | float, int | float] | tuple[tuple[int | float, int | float, int | float] | str, int | float] | tuple[tuple[int | float, int | float, int | float, int | float], int | float]] | tuple[int | float, int | float, int | float] | tuple[int | float, int | float, int | float, int | float] | ... omitted 3 union elements`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `bool`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Colormap | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `Axes.scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`
[error] invalid-argument-type - Argument to bound method `scatter` is incorrect: Expected `str | Normalize | None`, found `int | str | float | Any`

colour/plotting/phenomena.py

[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `str | Normalize | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `str | Normalize | None`, found `str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str | int`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `Colorizer | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `Colorizer | None`, found `str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `bool`, found `str`
[error] invalid-argument-type - Argument to bound method `pcolormesh` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Axes.pcolormesh` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Colorizer | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `Literal["data", "rgba", "auto"] | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `bool`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `int | float`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `Axes.imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str`
[error] invalid-argument-type - Argument to bound method `imshow` is incorrect: Expected `str | Normalize | None`, found `tuple[int, int, int, int] | str`

colour/plotting/section.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

colour/plotting/temperature.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to `LineCollection.__init__` is incorrect: Expected `Sequence[_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements]`, found `ndarray[tuple[int, int, int], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `plot` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - Argument to bound method `Axes.plot` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `bool | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `dict[str, Any] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform) | tuple[str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform), str | Artist | Transform | ((RendererBase, /) -> Bbox | Transform)]`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `str | Artist | Transform | ... omitted 3 union elements`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`
[error] invalid-argument-type - Argument to bound method `Axes.annotate` is incorrect: Expected `tuple[int | float, int | float] | None`, found `bool | tuple[int, int] | str | Structure | Any`

colour/plotting/volume.py

[error] parameter-already-assigned - Multiple values provided for parameter `s` of bound method `scatter`
[error] parameter-already-assigned - Multiple values provided for parameter `s` of bound method `Axes.scatter`

colour/utilities/array.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`

colour/utilities/network.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@add_node`, found `PortNode`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@add_node`, found `PortNode`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `Self@remove_node`, found `PortNode`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `Self@remove_node`, found `PortNode`

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

comtypes/logutil.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `ConfigParser.get` matches arguments

comtypes/server/automation.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `VARIANTEnumerator.__init__`: expected 2, got 3

comtypes/test/test_client_dynamic.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch`
[error] invalid-argument-type - Argument to `_Dispatch.__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch`
[error] invalid-argument-type - Argument to `_Dispatch.__init__` is incorrect: Expected `_Pointer[IDispatch]`, found `IDispatch`

comtypes/test/test_util.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | bytes | bytearray`, found `int | float | bytes`
[error] invalid-argument-type - Argument to `_SimpleCData.__init__` is incorrect: Expected `int | float`, found `int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | bytes`
[error] invalid-argument-type - Argument to `_SimpleCData.__init__` is incorrect: Expected `int`, found `int | float | bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float | bytes`
[error] invalid-argument-type - Argument to `c_char.__init__` is incorrect: Expected `int | bytes | bytearray`, found `int | float | bytes`

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

homeassistant/components/weather/__init__.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

homeassistant/auth/mfa_modules/notify.py

[error] invalid-argument-type - Argument to bound method `async_notify` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `NotifyAuthModule.async_notify` is incorrect: Expected `str`, found `str | None`

homeassistant/components/aemet/sensor.py

[error] invalid-argument-type - Argument to bound method `get_aemet_value` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to bound method `AemetEntity.get_aemet_value` is incorrect: Expected `list[str]`, found `list[str] | None`

homeassistant/components/airly/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str, Any, Any] | tuple[str, str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str, Any, Any] | tuple[str, str, str]]`

homeassistant/components/alert/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Any, Any]`, found `Any | None`
[error] invalid-argument-type - Argument to `AlertEntity.__init__` is incorrect: Expected `dict[Any, Any]`, found `Any | None`

homeassistant/components/api/__init__.py

[error] invalid-argument-type - Argument to bound method `async_set` is incorrect: Expected `str`, found `dict[str, Any] | list[Any] | str | int | float`
[error] invalid-argument-type - Argument to bound method `StateMachine.async_set` is incorrect: Expected `str`, found `dict[str, Any] | list[Any] | str | int | float`
[error] invalid-argument-type - Argument to bound method `async_set` is incorrect: Expected `Mapping[str, Any] | None`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `StateMachine.async_set` is incorrect: Expected `Mapping[str, Any] | None`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `async_set` is incorrect: Expected `bool`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `StateMachine.async_set` is incorrect: Expected `bool`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `State.from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `async_call` is incorrect: Expected `dict[str, Any] | None`, found `dict[str, JsonValueType] | list[JsonValueType] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `ServiceRegistry.async_call` is incorrect: Expected `dict[str, Any] | None`, found `dict[str, JsonValueType] | list[JsonValueType] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `async_render` is incorrect: Expected `TemplateVarsType`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Template.async_render` is incorrect: Expected `TemplateVarsType`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/components/apple_tv/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | str | Unknown`

homeassistant/components/apple_tv/media_player.py

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

homeassistant/components/aprilaire/coordinator.py

[error] unknown-argument - Argument `connections` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `connections` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `created_at` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `created_at` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `default_manufacturer` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `default_manufacturer` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `default_model` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `default_model` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `default_name` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `default_name` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `identifiers` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `identifiers` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `modified_at` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `modified_at` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `translation_key` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `translation_key` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `translation_placeholders` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `translation_placeholders` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] unknown-argument - Argument `via_device` does not match any known parameter of bound method `async_update_device`
[error] unknown-argument - Argument `via_device` does not match any known parameter of bound method `DeviceRegistry.async_update_device`
[error] invalid-argument-type - Argument to bound method `async_update_device` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_update_device` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `async_update_device` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_update_device` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, str]]`

homeassistant/components/assist_pipeline/pipeline.py

[error] invalid-argument-type - Argument to bound method `prepare_speech_to_text` is incorrect: Expected `SpeechMetadata`, found `SpeechMetadata | None`
[error] invalid-argument-type - Argument to bound method `PipelineRun.prepare_speech_to_text` is incorrect: Expected `SpeechMetadata`, found `SpeechMetadata | None`

homeassistant/components/assist_satellite/__init__.py

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

homeassistant/components/asuswrt/helpers.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

homeassistant/components/auth/__init__.py

[error] invalid-argument-type - Argument to function `post` is incorrect: Expected `RevokeTokenView`, found `Self@post`
[error] invalid-argument-type - Argument to function `RevokeTokenView.post` is incorrect: Expected `RevokeTokenView`, found `Self@post`

homeassistant/components/auth/mfa_setup_flow.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

homeassistant/components/buienradar/util.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`

homeassistant/components/cast/media_player.py

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

homeassistant/components/cloud/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to `CloudClient.__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to `CloudClient.__init__` is incorrect: Expected `dict[str, Any]`, found `Unknown | (str & ~AlwaysFalsy)`

homeassistant/components/comelit/binary_sensor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ComelitVedoSystem[Unknown] | ComelitSerialBridge[Unknown]`, found `ComelitBaseCoordinator[Unknown]`
[error] invalid-argument-type - Argument to `ComelitVedoBinarySensorEntity.__init__` is incorrect: Expected `ComelitVedoSystem[Unknown] | ComelitSerialBridge[Unknown]`, found `ComelitBaseCoordinator[Unknown]`

homeassistant/components/comelit/sensor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ComelitVedoSystem[Unknown] | ComelitSerialBridge[Unknown]`, found `ComelitBaseCoordinator[Unknown]`
[error] invalid-argument-type - Argument to `ComelitVedoSensorEntity.__init__` is incorrect: Expected `ComelitVedoSystem[Unknown] | ComelitSerialBridge[Unknown]`, found `ComelitBaseCoordinator[Unknown]`

homeassistant/components/compensation/sensor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None | (str & ~Literal["unknown"] & ~Literal["unavailable"])`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Any | None | (str & ~Literal["unknown"] & ~Literal["unavailable"])`

homeassistant/components/cover/__init__.py

[error] invalid-argument-type - Argument to bound method `_get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> None]`, found `dict[str, (bound method Self@toggle.open_cover(**kwargs: Any) -> None) | (bound method Self@toggle.close_cover(**kwargs: Any) -> None) | (bound method Self@toggle.stop_cover(**kwargs: Any) -> None)]`
[error] invalid-argument-type - Argument to bound method `CoverEntity._get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> None]`, found `dict[str, (bound method Self@toggle.open_cover(**kwargs: Any) -> None) | (bound method Self@toggle.close_cover(**kwargs: Any) -> None) | (bound method Self@toggle.stop_cover(**kwargs: Any) -> None)]`
[error] invalid-argument-type - Argument to bound method `_get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> CoroutineType[Any, Any, None]]`, found `dict[str, (bound method Self@async_toggle.async_open_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_close_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_stop_cover(**kwargs: Any) -> CoroutineType[Any, Any, None])]`
[error] invalid-argument-type - Argument to bound method `CoverEntity._get_toggle_function` is incorrect: Expected `dict[str, (**kwargs: Any) -> CoroutineType[Any, Any, None]]`, found `dict[str, (bound method Self@async_toggle.async_open_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_close_cover(**kwargs: Any) -> CoroutineType[Any, Any, None]) | (bound method Self@async_toggle.async_stop_cover(**kwargs: Any) -> CoroutineType[Any, Any, None])]`

homeassistant/components/derivative/sensor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `str | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `str | int | float | ... omitted 3 union elements`

homeassistant/components/dsmr/sensor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SensorDeviceClass`, found `SensorDeviceClass | None`
[error] invalid-argument-type - Argument to `DSMREntity.__init__` is incorrect: Expected `SensorDeviceClass`, found `SensorDeviceClass | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SensorDeviceClass`, found `SensorDeviceClass | None`
[error] invalid-argument-type - Argument to `DSMREntity.__init__` is incorrect: Expected `SensorDeviceClass`, found `SensorDeviceClass | None`

homeassistant/components/emulated_hue/config.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["1"]`
[error] invalid-argument-type - Argument to `Store.__init__` is incorrect: Expected `int`, found `Literal["1"]`

homeassistant/components/environment_canada/weather.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Forecast]`, found `GeneratorType[dict[str, Unknown | int | str | None], None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Forecast]`, found `GeneratorType[dict[str, Unknown | int | str | None], None, None]`

homeassistant/components/eufylife_ble/sensor.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EufyLifeWeightSensorEntity | EufyLifeRealTimeWeightSensorEntity`, found `EufyLifeHeartRateSensorEntity`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `EufyLifeWeightSensorEntity | EufyLifeRealTimeWeightSensorEntity`, found `EufyLifeHeartRateSensorEntity`

homeassistant/components/evohome/storage.py

[error] invalid-argument-type - Argument to bound method `_import_session_id` is incorrect: Expected `_SessionIdEntryT`, found `_TokenStoreT`
[error] invalid-argument-type - Argument to bound method `TokenManager._import_session_id` is incorrect: Expected `_SessionIdEntryT`, found `_TokenStoreT`

homeassistant/components/fireservicerota/config_flow.py

[error] invalid-argument-type - Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
[error] invalid-argument-type - Argument to bound method `ConfigEntries.async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`

homeassistant/components/forked_daapd/media_player.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | int | list[Unknown] | Unknown`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | int | list[Unknown] | Unknown`

homeassistant/components/fronius/config_flow.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

homeassistant/components/fronius/const.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `StateType`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `int`, found `StateType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `StateType`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `StateType`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `StateType`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `int`, found `StateType`

homeassistant/components/google_assistant/report_state.py

[error] invalid-argument-type - Argument to bound method `async_is_significant_change` is incorrect: Expected `State`, found `State | None`
[error] invalid-argument-type - Argument to bound method `SignificantlyChangedChecker.async_is_significant_change` is incorrect: Expected `State`, found `State | None`

homeassistant/components/google_generative_ai_conversation/entity.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ToolResultContent`, found `Content`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ToolResultContent`, found `Content`

homeassistant/components/govee_light_local/light.py

[error] missing-argument - No arguments provided for required parameters `green`, `blue` of bound method `set_rgb_color`
[error] missing-argument - No arguments provided for required parameters `green`, `blue` of bound method `GoveeLocalApiCoordinator.set_rgb_color`
[error] invalid-argument-type - Argument to bound method `set_rgb_color` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `GoveeLocalApiCoordinator.set_rgb_color` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `set_temperature` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `GoveeLocalApiCoordinator.set_temperature` is incorrect: Expected `int`, found `int | None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `set_temperature`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `GoveeLocalApiCoordinator.set_temperature`: expected 3, got 4

homeassistant/components/growatt_server/coordinator.py

[error] invalid-argument-type - Argument to bound method `combine` is incorrect: Expected `time`, found `time | None`
[error] invalid-argument-type - Argument to bound method `datetime.combine` is incorrect: Expected `time`, found `time | None`

homeassistant/components/hassio/ingress.py

[error] invalid-argument-type - Argument to bound method `close` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `ClientWebSocketResponse.close` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `close` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `WebSocketResponse.close` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `close` is incorrect: Expected `bytes`, found `str | None`
[error] invalid-argument-type - Argument to bound method `ClientWebSocketResponse.close` is incorrect: Expected `bytes`, found `str | None`
[error] invalid-argument-type - Argument to bound method `close` is incorrect: Expected `bytes`, found `str | None`
[error] invalid-argument-type - Argument to bound method `WebSocketResponse.close` is incorrect: Expected `bytes`, found `str | None`

homeassistant/components/hassio/update.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity]`, found `GeneratorType[SupervisorAddonUpdateEntity, None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity]`, found `GeneratorType[SupervisorAddonUpdateEntity, None, None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity`, found `SupervisorOSUpdateEntity`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `SupervisorSupervisorUpdateEntity | SupervisorCoreUpdateEntity`, found `SupervisorOSUpdateEntity`

homeassistant/components/homekit/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, str, str]]`

homeassistant/components/homekit_controller/connection.py

[error] invalid-argument-type - Argument to bound method `async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str, str]]`

homeassistant/components/homematicip_cloud/config_flow.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str]`, found `dict[str, Any | None]`
[error] invalid-argument-type - Argument to `HomematicipAuth.__init__` is incorrect: Expected `dict[str, str]`, found `dict[str, Any | None]`

homeassistant/components/http/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[error] invalid-argument-type - Argument to `BaseRequest.__init__` is incorrect: Expected `AbstractEventLoop`, found `AbstractEventLoop | None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `HTTPException.__init__`: expected 1, got 2

homeassistant/components/http/forwarded.py

[error] invalid-argument-type - Argument to bound method `clone` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | _SENTINEL`, found `str`
[error] invalid-argument-type - Argument to bound method `Request.clone` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | _SENTINEL`, found `str`
[error] invalid-argument-type - Argument to bound method `clone` is incorrect: Expected `int | _SENTINEL`, found `str`
[error] invalid-argument-type - Argument to bound method `Request.clone` is incorrect: Expected `int | _SENTINEL`, found `str`

homeassistant/components/hue/v1/light.py

[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `CALLBACK_TYPE`, found `None`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `CALLBACK_TYPE`, found `None`

homeassistant/components/hue/v2/device.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `DeviceEntryDisabler | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `DeviceEntryType | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `Mapping[str, str] | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | None`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | URL | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `str | datetime | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`
[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `tuple[str, str] | None | UndefinedType`, found `set[tuple[str, Unknown]] | Unknown`

homeassistant/components/icloud/config_flow.py

[error] invalid-argument-type - Argument to bound method `async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
[error] invalid-argument-type - Argument to bound method `ConfigEntries.async_update_entry` is incorrect: Expected `ConfigEntry[Any]`, found `ConfigEntry[Any] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None | bool | list[Any] | dict[Any, Any]`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None | bool | list[Any] | dict[Any, Any]`

homeassistant/components/intent/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to `ServiceIntentHandler.__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to `ServiceIntentHandler.__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`
[error] invalid-argument-type - Argument to `ServiceIntentHandler.__init__` is incorrect: Expected `set[type[StrEnum]] | None`, found `set[<class 'ButtonDeviceClass'> | <class 'CoverDeviceClass'> | <class 'ValveDeviceClass'> | <class 'SwitchDeviceClass'> | <class 'MediaPlayerDeviceClass'>]`

homeassistant/components/intesishome/climate.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `HVACMode`, found `None | HVACMode`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `HVACMode`, found `None | HVACMode`

homeassistant/components/irm_kmi/weather.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `IrmKmiCoordinator`
[error] invalid-argument-type - Argument to function `SingleCoordinatorWeatherEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `IrmKmiCoordinator`

homeassistant/components/isy994/helpers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

homeassistant/components/knx/repairs.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `dict[str, str | int | float | None] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `IssueRegistry.async_get_or_create` is incorrect: Expected `dict[str, str | int | float | None] | None`, found `dict[str, str]`

homeassistant/components/kodi/browse_media.py

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

homeassistant/components/kodi/config_flow.py

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

homeassistant/components/kodi/media_player.py

[error] invalid-argument-type - Argument to bound method `async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str | None]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str | None]]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`

homeassistant/components/kostal_plenticore/number.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to `PlenticoreDataNumber.__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/kostal_plenticore/select.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to `PlenticoreDataSelect.__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/kostal_plenticore/sensor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to `PlenticoreDataSensor.__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/kostal_plenticore/switch.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to `PlenticoreDataSwitch.__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`
[error] invalid-argument-type - Argument to `PlenticoreShadowMgmtSwitch.__init__` is incorrect: Expected `DeviceInfo`, found `dict[Unknown, Unknown] | DeviceInfo`

homeassistant/components/libre_hardware_monitor/config_flow.py

[error] invalid-argument-type - Argument to bound method `async_update_reload_and_abort` is incorrect: Expected `ConfigEntry[Any]`, found `None | ConfigEntry[Any]`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.async_update_reload_and_abort` is incorrect: Expected `ConfigEntry[Any]`, found `None | ConfigEntry[Any]`

homeassistant/components/light/__init__.py

[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `str`, found `str | Marker`
[error] invalid-argument-type - Argument to bound method `dict.pop` is incorrect: Expected `str`, found `str | Marker`

homeassistant/components/litterrobot/select.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[_CastTypeT@LitterRobotSelectEntity]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `list[_CastTypeT@LitterRobotSelectEntity]`

homeassistant/components/media_player/__init__.py

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

homeassistant/components/met/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str]]`

homeassistant/components/met/weather.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Forecast`, found `dict[str, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Forecast`, found `dict[str, Unknown]`

homeassistant/components/modbus/cover.py

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

homeassistant/components/motionblinds_ble/config_flow.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

homeassistant/components/mpd/media_player.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `Any | None`

homeassistant/components/mqtt/config_flow.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

homeassistant/components/mqtt/diagnostics.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `dict[str, list[Any]]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `bool | dict[str, dict[Unknown, Unknown] | dict[str, Any]]`, found `dict[str, list[Any]]`

homeassistant/components/mqtt/entity.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

homeassistant/components/mqtt/valve.py

[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `_process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_position_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `_process_binary_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `MqttValve._process_binary_valve_update` is incorrect: Expected `str`, found `str | bytes | bytearray | ... omitted 5 union elements`

homeassistant/components/netgear/config_flow.py

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

homeassistant/components/nibe_heatpump/coordinator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy)`

homeassistant/components/nmap_tracker/__init__.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

homeassistant/components/onvif/device.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

homeassistant/components/opengarage/cover.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `int`, found `Any | None`

homeassistant/components/plex/media_browser.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `int`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str | None`, found `str | Unknown | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `int`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `int`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str | None`, found `Unknown | MediaClass | bool | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `Sequence[BrowseMedia] | None`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `int`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str | None`, found `Unknown | str | bool`

homeassistant/components/plex/media_player.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

homeassistant/components/plex/services.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `(str & ~Literal["search"]) | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `(str & ~Literal["search"]) | None`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

homeassistant/components/qbus/climate.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

homeassistant/components/recorder/db_schema.py

[error] unknown-argument - Argument `metadata_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `metadata_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `created` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `created` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `created_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `created_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `start` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `start` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `start_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `start_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `mean` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `mean` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `mean_weight` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `mean_weight` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `min` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `min` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `max` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `max` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `last_reset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `last_reset` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `last_reset_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `state` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `state` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sum` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sum` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `metadata_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `metadata_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `created` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `created` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `created_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `created_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `start` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `start` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `start_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `start_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `mean` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `mean` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `mean_weight` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `mean_weight` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `min` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `min` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `max` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `max` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `last_reset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `last_reset` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `last_reset_ts` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `last_reset_ts` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `state` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `state` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sum` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sum` does not match any known parameter of `object.__init__`

homeassistant/components/recorder/executor.py

[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `_WorkItem[Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `SimpleQueue.put` is incorrect: Expected `_WorkItem[Any]`, found `None`

homeassistant/components/recorder/filters.py

[error] invalid-argument-type - Argument to bound method `_generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[InstrumentedAttribute[str | None]]`
[error] invalid-argument-type - Argument to bound method `Filters._generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[InstrumentedAttribute[str | None]]`
[error] invalid-argument-type - Argument to bound method `_generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[InstrumentedAttribute[str | None]]`
[error] invalid-argument-type - Argument to bound method `Filters._generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[InstrumentedAttribute[str | None]]`
[error] invalid-argument-type - Argument to bound method `_generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[ColumnElement[Unknown], ColumnElement[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Filters._generate_filter_for_columns` is incorrect: Expected `Iterable[Column[Unknown]]`, found `tuple[ColumnElement[Unknown], ColumnElement[Unknown]]`

homeassistant/components/reolink/update.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ReolinkCoordinator`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ReolinkCoordinator`

homeassistant/components/rest/data.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to constructor `BasicAuth.__new__` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to constructor `BasicAuth.__new__` is incorrect: Expected `str`, found `object`

homeassistant/components/rfxtrx/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str, str, str, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_device` is incorrect: Expected `set[tuple[str, str]] | None`, found `set[tuple[str, str] | tuple[str, str, str, str]]`

homeassistant/components/risco/config_flow.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `AlarmControlPanelState`, found `str`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `AlarmControlPanelState`, found `str`

homeassistant/components/roborock/entity.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `RoborockDataUpdateCoordinator`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `RoborockDataUpdateCoordinator`
[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `RoborockB01Q10UpdateCoordinator`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `RoborockB01Q10UpdateCoordinator`

homeassistant/components/roku/browse_media.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal[False, ""] | Unknown`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `bool`, found `Literal[False, ""] | Unknown`

homeassistant/components/roon/media_browser.py

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

homeassistant/components/satel_integra/config_flow.py

[error] invalid-argument-type - Argument to bound method `test_connection` is incorrect: Expected `str`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `str`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `test_connection` is incorrect: Expected `int`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `SatelConfigFlow.test_connection` is incorrect: Expected `int`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `async_update_reload_and_abort` is incorrect: Expected `str | UndefinedType`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.async_update_reload_and_abort` is incorrect: Expected `str | UndefinedType`, found `None | Any`

homeassistant/components/scrape/sensor.py

[error] invalid-argument-type - Argument to function `available` is incorrect: Expected `CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]`, found `Self@available`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.available` is incorrect: Expected `CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]`, found `Self@available`

homeassistant/components/sensor/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | date`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | date`

homeassistant/components/sonos/speaker.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@join`, found `SonosSpeaker`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@join`, found `SonosSpeaker`

homeassistant/components/squeezebox/browse_media.py

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

homeassistant/components/stream/worker.py

[error] invalid-argument-type - Argument to bound method `__next__` is incorrect: Expected `Self@__next__`, found `Iterator[Unknown]`
[error] invalid-argument-type - Argument to bound method `Iterator.__next__` is incorrect: Expected `Self@__next__`, found `Iterator[Unknown]`

homeassistant/components/switchbot_cloud/climate.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `async_set_hvac_mode` is incorrect: Expected `HVACMode`, found `Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | None`
[error] invalid-argument-type - Argument to bound method `SwitchBotCloudAirConditioner.async_set_hvac_mode` is incorrect: Expected `HVACMode`, found `Literal[HVACMode.HEAT, HVACMode.COOL, HVACMode.HEAT_COOL, HVACMode.AUTO, HVACMode.DRY, HVACMode.FAN_ONLY] | None`

homeassistant/components/tado/coordinator.py

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

homeassistant/components/tami4/sensor.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `Tami4EdgeCoordinator`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `Tami4EdgeCoordinator`

homeassistant/components/template/helpers.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4

homeassistant/components/template/light.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[int]`, found `(Any & Top[list[Unknown]]) | (Any & tuple[object, ...]) | list[int | float]`

homeassistant/components/template/lock.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Template]`
[error] invalid-argument-type - Argument to `HomeAssistantError.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | Template]`

homeassistant/components/template/template_entity.py

[error] invalid-argument-type - Argument to bound method `_default_update` is incorrect: Expected `str | TemplateError`, found `None`
[error] invalid-argument-type - Argument to bound method `_TemplateAttribute._default_update` is incorrect: Expected `str | TemplateError`, found `None`

homeassistant/components/tessie/select.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `TessieSeatHeaterOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `TessieSeatHeaterOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `TessieSeatCoolerOptions`, found `str`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `TessieSeatCoolerOptions`, found `str`

homeassistant/components/thermopro/button.py

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

homeassistant/components/toon/__init__.py

[error] invalid-argument-type - Argument to bound method `async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown, str]]`
[error] invalid-argument-type - Argument to bound method `DeviceRegistry.async_get_or_create` is incorrect: Expected `set[tuple[str, str]] | None | UndefinedType`, found `set[tuple[str, str] | tuple[str, Unknown, str]]`

homeassistant/components/trend/binary_sensor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Any | str`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Any | str`

homeassistant/components/tts/__init__.py

[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `StreamWriter.write` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`

homeassistant/components/universal/media_player.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `None`

homeassistant/components/utility_meter/sensor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | (Decimal & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `(str & ~AlwaysFalsy) | (int & ~AlwaysFalsy) | (float & ~AlwaysFalsy) | (date & ~AlwaysFalsy) | (Decimal & ~AlwaysFalsy)`

homeassistant/components/vesync/common.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `str`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `str`

homeassistant/components/vicare/climate.py

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

homeassistant/components/vicare/fan.py

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

homeassistant/components/websocket_api/http.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WebSocketAdapter`, found `WebSocketAdapter | None`
[error] invalid-argument-type - Argument to `AuthPhase.__init__` is incorrect: Expected `WebSocketAdapter`, found `WebSocketAdapter | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None`
[error] invalid-argument-type - Argument to `AuthPhase.__init__` is incorrect: Expected `HomeAssistant`, found `HomeAssistant | None`

homeassistant/components/withings/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `str | bytes | FileField`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex`, found `str | bytes | FileField`

homeassistant/components/xiaomi_miio/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `Unknown | (() -> Coroutine[Any, Any, VacuumCoordinatorData])`
[error] invalid-argument-type - Argument to `DataUpdateCoordinator.__init__` is incorrect: Expected `(() -> Awaitable[dict[str, Any]]) | None`, found `Unknown | (() -> Coroutine[Any, Any, VacuumCoordinatorData])`

homeassistant/components/xiaomi_miio/config_flow.py

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

homeassistant/components/xiaomi_miio/remote.py

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

homeassistant/components/yamaha_musiccast/media_player.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `MediaClass | None`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str`, found `MediaClass | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[BrowseMedia]`, found `Sequence[BrowseMedia] | None`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[BrowseMedia]`, found `Sequence[BrowseMedia] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `MediaClass | None`
[error] invalid-argument-type - Argument to `BrowseMedia.__init__` is incorrect: Expected `str`, found `MediaClass | None`

homeassistant/components/zestimate/sensor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `None | Unknown`

homeassistant/components/zha/update.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ZHAFirmwareUpdateCoordinator`
[error] invalid-argument-type - Argument to function `CoordinatorEntity.__init__` is incorrect: Expected `DataUpdateCoordinator[dict[str, Any]]`, found `ZHAFirmwareUpdateCoordinator`

homeassistant/config.py

[error] unknown-argument - Argument `translation_domain` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `translation_domain` does not match any known parameter of constructor `ExceptionGroup.__new__`
[error] unknown-argument - Argument `translation_placeholders` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `translation_placeholders` does not match any known parameter of constructor `ExceptionGroup.__new__`

homeassistant/config_entries.py

[error] invalid-argument-type - Argument to bound method `async_init` is incorrect: Expected `ConfigFlowContext | None`, found `ConfigFlowContext | dict[str, object]`
[error] invalid-argument-type - Argument to bound method `ConfigEntriesFlowManager.async_init` is incorrect: Expected `ConfigFlowContext | None`, found `ConfigFlowContext | dict[str, object]`
[error] invalid-argument-type - Argument to bound method `is_matching` is incorrect: Argument type `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` does not satisfy upper bound `ConfigFlow` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.is_matching` is incorrect: Argument type `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]` does not satisfy upper bound `ConfigFlow` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `is_matching` is incorrect: Expected `ConfigFlow`, found `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`
[error] invalid-argument-type - Argument to bound method `ConfigFlow.is_matching` is incorrect: Expected `ConfigFlow`, found `FlowHandler[ConfigFlowContext, ConfigFlowResult, str]`

homeassistant/core.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(...) -> None`, found `Overload[[_R](hassjob: HassJob[(...), Coroutine[Any, Any, _R]], *args: Any, *, background: bool = False) -> Future[_R] | None, [_R](hassjob: HassJob[(...), Coroutine[Any, Any, _R] | _R], *args: Any, *, background: bool = False) -> Future[_R] | None]`
[error] invalid-argument-type - Argument to constructor `partial.__new__` is incorrect: Expected `(...) -> None`, found `Overload[[_R](hassjob: HassJob[(...), Coroutine[Any, Any, _R]], *args: Any, *, background: bool = False) -> Future[_R] | None, [_R](hassjob: HassJob[(...), Coroutine[Any, Any, _R] | _R], *args: Any, *, background: bool = False) -> Future[_R] | None]`
[error] invalid-argument-type - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_fire] | str`
[error] invalid-argument-type - Argument to bound method `EventBus.async_fire_internal` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_fire] | str`
[error] invalid-argument-type - Argument to bound method `_async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen_once] | str`
[error] invalid-argument-type - Argument to bound method `EventBus._async_listen_filterable_job` is incorrect: Expected `EventType[Mapping[str, Any]] | str`, found `EventType[_DataT@async_listen_once] | str`
[error] invalid-argument-type - Argument to bound method `async_fire_internal` is incorrect: Expected `EventType[EventStateReportedData | dict[str, str | datetime | State | None]] | str`, found `EventType[EventStateReportedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_fire_internal` is incorrect: Expected `EventType[EventStateReportedData | dict[str, str | datetime | State | None]] | str`, found `EventType[EventStateReportedData]`

homeassistant/helpers/area_registry.py

[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `EventType[_EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder | EventLabelRegistryUpdatedData] | str`, found `EventType[EventFloorRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `EventType[_EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder | EventLabelRegistryUpdatedData] | str`, found `EventType[EventFloorRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `(Event[_EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder | EventLabelRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_floor_registry_update(event: EventFloorRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `(Event[_EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder | EventLabelRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_floor_registry_update(event: EventFloorRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `EventType[EventLabelRegistryUpdatedData | _EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `EventType[EventLabelRegistryUpdatedData | _EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `(Event[EventLabelRegistryUpdatedData | _EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `(Event[EventLabelRegistryUpdatedData | _EventFloorRegistryUpdatedData_Create_Remove_Update | _EventFloorRegistryUpdatedData_Reorder], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`

homeassistant/helpers/condition.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `StateMachine.get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `BaseUnitConverter.convert` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - Argument to bound method `BaseUnitConverter.convert` is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `StateMachine.get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`

homeassistant/helpers/entity.py

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

homeassistant/helpers/entity_component.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EntityPlatformModule | None`, found `ModuleType | None`
[error] invalid-argument-type - Argument to `EntityPlatform.__init__` is incorrect: Expected `EntityPlatformModule | None`, found `ModuleType | None`

homeassistant/helpers/entity_registry.py

[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `EventType[EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `EventType[EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData] | str`, found `EventType[EventLabelRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `(Event[EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `(Event[EventLabelRegistryUpdatedData | EventCategoryRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_label_registry_update(event: EventLabelRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `EventType[EventCategoryRegistryUpdatedData | EventLabelRegistryUpdatedData] | str`, found `EventType[EventCategoryRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `EventType[EventCategoryRegistryUpdatedData | EventLabelRegistryUpdatedData] | str`, found `EventType[EventCategoryRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `(Event[EventCategoryRegistryUpdatedData | EventLabelRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_category_registry_update(event: EventCategoryRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `(Event[EventCategoryRegistryUpdatedData | EventLabelRegistryUpdatedData], /) -> Coroutine[Any, Any, None] | None`, found `def _handle_category_registry_update(event: EventCategoryRegistryUpdated) -> None`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `EventType[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update | Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `EventType[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update | Mapping[str, Any]] | str`, found `EventType[EventEntityRegistryUpdatedData]`
[error] invalid-argument-type - Argument to bound method `async_listen` is incorrect: Expected `(Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update | Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def cleanup_restored_states(event: Event[EventEntityRegistryUpdatedData]) -> None`
[error] invalid-argument-type - Argument to bound method `EventBus.async_listen` is incorrect: Expected `(Event[_EventEntityRegistryUpdatedData_CreateRemove | _EventEntityRegistryUpdatedData_Update | Mapping[str, Any]], /) -> Coroutine[Any, Any, None] | None`, found `def cleanup_restored_states(event: Event[EventEntityRegistryUpdatedData]) -> None`

homeassistant/helpers/event.py

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

homeassistant/helpers/intent.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

homeassistant/helpers/restore_state.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `(Unknown & ~str) | datetime | None`
[error] invalid-argument-type - Argument to `StoredState.__init__` is incorrect: Expected `datetime`, found `(Unknown & ~str) | datetime | None`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `State.from_dict` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | list[Any] | str | ... omitted 3 union elements`

homeassistant/helpers/storage.py

[error] missing-argument - No argument provided for required parameter `old_data` of bound method `_async_migrate_func`
[error] missing-argument - No argument provided for required parameter `old_data` of bound method `Store._async_migrate_func`

homeassistant/helpers/template/states.py

[error] invalid-argument-type - Argument to bound method `format_state` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - Argument to bound method `TemplateStateBase.format_state` is incorrect: Expected `bool`, found `object`

homeassistant/helpers/trigger.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `StateMachine.get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `BaseUnitConverter.convert` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - Argument to bound method `BaseUnitConverter.convert` is incorrect: Expected `str | None`, found `str | None | UndefinedType`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `StateMachine.get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | Any | None`

homeassistant/scripts/benchmark/__init__.py

[error] invalid-argument-type - Argument to bound method `async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - Argument to bound method `async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - Argument to bound method `async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`
[error] invalid-argument-type - Argument to bound method `EventBus.async_fire` is incorrect: Expected `EventType[EventStateChangedData | dict[str, str | State]] | str`, found `EventType[EventStateChangedData]`

homeassistant/util/file.py

[error] unknown-argument - Argument `encoding` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `encoding` does not match any known parameter of `AtomicWriter.__init__`

homeassistant/util/hass_dict.pyi

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `HassDict.setdefault` matches arguments
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `setdefault` is incorrect: Expected `str`, found `HassEntryKey[int]`
[error] invalid-argument-type - Argument to bound method `HassDict.setdefault` is incorrect: Expected `str`, found `HassEntryKey[int]`
[error] invalid-argument-type - Argument to bound method `setdefault` is incorrect: Expected `str`, found `HassKey[int]`
[error] invalid-argument-type - Argument to bound method `HassDict.setdefault` is incorrect: Expected `str`, found `HassKey[int]`
[error] invalid-argument-type - Argument to bound method `setdefault` is incorrect: Expected `str`, found `HassKey[dict[int, bool]]`
[error] invalid-argument-type - Argument to bound method `HassDict.setdefault` is incorrect: Expected `str`, found `HassKey[dict[int, bool]]`

cryptography (https://github.com/pyca/cryptography)

tests/hazmat/primitives/decrepit/test_algorithms.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000"]`
[error] invalid-argument-type - Argument to `ARC4.__init__` is incorrect: Expected `bytes`, found `Literal["0000000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`
[error] invalid-argument-type - Argument to `TripleDES.__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["00000000"]`
[error] invalid-argument-type - Argument to `Blowfish.__init__` is incorrect: Expected `bytes`, found `Literal["00000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000"]`
[error] invalid-argument-type - Argument to `CAST5.__init__` is incorrect: Expected `bytes`, found `Literal["0000000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`
[error] invalid-argument-type - Argument to `IDEA.__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`
[error] invalid-argument-type - Argument to `SEED.__init__` is incorrect: Expected `bytes`, found `Literal["0000000000000000"]`

tests/hazmat/primitives/test_aead.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `ChaCha20Poly1305.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to `AESCCM.__init__` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESCCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to function `AESCCM.generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESGCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to function `AESGCM.generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESOCB3.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to function `AESOCB3.generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESSIV.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to function `AESSIV.generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `AESGCMSIV.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_key` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to function `AESGCMSIV.generate_key` is incorrect: Expected `int`, found `object`

tests/hazmat/primitives/test_asym_utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HashAlgorithm`, found `object`
[error] invalid-argument-type - Argument to `Prehashed.__init__` is incorrect: Expected `HashAlgorithm`, found `object`

tests/hazmat/primitives/test_block.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CipherAlgorithm`, found `object`
[error] invalid-argument-type - Argument to `Cipher.__init__` is incorrect: Expected `CipherAlgorithm`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CBC.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CFB8.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `OFB.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `CTR.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to `GCM.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to `GCM.__init__` is incorrect: Expected `bytes | None`, found `list[int]`

tests/hazmat/primitives/test_chacha20.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `ChaCha20.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`

tests/hazmat/primitives/test_ciphers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `AES.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[32]`
[error] invalid-argument-type - Argument to `XTS.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[32]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to `Camellia.__init__` is incorrect: Expected `bytes`, found `Literal["00000000000000000000000000000000"]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CipherContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `<class 'object'>`

tests/hazmat/primitives/test_cmac.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BlockCipherAlgorithm`, found `ARC4`
[error] invalid-argument-type - Argument to `CMAC.__init__` is incorrect: Expected `BlockCipherAlgorithm`, found `ARC4`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `CMAC.update` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `CMAC.verify` is incorrect: Expected `bytes`, found `Literal[""]`

tests/hazmat/primitives/test_concatkdf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `ConcatKDFHash.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHash.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHash.verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHash.verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `ConcatKDFHMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `ConcatKDFHMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHMAC.verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `ConcatKDFHMAC.verify` is incorrect: Expected `bytes`, found `Literal["bar"]`

tests/hazmat/primitives/test_dh.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `DHParameterNumbers.__init__` is incorrect: Expected `int | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DHParameterNumbers`, found `None`
[error] invalid-argument-type - Argument to `DHPublicNumbers.__init__` is incorrect: Expected `DHParameterNumbers`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHPublicNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DHPublicNumbers`, found `None`
[error] invalid-argument-type - Argument to `DHPrivateNumbers.__init__` is incorrect: Expected `DHPublicNumbers`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DHPrivateNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `exchange` is incorrect: Expected `DHPublicKey`, found `Literal[b"invalidtype"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.exchange` is incorrect: Expected `DHPublicKey`, found `Literal[b"invalidtype"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `parameter_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHParameters.parameter_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `parameter_bytes` is incorrect: Expected `ParameterFormat`, found `Literal["notformat"]`
[error] invalid-argument-type - Argument to bound method `DHParameters.parameter_bytes` is incorrect: Expected `ParameterFormat`, found `Literal["notformat"]`

tests/hazmat/primitives/test_dsa.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DSAParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DSAParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DSAParameterNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DSAParameterNumbers`, found `None`
[error] invalid-argument-type - Argument to `DSAPublicNumbers.__init__` is incorrect: Expected `DSAParameterNumbers`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DSAPublicNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DSAPublicNumbers`, found `None`
[error] invalid-argument-type - Argument to `DSAPrivateNumbers.__init__` is incorrect: Expected `DSAPublicNumbers`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `DSAPrivateNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DSAPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DSAPublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`

tests/hazmat/primitives/test_ec.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EllipticCurvePublicNumbers`, found `None`
[error] invalid-argument-type - Argument to `EllipticCurvePrivateNumbers.__init__` is incorrect: Expected `EllipticCurvePublicNumbers`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `DHPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `DSAPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DHPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `DSAPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `Ed448PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X25519PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `X448PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DHPublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `DSAPublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed25519PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `Ed448PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA44PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA65PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `MLDSA87PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X25519PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `X448PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `from_encoded_point` is incorrect: Expected `EllipticCurve`, found `Literal["notacurve"]`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePublicKey.from_encoded_point` is incorrect: Expected `EllipticCurve`, found `Literal["notacurve"]`
[error] invalid-argument-type - Argument to bound method `exchange` is incorrect: Expected `ECDH`, found `None`
[error] invalid-argument-type - Argument to bound method `EllipticCurvePrivateKey.exchange` is incorrect: Expected `ECDH`, found `None`

tests/hazmat/primitives/test_ed25519.py

[error] invalid-argument-type - Argument to bound method `from_public_bytes` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed25519PublicKey.from_public_bytes` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `Ed25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`

tests/hazmat/primitives/test_ed448.py

[error] invalid-argument-type - Argument to bound method `from_public_bytes` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed448PublicKey.from_public_bytes` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.from_private_bytes` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `Ed448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`

tests/hazmat/primitives/test_hashes.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `Hash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to `Hash.__init__` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to function `hash` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to function `Hash.hash` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to function `hash` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to function `Hash.hash` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`

tests/hazmat/primitives/test_hkdf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `HKDF.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `HKDF.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `HKDF.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `HKDF.verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `HKDF.verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["first"]`
[error] invalid-argument-type - Argument to bound method `HKDFExpand.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["first"]`

tests/hazmat/primitives/test_hmac.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `HMAC.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to `HMAC.__init__` is incorrect: Expected `HashAlgorithm`, found `<class 'SHA1'>`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `HMAC.verify` is incorrect: Expected `bytes`, found `Literal[""]`

tests/hazmat/primitives/test_hpke.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `KEM`, found `Literal["not a kem"]`
[error] invalid-argument-type - Argument to `Suite.__init__` is incorrect: Expected `KEM`, found `Literal["not a kem"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `KDF`, found `Literal["not a kdf"]`
[error] invalid-argument-type - Argument to `Suite.__init__` is incorrect: Expected `KDF`, found `Literal["not a kdf"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AEAD`, found `Literal["not an aead"]`
[error] invalid-argument-type - Argument to `Suite.__init__` is incorrect: Expected `AEAD`, found `Literal["not an aead"]`

tests/hazmat/primitives/test_kbkdf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal[b"r"]`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `int`, found `Literal[b"r"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal[b"l"]`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `int | None`, found `Literal[b"l"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mode`, found `None`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `Mode`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CounterLocation`, found `None`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `CounterLocation`, found `None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 11, got 12
[error] too-many-positional-arguments - Too many positional arguments to `KBKDFHMAC.__init__`: expected 11, got 12
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["label"]`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["label"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["context"]`
[error] invalid-argument-type - Argument to `KBKDFHMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["context"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `KBKDFHMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal[b"r"]`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `int`, found `Literal[b"r"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal[b"l"]`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `int | None`, found `Literal[b"l"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mode`, found `None`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `Mode`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CounterLocation`, found `None`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `CounterLocation`, found `None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 11, got 12
[error] too-many-positional-arguments - Too many positional arguments to `KBKDFCMAC.__init__`: expected 11, got 12
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["label"]`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["label"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["context"]`
[error] invalid-argument-type - Argument to `KBKDFCMAC.__init__` is incorrect: Expected `bytes | None`, found `Literal["context"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`
[error] invalid-argument-type - Argument to bound method `KBKDFCMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["material"]`

tests/hazmat/primitives/test_padding.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PaddingContext.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["abc"]`

tests/hazmat/primitives/test_pbkdf2hmac.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["salt"]`
[error] invalid-argument-type - Argument to `PBKDF2HMAC.__init__` is incorrect: Expected `bytes`, found `Literal["salt"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["unicode here"]`
[error] invalid-argument-type - Argument to bound method `PBKDF2HMAC.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["unicode here"]`

tests/hazmat/primitives/test_pkcs12.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Certificate`, found `None`
[error] invalid-argument-type - Argument to `PKCS12Certificate.__init__` is incorrect: Expected `Certificate`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Certificate`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `PKCS12Certificate.__init__` is incorrect: Expected `Certificate`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `PKCS12Certificate.__init__` is incorrect: Expected `bytes | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `PKCS12Certificate.__init__` is incorrect: Expected `bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DHPrivateKey | Ed25519PrivateKey | Ed448PrivateKey | ... omitted 9 union elements`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `PKCS12KeyAndCertificates.__init__` is incorrect: Expected `DHPrivateKey | Ed25519PrivateKey | Ed448PrivateKey | ... omitted 9 union elements`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PKCS12Certificate | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `PKCS12KeyAndCertificates.__init__` is incorrect: Expected `PKCS12Certificate | None`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[PKCS12Certificate]`, found `list[PKCS12Certificate | str]`
[error] invalid-argument-type - Argument to `PKCS12KeyAndCertificates.__init__` is incorrect: Expected `list[PKCS12Certificate]`, found `list[PKCS12Certificate | str]`

tests/hazmat/primitives/test_pkcs7.py

[error] invalid-argument-type - Argument to bound method `set_data` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.set_data` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `add_signer` is incorrect: Expected `SHA224 | SHA256 | SHA384 | SHA512`, found `SHA512_256`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `SHA224 | SHA256 | SHA384 | SHA512`, found `SHA512_256`
[error] invalid-argument-type - Argument to bound method `add_signer` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `add_signer` is incorrect: Expected `RSAPrivateKey | EllipticCurvePrivateKey`, found `Ed25519PrivateKey`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `RSAPrivateKey | EllipticCurvePrivateKey`, found `Ed25519PrivateKey`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `Iterable[PKCS7Options]`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.sign` is incorrect: Expected `Iterable[PKCS7Options]`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `add_signer` is incorrect: Expected `PSS | PKCS1v15 | None`, found `object`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_signer` is incorrect: Expected `PSS | PKCS1v15 | None`, found `object`
[error] invalid-argument-type - Argument to bound method `add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `PKCS7SignatureBuilder.add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `set_data` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.set_data` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `add_recipient` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.add_recipient` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `set_content_encryption_algorithm` is incorrect: Expected `type[AES128 | AES256]`, found `<class 'InvalidAlgorithm'>`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.set_content_encryption_algorithm` is incorrect: Expected `type[AES128 | AES256]`, found `<class 'InvalidAlgorithm'>`
[error] invalid-argument-type - Argument to bound method `encrypt` is incorrect: Expected `Iterable[PKCS7Options]`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `PKCS7EnvelopeBuilder.encrypt` is incorrect: Expected `Iterable[PKCS7Options]`, found `list[bytes]`

tests/hazmat/primitives/test_poly1305.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `Poly1305.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `Poly1305.verify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `verify_tag` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to function `Poly1305.verify_tag` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to `Poly1305.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`
[error] invalid-argument-type - Argument to function `Poly1305.generate_tag` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `object`

tests/hazmat/primitives/test_rsa.py

[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `AsymmetricPadding`, found `Literal["notpadding"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.sign` is incorrect: Expected `AsymmetricPadding`, found `Literal["notpadding"]`
[error] invalid-argument-type - Argument to bound method `recover_data_from_signature` is incorrect: Expected `HashAlgorithm | NoDigestInfo | None`, found `Prehashed`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.recover_data_from_signature` is incorrect: Expected `HashAlgorithm | NoDigestInfo | None`, found `Prehashed`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `AsymmetricPadding`, found `Literal["notpadding"]`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.verify` is incorrect: Expected `AsymmetricPadding`, found `Literal["notpadding"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | _MaxLength | _Auto | _DigestLength`, found `Literal[b"not_a_length"]`
[error] invalid-argument-type - Argument to `PSS.__init__` is incorrect: Expected `int | _MaxLength | _Auto | _DigestLength`, found `Literal[b"not_a_length"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HashAlgorithm`, found `Literal[b"not_a_hash"]`
[error] invalid-argument-type - Argument to `MGF1.__init__` is incorrect: Expected `HashAlgorithm`, found `Literal[b"not_a_hash"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HashAlgorithm`, found `Literal[b""]`
[error] invalid-argument-type - Argument to `OAEP.__init__` is incorrect: Expected `HashAlgorithm`, found `Literal[b""]`
[error] invalid-argument-type - Argument to bound method `encrypt` is incorrect: Expected `AsymmetricPadding`, found `object`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.encrypt` is incorrect: Expected `AsymmetricPadding`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `RSAPublicNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `RSAPublicNumbers.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `RSAPrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `Literal["notanencalg"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.public_bytes` is incorrect: Expected `Encoding`, found `Literal["notencoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `Literal["invalidformat"]`

tests/hazmat/primitives/test_scrypt.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Scrypt.__init__` is incorrect: Expected `bytes`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Scrypt.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal[1]`

tests/hazmat/primitives/test_serialization.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to `BestAvailableEncryption.__init__` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `kdf_rounds` is incorrect: Expected `int`, found `Literal["string"]`
[error] invalid-argument-type - Argument to bound method `KeySerializationEncryptionBuilder.kdf_rounds` is incorrect: Expected `int`, found `Literal["string"]`
[error] invalid-argument-type - Argument to bound method `build` is incorrect: Expected `bytes`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `KeySerializationEncryptionBuilder.build` is incorrect: Expected `bytes`, found `Literal[12]`

tests/hazmat/primitives/test_ssh.py

[error] invalid-argument-type - Argument to bound method `public_key` is incorrect: Expected `EllipticCurvePublicKey | RSAPublicKey | Ed25519PublicKey`, found `Literal["not a key"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.public_key` is incorrect: Expected `EllipticCurvePublicKey | RSAPublicKey | Ed25519PublicKey`, found `Literal["not a key"]`
[error] invalid-argument-type - Argument to bound method `serial` is incorrect: Expected `int`, found `Literal["not a serial"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.serial` is incorrect: Expected `int`, found `Literal["not a serial"]`
[error] invalid-argument-type - Argument to bound method `type` is incorrect: Expected `SSHCertificateType`, found `Literal["not a type"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.type` is incorrect: Expected `SSHCertificateType`, found `Literal["not a type"]`
[error] invalid-argument-type - Argument to bound method `key_id` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.key_id` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `valid_principals` is incorrect: Expected `list[bytes]`, found `Literal["not a list"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.valid_principals` is incorrect: Expected `list[bytes]`, found `Literal["not a list"]`
[error] invalid-argument-type - Argument to bound method `valid_principals` is incorrect: Expected `list[bytes]`, found `list[bytes | str]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.valid_principals` is incorrect: Expected `list[bytes]`, found `list[bytes | str]`
[error] invalid-argument-type - Argument to bound method `valid_before` is incorrect: Expected `int | float`, found `Literal["not an int"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.valid_before` is incorrect: Expected `int | float`, found `Literal["not an int"]`
[error] invalid-argument-type - Argument to bound method `valid_after` is incorrect: Expected `int | float`, found `Literal["not an int"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.valid_after` is incorrect: Expected `int | float`, found `Literal["not an int"]`
[error] invalid-argument-type - Argument to bound method `add_critical_option` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.add_critical_option` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `add_critical_option` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.add_critical_option` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.add_extension` is incorrect: Expected `bytes`, found `Literal["not bytes"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `bytes`, found `object`
[error] invalid-argument-type - Argument to bound method `SSHCertificateBuilder.add_extension` is incorrect: Expected `bytes`, found `object`

tests/hazmat/primitives/test_x25519.py

[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PublicKey.public_bytes` is incorrect: Expected `Encoding`, found `None`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `PublicFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PublicKey.public_bytes` is incorrect: Expected `PublicFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `exchange` is incorrect: Expected `X25519PublicKey`, found `object`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.exchange` is incorrect: Expected `X25519PublicKey`, found `object`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `Encoding`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `Encoding`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `PrivateFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `PrivateFormat`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `object`
[error] invalid-argument-type - Argument to bound method `X25519PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `object`

tests/hazmat/primitives/test_x448.py

[error] invalid-argument-type - Argument to bound method `exchange` is incorrect: Expected `X448PublicKey`, found `object`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.exchange` is incorrect: Expected `X448PublicKey`, found `object`
[error] invalid-argument-type - Argument to bound method `private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`
[error] invalid-argument-type - Argument to bound method `X448PrivateKey.private_bytes` is incorrect: Expected `KeySerializationEncryption`, found `None`

tests/hazmat/primitives/test_x963kdf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `X963KDF.__init__` is incorrect: Expected `bytes | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `X963KDF.derive` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `X963KDF.verify` is incorrect: Expected `bytes`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `X963KDF.verify` is incorrect: Expected `bytes`, found `Literal["bar"]`

tests/hazmat/primitives/test_xofhash.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `XOFHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["ü"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtendableOutputFunction`, found `<class 'SHAKE128'>`
[error] invalid-argument-type - Argument to `XOFHash.__init__` is incorrect: Expected `ExtendableOutputFunction`, found `<class 'SHAKE128'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtendableOutputFunction`, found `SHA256`
[error] invalid-argument-type - Argument to `XOFHash.__init__` is incorrect: Expected `ExtendableOutputFunction`, found `SHA256`

tests/hazmat/primitives/twofactor/test_hotp.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SHA1 | SHA256 | SHA512`, found `MD5`
[error] invalid-argument-type - Argument to `HOTP.__init__` is incorrect: Expected `SHA1 | SHA256 | SHA512`, found `MD5`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal[b"foo"]`
[error] invalid-argument-type - Argument to `HOTP.__init__` is incorrect: Expected `int`, found `Literal[b"foo"]`
[error] invalid-argument-type - Argument to bound method `generate` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `HOTP.generate` is incorrect: Expected `int`, found `float`

tests/hazmat/primitives/twofactor/test_totp.py

[error] invalid-argument-type - Argument to bound method `generate` is incorrect: Expected `int | float`, found `Literal["test"]`
[error] invalid-argument-type - Argument to bound method `TOTP.generate` is incorrect: Expected `int | float`, found `Literal["test"]`

tests/test_fernet.py

[error] invalid-argument-type - Argument to bound method `encrypt` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `Fernet.encrypt` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `decrypt` is incorrect: Expected `bytes | str`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `Fernet.decrypt` is incorrect: Expected `bytes | str`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `decrypt_at_time` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `Fernet.decrypt_at_time` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `decrypt_at_time` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `MultiFernet.decrypt_at_time` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Fernet]`, found `None`
[error] invalid-argument-type - Argument to `MultiFernet.__init__` is incorrect: Expected `Iterable[Fernet]`, found `None`

tests/x509/test_ocsp.py

[error] invalid-argument-type - Argument to bound method `add_certificate_by_hash` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `OCSPRequestBuilder.add_certificate_by_hash` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `add_certificate_by_hash` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `OCSPRequestBuilder.add_certificate_by_hash` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanext"]`
[error] invalid-argument-type - Argument to bound method `OCSPRequestBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanext"]`
[error] invalid-argument-type - Argument to bound method `add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `OCSPRequestBuilder.add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `OCSPRequestBuilder.add_certificate` is incorrect: Expected `Certificate`, found `Literal[b"notacert"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `Certificate`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `Certificate`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `Certificate`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `Certificate`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `datetime`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `datetime`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `datetime | None`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `datetime | None`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `OCSPCertStatus`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `OCSPCertStatus`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `add_response` is incorrect: Expected `ReasonFlags | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response` is incorrect: Expected `ReasonFlags | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `certificates` is incorrect: Expected `Iterable[Certificate]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.certificates` is incorrect: Expected `Iterable[Certificate]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `certificates` is incorrect: Expected `Iterable[Certificate]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.certificates` is incorrect: Expected `Iterable[Certificate]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `responder_id` is incorrect: Expected `Certificate`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.responder_id` is incorrect: Expected `Certificate`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `responder_id` is incorrect: Expected `OCSPResponderEncoding`, found `Literal["notanenum"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.responder_id` is incorrect: Expected `OCSPResponderEncoding`, found `Literal["notanenum"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanextension"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanextension"]`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `HashAlgorithm | None`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.sign` is incorrect: Expected `HashAlgorithm | None`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `build_unsuccessful` is incorrect: Expected `OCSPResponseStatus`, found `Literal["notastatus"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.build_unsuccessful` is incorrect: Expected `OCSPResponseStatus`, found `Literal["notastatus"]`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `Ed25519PrivateKey | Ed448PrivateKey | RSAPrivateKey | DSAPrivateKey | EllipticCurvePrivateKey`, found `object`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.sign` is incorrect: Expected `Ed25519PrivateKey | Ed448PrivateKey | RSAPrivateKey | DSAPrivateKey | EllipticCurvePrivateKey`, found `object`
[error] invalid-argument-type - Argument to bound method `add_response_by_hash` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response_by_hash` is incorrect: Expected `HashAlgorithm`, found `Literal["notahash"]`
[error] invalid-argument-type - Argument to bound method `add_response_by_hash` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `OCSPResponseBuilder.add_response_by_hash` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Sct]`, found `list[object]`
[error] invalid-argument-type - Argument to `SignedCertificateTimestamps.__init__` is incorrect: Expected `Iterable[Sct]`, found `list[object]`

tests/x509/test_x509.py

[error] no-matching-overload - No overload of `Name.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `Literal["not a public key"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `Literal["not a public key"]`
[error] invalid-argument-type - Argument to bound method `is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationList.is_signature_valid` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | Ed25519PublicKey | Ed448PublicKey`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `Certificate.public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequest.public_bytes` is incorrect: Expected `Encoding`, found `Literal["NotAnEncoding"]`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `issuer_name` is incorrect: Expected `Name`, found `Literal["subject"]`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.issuer_name` is incorrect: Expected `Name`, found `Literal["subject"]`
[error] invalid-argument-type - Argument to bound method `issuer_name` is incorrect: Expected `Name`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.issuer_name` is incorrect: Expected `Name`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `subject_name` is incorrect: Expected `Name`, found `Literal["subject"]`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.subject_name` is incorrect: Expected `Name`, found `Literal["subject"]`
[error] invalid-argument-type - Argument to bound method `subject_name` is incorrect: Expected `Name`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.subject_name` is incorrect: Expected `Name`, found `<class 'object'>`
[error] invalid-argument-type - Argument to bound method `public_key` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | ... omitted 4 union elements`, found `RSAPrivateKey`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.public_key` is incorrect: Expected `DSAPublicKey | RSAPublicKey | EllipticCurvePublicKey | ... omitted 4 union elements`, found `RSAPrivateKey`
[error] invalid-argument-type - Argument to bound method `serial_number` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.serial_number` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `not_valid_after` is incorrect: Expected `datetime`, found `Literal[104204304504]`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.not_valid_after` is incorrect: Expected `datetime`, found `Literal[104204304504]`
[error] invalid-argument-type - Argument to bound method `not_valid_after` is incorrect: Expected `datetime`, found `time`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.not_valid_after` is incorrect: Expected `datetime`, found `time`
[error] invalid-argument-type - Argument to bound method `not_valid_before` is incorrect: Expected `datetime`, found `Literal[104204304504]`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.not_valid_before` is incorrect: Expected `datetime`, found `Literal[104204304504]`
[error] invalid-argument-type - Argument to bound method `not_valid_before` is incorrect: Expected `datetime`, found `time`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.not_valid_before` is incorrect: Expected `datetime`, found `time`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `Literal["NotAHash"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `Literal["NotAHash"]`
[error] invalid-argument-type - Argument to bound method `subject_name` is incorrect: Expected `Name`, found `Literal["NotAName"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.subject_name` is incorrect: Expected `Name`, found `Literal["NotAName"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `add_attribute` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"not an oid"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.add_attribute` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"not an oid"]`
[error] invalid-argument-type - Argument to bound method `add_attribute` is incorrect: Expected `bytes`, found `Literal[383]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.add_attribute` is incorrect: Expected `bytes`, found `Literal[383]`
[error] invalid-argument-type - Argument to bound method `add_attribute` is incorrect: Expected `_ASN1Type | None`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.add_attribute` is incorrect: Expected `_ASN1Type | None`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `CertificateSigningRequestBuilder.sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `None`
[error] invalid-argument-type - Argument to `NameAttribute.__init__` is incorrect: Expected `ObjectIdentifier`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy constraints (`str | bytes`, `str`, `bytes`) of type variable `NameAttributeValueType`
[error] invalid-argument-type - Argument to `NameAttribute.__init__` is incorrect: Argument type `None` does not satisfy constraints (`str | bytes`, `str`, `bytes`) of type variable `NameAttributeValueType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ASN1Type | None`, found `Literal["notanenum"]`
[error] invalid-argument-type - Argument to `NameAttribute.__init__` is incorrect: Expected `_ASN1Type | None`, found `Literal["notanenum"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[NameAttribute[str | bytes]]`, found `list[str]`
[error] invalid-argument-type - Argument to `RelativeDistinguishedName.__init__` is incorrect: Expected `Iterable[NameAttribute[str | bytes]]`, found `list[str]`

tests/x509/test_x509_crlbuilder.py

[error] invalid-argument-type - Argument to bound method `issuer_name` is incorrect: Expected `Name`, found `Literal["notanx509name"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.issuer_name` is incorrect: Expected `Name`, found `Literal["notanx509name"]`
[error] invalid-argument-type - Argument to bound method `last_update` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.last_update` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `next_update` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.next_update` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `object`
[error] invalid-argument-type - Argument to bound method `add_revoked_certificate` is incorrect: Expected `RevokedCertificate`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.add_revoked_certificate` is incorrect: Expected `RevokedCertificate`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `PSS | PKCS1v15 | None`, found `Literal[b"notapadding"]`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`
[error] invalid-argument-type - Argument to bound method `CertificateRevocationListBuilder.sign` is incorrect: Expected `SHA224 | SHA256 | SHA384 | ... omitted 6 union elements`, found `MD5`

tests/x509/test_x509_ext.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal["notabool"]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `bool`, found `Literal["notabool"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[TLSFeatureType]`, found `list[int]`
[error] invalid-argument-type - Argument to `TLSFeature.__init__` is incorrect: Expected `Iterable[TLSFeatureType]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to `UnrecognizedExtension.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ReasonFlags`, found `Literal["notareason"]`
[error] invalid-argument-type - Argument to `CRLReason.__init__` is incorrect: Expected `ReasonFlags`, found `Literal["notareason"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to `DeltaCRLIndicator.__init__` is incorrect: Expected `int`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime`, found `Literal["notadate"]`
[error] invalid-argument-type - Argument to `InvalidityDate.__init__` is incorrect: Expected `datetime`, found `Literal["notadate"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int]`, found `list[int | str]`
[error] invalid-argument-type - Argument to `NoticeReference.__init__` is incorrect: Expected `Iterable[int]`, found `list[int | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int]`, found `None`
[error] invalid-argument-type - Argument to `NoticeReference.__init__` is incorrect: Expected `Iterable[int]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `NoticeReference | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `UserNotice.__init__` is incorrect: Expected `NoticeReference | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to `PolicyInformation.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str | UserNotice] | None`, found `list[int]`
[error] invalid-argument-type - Argument to `PolicyInformation.__init__` is incorrect: Expected `Iterable[str | UserNotice] | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[PolicyInformation]`, found `list[int | PolicyInformation]`
[error] invalid-argument-type - Argument to `CertificatePolicies.__init__` is incorrect: Expected `Iterable[PolicyInformation]`, found `list[int | PolicyInformation]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `AuthorityKeyIdentifier.__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to `AuthorityKeyIdentifier.__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal["notbool"]`
[error] invalid-argument-type - Argument to `BasicConstraints.__init__` is incorrect: Expected `bool`, found `Literal["notbool"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to `BasicConstraints.__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["notint"]`
[error] invalid-argument-type - Argument to `BasicConstraints.__init__` is incorrect: Expected `int | None`, found `Literal["notint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `list[str]`
[error] invalid-argument-type - Argument to `ExtendedKeyUsage.__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Literal["notValidBefore"]`
[error] invalid-argument-type - Argument to `PrivateKeyUsagePeriod.__init__` is incorrect: Expected `datetime | None`, found `Literal["notValidBefore"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Literal["notValidAfter"]`
[error] invalid-argument-type - Argument to `PrivateKeyUsagePeriod.__init__` is incorrect: Expected `datetime | None`, found `Literal["notValidAfter"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Literal["invalid type"]`
[error] invalid-argument-type - Argument to `PrivateKeyUsagePeriod.__init__` is incorrect: Expected `datetime | None`, found `Literal["invalid type"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to `DNSName.__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"bytes not allowed"]`
[error] invalid-argument-type - Argument to `DNSName.__init__` is incorrect: Expected `str`, found `Literal[b"bytes not allowed"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Name`, found `Literal[b"notaname"]`
[error] invalid-argument-type - Argument to `DirectoryName.__init__` is incorrect: Expected `Name`, found `Literal[b"notaname"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Name`, found `float`
[error] invalid-argument-type - Argument to `DirectoryName.__init__` is incorrect: Expected `Name`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to `RFC822Name.__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"bytes"]`
[error] invalid-argument-type - Argument to `RFC822Name.__init__` is incorrect: Expected `str`, found `Literal[b"bytes"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to `UniformResourceIdentifier.__init__` is incorrect: Expected `str`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"notanoid"]`
[error] invalid-argument-type - Argument to `RegisteredID.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `float`
[error] invalid-argument-type - Argument to `RegisteredID.__init__` is incorrect: Expected `ObjectIdentifier`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `Literal[b"notanipaddress"]`
[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `Literal[b"notanipaddress"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `float`
[error] invalid-argument-type - Argument to `IPAddress.__init__` is incorrect: Expected `IPv4Address | IPv6Address | IPv4Network | IPv6Network`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"notanobjectidentifier"]`
[error] invalid-argument-type - Argument to `OtherName.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal[b"notanobjectidentifier"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["notderdata"]`
[error] invalid-argument-type - Argument to `OtherName.__init__` is incorrect: Expected `bytes`, found `Literal["notderdata"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["notanumber"]`
[error] invalid-argument-type - Argument to `CRLNumber.__init__` is incorrect: Expected `int`, found `Literal["notanumber"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to `AccessDescription.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GeneralName`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `AccessDescription.__init__` is incorrect: Expected `GeneralName`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `PolicyConstraints.__init__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `PolicyConstraints.__init__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[AccessDescription]`, found `list[str]`
[error] invalid-argument-type - Argument to `AuthorityInformationAccess.__init__` is incorrect: Expected `Iterable[AccessDescription]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[AccessDescription]`, found `list[str]`
[error] invalid-argument-type - Argument to `SubjectInformationAccess.__init__` is incorrect: Expected `Iterable[AccessDescription]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `Literal["badpermitted"]`
[error] invalid-argument-type - Argument to `NameConstraints.__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `Literal["badpermitted"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `Literal["badexcluded"]`
[error] invalid-argument-type - Argument to `NameConstraints.__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `Literal["badexcluded"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DistributionPoint.__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RelativeDistinguishedName | None`, found `Literal["notname"]`
[error] invalid-argument-type - Argument to `DistributionPoint.__init__` is incorrect: Expected `RelativeDistinguishedName | None`, found `Literal["notname"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DistributionPoint.__init__` is incorrect: Expected `Iterable[GeneralName] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `frozenset[ReasonFlags] | None`, found `frozenset[str]`
[error] invalid-argument-type - Argument to `DistributionPoint.__init__` is incorrect: Expected `frozenset[ReasonFlags] | None`, found `frozenset[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `frozenset[ReasonFlags] | None`, found `list[ReasonFlags]`
[error] invalid-argument-type - Argument to `DistributionPoint.__init__` is incorrect: Expected `frozenset[ReasonFlags] | None`, found `list[ReasonFlags]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[DistributionPoint]`, found `list[str]`
[error] invalid-argument-type - Argument to `FreshestCRL.__init__` is incorrect: Expected `Iterable[DistributionPoint]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[DistributionPoint]`, found `list[str]`
[error] invalid-argument-type - Argument to `CRLDistributionPoints.__init__` is incorrect: Expected `Iterable[DistributionPoint]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["notint"]`
[error] invalid-argument-type - Argument to `InhibitAnyPolicy.__init__` is incorrect: Expected `int`, found `Literal["notint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Sct]`, found `list[object]`
[error] invalid-argument-type - Argument to `PrecertificateSignedCertificateTimestamps.__init__` is incorrect: Expected `Iterable[Sct]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal[38]`
[error] invalid-argument-type - Argument to `OCSPNonce.__init__` is incorrect: Expected `bytes`, found `Literal[38]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `Literal[38]`
[error] invalid-argument-type - Argument to `OCSPAcceptableResponses.__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `Literal[38]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `list[int]`
[error] invalid-argument-type - Argument to `OCSPAcceptableResponses.__init__` is incorrect: Expected `Iterable[ObjectIdentifier]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to `MSCertificateTemplate.__init__` is incorrect: Expected `ObjectIdentifier`, found `Literal["notanoid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to `MSCertificateTemplate.__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to `MSCertificateTemplate.__init__` is incorrect: Expected `int | None`, found `Literal["notanint"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ObjectIdentifier | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `NamingAuthority.__init__` is incorrect: Expected `ObjectIdentifier | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `NamingAuthority.__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `NamingAuthority.__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `None`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `Iterable[str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `NamingAuthority | None`, found `Literal["spam"]`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `NamingAuthority | None`, found `Literal["spam"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `list[int]`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `Iterable[str]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ObjectIdentifier] | None`, found `Literal["spam"]`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `Iterable[ObjectIdentifier] | None`, found `Literal["spam"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `str | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `ProfessionInfo.__init__` is incorrect: Expected `bytes | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GeneralName | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `Admission.__init__` is incorrect: Expected `GeneralName | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `NamingAuthority | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `Admission.__init__` is incorrect: Expected `NamingAuthority | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ProfessionInfo]`, found `Literal[42]`
[error] invalid-argument-type - Argument to `Admission.__init__` is incorrect: Expected `Iterable[ProfessionInfo]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[ProfessionInfo]`, found `list[int]`
[error] invalid-argument-type - Argument to `Admission.__init__` is incorrect: Expected `Iterable[ProfessionInfo]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GeneralName | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to `Admissions.__init__` is incorrect: Expected `GeneralName | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Admission]`, found `Literal[42]`
[error] invalid-argument-type - Argument to `Admissions.__init__` is incorrect: Expected `Iterable[Admission]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Admission]`, found `list[int]`
[error] invalid-argument-type - Argument to `Admissions.__init__` is incorrect: Expected `Iterable[Admission]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Admission]`, found `list[None]`
[error] invalid-argument-type - Argument to `Admissions.__init__` is incorrect: Expected `Iterable[Admission]`, found `list[None]`

tests/x509/test_x509_revokedcertbuilder.py

[error] invalid-argument-type - Argument to bound method `serial_number` is incorrect: Expected `int`, found `Literal["notanx509name"]`
[error] invalid-argument-type - Argument to bound method `RevokedCertificateBuilder.serial_number` is incorrect: Expected `int`, found `Literal["notanx509name"]`
[error] invalid-argument-type - Argument to bound method `revocation_date` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `RevokedCertificateBuilder.revocation_date` is incorrect: Expected `datetime`, found `Literal["notadatetime"]`
[error] invalid-argument-type - Argument to bound method `add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanextension"]`
[error] invalid-argument-type - Argument to bound method `RevokedCertificateBuilder.add_extension` is incorrect: Expected `ExtensionType`, found `Literal["notanextension"]`

tests/x509/verification/test_verification.py

[error] invalid-argument-type - Argument to bound method `build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["cryptography.io"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["cryptography.io"]`
[error] invalid-argument-type - Argument to bound method `build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["0.0.0.0"]`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `Literal["0.0.0.0"]`
[error] invalid-argument-type - Argument to bound method `build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `IPv4Address`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `IPv4Address`
[error] invalid-argument-type - Argument to bound method `build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `None`
[error] invalid-argument-type - Argument to bound method `PolicyBuilder.build_server_verifier` is incorrect: Expected `DNSName | IPAddress`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Certificate]`, found `list[Certificate | str]`
[error] invalid-argument-type - Argument to `Store.__init__` is incorrect: Expected `list[Certificate]`, found `list[Certificate | str]`
[error] invalid-argument-type - Argument to bound method `require_present` is incorrect: Argument type `_Extension` does not satisfy upper bound `ExtensionType` of type variable `T`
[error] invalid-argument-type - Argument to bound method `ExtensionPolicy.require_present` is incorrect: Argument type `_Extension` does not satisfy upper bound `ExtensionType` of type variable `T`

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

cwltool/argparser.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `_env_var_table`
[error] invalid-argument-type - Argument to `ArgumentParser.__init__` is incorrect: Expected `str | None`, found `_env_var_table`

cwltool/builder.py

[error] invalid-argument-type - Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `Builder.bind_input` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Builder.do_eval` is incorrect: Expected `int | str | float | ... omitted 5 union elements`, found `object`

cwltool/checker.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["not_connected"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["not_connected"]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

cwltool/command_line_tool.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements]`, found `dict[str, str]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

cwltool/cwlprov/provenance_profile.py

[error] invalid-argument-type - Argument to bound method `used_artefacts` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | list[MutableMapping[str, int | str | float | ... omitted 5 union elements]]`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.used_artefacts` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | list[MutableMapping[str, int | str | float | ... omitted 5 union elements]]`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `generate_output_prov` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] | None`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `ProvenanceProfile.generate_output_prov` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | MutableSequence[MutableMapping[str, int | str | float | ... omitted 5 union elements]] | None`, found `str | MutableMapping[str, int | str | float | ... omitted 5 union elements]`

cwltool/cwlprov/ro.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `_relativise_files` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | int | str | ... omitted 7 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `ResearchObject._relativise_files` is incorrect: Expected `MutableMapping[str, int | str | float | ... omitted 5 union elements] | int | str | ... omitted 7 union elements`, found `object`

cwltool/cwlprov/writablebagfile.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["class"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["class"]`

cwltool/cwlviewer.py

[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `Graph.query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `Graph.query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `Graph.query` is incorrect: Expected `Mapping[str, Identifier] | None`, found `dict[str, str]`

cwltool/job.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

cwltool/load_tool.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["cwlVersion"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["cwlVersion"]`

cwltool/main.py

[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `Never`, found `Literal["null"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.remove` is incorrect: Expected `Never`, found `Literal["null"]`

cwltool/workflow_job.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | MutableSequence[Divergent] | (MutableMapping[str, Divergent] & Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[int | str | float | ... omitted 5 union elements]`, found `(int & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | MutableSequence[Divergent] | (MutableMapping[str, Divergent] & Top[MutableSequence[Unknown]])`

tests/test_provenance.py

[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `str | None`, found `Node`
[error] invalid-argument-type - Argument to bound method `Graph.parse` is incorrect: Expected `str | None`, found `Node`

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

benchmarks/appsec_iast_propagation/scenario.py

[error] invalid-argument-type - Argument to bound method `acquire_request` is incorrect: Expected `Span`, found `None`
[error] invalid-argument-type - Argument to bound method `OverheadControl.acquire_request` is incorrect: Expected `Span`, found `None`

benchmarks/bm/flask_utils.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `bytes`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | float`, found `bytes`

benchmarks/bm/iast_fixtures/str_methods.py

[error] invalid-argument-type - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `str`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `str`
[error] invalid-argument-type - Argument to function `commonprefix` is incorrect: Expected `list[Unknown]`, found `Literal["/usr/lib"]`
[error] invalid-argument-type - Argument to function `SampleClass.commonprefix` is incorrect: Expected `list[Unknown]`, found `Literal["/usr/lib"]`
[error] invalid-argument-type - Argument to function `commonprefix` is incorrect: Expected `list[Unknown]`, found `Literal["/usr/local/lib"]`
[error] invalid-argument-type - Argument to function `SampleClass.commonprefix` is incorrect: Expected `list[Unknown]`, found `Literal["/usr/local/lib"]`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `ResolverMatch.__init__` is incorrect: Expected `list[Any]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Any]`, found `str`
[error] invalid-argument-type - Argument to `ResolverMatch.__init__` is incorrect: Expected `list[Any]`, found `str`

benchmarks/bm/iast_utils.py

[error] invalid-argument-type - Argument to bound method `acquire_request` is incorrect: Expected `Span`, found `None`
[error] invalid-argument-type - Argument to bound method `OverheadControl.acquire_request` is incorrect: Expected `Span`, found `None`

benchmarks/encoder/utils.py

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

benchmarks/recursive_computation/scenario.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `bool`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`

benchmarks/span/scenario.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to bound method `_add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `Span._add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, str]`

ddtrace/_monkey.py

[error] invalid-argument-type - Argument to bound method `add_integration` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `TelemetryWriter.add_integration` is incorrect: Expected `str`, found `str | None`

ddtrace/_trace/_inferred_proxy.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `str`

ddtrace/_trace/processor/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`

ddtrace/_trace/subscribers/_base.py

[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `str`

ddtrace/_trace/subscribers/llm.py

[error] invalid-argument-type - Argument to bound method `_get_base_url` is incorrect: Expected `dict[str, Any]`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `BaseLLMIntegration._get_base_url` is incorrect: Expected `dict[str, Any]`, found `Any | None`

ddtrace/_trace/subscribers/ray.py

[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type`

ddtrace/_trace/trace_handlers.py

[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type & ~AlwaysFalsy`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["gcp.pubsub.receive"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["gcp.pubsub.receive"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["run.step"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["run.step"]`

ddtrace/_trace/tracer.py

[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `str`

ddtrace/appsec/_asm_request_context.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to `Block_config.__init__` is incorrect: Expected `int`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to `Block_config.__init__` is incorrect: Expected `str`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | str | int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | str | int | None`

ddtrace/appsec/_common_module_patches.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 5
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 5
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `FrameType`, found `FrameType | None`
[error] invalid-argument-type - Argument to constructor `TracebackType.__new__` is incorrect: Expected `FrameType`, found `FrameType | None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 5
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 5
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `FrameType`, found `FrameType | None`
[error] invalid-argument-type - Argument to constructor `TracebackType.__new__` is incorrect: Expected `FrameType`, found `FrameType | None`

ddtrace/appsec/_handlers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `EnvVariable[bool] | bool`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `EnvVariable[bool] | bool`

ddtrace/appsec/_iast/_ast/visitor.py

[error] unknown-argument - Argument `lineno` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `lineno` does not match any known parameter of `alias.__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of `alias.__init__`
[error] unknown-argument - Argument `lineno` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `lineno` does not match any known parameter of `alias.__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of `alias.__init__`
[error] unknown-argument - Argument `lineno` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `lineno` does not match any known parameter of `alias.__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `col_offset` does not match any known parameter of `alias.__init__`

ddtrace/appsec/_iast/_iast_request_context_base.py

[error] invalid-argument-type - Argument to bound method `acquire_request` is incorrect: Expected `Span`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `OverheadControl.acquire_request` is incorrect: Expected `Span`, found `Unknown | None`

ddtrace/appsec/_iast/_overhead_control_engine.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `EnvVariable[int | float]`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `EnvVariable[int | float]`

ddtrace/appsec/_iast/_patch_modules.py

[error] invalid-argument-type - Argument to function `force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `str | Unknown`
[error] invalid-argument-type - Argument to function `IASTFunction.force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `str | Unknown`

ddtrace/appsec/_iast/_taint_tracking/_taint_objects.py

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

ddtrace/appsec/_iast/sampling/vulnerability_detection.py

[error] unknown-argument - Argument `last` does not match any known parameter of bound method `popitem`
[error] unknown-argument - Argument `last` does not match any known parameter of bound method `MutableMapping.popitem`

ddtrace/appsec/_iast/taint_sinks/code_injection.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown | dict[str, Any]`

ddtrace/appsec/_iast/taint_sinks/weak_randomness.py

[error] invalid-argument-type - Argument to bound method `report` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `VulnerabilityBase.report` is incorrect: Expected `str | bytes | bytearray`, found `Unknown | None`

ddtrace/appsec/_processor.py

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

ddtrace/appsec/ai_guard/_api_client.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[200]) | None`
[error] invalid-argument-type - Argument to `AIGuardClientError.__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[200]) | None`

ddtrace/bootstrap/cloning.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/aiobotocore/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] missing-argument - No argument provided for required parameter `self` of function `start_span`
[error] missing-argument - No argument provided for required parameter `self` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Any | None]`
[error] invalid-argument-type - Argument to bound method `Span.set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Any | None]`

ddtrace/contrib/internal/aiohttp/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/aiokafka/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/asgi/middleware.py

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

ddtrace/contrib/internal/boto/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | None | Any]`
[error] invalid-argument-type - Argument to bound method `Span.set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | None | Any]`
[error] invalid-argument-type - Argument to bound method `set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | None]`
[error] invalid-argument-type - Argument to bound method `Span.set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | None]`

ddtrace/contrib/internal/botocore/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Any | None`

ddtrace/contrib/internal/bottle/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/celery/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/cherrypy/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/consul/patch.py

[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `Any | None`

ddtrace/contrib/internal/django/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/falcon/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/fastapi/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/flask_cache/patch.py

[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `TracedCache.__trace` is incorrect: Expected `bool`, found `Literal["flask_cache.cmd"]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `list[Unknown]`

ddtrace/contrib/internal/graphql/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `_add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, Unknown | str | None]`
[error] invalid-argument-type - Argument to bound method `Span._add_event` is incorrect: Expected `dict[str, Sequence[str] | int | float | Sequence[int | float]] | None`, found `dict[str, Unknown | str | None]`

ddtrace/contrib/internal/grpc/client_interceptor.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`

ddtrace/contrib/internal/httplib/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/httpx/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/kafka/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] missing-argument - No argument provided for required parameter `self` of function `start_span`
[error] missing-argument - No argument provided for required parameter `self` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `(Unknown & ~AlwaysFalsy) | Literal[-1]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `(Unknown & ~AlwaysFalsy) | Literal[-1]`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/contrib/internal/kombu/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/logging/patch.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Literal["0"]`
[error] invalid-argument-type - Argument to `DDLogRecord.__init__` is incorrect: Expected `int`, found `Any | Literal["0"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Literal["0"]`
[error] invalid-argument-type - Argument to `DDLogRecord.__init__` is incorrect: Expected `int`, found `Any | Literal["0"]`

ddtrace/contrib/internal/mariadb/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/mcp/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/molten/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/mysql/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/mysqldb/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/psycopg/async_cursor.py

[error] parameter-already-assigned - Multiple values provided for parameter 3 (`cfg`) of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter 3 (`cfg`) of `Psycopg3TracedCursor.__init__`

ddtrace/contrib/internal/psycopg/connection.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

ddtrace/contrib/internal/psycopg/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/pymemcache/client.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & Top[list[Unknown]]) | list[object]`
[error] invalid-argument-type - Argument to bound method `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & Top[list[Unknown]]) | list[object]`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`

ddtrace/contrib/internal/pymongo/utils.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

ddtrace/contrib/internal/pymysql/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/pynamodb/patch.py

[error] invalid-argument-type - Argument to bound method `set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Any | None]`
[error] invalid-argument-type - Argument to bound method `Span.set_tags` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Any | None]`

ddtrace/contrib/internal/pyodbc/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/pytest/plugin.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/pytest_bdd/_plugin.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`

ddtrace/contrib/internal/ray/core/utils.py

[error] invalid-argument-type - Argument to function `_extract` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Unknown | None]`
[error] invalid-argument-type - Argument to function `_TraceContext._extract` is incorrect: Expected `dict[str, str]`, found `dict[str, str | Unknown | None]`

ddtrace/contrib/internal/ray/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/ray/span_manager.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[TraceSamplingProcessor | TraceTagsProcessor | ServiceNameProcessor]`, found `list[TraceProcessor] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `_create_resubmit_timer` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `RaySpanManager._create_resubmit_timer` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `str | None`
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments

ddtrace/contrib/internal/requests/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/snowflake/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/sqlite3/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/starlette/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `str`

ddtrace/contrib/internal/subprocess/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None | list[str] | Unknown`
[error] invalid-argument-type - Argument to `deque.__init__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None | list[str] | Unknown`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `list[str]`

ddtrace/contrib/internal/tornado/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/contrib/internal/trace_utils_base.py

[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | bytes`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | bytes`

ddtrace/contrib/internal/unittest/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `str`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `str`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `TracebackType | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `TracebackType | None`, found `str`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`

ddtrace/contrib/internal/urllib3/patch.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/debugging/_debugger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument to `ProbeStatusLogger.__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `EnvVariable[int]`
[error] invalid-argument-type - Argument to `DebuggerRCCallback.__init__` is incorrect: Expected `int | float`, found `EnvVariable[int]`

ddtrace/debugging/_exception/replay.py

[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`

ddtrace/debugging/_signal/snapshot.py

[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`

ddtrace/debugging/_uploader.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to `AgentCheckPeriodicService.__init__` is incorrect: Expected `int | float`, found `int | float | EnvVariable[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `DerivedVariable[str | Any]`

ddtrace/internal/ci_visibility/_api_client.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`
[error] invalid-argument-type - Argument to `CIVisibilityAPIError.__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`
[error] invalid-argument-type - Argument to `CIVisibilityAPIError.__init__` is incorrect: Expected `int`, found `(Unknown & ~Literal[403]) | None`

ddtrace/internal/ci_visibility/encoder.py

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

ddtrace/internal/ci_visibility/git_client.py

[error] invalid-argument-type - Argument to bound method `search_commits_decode` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CIVisibilityGitClientSerializerV1.search_commits_decode` is incorrect: Expected `str`, found `Unknown | None`

ddtrace/internal/ci_visibility/recorder.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to `CIVisibilityWriter.__init__` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | DerivedVariable[str]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `TraceCiVisibilityFilter.__init__` is incorrect: Expected `str`, found `str | None`

ddtrace/internal/ci_visibility/writer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BufferedEncoder`, found `CIVisibilityCoverageReportEncoder`
[error] invalid-argument-type - Argument to `WriterClientBase.__init__` is incorrect: Expected `BufferedEncoder`, found `CIVisibilityCoverageReportEncoder`

ddtrace/internal/core/crashtracking.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to `CrashtrackerConfiguration.__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to `CrashtrackerConfiguration.__init__` is incorrect: Expected `bool`, found `EnvVariable[bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `(EnvVariable[None] & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to `CrashtrackerConfiguration.__init__` is incorrect: Expected `str | None`, found `(EnvVariable[None] & ~AlwaysFalsy) | DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to `CrashtrackerConfiguration.__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to `CrashtrackerReceiverConfig.__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`
[error] invalid-argument-type - Argument to `CrashtrackerReceiverConfig.__init__` is incorrect: Expected `str | None`, found `EnvVariable[None]`

ddtrace/internal/coverage/code.py

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

ddtrace/internal/logger.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/internal/module.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `MetaPathFinderProtocol`, found `Self@_add_to_meta_path`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `MetaPathFinderProtocol`, found `Self@_add_to_meta_path`

ddtrace/internal/openfeature/writer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to `PeriodicService.__init__` is incorrect: Expected `int | float`, found `int | float | None`

ddtrace/internal/remoteconfig/client.py

[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> bool`, found `def derive_skip_shutdown(c: RemoteConfigClientConfig) -> bool`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> bool`, found `def derive_skip_shutdown(c: RemoteConfigClientConfig) -> bool`

ddtrace/internal/sampling.py

[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `str | None`

ddtrace/internal/schema/__init__.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/internal/settings/_agent.py

[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_trace_url(config: AgentConfig) -> str`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_trace_url(config: AgentConfig) -> str`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_stats_url(config: AgentConfig) -> str`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_stats_url(config: AgentConfig) -> str`

ddtrace/internal/settings/_core.py

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

ddtrace/internal/settings/_opentelemetry.py

[error] invalid-argument-type - Argument to function `_get_default_endpoint` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to function `ExporterConfig._get_default_endpoint` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to function `_get_default_endpoint` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `ExporterConfig._get_default_endpoint` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `_get_default_endpoint` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to function `ExporterConfig._get_default_endpoint` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_logs_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_logs_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_logs_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_temporality_preference(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_metrics_temporality_preference(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_metric_reader_export_interval(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_metric_reader_export_interval(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_metric_reader_export_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_metrics_metric_reader_export_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_protocol(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_endpoint(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_traces_headers(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_traces_timeout(config: ExporterConfig) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> int`, found `def _derive_traces_timeout(config: ExporterConfig) -> Unknown`

ddtrace/internal/settings/asm.py

[error] invalid-argument-type - Argument to bound method `var` is incorrect: Expected `str | None`, found `<class 'float'>`
[error] invalid-argument-type - Argument to bound method `Env.var` is incorrect: Expected `str | None`, found `<class 'float'>`

ddtrace/internal/settings/crashtracker.py

[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> bool`, found `def _derive_crashtracking_enabled(config: CrashtrackingConfig) -> bool`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> bool`, found `def _derive_crashtracking_enabled(config: CrashtrackingConfig) -> bool`
[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> Unknown`, found `def _derive_stacktrace_resolver(config: CrashtrackingConfig) -> str | None`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> Unknown`, found `def _derive_stacktrace_resolver(config: CrashtrackingConfig) -> str | None`

ddtrace/internal/settings/dynamic_instrumentation.py

[error] invalid-argument-type - Argument to bound method `d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_tags(c: DDConfig) -> str`
[error] invalid-argument-type - Argument to bound method `Env.d` is incorrect: Expected `(Env, /) -> str`, found `def _derive_tags(c: DDConfig) -> str`

ddtrace/internal/settings/integration.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

ddtrace/internal/telemetry/writer.py

[error] invalid-argument-type - Argument to bound method `get_host` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to bound method `_TelemetryClient.get_host` is incorrect: Expected `str`, found `EnvVariable[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to `_TelemetryClient.__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `flush` is incorrect: Expected `int`, found `EnvVariable[int]`
[error] invalid-argument-type - Argument to bound method `HttpEndPointsCollection.flush` is incorrect: Expected `int`, found `EnvVariable[int]`

ddtrace/internal/writer/writer.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `DerivedVariable[str]`
[error] invalid-argument-type - Argument to `NativeWriter.__init__` is incorrect: Expected `str`, found `DerivedVariable[str]`

ddtrace/llmobs/_evaluators/llm_judge.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dict[str, Any] | None`, found `None | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `LLMClient.__call__` is incorrect: Expected `dict[str, Any] | None`, found `None | (BooleanStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]] & ~AlwaysFalsy) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `_format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | int | float | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to function `LLMJudge._format_schema_for_provider` is incorrect: Expected `dict[str, Any]`, found `(BooleanStructuredOutput & Top[dict[Unknown, Unknown]]) | (ScoreStructuredOutput & Top[dict[Unknown, Unknown]]) | (CategoricalStructuredOutput & Top[dict[Unknown, Unknown]]) | dict[str, str | int | float | ... omitted 3 union elements]`

ddtrace/llmobs/_experiment.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["message"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["message"]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/llmobs/_integrations/base.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `(Unknown & ~AlwaysFalsy) | str`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `(Unknown & ~AlwaysFalsy) | str`

ddtrace/llmobs/_integrations/bedrock_agents.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["traceId"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["traceId"]`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/llmobs/_integrations/crewai.py

[error] invalid-argument-type - Argument to bound method `activate` is incorrect: Expected `Span | Context | None`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseContextProvider.activate` is incorrect: Expected `Span | Context | None`, found `str`

ddtrace/llmobs/_integrations/utils.py

[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments

ddtrace/llmobs/_prompt_optimization.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

ddtrace/llmobs/_utils.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

ddtrace/llmobs/decorators.py

[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`

ddtrace/propagation/http.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `_context_to_span_link` is incorrect: Expected `Context`, found `Context | None | Unknown`
[error] invalid-argument-type - Argument to function `HTTPPropagator._context_to_span_link` is incorrect: Expected `Context`, found `Context | None | Unknown`

ddtrace/testing/internal/pytest/bdd.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`

ddtrace/vendor/psutil/setup.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | Unknown`

docs/conf.py

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

scripts/profiles/flask-simple/app/app.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str`, found `int`

scripts/view_trace_snapshot.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

tests/appsec/appsec/test_processor.py

[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `ddwaf_context_capsule[Unknown] | None`
[error] invalid-argument-type - Argument to bound method `DDWaf.run` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `ddwaf_context_capsule[Unknown] | None`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `ddwaf_context_capsule[Unknown] | None`
[error] invalid-argument-type - Argument to bound method `DDWaf.run` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `ddwaf_context_capsule[Unknown] | None`
[error] invalid-argument-type - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `AppSecSpanProcessor._waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `AppSecSpanProcessor._waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `_waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `AppSecSpanProcessor._waf_action` is incorrect: Expected `ddwaf_context_capsule[Unknown]`, found `None`

tests/appsec/appsec_utils.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

tests/appsec/contrib_appsec/django_app/urls.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`

tests/appsec/contrib_appsec/fastapi_app/app.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`

tests/appsec/contrib_appsec/flask_app/app.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`

tests/appsec/contrib_appsec/tornado_app/app.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span_with_new_service"]`

tests/appsec/iast/aspects/test_side_effects.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `MagicMethodsException`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `str`, found `MagicMethodsException`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `None`
[error] invalid-argument-type - Argument to `bytearray.__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

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

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

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

tests/appsec/iast/fixtures/integration/main_configure_wrong.py

[error] invalid-argument-type - Argument to bound method `configure` is incorrect: Expected `bool | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Tracer.configure` is incorrect: Expected `bool | None`, found `str`

tests/appsec/iast/test_patch_modules.py

[error] invalid-argument-type - Argument to function `force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Literal["test_hook"]`
[error] invalid-argument-type - Argument to function `IASTFunction.force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Literal["test_hook"]`
[error] invalid-argument-type - Argument to function `force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Literal["test_hook"]`
[error] invalid-argument-type - Argument to function `IASTFunction.force_wrapper` is incorrect: Expected `(...) -> Unknown`, found `Literal["test_hook"]`

tests/appsec/integrations/fastapi_tests/app.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments
[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

tests/appsec/integrations/flask_tests/test_flask_remoteconfig.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

tests/ci_visibility/api_client/_util.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `AgentlessTestVisibilityAPIClient.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to `AgentlessTestVisibilityAPIClient.__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `int | float`, found `int | float | None`

tests/ci_visibility/api_client/test_ci_visibility_api_client.py

[error] missing-argument - No argument provided for required parameter `line` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `line` of `BadStatusLine.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `AgentlessTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GitData`, found `None`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `GitData`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `None`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `dict[str, str | dict[str, str]]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | int | None | float`
[error] invalid-argument-type - Argument to `EVPProxyTestVisibilityAPIClient.__init__` is incorrect: Expected `str`, found `str | int | None | float`

tests/ci_visibility/test_atr.py

[error] invalid-argument-type - Argument to bound method `atr_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `TestVisibilityTest.atr_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `atr_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `TestVisibilityTest.atr_finish_retry` is incorrect: Expected `int`, found `int | None`

tests/ci_visibility/test_ci_visibility.py

[error] invalid-argument-type - Argument to bound method `_put` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `CIVisibilityWriter._put` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `_put` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `CIVisibilityWriter._put` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `_put` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `CIVisibilityWriter._put` is incorrect: Expected `bytes`, found `Literal[""]`

tests/ci_visibility/test_efd.py

[error] invalid-argument-type - Argument to bound method `efd_start_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `TestVisibilityTest.efd_start_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `efd_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `TestVisibilityTest.efd_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `efd_finish_retry` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `TestVisibilityTest.efd_finish_retry` is incorrect: Expected `int`, found `int | None`

tests/ci_visibility/test_encoder.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

tests/conftest.py

[error] unknown-argument - Argument `is_periodic` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `is_periodic` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of `object.__init__`

tests/contrib/dbapi/test_dbapi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`

tests/contrib/dbapi_async/test_dbapi_async.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `TracedCursor.__init__` is incorrect: Expected `Pin | None`, found `dict[Unknown, Unknown]`

tests/contrib/django/test_django_snapshots.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

tests/contrib/grpc/hello_pb2.py

[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`

tests/contrib/grpc/test_grpc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`

tests/contrib/gunicorn/wsgi_mw_app.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def simple_app(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def simple_app(environ, start_response) -> Unknown`

tests/contrib/logging/test_logging.py

[error] invalid-argument-type - Argument to bound method `makeRecord` is incorrect: Expected `int`, found `Literal["INFO"]`
[error] invalid-argument-type - Argument to bound method `Logger.makeRecord` is incorrect: Expected `int`, found `Literal["INFO"]`

tests/contrib/pytest/test_pytest.py

[error] invalid-argument-type - Argument to bound method `get_tag` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `Span.get_tag` is incorrect: Expected `str`, found `Unknown | str | None`

tests/contrib/sqlite3/test_sqlite3.py

[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`

tests/contrib/subprocess/test_subprocess.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

tests/contrib/vertexai/test_vertexai_llmobs.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

tests/contrib/wsgi/test_wsgi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to `_DDWSGIMiddlewareBase.__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DDWSGIMiddleware`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `DDWSGIMiddleware`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`
[error] invalid-argument-type - Argument to `DDWSGIMiddleware.__init__` is incorrect: Expected `Iterable[Unknown]`, found `def application(environ, start_response) -> Unknown`

tests/debugging/function/test_store.py

[error] invalid-argument-type - Argument to bound method `inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `FunctionStore.inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `by_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FunctionDiscovery.by_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `wrap` is incorrect: Expected `FunctionType`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `FunctionStore.wrap` is incorrect: Expected `FunctionType`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `FunctionStore.inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `FunctionStore.inject_hook` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `wrap` is incorrect: Expected `FunctionType`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `FunctionStore.wrap` is incorrect: Expected `FunctionType`, found `FullyNamedFunction`
[error] invalid-argument-type - Argument to bound method `unwrap` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `def modulestuff(snafu) -> Unknown`
[error] invalid-argument-type - Argument to bound method `FunctionStore.unwrap` is incorrect: Expected `FullyNamedContextWrappedFunction`, found `def modulestuff(snafu) -> Unknown`

tests/debugging/origin/test_span.py

[error] invalid-argument-type - Argument to bound method `instrument_view` is incorrect: Expected `FunctionType | MethodType`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to bound method `SpanCodeOriginProcessorEntry.instrument_view` is incorrect: Expected `FunctionType | MethodType`, found `(...) -> Unknown`

tests/debugging/test_encoding.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `LogSignalJsonEncoder.__init__` is incorrect: Expected `str`, found `None`

tests/debugging/test_uploader.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Encoder`, found `None`
[error] invalid-argument-type - Argument to `SignalQueue.__init__` is incorrect: Expected `Encoder`, found `None`

tests/integration/test_integration_snapshots.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `trace` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `Tracer.trace` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `trace` is incorrect: Expected `str | None`, found `Literal[456]`
[error] invalid-argument-type - Argument to bound method `Tracer.trace` is incorrect: Expected `str | None`, found `Literal[456]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span1"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span1"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span2"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span2"]`

tests/integration/test_propagation.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["p"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["p"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["c1"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["c1"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["c2"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["c2"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["gc"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["gc"]`

tests/integration/test_sampling.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`

tests/internal/crashtracker/utils.py

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

tests/internal/remoteconfig/test_remoteconfig.py

[error] invalid-argument-type - Argument to bound method `_build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient._build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `_build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient._build_payload` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `register_callback` is incorrect: Expected `RCCallback`, found `def failing_callback(payloads) -> Unknown`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient.register_callback` is incorrect: Expected `RCCallback`, found `def failing_callback(payloads) -> Unknown`
[error] invalid-argument-type - Argument to bound method `register_callback` is incorrect: Expected `RCCallback`, found `def working_callback(payloads) -> Unknown`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient.register_callback` is incorrect: Expected `RCCallback`, found `def working_callback(payloads) -> Unknown`

tests/internal/remoteconfig/test_remoteconfig_appsec_client_e2e.py

[error] invalid-argument-type - Argument to bound method `register_callback` is incorrect: Expected `RCCallback`, found `def _mock_appsec_callback(features) -> Unknown`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient.register_callback` is incorrect: Expected `RCCallback`, found `def _mock_appsec_callback(features) -> Unknown`
[error] invalid-argument-type - Argument to bound method `register_callback` is incorrect: Expected `RCCallback`, found `def callback_with_exception() -> Unknown`
[error] invalid-argument-type - Argument to bound method `RemoteConfigClient.register_callback` is incorrect: Expected `RCCallback`, found `def callback_with_exception() -> Unknown`

tests/internal/remoteconfig/test_remoteconfig_publisher.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PublisherSubscriberConnector`, found `MockConnector`
[error] invalid-argument-type - Argument to `RemoteConfigPublisher.__init__` is incorrect: Expected `PublisherSubscriberConnector`, found `MockConnector`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ConfigMetadata`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `RemoteConfigPublisher.append` is incorrect: Expected `ConfigMetadata`, found `dict[str, str | int]`

tests/internal/remoteconfig/test_remoteconfig_subscriber.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PublisherSubscriberConnector`, found `MockConnector`
[error] invalid-argument-type - Argument to `RemoteConfigSubscriber.__init__` is incorrect: Expected `PublisherSubscriberConnector`, found `MockConnector`

tests/internal/test_module.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Loader`, found `Loader | None`
[error] invalid-argument-type - Argument to `LazyLoader.__init__` is incorrect: Expected `Loader`, found `Loader | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str`, found `str | None`

tests/llmobs/test_deep_eval_evaluators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`

tests/llmobs/test_evaluators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`

tests/llmobs/test_experiments.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Project`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `Project`, found `dict[str, str]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | None | dict[Unknown, Unknown] | list[str]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | None | dict[Unknown, Unknown] | list[str]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | dict[str, list[str]]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | None | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str] | None | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to function `_get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str]]`
[error] invalid-argument-type - Argument to function `LLMObsExperimentsClient._get_record_json` is incorrect: Expected `DatasetRecordUpdateWithId | DatasetRecord`, found `dict[str, str | dict[str, str]]`

tests/llmobs/test_llm_judge.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str]]] | list[str] | bool]`
[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str] | dict[str, str | dict[str, str]]] | list[str] | bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str]] | list[str] | bool]`
[error] invalid-argument-type - Argument to `LLMJudge.__init__` is incorrect: Expected `BooleanStructuredOutput | ScoreStructuredOutput | CategoricalStructuredOutput | dict[str, str | int | float | ... omitted 3 union elements] | None`, found `dict[str, str | dict[str, dict[str, str]] | list[str] | bool]`

tests/llmobs/test_llmobs_evaluator_runner.py

[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `EvaluatorRunner.enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `EvaluatorRunner.enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `EvaluatorRunner.enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[str, str]`

tests/llmobs/test_llmobs_service.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | None]`
[error] invalid-argument-type - Argument to `Context.__init__` is incorrect: Expected `dict[str, str] | None`, found `dict[str, str | None]`

tests/llmobs/test_llmobs_span_agent_writer.py

[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `LLMObsSpanWriter.enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`

tests/llmobs/test_llmobs_span_agentless_writer.py

[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `LLMObsSpanWriter.enqueue` is incorrect: Expected `LLMObsSpanEvent`, found `dict[Unknown, Unknown]`

tests/llmobs/test_logger.py

[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `V2LogEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `V2LogWriter.enqueue` is incorrect: Expected `V2LogEvent`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `V2LogWriter.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `V2LogWriter.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `V2LogWriter.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `enqueue` is incorrect: Expected `V2LogEvent`, found `dict[str, int | float | str]`
[error] invalid-argument-type - Argument to bound method `V2LogWriter.enqueue` is incorrect: Expected `V2LogEvent`, found `dict[str, int | float | str]`

tests/llmobs/test_pydantic_evaluators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `LLMObsExperimentsClient`, found `None`

tests/llmobs/test_utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `Literal[123]`
[error] invalid-argument-type - Argument to `Messages.__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `object`
[error] invalid-argument-type - Argument to `Messages.__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `None`
[error] invalid-argument-type - Argument to `Messages.__init__` is incorrect: Expected `list[dict[str, Any]] | dict[str, Any] | str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `Literal[123]`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `object`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `None`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | None]]`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | None]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | list[int]]]`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `list[dict[str, str | int | float] | dict[str, str | int | float | list[int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `dict[str, str | int | float | dict[str, str]]`
[error] invalid-argument-type - Argument to `Documents.__init__` is incorrect: Expected `list[dict[str, str | int | float]] | dict[str, str | int | float] | str`, found `dict[str, str | int | float | dict[str, str]]`

tests/profiling/collector/pprof_319_pb2.py

[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`

tests/profiling/collector/pprof_3_pb2.py

[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`

tests/profiling/collector/pprof_utils.py

[error] parameter-already-assigned - Multiple values provided for parameter 2 (`event_type`) of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter 2 (`event_type`) of `LockEvent.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter 2 (`event_type`) of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter 2 (`event_type`) of `LockEvent.__init__`

tests/profiling/collector/test_memalloc.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `int`, found `int | None`

tests/profiling/collector/test_stack.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`

tests/profiling/collector/test_threading.py

[error] missing-argument - No argument provided for required parameter `self` of function `start_span`
[error] missing-argument - No argument provided for required parameter `self` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LockType | _RLock | RLock | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Condition.__init__` is incorrect: Expected `LockType | _RLock | RLock | None`, found `Literal[1]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LockType | _RLock | RLock | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Condition.__init__` is incorrect: Expected `LockType | _RLock | RLock | None`, found `Literal[1]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

tests/telemetry/app.py

[error] invalid-argument-type - Argument to bound method `add_count_metric` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `TelemetryWriter.add_count_metric` is incorrect: Expected `int`, found `float`

tests/telemetry/test_writer.py

[error] unknown-argument - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `agentless` does not match any known parameter of `object.__init__`

tests/testing/internal/test_logs.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LogsWriter`, found `_FakeLogsWriter`
[error] invalid-argument-type - Argument to `LogsHandler.__init__` is incorrect: Expected `LogsWriter`, found `_FakeLogsWriter`

tests/tracer/runtime/test_metric_collectors.py

[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `ValueCollector.collect` is incorrect: Expected `set[str] | None`, found `list[str]`
[error] no-matching-overload - No overload of bound method `assertGreaterEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertGreaterEqual` matches arguments
[error] invalid-argument-type - Argument to bound method `collect` is incorrect: Expected `set[str] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `ValueCollector.collect` is incorrect: Expected `set[str] | None`, found `list[str]`

tests/tracer/runtime/test_tag_collectors.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

tests/tracer/test_encoders.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ListStringTable`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ListStringTable`
[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"client.testing"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str | None`, found `bytes`
[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ListStringTable`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ListStringTable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[b"\x80span.a"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[b"\x80span.a"]`

tests/tracer/test_propagation.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["local-root"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["local-root"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["child1"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["child1"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["child2"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["child2"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["root"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["root"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["test_span"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["test_span"]`

tests/tracer/test_rand.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`

tests/tracer/test_sampler.py

[error] invalid-argument-type - Argument to bound method `set_sample_rate` is incorrect: Expected `int | float`, found `str`
[error] invalid-argument-type - Argument to bound method `RateSampler.set_sample_rate` is incorrect: Expected `int | float`, found `str`

tests/tracer/test_settings.py

[error] invalid-argument-type - Argument to bound method `trace_headers` is incorrect: Expected `list[str] | str`, found `None`
[error] invalid-argument-type - Argument to bound method `HttpConfig.trace_headers` is incorrect: Expected `list[str] | str`, found `None`
[error] invalid-argument-type - Argument to bound method `header_is_traced` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `HttpConfig.header_is_traced` is incorrect: Expected `str`, found `None`

tests/tracer/test_span.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to `Span.__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to `Span.__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to `Span.__init__` is incorrect: Expected `int | None`, found `float`
[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `type[BaseException]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Span.set_exc_info` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `type[BaseException]`, found `None | type[Exception]`
[error] invalid-argument-type - Argument to bound method `_get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`
[error] invalid-argument-type - Argument to bound method `Span._get_traceback` is incorrect: Expected `BaseException`, found `None | Exception`

tests/tracer/test_span_data.py

[error] unknown-argument - Argument `links` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `links` does not match any known parameter of constructor `SpanData.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[42]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Literal[42]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | float | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[str]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `int | None`, found `list[int]`

tests/tracer/test_span_tags.py

[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[-1]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[-1]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[9007199254740992]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[9007199254740992]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[9007199254740993]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[9007199254740993]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[-9007199254740992]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[-9007199254740992]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[-9007199254740993]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[-9007199254740993]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `Literal["12.34"]`
[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `int | float`, found `Literal["12.34"]`
[error] invalid-argument-type - Argument to bound method `set_metric` is incorrect: Expected `int | float`, found `None | dict[Unknown, Unknown] | list[Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `Span.set_metric` is incorrect: Expected `int | float`, found `None | dict[Unknown, Unknown] | list[Unknown] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Foo`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Foo`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[False]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `set_tag` is incorrect: Expected `str | None`, found `Literal[b"\xf0\x9f\xa4\x94"]`
[error] invalid-argument-type - Argument to bound method `Span.set_tag` is incorrect: Expected `str | None`, found `Literal[b"\xf0\x9f\xa4\x94"]`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"\xf0\x9f\xa4\x94"]`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"\xf0\x9f\xa4\x94"]`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"\xff\xfe"]`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `Literal[b"\xff\xfe"]`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `None`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `None`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `MyObj`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `MyObj`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `BadObj`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `BadObj`
[error] invalid-argument-type - Argument to bound method `_set_attribute` is incorrect: Expected `str | int | float`, found `BadObj`
[error] invalid-argument-type - Argument to bound method `Span._set_attribute` is incorrect: Expected `str | int | float`, found `BadObj`

tests/tracer/test_tracer.py

[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["span_created_after_shutdown"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["span_created_after_shutdown"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobaz"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobaz"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["child"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["child"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["test"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["test"]`
[error] missing-argument - No argument provided for required parameter `name` of function `start_span`
[error] missing-argument - No argument provided for required parameter `name` of function `Tracer.start_span`
[error] invalid-argument-type - Argument to function `start_span` is incorrect: Expected `Tracer`, found `Literal["child"]`
[error] invalid-argument-type - Argument to function `Tracer.start_span` is incorrect: Expected `Tracer`, found `Literal["child"]`

tests/tracer/test_tracing_event.py

[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `IntegrationConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `TracingEvent.create` is incorrect: Expected `IntegrationConfig`, found `dict[Unknown, Unknown]`

tests/tracer/test_utils.py

[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `trickling`
[error] missing-argument - No argument provided for required parameter `self` of function `HourGlass.trickling`

tests/tracer/test_writer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TextIO`, found `DummyOutput`
[error] invalid-argument-type - Argument to `LogWriter.__init__` is incorrect: Expected `TextIO`, found `DummyOutput`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | Buffer`
[error] invalid-argument-type - Argument to `UDSHTTPConnection.__init__` is incorrect: Expected `str`, found `str | Buffer`

tests/tracer/test_writer_encoder_multiple_payloads.py

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

tests/utils.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `~None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `~None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Span`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str`, found `Span`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to constructor `SpanData.__new__` is incorrect: Expected `str | None`, found `list[Unknown]`

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

dedupe/branch_and_bound.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[dict[Predicate, frozenset[int]], tuple[()]]`, found `tuple[dict[Any, frozenset[int]], tuple[Predicate, ...]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[dict[Predicate, frozenset[int]], tuple[()]]`, found `tuple[dict[Any, frozenset[int]], tuple[Predicate, ...]]`

dedupe/convenience.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `signedinteger[Unknown]`

dedupe/core.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `zip.__new__` matches arguments

dedupe/datamodel.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Variable]`, found `object`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Variable]`, found `object`

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

discord/abc.py

[error] invalid-argument-type - Argument to bound method `edit_channel_permissions` is incorrect: Expected `Literal[0, 1]`, found `int`
[error] invalid-argument-type - Argument to bound method `HTTPClient.edit_channel_permissions` is incorrect: Expected `Literal[0, 1]`, found `int`

discord/app_commands/commands.py

[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `Group.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - Argument to function `Group.on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
[error] invalid-argument-type - Argument to function `Group.on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `Group.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - Argument to function `Group.on_error` is incorrect: Expected `Group`, found `Interaction[Client]`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`
[error] invalid-argument-type - Argument to function `Group.on_error` is incorrect: Expected `Interaction[Client]`, found `AppCommandError`

discord/app_commands/transformers.py

[error] invalid-argument-type - Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
[error] invalid-argument-type - Argument to bound method `Translator._checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
[error] invalid-argument-type - Argument to bound method `_checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`
[error] invalid-argument-type - Argument to bound method `Translator._checked_translate` is incorrect: Expected `locale_str`, found `str | locale_str`

discord/app_commands/tree.py

[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `CommandTree.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Self@_dispatch_error`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_dispatch_error`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `CommandTree.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Self@_call_context_menu`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_call_context_menu`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `CommandTree.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Self@_call`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Self@_call`, found `Interaction[ClientT@CommandTree]`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`
[error] invalid-argument-type - Argument to function `CommandTree.on_error` is incorrect: Expected `Interaction[ClientT@CommandTree]`, found `AppCommandError`

discord/asset.py

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

discord/channel.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `PartialUser`

discord/client.py

[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `URL | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `URL | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `bool`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.from_client` is incorrect: Expected `str`, found `int | None`
[error] invalid-argument-type - Argument to bound method `from_client` is incorrect: Expected `str`, found `int | None`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `URL`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`

discord/components.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 13 union elements`
[error] invalid-argument-type - Argument to `ActionRow.__init__` is incorrect: Expected `ActionRow`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 13 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 12 union elements`
[error] invalid-argument-type - Argument to `Button.__init__` is incorrect: Expected `ButtonComponent`, found `ButtonComponent | SelectMenu | TextInput | ... omitted 12 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TextInput`, found `SelectMenu | TextInput | LabelComponent | ... omitted 11 union elements`
[error] invalid-argument-type - Argument to `TextInput.__init__` is incorrect: Expected `TextInput`, found `SelectMenu | TextInput | LabelComponent | ... omitted 11 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SectionComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to `SectionComponent.__init__` is incorrect: Expected `SectionComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 10 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TextComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to `TextDisplay.__init__` is incorrect: Expected `TextComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ThumbnailComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to `ThumbnailComponent.__init__` is incorrect: Expected `ThumbnailComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MediaGalleryComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to `MediaGalleryComponent.__init__` is incorrect: Expected `MediaGalleryComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FileComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to `FileComponent.__init__` is incorrect: Expected `FileComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SeparatorComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `SeparatorComponent.__init__` is incorrect: Expected `SeparatorComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ContainerComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Container.__init__` is incorrect: Expected `ContainerComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LabelComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LabelComponent.__init__` is incorrect: Expected `LabelComponent`, found `SelectMenu | LabelComponent | FileUploadComponent | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FileUploadComponent`, found `SelectMenu | FileUploadComponent | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to `FileUploadComponent.__init__` is incorrect: Expected `FileUploadComponent`, found `SelectMenu | FileUploadComponent | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RadioGroupComponent`, found `SelectMenu | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to `RadioGroupComponent.__init__` is incorrect: Expected `RadioGroupComponent`, found `SelectMenu | RadioGroupComponent | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CheckboxGroupComponent`, found `SelectMenu | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to `CheckboxGroupComponent.__init__` is incorrect: Expected `CheckboxGroupComponent`, found `SelectMenu | CheckboxGroupComponent | CheckboxComponent`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CheckboxComponent`, found `SelectMenu | CheckboxComponent`
[error] invalid-argument-type - Argument to `CheckboxComponent.__init__` is incorrect: Expected `CheckboxComponent`, found `SelectMenu | CheckboxComponent`

discord/emoji.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `BaseUser.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `Emoji.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`

discord/ext/commands/context.py

[error] no-matching-overload - No overload of bound method `send` matches arguments
[error] no-matching-overload - No overload of bound method `Webhook.send` matches arguments

discord/ext/commands/converter.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TextChannel | VoiceChannel | StageChannel | ... omitted 4 union elements`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `PartialMessage.__init__` is incorrect: Expected `TextChannel | VoiceChannel | StageChannel | ... omitted 4 union elements`, found `(VoiceChannel & ~AlwaysFalsy) | (StageChannel & ~AlwaysFalsy) | (ForumChannel & Messageable & ~AlwaysFalsy) | ... omitted 5 union elements`

discord/ext/commands/core.py

[error] invalid-argument-type - Argument to bound method `cog_before_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[error] invalid-argument-type - Argument to bound method `Cog.cog_before_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[error] invalid-argument-type - Argument to bound method `cog_after_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[error] invalid-argument-type - Argument to bound method `Cog.cog_after_invoke` is incorrect: Expected `Cog`, found `CogT@Command`
[error] invalid-argument-type - Argument to bound method `before_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
[error] invalid-argument-type - Argument to bound method `Command.before_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@before_invoke, ContextT@before_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@before_invoke, /) -> Coroutine[Any, Any, Any])`
[error] invalid-argument-type - Argument to bound method `after_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`
[error] invalid-argument-type - Argument to bound method `Command.after_invoke` is incorrect: Expected `((object, Unknown, /) -> Coroutine[Any, Any, Any]) | ((Unknown, /) -> Coroutine[Any, Any, Any])`, found `((CogT@after_invoke, ContextT@after_invoke, /) -> Coroutine[Any, Any, Any]) | ((ContextT@after_invoke, /) -> Coroutine[Any, Any, Any])`

discord/ext/commands/flags.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

discord/ext/commands/view.py

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

discord/gateway.py

[error] invalid-argument-type - Argument to bound method `log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`
[error] invalid-argument-type - Argument to bound method `DiscordWebSocket.log_receive` is incorrect: Expected `dict[str, Any]`, found `Any | str`

discord/guild.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `ForumChannel.__init__` is incorrect: Expected `ForumChannel | MediaChannel`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`

discord/http.py

[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `BasicAuth | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `BasicAuth | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `ClientWSTimeout | _SENTINEL`, found `ClientWSTimeout | float`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `ClientWSTimeout | _SENTINEL`, found `ClientWSTimeout | float`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Iterable[str]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Iterable[str]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `Mapping[str, str] | Mapping[istr, str] | Iterable[tuple[str, str]] | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `SSLContext | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `SSLContext | bool | Fingerprint`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bool | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bool`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bool`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `bytes | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `bytes | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `int | float | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `str | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str | None`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ClientSession.ws_connect` is incorrect: Expected `str`, found `BasicAuth | None | str | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ws_connect` is incorrect: Expected `str`, found `BasicAuth | None | str | ... omitted 4 union elements`

discord/interactions.py

[error] invalid-argument-type - Argument to bound method `format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `str.format_map` is incorrect: Expected `_FormatMapMapping`, found `TextChannel | NewsChannel | VoiceChannel | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `_InteractionMessageState`
[error] invalid-argument-type - Argument to `Message.__init__` is incorrect: Expected `ConnectionState[Client]`, found `_InteractionMessageState`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`

discord/member.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`

discord/message.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `UserWithMember`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `UserWithMember`

discord/scheduled_event.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`

discord/soundboard.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `BaseUser.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `SoundboardSound.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`

discord/state.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `Self@parse_guild_member_remove`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `Self@parse_guild_member_remove`, found `User`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `Self@parse_guild_ban_remove`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `Self@parse_guild_ban_remove`, found `User`

discord/sticker.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `Sticker.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `StickerPack.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`
[error] invalid-argument-type - Argument to `Sticker.__init__` is incorrect: Expected `ConnectionState[Client]`, found `Any | None | ConnectionState[Client]`

discord/ui/section.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[object]) | Item[Any]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Item[V@Section]`, found `(str & Item[object]) | Item[Any]`

discord/webhook/async_.py

[error] missing-argument - No argument provided for required parameter `data` of function `store_user`
[error] missing-argument - No argument provided for required parameter `data` of function `ConnectionState.store_user`
[error] invalid-argument-type - Argument to function `store_user` is incorrect: Expected `ConnectionState[Client]`, found `User | PartialUser`
[error] invalid-argument-type - Argument to function `ConnectionState.store_user` is incorrect: Expected `ConnectionState[Client]`, found `User | PartialUser`

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

dragonchain/job_processor/contract_job.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `pull_image` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ContractJob.pull_image` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `set_state` is incorrect: Expected `str | ContractState`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SmartContractModel.set_state` is incorrect: Expected `str | ContractState`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `delete_contract_image` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ContractJob.delete_contract_image` is incorrect: Expected `str`, found `Unknown | None`

dragonchain/job_processor/contract_job_utest.py

[error] invalid-argument-type - Argument to function `update_faas_fields` is incorrect: Expected `SmartContractModel`, found `Self@update_faas_helper`
[error] invalid-argument-type - Argument to function `SmartContractModel.update_faas_fields` is incorrect: Expected `SmartContractModel`, found `Self@update_faas_helper`
[error] invalid-argument-type - Argument to function `set_state` is incorrect: Expected `SmartContractModel`, found `Self@set_state_helper`
[error] invalid-argument-type - Argument to function `SmartContractModel.set_state` is incorrect: Expected `SmartContractModel`, found `Self@set_state_helper`

dragonchain/lib/database/redis.py

[error] invalid-argument-type - Argument to bound method `zadd` is incorrect: Expected `Mapping[str | bytes, bytes | int | float | str]`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `SortedSetCommands.zadd` is incorrect: Expected `Mapping[str | bytes, bytes | int | float | str]`, found `dict[str, int]`

dragonchain/lib/database/redisearch.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

dragonchain/lib/dto/api_key_model.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `permissions_doc`, found `permissions_doc | dict[str, str | bool | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `APIKeyModel.__init__` is incorrect: Expected `permissions_doc`, found `permissions_doc | dict[str, str | bool | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `permissions_doc`, found `permissions_doc | dict[str, str | bool | dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `APIKeyModel.__init__` is incorrect: Expected `permissions_doc`, found `permissions_doc | dict[str, str | bool | dict[Unknown, Unknown]]`

dragonchain/lib/dto/models_utest.py

[error] invalid-argument-type - Argument to bound method `assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `Unknown | None | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertDictEqual` is incorrect: Expected `Mapping[Any, object]`, found `Unknown | None | dict[Unknown, Unknown]`

dragonchain/lib/dto/transaction_model.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

dragonchain/transaction_processor/level_5_actions.py

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

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

dulwich/archive.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `object`
[error] invalid-argument-type - Argument to `ChunkedBytesIO.__init__` is incorrect: Expected `list[bytes]`, found `object`

dulwich/client.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `IO[bytes]` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Argument type `IO[bytes]` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `IO[bytes]`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Expected `_BufferedReaderStream`, found `IO[bytes]`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes] | str | None`, found `dict[Unknown, Unknown] | bool`

dulwich/dumb.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `ObjectID`, found `bytes`

dulwich/gc.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `deque.append` is incorrect: Expected `ObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `ObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `ObjectID`, found `bytes`

dulwich/object_filters.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[ObjectID, str, int]`, found `tuple[bytes, Literal[""], Literal[0]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[ObjectID, str, int]`, found `tuple[bytes, Literal[""], Literal[0]]`

dulwich/object_store.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_thin_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to `DeltaChainIterator.__init__` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_thin_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DeltaChainIterator[UnpackedObject] | None`, found `PackIndexer`
[error] invalid-argument-type - Argument to `PackStreamCopier.__init__` is incorrect: Expected `DeltaChainIterator[UnpackedObject] | None`, found `PackIndexer`
[error] invalid-argument-type - Argument to bound method `for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `_complete_pack` is incorrect: Expected `PackIndexer`, found `DeltaChainIterator[tuple[RawObjectID, int, int | None]]`
[error] invalid-argument-type - Argument to bound method `DiskObjectStore._complete_pack` is incorrect: Expected `PackIndexer`, found `DeltaChainIterator[tuple[RawObjectID, int, int | None]]`
[error] invalid-argument-type - Argument to bound method `for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator.for_pack_data` is incorrect: Expected `((bytes, /) -> tuple[int, tuple[bytes | int, list[bytes]] | list[bytes]]) | None`, found `bound method Self@add_pack.get_raw(name: RawObjectID | ObjectID) -> tuple[int, bytes]`
[error] invalid-argument-type - Argument to bound method `add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[bytes, None, int, bool]]`
[error] invalid-argument-type - Argument to bound method `MissingObjectFinder.add_todo` is incorrect: Expected `Iterable[tuple[ObjectID, bytes | None, int | None, bool]]`, found `list[tuple[bytes, None, int, bool]]`
[error] invalid-argument-type - Argument to bound method `_upload_pack` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`
[error] invalid-argument-type - Argument to bound method `BucketBasedObjectStore._upload_pack` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`
[error] invalid-argument-type - Argument to bound method `_upload_pack` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`
[error] invalid-argument-type - Argument to bound method `BucketBasedObjectStore._upload_pack` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`

dulwich/pack.py

[error] invalid-argument-type - Argument to bound method `_follow_chain` is incorrect: Expected `list[bytes] | None`, found `tuple[bytes | int, list[bytes]] | list[bytes]`
[error] invalid-argument-type - Argument to bound method `DeltaChainIterator._follow_chain` is incorrect: Expected `list[bytes] | None`, found `tuple[bytes | int, list[bytes]] | list[bytes]`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `tuple[bytes | int, list[bytes]] | list[bytes]`
[error] invalid-argument-type - Argument to bound method `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `tuple[bytes | int, list[bytes]] | list[bytes]`

dulwich/porcelain/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (PathLike[str] & ~bytes) | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to `DictRefsContainer.__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to `DictRefsContainer.__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to `DictRefsContainer.__init__` is incorrect: Expected `dict[Ref, bytes]`, found `dict[Ref, ObjectID]`
[error] invalid-argument-type - Argument to bound method `fetch` is incorrect: Expected `DetermineWantsFunc | None`, found `def determine_wants(remote_refs: dict[Ref, ObjectID], depth: int | None = None) -> list[ObjectID]`
[error] invalid-argument-type - Argument to bound method `GitClient.fetch` is incorrect: Expected `DetermineWantsFunc | None`, found `def determine_wants(remote_refs: dict[Ref, ObjectID], depth: int | None = None) -> list[ObjectID]`
[error] invalid-argument-type - Argument to bound method `changes_from_tree` is incorrect: Expected `ObjectID`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Index.changes_from_tree` is incorrect: Expected `ObjectID`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `BaseRepo.get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `BaseRepo.get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

dulwich/repo.py

[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `BaseRepo.get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

dulwich/server.py

[error] invalid-argument-type - Argument to bound method `find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
[error] invalid-argument-type - Argument to bound method `BackendRepo.find_missing_objects` is incorrect: Expected `((bytes, /) -> None) | None`, found `(bound method Self@handle.progress(message: bytes) -> None) | (def progress(self, message: bytes) -> None)`
[error] missing-argument - No argument provided for required parameter `message` of function `progress`
[error] missing-argument - No argument provided for required parameter `message` of function `UploadPackHandler.progress`
[error] invalid-argument-type - Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
[error] invalid-argument-type - Argument to function `UploadPackHandler.progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
[error] missing-argument - No argument provided for required parameter `message` of function `progress`
[error] missing-argument - No argument provided for required parameter `message` of function `UploadPackHandler.progress`
[error] invalid-argument-type - Argument to function `progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
[error] invalid-argument-type - Argument to function `UploadPackHandler.progress` is incorrect: Expected `UploadPackHandler`, found `bytes`
[error] invalid-argument-type - Argument to bound method `_on_post_receive` is incorrect: Expected `dict[bytes, tuple[bytes, bytes]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ReceivePackHandler._on_post_receive` is incorrect: Expected `dict[bytes, tuple[bytes, bytes]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[bytes, type[Handler]]`, found `dict[bytes, <class 'UploadPackHandler'> | <class 'ReceivePackHandler'> | <class 'UploadArchiveHandler'>]`
[error] invalid-argument-type - Argument to `TCPGitRequestHandler.__init__` is incorrect: Expected `dict[bytes, type[Handler]]`, found `dict[bytes, <class 'UploadPackHandler'> | <class 'ReceivePackHandler'> | <class 'UploadArchiveHandler'>]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Protocol`, found `list[str]`
[error] invalid-argument-type - Argument to `Handler.__init__` is incorrect: Expected `Protocol`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Protocol`
[error] invalid-argument-type - Argument to `Handler.__init__` is incorrect: Expected `bool`, found `Protocol`

dulwich/walk.py

[error] invalid-argument-type - Argument to bound method `_push` is incorrect: Expected `ObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `_CommitTimeQueue._push` is incorrect: Expected `ObjectID`, found `bytes`

dulwich/worktree.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[str | bytes | PathLike[str]] | bytes | PathLike[str]`
[error] invalid-argument-type - Argument to bound method `get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`
[error] invalid-argument-type - Argument to bound method `BaseRepo.get_object` is incorrect: Expected `ObjectID | RawObjectID`, found `bytes`

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

python/egglog/conversion.py

[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `tuple[RuntimeClass, ...]`, found `tuple[type, ...]`
[error] invalid-argument-type - Argument to bound method `ContextVar.set` is incorrect: Expected `tuple[RuntimeClass, ...]`, found `tuple[type, ...]`

python/egglog/declarations.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@descendants]`, found `list[TypedExprDecl]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Self@descendants]`, found `list[TypedExprDecl]`

python/egglog/egraph.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `RuntimeExpr | RuntimeClass`, found `type`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `RuntimeExpr | RuntimeClass`, found `type`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_RewriteBuilder`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_BirewriteBuilder`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_EqBuilder`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_NeBuilder`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `BASE_EXPR@_SetBuilder`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_UnionBuilder`
[error] invalid-argument-type - Argument to bound method `Declarations.create` is incorrect: Expected `HasDeclarations | None | Declarations`, found `EXPR@_UnionBuilder`

python/egglog/egraph_state.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Var`, found `Lit | Var | Call`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Var`, found `Lit | Var | Call`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `list[Lit | Var | Call]`, found `list[Var]`
[error] invalid-argument-type - Argument to constructor `Call.__new__` is incorrect: Expected `list[Lit | Var | Call]`, found `list[Var]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, list[Lit | Var | Call]] | None`, found `tuple[str & ~AlwaysFalsy, list[Lit | Var | Call] | list[Var]]`
[error] invalid-argument-type - Argument to constructor `Sort.__new__` is incorrect: Expected `tuple[str, list[Lit | Var | Call]] | None`, found `tuple[str & ~AlwaysFalsy, list[Lit | Var | Call] | list[Var]]`

python/egglog/exp/array_api.py

[error] invalid-argument-type - Argument to bound method `if_` is incorrect: Expected `() -> NDArray`, found `() -> Value | Unknown | Int`
[error] invalid-argument-type - Argument to bound method `NDArray.if_` is incorrect: Expected `() -> NDArray`, found `() -> Value | Unknown | Int`

python/egglog/ipython_magic.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

python/egglog/runtime.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `tuple[TypeVarRef | TypeRefWithVars, ...] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `RuntimeFunction.__call__` is incorrect: Expected `tuple[TypeVarRef | TypeRefWithVars, ...] | None`, found `object`

python/tests/test_high_level.py

[error] invalid-argument-type - Argument to bound method `to` is incorrect: Expected `X`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_RewriteBuilder.to` is incorrect: Expected `X`, found `Literal[0]`

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

src/flake8/__init__.py

[error] no-matching-overload - No overload of `StreamHandler.__init__` matches arguments

tests/unit/test_file_processor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to `FileProcessor.__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to `FileProcessor.__init__` is incorrect: Expected `list[str] | None`, found `list[LiteralString]`

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

freqtrade/commands/arguments.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

freqtrade/configuration/configuration.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`

freqtrade/data/converter/converter.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments

freqtrade/freqai/data_kitchen.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Sequence[Any] | Iterable[Sequence[Any] | ndarray[tuple[int], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `Sequence[Any] | Iterable[Sequence[Any] | ndarray[tuple[int], dtype[Any]] | Series[Any] | ... omitted 3 union elements] | Series[Any] | ... omitted 4 union elements`, found `Unknown | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `FreqaiDataKitchen.build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `FreqaiDataKitchen.build_data_dictionary` is incorrect: Expected `DataFrame`, found `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `populate_features` is incorrect: Expected `DataFrame`, found `DataFrame | dict[str, DataFrame]`
[error] invalid-argument-type - Argument to bound method `FreqaiDataKitchen.populate_features` is incorrect: Expected `DataFrame`, found `DataFrame | dict[str, DataFrame]`

freqtrade/freqai/freqai_interface.py

[error] invalid-argument-type - Argument to bound method `fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `FreqaiDataKitchen | None`
[error] invalid-argument-type - Argument to bound method `IFreqaiModel.fit_live_predictions` is incorrect: Expected `FreqaiDataKitchen`, found `FreqaiDataKitchen | None`

freqtrade/freqtradebot.py

[error] invalid-argument-type - Argument to bound method `send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `RPCManager.send_msg` is incorrect: Expected `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `update_trade_state` is incorrect: Expected `Trade`, found `LocalTrade & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `FreqtradeBot.update_trade_state` is incorrect: Expected `Trade`, found `LocalTrade & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `handle_cancel_order` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `FreqtradeBot.handle_cancel_order` is incorrect: Expected `Trade`, found `LocalTrade`

freqtrade/optimize/analysis/lookahead.py

[error] invalid-argument-type - Argument to bound method `backtest` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `Backtesting.backtest` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `IStrategy.advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
[error] invalid-argument-type - Argument to function `get_result` is incorrect: Expected `DataFrame`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `LookaheadAnalysis.get_result` is incorrect: Expected `DataFrame`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to function `LookaheadAnalysis.report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to function `report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`
[error] invalid-argument-type - Argument to function `LookaheadAnalysis.report_signal` is incorrect: Expected `dict[Unknown, Unknown]`, found `DataFrame`

freqtrade/optimize/analysis/recursive.py

[error] invalid-argument-type - Argument to bound method `advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `IStrategy.advise_all_indicators` is incorrect: Expected `dict[str, DataFrame]`, found `DataFrame`

freqtrade/optimize/backtesting.py

[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `Series.replace` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements] | NAType | date | ... omitted 13 union elements`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `min_roi_reached_entry` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.min_roi_reached_entry` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `_adjust_trade_position_internal` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy._adjust_trade_position_internal` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `order_filled` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.order_filled` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `custom_exit_price` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.custom_exit_price` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `confirm_trade_exit` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.confirm_trade_exit` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `custom_entry_price` is incorrect: Expected `Trade | None`, found `LocalTrade | None`
[error] invalid-argument-type - Argument to bound method `IStrategy.custom_entry_price` is incorrect: Expected `Trade | None`, found `LocalTrade | None`
[error] invalid-argument-type - Argument to bound method `ft_check_timed_out` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.ft_check_timed_out` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `adjust_order_price` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `IStrategy.adjust_order_price` is incorrect: Expected `Trade`, found `LocalTrade`
[error] invalid-argument-type - Argument to bound method `time_pair_generator` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to bound method `Backtesting.time_pair_generator` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to bound method `handle_left_open` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`
[error] invalid-argument-type - Argument to bound method `Backtesting.handle_left_open` is incorrect: Expected `dict[str, list[tuple[Unknown, ...]]]`, found `dict[str, tuple[Unknown, ...]]`

freqtrade/optimize/optimize_reports/optimize_reports.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]] | Mapping[Unknown, Any] | Mapping[Unknown, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]] | Mapping[Unknown, Any] | Mapping[Unknown, SequenceNotStr[Any]]`, found `list[Unknown] | (DataFrame & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | bytes | date | ... omitted 9 union elements`

freqtrade/plot/plotting.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

freqtrade/plugins/pairlist/VolatilityFilter.py

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

freqtrade/plugins/pairlist/rangestabilityfilter.py

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

freqtrade/rpc/rpc.py

[error] no-matching-overload - No overload of bound method `select_dtypes` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments

freqtrade/rpc/telegram.py

[error] invalid-argument-type - Argument to bound method `_format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._format_entry_msg` is incorrect: Expected `RPCEntryMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `_format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._format_exit_msg` is incorrect: Expected `RPCExitMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `_exchange_from_msg` is incorrect: Expected `RPCEntryMsg | RPCExitMsg | RPCExitCancelMsg | RPCCancelMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Telegram._exchange_from_msg` is incorrect: Expected `RPCEntryMsg | RPCExitMsg | RPCExitCancelMsg | RPCCancelMsg`, found `RPCStatusMsg | RPCStrategyMsg | RPCProtectionMsg | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `_rpc_trade_statistics` is incorrect: Expected `str | None`, found `Any | datetime`
[error] invalid-argument-type - Argument to bound method `RPC._rpc_trade_statistics` is incorrect: Expected `str | None`, found `Any | datetime`

freqtrade/strategy/parameters.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to `ft_FloatDistribution.__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to `ft_FloatDistribution.__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to `SKDecimal.__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to `SKDecimal.__init__` is incorrect: Expected `int | float`, found `object`

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

src/graphql/error/graphql_error.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `~Literal["original_error"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `~Literal["original_error"]`

src/graphql/execution/execute.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `BoxedAwaitableOrValue[StreamItemResult] | (() -> BoxedAwaitableOrValue[StreamItemResult])`, found `BoxedAwaitableOrValue[CoroutineType[Any, Any, StreamItemResult] | StreamItemResult]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`
[error] invalid-argument-type - Argument to `ExecutionResult.__init__` is incorrect: Expected `list[GraphQLError] | None`, found `list[GraphQLError] | (ExecutionContext & Top[list[Unknown]])`

src/graphql/execution/incremental_graph.py

[error] invalid-argument-type - Argument to bound method `_enqueue` is incorrect: Expected `SuccessfulExecutionGroup | FailedExecutionGroup | StreamItemsResult`, found `object`
[error] invalid-argument-type - Argument to bound method `IncrementalGraph._enqueue` is incorrect: Expected `SuccessfulExecutionGroup | FailedExecutionGroup | StreamItemsResult`, found `object`

src/graphql/execution/types.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["pending"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["hasNext"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["pending"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["pending"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["incremental"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["incremental"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["completed"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["completed"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["data"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subPath"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["subPath"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["extensions"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["items"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["items"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["path"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["path"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["label"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["label"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["id"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errors"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errors"]`

src/graphql/language/parser.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type_condition` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `interfaces` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`

src/graphql/language/visitor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any | Node | (tuple[object, ...] & ~Node)`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any | Node | (tuple[object, ...] & ~Node)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Literal[VisitorActionEnum.REMOVE]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Literal[VisitorActionEnum.REMOVE]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Node | (tuple[object, ...] & ~Node)]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int | str, Node]`, found `tuple[None | Any | int | Node, Node | (tuple[object, ...] & ~Node)]`

src/graphql/utilities/ast_from_value.py

[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

src/graphql/utilities/concat_ast.py

[error] unknown-argument - Argument `definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`

src/graphql/utilities/lexicographic_sort_schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLList[Unknown] | GraphQLNonNull[Unknown] | GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

src/graphql/utilities/print_schema.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`

src/graphql/utilities/separate_operations.py

[error] unknown-argument - Argument `definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`

src/graphql/utilities/value_from_ast.py

[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `ValueNode`, found `dict[str, Any] & ~AlwaysFalsy`
[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `GraphQLScalarType.parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode & ~AlwaysFalsy & ~VariableNode & ~NullValueNode`

src/graphql/validation/rules/values_of_correct_type.py

[error] missing-argument - No argument provided for required parameter `node` of function `parse_literal`
[error] missing-argument - No argument provided for required parameter `node` of function `GraphQLScalarType.parse_literal`
[error] invalid-argument-type - Argument to function `parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`
[error] invalid-argument-type - Argument to function `GraphQLScalarType.parse_literal` is incorrect: Expected `GraphQLScalarType`, found `ValueNode`

src/graphql/validation/validation_context.py

[error] missing-argument - No argument provided for required parameter `error` of function `on_error`
[error] missing-argument - No argument provided for required parameter `error` of function `ASTValidationContext.on_error`
[error] invalid-argument-type - Argument to function `on_error` is incorrect: Expected `ASTValidationContext`, found `GraphQLError`
[error] invalid-argument-type - Argument to function `ASTValidationContext.on_error` is incorrect: Expected `ASTValidationContext`, found `GraphQLError`

tests/error/test_graphql_error.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/language/test_ast.py

[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `foo` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alpha` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `beta` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`

tests/language/test_predicates.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`

tests/language/test_printer.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`

tests/language/test_schema_parser.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default_value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `description` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `block` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loc` does not match any known parameter of `object.__init__`

tests/language/test_schema_printer.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/language/test_visitor.py

[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nullability_assertion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `variable_definitions` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`

tests/type/test_definition.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`

tests/type/test_directives.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `repeatable` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `locations` does not match any known parameter of `object.__init__`

tests/type/test_schema.py

[error] unknown-argument - Argument `operation_types` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `operation_types` does not match any known parameter of `object.__init__`

tests/type/test_validation.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`
[error] invalid-argument-type - Argument to `GraphQLNonNull.__init__` is incorrect: Argument type `GraphQLNamedType` does not satisfy upper bound `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 4 union elements` of type variable `GNT_co`

tests/utilities/test_ast_from_value.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `values` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fields` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/utilities/test_ast_to_dict.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`

tests/utilities/test_build_ast_schema.py

[error] unknown-argument - Argument `definitions` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `definitions` does not match any known parameter of `object.__init__`

tests/utilities/test_type_info.py

[error] unknown-argument - Argument `alias` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `alias` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `arguments` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `directives` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selection_set` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `selections` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

tests/utilities/test_value_from_ast_untyped.py

[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `value` does not match any known parameter of `object.__init__`

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

httpx_caching/_async/_cache.py

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

httpx_caching/_sync/_cache.py

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

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

hydpy/auxs/ppolytools.py

[error] no-matching-overload - No overload of `CubicHermiteSpline.__init__` matches arguments

hydpy/auxs/calibtools.py

[error] invalid-argument-type - Argument to bound method `apply_value` is incorrect: Expected `Add`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `Add.apply_value` is incorrect: Expected `Add`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `apply_value` is incorrect: Expected `MultiplyIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `Multiply.apply_value` is incorrect: Expected `Multiply`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `apply_value` is incorrect: Expected `Multiply`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `MultiplyIUH.apply_value` is incorrect: Expected `MultiplyIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `apply_value` is incorrect: Expected `ReplaceIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `Replace.apply_value` is incorrect: Expected `Replace`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `apply_value` is incorrect: Expected `Replace`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `ReplaceIUH.apply_value` is incorrect: Expected `ReplaceIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `reset_parameters` is incorrect: Expected `RuleIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to bound method `RuleIUH.reset_parameters` is incorrect: Expected `RuleIUH`, found `TypeRule1@CalibrationInterface`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Any]`, found `timedelta | Sequence[timedelta | str | Period | None] | Period | None`

hydpy/auxs/statstools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Collection[int | float] & ~float)`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | (Collection[int | float] & ~float)`

hydpy/core/devicetools.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Element`, found `Device`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Element`, found `Device`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Elements`, found `Devices[Any]`
[error] invalid-argument-type - Argument to bound method `ModelCoupler.__call__` is incorrect: Expected `Elements`, found `Devices[Any]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

hydpy/core/importtools.py

[error] no-matching-overload - No overload of `SubmodelAdder.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[0], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] invalid-argument-type - Argument to bound method `SubmodelAdder.update` is incorrect: Expected `SubmodelAdder[Literal[0], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SubmodelAdder[Literal[1], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] invalid-argument-type - Argument to bound method `SubmodelAdder.update` is incorrect: Expected `SubmodelAdder[Literal[1], TM_contra@SubmodelAdder, TI_contra@SubmodelAdder]`, found `Self@__call__`
[error] no-matching-overload - No overload of bound method `get_wrapped` matches arguments
[error] no-matching-overload - No overload of bound method `SubmodelAdder.get_wrapped` matches arguments
[error] no-matching-overload - No overload of bound method `get_wrapped` matches arguments
[error] no-matching-overload - No overload of bound method `SubmodelAdder.get_wrapped` matches arguments

hydpy/core/indextools.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

hydpy/core/modeltools.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[InputSequence | LinkSequence]`, found `SubSequences[Model, Unknown, Sequence_, FastAccess]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[InputSequence | LinkSequence]`, found `SubSequences[Model, Unknown, Sequence_, FastAccess]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `type[Model]`, found `type`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `type[Model]`, found `type`

hydpy/core/netcdftools.py

[error] invalid-argument-type - Argument to bound method `__hydpy_write_ncfile__` is incorrect: Expected `Literal["model-specific", "HydPy"] | None`, found `OptionContextStr[Literal["model-specific", "HydPy"]]`
[error] invalid-argument-type - Argument to bound method `MixinVariableWriter.__hydpy_write_ncfile__` is incorrect: Expected `Literal["model-specific", "HydPy"] | None`, found `OptionContextStr[Literal["model-specific", "HydPy"]]`

hydpy/core/objecttools.py

[error] no-matching-overload - No overload of bound method `item` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.item` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(~str & ~Real) | (Integral & ~str) | (Unknown & ~Real) | (Unknown & Integral) | float`
[error] no-matching-overload - No overload of bound method `item` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.item` matches arguments

hydpy/core/parametertools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | float`

hydpy/core/pubtools.py

[error] no-matching-overload - No overload of `Timegrids.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timegrid`, found `Timegrids | Timegrid | tuple[datetime | str | Date, datetime | str | Date, timedelta | str | Period]`
[error] invalid-argument-type - Argument to `Timegrids.__init__` is incorrect: Expected `Timegrid`, found `Timegrids | Timegrid | tuple[datetime | str | Date, datetime | str | Date, timedelta | str | Period]`

hydpy/core/testtools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Nodes.__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Nodes.__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Devices.__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Devices.__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Devices.__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to constructor `Devices.__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `Device`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device, Device, Device, Device, Device]`
[error] invalid-argument-type - Argument to bound method `HydPy.update_devices` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, Device, Device, Device, Device, Device, Device, Device, Device, Device, Device]`

hydpy/core/threadingtools.py

[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `Node | Element`, found `None`
[error] invalid-argument-type - Argument to bound method `Queue.put` is incorrect: Expected `Node | Element`, found `None`

hydpy/core/variabletools.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubVariables[Any, Any, Any, Any]`, found `None`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `SubVariables[Any, Any, Any, Any]`, found `None`

hydpy/cythons/modelutils.py

[error] invalid-argument-type - Argument to bound method `set_pointer` is incorrect: Expected `InputSequences[Model] | OutputSequences[Model, OutputSequence] | LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to bound method `PyxWriter.set_pointer` is incorrect: Expected `InputSequences[Model] | OutputSequences[Model, OutputSequence] | LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to function `get_pointervalue` is incorrect: Expected `LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to function `PyxWriter.get_pointervalue` is incorrect: Expected `LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to function `set_pointervalue` is incorrect: Expected `LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to function `PyxWriter.set_pointervalue` is incorrect: Expected `LinkSequences[Model, LinkSequence]`, found `(InputSequences[Model] & LinkSequences[object, object]) | (FactorSequences[Model] & LinkSequences[object, object]) | (FluxSequences[Model] & LinkSequences[object, object]) | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to bound method `set_pointer` is incorrect: Expected `InputSequences[Model] | OutputSequences[Model, OutputSequence] | LinkSequences[Model, LinkSequence]`, found `InputSequences[Model] | FactorSequences[Model] | FluxSequences[Model] | ... omitted 15 union elements`
[error] invalid-argument-type - Argument to bound method `PyxWriter.set_pointer` is incorrect: Expected `InputSequences[Model] | OutputSequences[Model, OutputSequence] | LinkSequences[Model, LinkSequence]`, found `InputSequences[Model] | FactorSequences[Model] | FluxSequences[Model] | ... omitted 15 union elements`
[error] invalid-argument-type - Argument to bound method `update_outputs` is incorrect: Expected `OutputSequences[Model, OutputSequence]`, found `(InputSequences[Model] & OutputSequences[object, object]) | FactorSequences[Model] | FluxSequences[Model] | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to bound method `PyxWriter.update_outputs` is incorrect: Expected `OutputSequences[Model, OutputSequence]`, found `(InputSequences[Model] & OutputSequences[object, object]) | FactorSequences[Model] | FluxSequences[Model] | ... omitted 8 union elements`
[error] invalid-argument-type - Argument to bound method `set_pointerinput` is incorrect: Expected `InputSequences[Model]`, found `InputSequences[Model] | (OutputSequences[Model, OutputSequence] & InputSequences[object]) | (LinkSequences[Model, LinkSequence] & InputSequences[object])`
[error] invalid-argument-type - Argument to bound method `PyxWriter.set_pointerinput` is incorrect: Expected `InputSequences[Model]`, found `InputSequences[Model] | (OutputSequences[Model, OutputSequence] & InputSequences[object]) | (LinkSequences[Model, LinkSequence] & InputSequences[object])`
[error] invalid-argument-type - Argument to bound method `set_pointeroutput` is incorrect: Expected `OutputSequences[Model, OutputSequence]`, found `(OutputSequences[Model, OutputSequence] & ~InputSequences[object]) | (LinkSequences[Model, LinkSequence] & OutputSequences[object, object] & ~InputSequences[object])`
[error] invalid-argument-type - Argument to bound method `PyxWriter.set_pointeroutput` is incorrect: Expected `OutputSequences[Model, OutputSequence]`, found `(OutputSequences[Model, OutputSequence] & ~InputSequences[object]) | (LinkSequences[Model, LinkSequence] & OutputSequences[object, object] & ~InputSequences[object])`

hydpy/docs/draw_model_sketches.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[SC | Edge | Title | ... omitted 4 union elements]`, found `tuple[UZ, UZ, SG1, SG1, SG23, SG23]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[SC | Edge | Title | ... omitted 4 union elements]`, found `tuple[UZ, UZ, SG1, SG1, SG23, SG23]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[SC | Edge | Title | ... omitted 4 union elements]`, found `tuple[BW, BW, BW, BW, LZ]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[SC | Edge | Title | ... omitted 4 union elements]`, found `tuple[BW, BW, BW, BW, LZ]`

hydpy/exe/xmltools.py

[error] invalid-argument-type - Argument to bound method `_get_getitem` is incorrect: Expected `type[GetItem]`, found `<class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`
[error] invalid-argument-type - Argument to bound method `XMLVar._get_getitem` is incorrect: Expected `type[GetItem]`, found `<class 'SetItem'> | <class 'AddItem'> | <class 'MultiplyItem'> | <class 'GetItem'>`
[error] invalid-argument-type - Argument to bound method `_get_changeitem` is incorrect: Argument type `SetItem | AddItem | MultiplyItem | GetItem` does not satisfy constraints (`SetItem`, `AddItem`, `MultiplyItem`) of type variable `_TypeSetOrAddOrMultiplyItem`
[error] invalid-argument-type - Argument to bound method `XMLVar._get_changeitem` is incorrect: Argument type `SetItem | AddItem | MultiplyItem | GetItem` does not satisfy constraints (`SetItem`, `AddItem`, `MultiplyItem`) of type variable `_TypeSetOrAddOrMultiplyItem`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[LiteralString]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[LiteralString]`, found `list[str]`

hydpy/models/ga/ga_model.py

[error] invalid-argument-type - Argument to bound method `_calc_watercontent` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `int | float | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `BaseModel._calc_watercontent` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `int | float | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `_calc_watercontent` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `int | float | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `BaseModel._calc_watercontent` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `int | float | ndarray[tuple[Any, ...], dtype[float64]]`

hydpy/models/manager/manager_derived.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `tuple[Device, ...]`
[error] invalid-argument-type - Argument to constructor `Nodes.__new__` is incorrect: Expected `Node | Iterable[Node | str] | None`, found `tuple[Device, ...]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, ...]`
[error] invalid-argument-type - Argument to constructor `Devices.__new__` is incorrect: Expected `Element | Iterable[Element | str] | None`, found `tuple[Device, ...]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'bool'>`
[error] invalid-argument-type - Argument to bound method `_dispatchable.__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'bool'>`

hydpy/models/wq/wq_derived.py

[error] invalid-argument-type - Argument to bound method `_update` is incorrect: Expected `FlowWidths | TotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_SectorWidths._update` is incorrect: Expected `FlowWidths | TotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_update` is incorrect: Expected `FlowWidths | TotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_SectorWidths._update` is incorrect: Expected `FlowWidths | TotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_update` is incorrect: Expected `SectorFlowWidths | SectorTotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_SectorAreas._update` is incorrect: Expected `SectorFlowWidths | SectorTotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_update` is incorrect: Expected `SectorFlowWidths | SectorTotalWidths`, found `Parameter`
[error] invalid-argument-type - Argument to bound method `_SectorAreas._update` is incorrect: Expected `SectorFlowWidths | SectorTotalWidths`, found `Parameter`

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

src/hydra_zen/structured_configs/_implementations.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, type, Field[Any]]`, found `tuple[str | @Todo, ...]`
[error] no-matching-overload - No overload of bound method `builds` matches arguments
[error] no-matching-overload - No overload of bound method `BuildsFn.builds` matches arguments

tests/annotations/mypy_checks.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | ((Any, /) -> str)`, found `Literal[22]`
[error] invalid-argument-type - Argument to bound method `ZenStore.__call__` is incorrect: Expected `str | ((Any, /) -> str)`, found `Literal[22]`

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

ibis/backends/__init__.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[type[Self@db_identity]]`, found `GeneratorType[str, None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[type[Self@db_identity]]`, found `GeneratorType[str, None, None]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

ibis/backends/athena/__init__.py

[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `_post_connect` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Backend._post_connect` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/athena/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | Unknown`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute | Unknown`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

ibis/backends/bigquery/__init__.py

[error] invalid-argument-type - Argument to bound method `drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `_client_load_table_from_uri` is incorrect: Expected `Sequence[str]`, found `str | Path`
[error] invalid-argument-type - Argument to bound method `Backend._client_load_table_from_uri` is incorrect: Expected `Sequence[str]`, found `str | Path`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `str | None`, found `str | int | None`
[error] invalid-argument-type - Argument to bound method `BigQueryCompiler.to_sqlglot` is incorrect: Expected `str | None`, found `str | int | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~None) | str, (Unknown & ~None) | str | None]`
[error] invalid-argument-type - Argument to bound method `SQLBackend.insert` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~None) | str, (Unknown & ~None) | str | None]`
[error] invalid-argument-type - Argument to bound method `upsert` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~None) | str, (Unknown & ~None) | str | None]`
[error] invalid-argument-type - Argument to bound method `SQLBackend.upsert` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~None) | str, (Unknown & ~None) | str | None]`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `Backend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.table` is incorrect: Expected `str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `_to_sqlglot_table` is incorrect: Expected `None | str | tuple[str, str]`, found `tuple[str] | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend._to_sqlglot_table` is incorrect: Expected `None | str | tuple[str, str]`, found `tuple[str] | str | None`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[Unknown, str | None]`
[error] invalid-argument-type - Argument to bound method `Backend.table` is incorrect: Expected `str | None`, found `tuple[Unknown, str | None]`
[error] invalid-argument-type - Argument to bound method `drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.drop_table` is incorrect: Expected `tuple[str] | str | None`, found `tuple[Unknown, Unknown]`

ibis/backends/bigquery/tests/system/test_client.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Iterable[list[str]] | Iterable[list[bytes]], /) -> dict[str, str] | dict[bytes, bytes]`, found `<class 'dict'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Iterable[list[str]] | Iterable[list[bytes]], /) -> dict[str, str] | dict[bytes, bytes]`, found `<class 'dict'>`

ibis/backends/bigquery/tests/unit/test_compiler.py

[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`

ibis/backends/clickhouse/__init__.py

[error] invalid-argument-type - Argument to bound method `_verify_in_memory_tables_are_unique` is incorrect: Expected `Expr`, found `Table | None`
[error] invalid-argument-type - Argument to bound method `BaseBackend._verify_in_memory_tables_are_unique` is incorrect: Expected `Expr`, found `Table | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - Argument to bound method `Backend._collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - Argument to bound method `Backend._collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `_collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Table | (DataFrame & Expr) | (Unknown & Expr)`
[error] invalid-argument-type - Argument to bound method `Backend._collect_in_memory_tables` is incorrect: Expected `Table | None`, found `Table | (DataFrame & Expr) | (Unknown & Expr)`

ibis/backends/clickhouse/tests/test_select.py

[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[0]`

ibis/backends/databricks/__init__.py

[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~AlwaysFalsy) | str, (Unknown & ~AlwaysFalsy) | str]`
[error] invalid-argument-type - Argument to bound method `Backend.table` is incorrect: Expected `str | None`, found `tuple[(Unknown & ~AlwaysFalsy) | str, (Unknown & ~AlwaysFalsy) | str]`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/datafusion/__init__.py

[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.table` is incorrect: Expected `str`, found `str | None`

ibis/backends/datafusion/udfs.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | bytearray | None, /) -> SplitResult | SplitResultBytes`, found `Overload[(url: str, scheme: str = "", allow_fragments: bool = True) -> SplitResult, (url: bytes | bytearray | None, scheme: bytes | bytearray | None | Literal[""] = "", allow_fragments: bool = True) -> SplitResultBytes]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | bytes | bytearray | None, /) -> SplitResult | SplitResultBytes`, found `Overload[(url: str, scheme: str = "", allow_fragments: bool = True) -> SplitResult, (url: bytes | bytearray | None, scheme: bytes | bytearray | None | Literal[""] = "", allow_fragments: bool = True) -> SplitResultBytes]`

ibis/backends/druid/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/duckdb/__init__.py

[error] invalid-argument-type - Argument to bound method `_load_extensions` is incorrect: Expected `list[str]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `Backend._load_extensions` is incorrect: Expected `list[str]`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`

ibis/backends/duckdb/tests/test_client.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/duckdb/tests/test_geospatial.py

[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`

ibis/backends/exasol/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/flink/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `Backend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Schema`, found `Schema | None`
[error] invalid-argument-type - Argument to `CreateTableWithSchema.__init__` is incorrect: Expected `Schema`, found `Schema | None`
[error] invalid-argument-type - Argument to bound method `to_pyarrow_batches` is incorrect: Expected `Table`, found `Expr`
[error] invalid-argument-type - Argument to bound method `Backend.to_pyarrow_batches` is incorrect: Expected `Table`, found `Expr`
[error] invalid-argument-type - Argument to bound method `head` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `DataFrame.head` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `head` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `Series.head` is incorrect: Expected `int`, found `int | str | None`

ibis/backends/flink/ddl.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] unknown-argument - Argument `table_name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `table_name` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `database` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `database` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `can_exist` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `can_exist` does not match any known parameter of `object.__init__`
[error] invalid-argument-type - Argument to bound method `format_partition` is incorrect: Expected `dict[str, DataType]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Base.format_partition` is incorrect: Expected `dict[str, DataType]`, found `Unknown | None`

ibis/backends/impala/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `get_partition_schema` is incorrect: Expected `str | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to bound method `Backend.get_partition_schema` is incorrect: Expected `str | None`, found `str | tuple[str, str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Expr`, found `Expr | str`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Expr`, found `Expr | str`

ibis/backends/impala/ddl.py

[error] invalid-argument-type - Argument to bound method `format_partition` is incorrect: Expected `dict[str, DataType]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Base.format_partition` is incorrect: Expected `dict[str, DataType]`, found `Unknown | None`

ibis/backends/impala/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

ibis/backends/impala/tests/test_exprs.py

[error] invalid-argument-type - Argument to bound method `truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["y"]`
[error] invalid-argument-type - Argument to bound method `TimestampValue.truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["y"]`
[error] invalid-argument-type - Argument to bound method `truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["month"]`
[error] invalid-argument-type - Argument to bound method `TimestampValue.truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["month"]`
[error] invalid-argument-type - Argument to bound method `truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["d"]`
[error] invalid-argument-type - Argument to bound method `TimestampValue.truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["d"]`
[error] invalid-argument-type - Argument to bound method `truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["minute"]`
[error] invalid-argument-type - Argument to bound method `TimestampValue.truncate` is incorrect: Expected `Literal["Y", "Q", "M", "W", "D", ... omitted 6 literals]`, found `Literal["minute"]`

ibis/backends/materialize/__init__.py

[error] invalid-argument-type - Argument to bound method `_run_pre_execute_hooks` is incorrect: Expected `Expr`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `BaseBackend._run_pre_execute_hooks` is incorrect: Expected `Expr`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `Expr`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `PostgresCompiler.to_sqlglot` is incorrect: Expected `Expr`, found `Unknown | None`

ibis/backends/materialize/tests/test_idiomatic_patterns.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`

ibis/backends/mssql/__init__.py

[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[Unknown | None | Literal["tempdb"], Unknown | None | Literal["dbo"]]`
[error] invalid-argument-type - Argument to bound method `SQLBackend.table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[Unknown | None | Literal["tempdb"], Unknown | None | Literal["dbo"]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/mysql/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`

ibis/backends/oracle/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`

ibis/backends/polars/__init__.py

[error] invalid-argument-type - Argument to bound method `from_ibis` is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument to bound method `PolarsSchema.from_ibis` is incorrect: Expected `Schema`, found `Schema | Mapping[str, DataType | type | str | ... omitted 3 union elements] | Iterable[tuple[str, DataType | type | str | ... omitted 3 union elements]]`
[error] invalid-argument-type - Argument to bound method `_to_pyarrow_table` is incorrect: Expected `Mapping[Expr, object] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `Backend._to_pyarrow_table` is incorrect: Expected `Mapping[Expr, object] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `_to_pyarrow_table` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `Backend._to_pyarrow_table` is incorrect: Expected `int | None`, found `int | str | None`

ibis/backends/polars/compiler.py

[error] no-matching-overload - No overload of bound method `register` matches arguments
[error] no-matching-overload - No overload of bound method `_SingleDispatchCallable.register` matches arguments

ibis/backends/postgres/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/postgres/tests/test_client.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(table) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(table) -> Unknown`

ibis/backends/pyspark/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `_to_sqlglot_table` is incorrect: Expected `None | str | tuple[str, str]`, found `tuple[str | None, str | None]`
[error] invalid-argument-type - Argument to bound method `SQLBackend._to_sqlglot_table` is incorrect: Expected `None | str | tuple[str, str]`, found `tuple[str | None, str | None]`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`

ibis/backends/risingwave/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Expr`, found `Table | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Expr`, found `Table | None`

ibis/backends/singlestoredb/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `do_connect` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `Backend.do_connect` is incorrect: Expected `bool`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] missing-argument - No argument provided for required parameter `type_code` of function `_get_type_name`
[error] missing-argument - No argument provided for required parameter `type_code` of function `SingleStoreDBPandasData._get_type_name`
[error] missing-argument - No argument provided for required parameter `type_name` of function `convert_SingleStoreDB_type`
[error] missing-argument - No argument provided for required parameter `type_name` of function `SingleStoreDBPandasData.convert_SingleStoreDB_type`

ibis/backends/snowflake/__init__.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[None | Unknown, None | Unknown]`
[error] invalid-argument-type - Argument to bound method `SQLBackend.table` is incorrect: Expected `tuple[str, str] | str | None`, found `tuple[None | Unknown, None | Unknown]`

ibis/backends/snowflake/tests/test_udf.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Any | None`

ibis/backends/sql/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/sql/compilers/base.py

[error] invalid-argument-type - Argument to bound method `translate` is incorrect: Expected `Mapping[Value, Any]`, found `Mapping[Expr, Any]`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.translate` is incorrect: Expected `Mapping[Value, Any]`, found `Mapping[Expr, Any]`

ibis/backends/sql/compilers/bigquery/__init__.py

[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`

ibis/backends/sql/compilers/bigquery/udf/core.py

[error] no-matching-overload - No overload of `arguments.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `expr`, found `None`
[error] invalid-argument-type - Argument to `Attribute.__init__` is incorrect: Expected `expr`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[expr]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to `Call.__init__` is incorrect: Expected `list[keyword]`, found `<class '_empty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[arg]`
[error] invalid-argument-type - Argument to `List.__init__` is incorrect: Expected `list[expr]`, found `list[arg]`

ibis/backends/sql/compilers/clickhouse.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/backends/sql/compilers/datafusion.py

[error] invalid-argument-type - Argument to function `to_scale` is incorrect: Expected `str`, found `Literal[TimestampUnit.SECOND, TimestampUnit.MICROSECOND] | str`
[error] invalid-argument-type - Argument to function `TimestampUnit.to_scale` is incorrect: Expected `str`, found `Literal[TimestampUnit.SECOND, TimestampUnit.MICROSECOND] | str`
[error] invalid-argument-type - Argument to bound method `_to_timestamp` is incorrect: Expected `Timestamp`, found `DataType`
[error] invalid-argument-type - Argument to bound method `DataFusionCompiler._to_timestamp` is incorrect: Expected `Timestamp`, found `DataType`

ibis/backends/sql/compilers/duckdb.py

[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'json'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'json'>`

ibis/backends/sql/compilers/flink.py

[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `Attribute`

ibis/backends/sql/compilers/mssql.py

[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`

ibis/backends/sql/compilers/postgres.py

[error] invalid-argument-type - Argument to bound method `to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'decimal'>`
[error] invalid-argument-type - Argument to bound method `cast` is incorrect: Expected `DataType`, found `<module 'json'>`
[error] invalid-argument-type - Argument to bound method `SQLGlotCompiler.cast` is incorrect: Expected `DataType`, found `<module 'json'>`

ibis/backends/sql/compilers/risingwave.py

[error] invalid-argument-type - Argument to function `to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`
[error] invalid-argument-type - Argument to function `SQLGlotCompiler.to_sqlglot` is incorrect: Expected `Literal["default"] | int | None`, found `str | None`

ibis/backends/sql/tests/test_compiler.py

[error] positional-only-parameter-as-kwarg - Positional-only parameter 2 (`fraction`) passed as keyword argument of bound method `sample`
[error] positional-only-parameter-as-kwarg - Positional-only parameter 2 (`fraction`) passed as keyword argument of bound method `Table.sample`

ibis/backends/sqlite/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `SQLBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/backends/tests/base.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

ibis/backends/tests/sql/test_compiler.py

[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `datetime`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `datetime`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`

ibis/backends/tests/sql/test_select_sql.py

[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`

ibis/backends/tests/sql/test_sql.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `order_by` is incorrect: Expected `Sequence[str | Column | Selector | Deferred] | Column | Selector | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.order_by` is incorrect: Expected `Sequence[str | Column | Selector | Deferred] | Column | Selector | Deferred`, found `(t) -> Unknown`

ibis/backends/tests/test_api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> object`, found `Overload[(self: LiteralString) -> LiteralString, (self) -> str]`

ibis/backends/tests/test_array.py

[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred`, found `dict[str, int | float]`

ibis/backends/tests/test_impure.py

[error] invalid-argument-type - Argument to bound method `ifelse` is incorrect: Expected `Value`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `BooleanValue.ifelse` is incorrect: Expected `Value`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `ifelse` is incorrect: Expected `Value`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `BooleanValue.ifelse` is incorrect: Expected `Value`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `ifelse` is incorrect: Expected `Value`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `BooleanValue.ifelse` is incorrect: Expected `Value`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `ifelse` is incorrect: Expected `Value`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `BooleanValue.ifelse` is incorrect: Expected `Value`, found `Literal[0]`

ibis/backends/tests/test_window.py

[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`

ibis/backends/tests/tpc/ds/test_queries.py

[error] invalid-argument-type - Argument to bound method `between` is incorrect: Expected `Value`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Value.between` is incorrect: Expected `Value`, found `int | float`
[error] invalid-argument-type - Argument to bound method `between` is incorrect: Expected `Value`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Value.between` is incorrect: Expected `Value`, found `int | float`

ibis/backends/trino/__init__.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `Attribute`

ibis/backends/trino/tests/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

ibis/common/annotations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ParameterKind`, found `int`
[error] invalid-argument-type - Argument to `Parameter.__init__` is incorrect: Expected `_ParameterKind`, found `int`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Any`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Unknown]`, found `Any`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

ibis/common/collections.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `_check_conflict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Self@__xor__`
[error] invalid-argument-type - Argument to bound method `MapSet._check_conflict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Self@__xor__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

ibis/common/graph.py

[error] invalid-argument-type - Argument to bound method `from_bfs` is incorrect: Expected `Node`, found `tuple[Node, ...]`
[error] invalid-argument-type - Argument to bound method `Graph.from_bfs` is incorrect: Expected `Node`, found `tuple[Node, ...]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@find_topmost]`, found `tuple[Node, ...]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@find_topmost]`, found `tuple[Node, ...]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `reversed.__new__` matches arguments

ibis/common/patterns.py

[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`

ibis/common/selectors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`

ibis/common/temporal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | timedelta | Real`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | timedelta | Real`

ibis/common/tests/test_annotations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`
[error] invalid-argument-type - Argument to `Attribute.__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> int`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> str`
[error] invalid-argument-type - Argument to `Attribute.__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> str`
[error] invalid-argument-type - Argument to bound method `from_argument` is incorrect: Expected `Argument`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `Parameter.from_argument` is incorrect: Expected `Argument`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to `Attribute.__init__` is incorrect: Expected `Pattern`, found `(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `def to_int(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `def to_int(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `def add_other(x, this) -> Unknown`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `def add_other(x, this) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `def to_int(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `def to_int(x, *_, **__) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `def add_other(x, this) -> Unknown`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `def add_other(x, this) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`
[error] invalid-argument-type - Argument to `Argument.__init__` is incorrect: Expected `Pattern`, found `<class 'int'>`

ibis/common/tests/test_collections.py

[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`
[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `MySchema`

ibis/common/tests/test_egraph.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[0]`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Variable.__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`
[error] invalid-argument-type - Argument to bound method `EGraph.apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`
[error] invalid-argument-type - Argument to bound method `EGraph.apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`
[error] invalid-argument-type - Argument to bound method `EGraph.apply` is incorrect: Expected `list[Rewrite]`, found `Rewrite`

ibis/common/tests/test_grounds.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | tuple[type, ...]`, found `<special-form 'typing.Callable'>`
[error] invalid-argument-type - Argument to `InstanceOf.__init__` is incorrect: Expected `type | tuple[type, ...]`, found `<special-form 'typing.Callable'>`

ibis/common/tests/test_patterns.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] invalid-argument-type - Argument to bound method `from_typehint` is incorrect: Expected `type`, found `<typing.Callable special-form '(int, str, /) -> int'>`
[error] invalid-argument-type - Argument to bound method `Pattern.from_typehint` is incorrect: Expected `type`, found `<typing.Callable special-form '(int, str, /) -> int'>`
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] invalid-argument-type - Argument to bound method `from_typehint` is incorrect: Expected `type`, found `GenericAlias`
[error] invalid-argument-type - Argument to bound method `Pattern.from_typehint` is incorrect: Expected `type`, found `GenericAlias`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `SomeOf.__init__`: expected 2, got 3
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | tuple[type, ...]`, found `<special-form 'typing.Callable'>`
[error] invalid-argument-type - Argument to `InstanceOf.__init__` is incorrect: Expected `type | tuple[type, ...]`, found `<special-form 'typing.Callable'>`
[error] invalid-argument-type - Argument to bound method `from_typehint` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | int | float'>`
[error] invalid-argument-type - Argument to bound method `Pattern.from_typehint` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | int | float'>`
[error] missing-argument - No argument provided for required parameter `type` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `type` of `PatternList.__init__`

ibis/examples/gen_registry.py

[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `Path`, found `str`
[error] invalid-argument-type - Argument to bound method `Executor.submit` is incorrect: Expected `Path`, found `str`
[error] missing-argument - No arguments provided for required parameters `board`, `metadata`, `bar` of bound method `submit`
[error] missing-argument - No arguments provided for required parameters `board`, `metadata`, `bar` of bound method `Executor.submit`

ibis/expr/api.py

[error] missing-argument - No argument provided for required parameter `counter` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `counter` of `ScalarParameter.__init__`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[str, str | DataType]]`, found `zip[_T_co@zip]`
[error] invalid-argument-type - Argument to bound method `Schema.from_tuples` is incorrect: Expected `Iterable[tuple[str, str | DataType]]`, found `zip[_T_co@zip]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `Iterable[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `Iterable[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | DataType]`, found `Iterable[str | DataType] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str | DataType]`, found `Iterable[str | DataType] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `(Iterable[str] & ~AlwaysFalsy) | Attribute | None`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `(Iterable[str] & ~AlwaysFalsy) | Attribute | None`

ibis/expr/builders.py

[error] invalid-argument-type - Argument to bound method `union` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `frozenset.union` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/expr/datatypes/core.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Attribute`

ibis/expr/datatypes/tests/test_core.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Struct`
[error] invalid-argument-type - Argument to bound method `from_typehint` is incorrect: Expected `type`, found `<special-form 'typing.Annotated[Interval, <metadata>]'>`
[error] invalid-argument-type - Argument to bound method `Pattern.from_typehint` is incorrect: Expected `type`, found `<special-form 'typing.Annotated[Interval, <metadata>]'>`

ibis/expr/operations/core.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `(Any & ~Expr & ~Value[object, object]) | None`
[error] invalid-argument-type - Argument to bound method `union` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `frozenset.union` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/expr/operations/udf.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to `MissingReturnAnnotationError.__init__` is incorrect: Expected `str`, found `(...) -> Unknown`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

ibis/expr/rewrites.py

[error] missing-argument - No arguments provided for required parameters `start`, `end` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of `WindowFunction.__init__`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of `WindowFunction.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`

ibis/expr/rules.py

[error] invalid-argument-type - Argument to bound method `__coerce__` is incorrect: Expected `type | None`, found `DataType | None`
[error] invalid-argument-type - Argument to bound method `Value.__coerce__` is incorrect: Expected `type | None`, found `DataType | None`

ibis/expr/schema.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Sized]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Sized]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/expr/sql.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

ibis/expr/tests/test_format.py

[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `list[(t) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `list[(t) -> Unknown]`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `Table.fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `Table.fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Table.fill_null` is incorrect: Expected `Scalar | Mapping[str, Scalar]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `asof_join` is incorrect: Expected `str | BooleanColumn`, found `tuple[Literal["time1"], Literal["time2"]]`
[error] invalid-argument-type - Argument to bound method `Table.asof_join` is incorrect: Expected `str | BooleanColumn`, found `tuple[Literal["time1"], Literal["time2"]]`

ibis/expr/tests/test_newrels.py

[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Value | str | Deferred`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Value | str | Deferred`, found `Literal[1]`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of `WindowFunction.__init__`

ibis/expr/tests/test_schema.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`
[error] invalid-argument-type - Argument to bound method `isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`
[error] invalid-argument-type - Argument to bound method `MapSet.isdisjoint` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Schema`

ibis/expr/tests/test_visualize.py

[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `Literal[1]`

ibis/expr/types/arrays.py

[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `Argument.__init__`
[error] unknown-argument - Argument `shape` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `shape` does not match any known parameter of `Argument.__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `Argument.__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `name` does not match any known parameter of `Argument.__init__`
[error] unknown-argument - Argument `shape` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `shape` does not match any known parameter of `Argument.__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `Argument.__init__`

ibis/expr/types/core.py

[error] invalid-argument-type - Argument to bound method `execute` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - Argument to bound method `BaseBackend.execute` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - Argument to bound method `BaseBackend.compile` is incorrect: Expected `Mapping[Expr, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - Argument to bound method `to_pandas_batches` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`
[error] invalid-argument-type - Argument to bound method `_FileIOHandler.to_pandas_batches` is incorrect: Expected `Mapping[Scalar, Any] | None`, found `Mapping[Value, Any] | None`

ibis/expr/types/generic.py

[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `object`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `object`
[error] invalid-argument-type - Argument to bound method `cases` is incorrect: Expected `tuple[Value, Value]`, found `tuple[Unknown | Value | dict[Unknown, Unknown], Unknown | Value | None]`
[error] invalid-argument-type - Argument to bound method `Value.cases` is incorrect: Expected `tuple[Value, Value]`, found `tuple[Unknown | Value | dict[Unknown, Unknown], Unknown | Value | None]`
[error] invalid-argument-type - Argument to bound method `execute` is incorrect: Expected `Mapping[Value, Any] | None`, found `Mapping[Scalar, Any] | None`
[error] invalid-argument-type - Argument to bound method `Expr.execute` is incorrect: Expected `Mapping[Value, Any] | None`, found `Mapping[Scalar, Any] | None`

ibis/expr/types/joins.py

[error] invalid-argument-type - Argument to bound method `from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `DerefMap.from_targets` is incorrect: Expected `Mapping[Node, Node] | None`, found `dict[Field, Unknown & Field]`
[error] invalid-argument-type - Argument to bound method `dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `DerefMap.dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `DerefMap.dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `dereference` is incorrect: Expected `Value`, found `Node`
[error] invalid-argument-type - Argument to bound method `DerefMap.dereference` is incorrect: Expected `Value`, found `Node`

ibis/expr/types/numeric.py

[error] parameter-already-assigned - Multiple values provided for parameter `include_under` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `include_under` of `Bucket.__init__`

ibis/expr/types/relations.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `int | None`, found `int | IntegerScalar`
[error] invalid-argument-type - Argument to bound method `Table.limit` is incorrect: Expected `int | None`, found `int | IntegerScalar`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `int`, found `int | IntegerScalar`
[error] invalid-argument-type - Argument to bound method `Table.limit` is incorrect: Expected `int`, found `int | IntegerScalar`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `list[Sequence[str | int]]`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Iterable[Value | str]`, found `list[Sequence[str | int]]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `tuple[Value, ...]`
[error] invalid-argument-type - Argument to bound method `Table.filter` is incorrect: Expected `BooleanValue | bool | Sequence[BooleanValue | bool] | IfAnyAll | Deferred`, found `tuple[Value, ...]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `tuple[str, ...]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `tuple[str, ...]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[Unknown, Any]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Scalar | Deferred | Sequence[Scalar | Deferred] | None`, found `dict[Unknown, Any]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Selector`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[Value] | None`, found `Selector`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `((t) -> Unknown) | tuple[()]`
[error] invalid-argument-type - Argument to bound method `Table.aggregate` is incorrect: Expected `Sequence[BooleanValue] | None`, found `((t) -> Unknown) | tuple[()]`
[error] invalid-argument-type - Argument to bound method `_assemble_set_op` is incorrect: Expected `type[Set]`, found `<special-form 'typing.Union'>`
[error] invalid-argument-type - Argument to bound method `Table._assemble_set_op` is incorrect: Expected `type[Set]`, found `<special-form 'typing.Union'>`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] missing-argument - No argument provided for required parameter `right` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `right` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - Argument to bound method `select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] invalid-argument-type - Argument to bound method `Table.select` is incorrect: Expected `Iterable[Value | str]`, found `Selector`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `WindowedTable.__init__`: expected 2, got 3

ibis/expr/types/temporal_windows.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

ibis/formats/pandas.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`

ibis/legacy/udf/vectorized.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Attribute`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

ibis/selectors.py

[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `ColumnIndex.slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `ColumnIndex.slice_key_to_int` is incorrect: Expected `Mapping[str, int]`, found `Attribute`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Sequence[str | int] | int | slice[Any, Any, Any], /) -> Column | Table`, found `Overload[(what: str | int, /) -> Column, (what: slice[Any, Any, Any] | Sequence[str | int], /) -> Table]`

ibis/tests/benchmarks/benchfuncs.py

[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `Value.fill_null` is incorrect: Expected `Scalar`, found `Literal[False]`

ibis/tests/expr/test_relocate.py

[error] invalid-argument-type - Argument to bound method `relocate` is incorrect: Expected `str | Selector`, found `tuple[Literal["y"], Literal["z"]]`
[error] invalid-argument-type - Argument to bound method `Table.relocate` is incorrect: Expected `str | Selector`, found `tuple[Literal["y"], Literal["z"]]`
[error] invalid-argument-type - Argument to bound method `relocate` is incorrect: Expected `str | Selector`, found `tuple[Literal["y"], Literal["z"]]`
[error] invalid-argument-type - Argument to bound method `Table.relocate` is incorrect: Expected `str | Selector`, found `tuple[Literal["y"], Literal["z"]]`

ibis/tests/expr/test_table.py

[error] invalid-argument-type - Argument to bound method `group_by` is incorrect: Expected `Iterable[str] | Iterable[Value]`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.group_by` is incorrect: Expected `Iterable[str] | Iterable[Value]`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Table.mutate` is incorrect: Expected `Value | Deferred | str`, found `(t) -> Unknown`
[error] invalid-argument-type - Argument to bound method `pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `Table.pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `dict[str, Overload[(self: LiteralString) -> LiteralString, (self) -> str] | <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `Table.pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `dict[str, Overload[(self: LiteralString) -> LiteralString, (self) -> str] | <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `dict[str, Overload[(self: LiteralString) -> LiteralString, (self) -> str] | <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `Table.pivot_longer` is incorrect: Expected `((str, /) -> Value) | Mapping[str, (str, /) -> Value] | None`, found `dict[str, Overload[(self: LiteralString) -> LiteralString, (self) -> str] | <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `distinct` is incorrect: Expected `Literal["first", "last"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Table.distinct` is incorrect: Expected `Literal["first", "last"] | None`, found `Literal["invalid"]`

ibis/tests/expr/test_window_frames.py

[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `how` of `WindowFunction.__init__`

ibis/util.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[V@promote_list]`, found `(V@promote_list & ~Top[list[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Iterable[V@promote_list] & ~Top[list[Unknown]] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[V@promote_list]`, found `(V@promote_list & ~Top[list[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Iterable[V@promote_list] & ~Top[list[Unknown]] & ~Top[dict[Unknown, Unknown]])`

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

examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb:cell 22

[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal["lr"]`
[error] invalid-argument-type - Argument to bound method `BaseParamScheduler.plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal["lr"]`
[error] invalid-argument-type - Argument to bound method `plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[tuple[int, int | float]]`
[error] invalid-argument-type - Argument to bound method `BaseParamScheduler.plot_values` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[tuple[int, int | float]]`

examples/notebooks/HandlersTimeProfiler_MNIST.ipynb:cell 16

[error] invalid-argument-type - Argument to function `print_results` is incorrect: Expected `list[list[str | int | float]]`, found `list[list[str | int | float | tuple[str | int | float, str | int | float]]]`
[error] invalid-argument-type - Argument to function `HandlersTimeProfiler.print_results` is incorrect: Expected `list[list[str | int | float]]`, found `list[list[str | int | float | tuple[str | int | float, str | int | float]]]`

examples/references/classification/imagenet/main.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`

examples/references/segmentation/pascal_voc2012/main.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`

ignite/contrib/engines/common.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `str | EventEnum`, found `CallableEventWithFilter`
[error] invalid-argument-type - Argument to bound method `GpuInfo.attach` is incorrect: Expected `str | EventEnum`, found `CallableEventWithFilter`

ignite/handlers/clearml_logger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Path`, found `str | None`
[error] invalid-argument-type - Argument to `DiskSaver.__init__` is incorrect: Expected `str | Path`, found `str | None`

ignite/handlers/param_scheduler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | ParamGroupScheduler | Unknown]`
[error] invalid-argument-type - Argument to `ConcatScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | ParamGroupScheduler | Unknown]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | ParamGroupScheduler | Unknown]`
[error] invalid-argument-type - Argument to bound method `ConcatScheduler.simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | ParamGroupScheduler | Unknown]`

ignite/metrics/precision_recall_curve.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `def precision_recall_curve_compute_fn(y_preds: Unknown, y_targets: Unknown) -> tuple[Any, Any, Any]`
[error] invalid-argument-type - Argument to `EpochMetric.__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `def precision_recall_curve_compute_fn(y_preds: Unknown, y_targets: Unknown) -> tuple[Any, Any, Any]`

ignite/metrics/roc_auc.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `def roc_auc_curve_compute_fn(y_preds: Unknown, y_targets: Unknown) -> tuple[Any, Any, Any]`
[error] invalid-argument-type - Argument to `EpochMetric.__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `def roc_auc_curve_compute_fn(y_preds: Unknown, y_targets: Unknown) -> tuple[Any, Any, Any]`

tests/ignite/conftest.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | int | float | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

tests/ignite/distributed/utils/test_native.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/engine/test_custom_events.py

[error] invalid-argument-type - Argument to bound method `register_events` is incorrect: Expected `str | EventEnum`, found `None`
[error] invalid-argument-type - Argument to bound method `Engine.register_events` is incorrect: Expected `str | EventEnum`, found `None`
[error] invalid-argument-type - Argument to bound method `register_events` is incorrect: Expected `str | EventEnum`, found `None`
[error] invalid-argument-type - Argument to bound method `Engine.register_events` is incorrect: Expected `str | EventEnum`, found `None`
[error] invalid-argument-type - Argument to bound method `register_events` is incorrect: Expected `str | EventEnum`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Engine.register_events` is incorrect: Expected `str | EventEnum`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `register_events` is incorrect: Expected `str | EventEnum`, found `A`
[error] invalid-argument-type - Argument to bound method `Engine.register_events` is incorrect: Expected `str | EventEnum`, found `A`
[error] invalid-argument-type - Argument to bound method `register_events` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `Engine.register_events` is incorrect: Expected `dict[Unknown, Unknown] | None`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["123"]`
[error] invalid-argument-type - Argument to bound method `CallableEventWithFilter.__call__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["123"]`
[error] invalid-argument-type - Argument to function `default_event_filter` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to function `CallableEventWithFilter.default_event_filter` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to function `default_event_filter` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to function `CallableEventWithFilter.default_event_filter` is incorrect: Expected `int`, found `None`

tests/ignite/engine/test_engine.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `None`
[error] invalid-argument-type - Argument to `Engine.__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `() -> None`
[error] invalid-argument-type - Argument to `Engine.__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `() -> None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `(batch: Engine) -> None`
[error] invalid-argument-type - Argument to `Engine.__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `(batch: Engine) -> None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `(engine: Engine, batch: Any, extra_arg) -> None`
[error] invalid-argument-type - Argument to `Engine.__init__` is incorrect: Expected `(Engine, Any, /) -> Any`, found `(engine: Engine, batch: Any, extra_arg) -> None`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `Iterable[Unknown] | None`, found `def data() -> Unknown`
[error] invalid-argument-type - Argument to bound method `Engine.run` is incorrect: Expected `Iterable[Unknown] | None`, found `def data() -> Unknown`

tests/ignite/engine/test_engine_state_dict.py

[error] invalid-argument-type - Argument to bound method `load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal["123"]`
[error] invalid-argument-type - Argument to bound method `Engine.load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal["123"]`

tests/ignite/engine/test_event_handlers.py

[error] invalid-argument-type - Argument to bound method `_append` is incorrect: Expected `CallableEventWithFilter`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `EventsList._append` is incorrect: Expected `CallableEventWithFilter`, found `Literal["abc"]`

tests/ignite/handlers/test_base_logger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `BaseOutputHandler.__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Engine, str | Events, /) -> int) | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `BaseOutputHandler.__init__` is incorrect: Expected `((Engine, str | Events, /) -> int) | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to `BaseWeightsScalarHandler.__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`

tests/ignite/handlers/test_checkpoint.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal[12]`
[error] invalid-argument-type - Argument to `Checkpoint.__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[int]`
[error] invalid-argument-type - Argument to `Checkpoint.__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Path | ((...) -> Unknown) | BaseSaveHandler`, found `Literal[12]`
[error] invalid-argument-type - Argument to `Checkpoint.__init__` is incorrect: Expected `str | Path | ((...) -> Unknown) | BaseSaveHandler`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to `Checkpoint.__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Engine, /) -> int | float) | None`, found `(e: Engine) -> dict[str, int]`
[error] invalid-argument-type - Argument to `Checkpoint.__init__` is incorrect: Expected `((Engine, /) -> int | float) | None`, found `(e: Engine) -> dict[str, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to `ModelCheckpoint.__init__` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `ModelCheckpoint.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ModelCheckpoint.__call__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `load_objects` is incorrect: Expected `str | Mapping[Unknown, Unknown] | Path`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `Checkpoint.load_objects` is incorrect: Expected `str | Mapping[Unknown, Unknown] | Path`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Path`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ModelCheckpoint.__init__` is incorrect: Expected `str | Path`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | Path | None`

tests/ignite/handlers/test_clearml_logger.py

[error] invalid-argument-type - Argument to function `__call__` is incorrect: Expected `ClearMLSaver`, found `None`
[error] invalid-argument-type - Argument to function `ClearMLSaver.__call__` is incorrect: Expected `ClearMLSaver`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | int | float`
[error] invalid-argument-type - Argument to `_CallbacksContext.__init__` is incorrect: Expected `str`, found `str | int | float`

tests/ignite/handlers/test_early_stopping.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[12345]`
[error] invalid-argument-type - Argument to `EarlyStopping.__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to `EarlyStopping.__init__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["abs", "rel"]`, found `Literal["invalid_mode"]`
[error] invalid-argument-type - Argument to `EarlyStopping.__init__` is incorrect: Expected `Literal["abs", "rel"]`, found `Literal["invalid_mode"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["min", "max"]`, found `Literal["invalid_mode"]`
[error] invalid-argument-type - Argument to `EarlyStopping.__init__` is incorrect: Expected `Literal["min", "max"]`, found `Literal["invalid_mode"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `EarlyStopping.__call__` is incorrect: Expected `Engine`, found `None`

tests/ignite/handlers/test_mlflow_logger.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `MLflowLogger`, found `BaseLogger`
[error] invalid-argument-type - Argument to bound method `OutputHandler.__call__` is incorrect: Expected `MLflowLogger`, found `BaseLogger`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `MLflowLogger`, found `BaseLogger`
[error] invalid-argument-type - Argument to bound method `OutputHandler.__call__` is incorrect: Expected `MLflowLogger`, found `BaseLogger`

tests/ignite/handlers/test_neptune_logger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to `BaseWeightsScalarHandler.__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to `BaseWeightsScalarHandler.__init__` is incorrect: Expected `(Unknown, /) -> int | float | Unknown`, found `Literal[123]`

tests/ignite/handlers/test_param_scheduler.py

[error] invalid-argument-type - Argument to bound method `load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `BaseParamScheduler.load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `None`
[error] invalid-argument-type - Argument to `ConcatScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | int]`
[error] invalid-argument-type - Argument to `ConcatScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to `ConcatScheduler.__init__` is incorrect: Expected `list[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `ConcatScheduler.__init__` is incorrect: Expected `list[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[str] | tuple[str] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `ConcatScheduler.simulate_values` is incorrect: Expected `list[str] | tuple[str] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[str] | tuple[str] | None`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `ConcatScheduler.simulate_values` is incorrect: Expected `list[str] | tuple[str] | None`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `ConcatScheduler.load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `None`
[error] invalid-argument-type - Argument to `PiecewiseLinear.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to `PiecewiseLinear.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to `PiecewiseLinear.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float, int]]`
[error] invalid-argument-type - Argument to `PiecewiseLinear.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float, int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `None`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | int]`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | str]`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[ParamScheduler | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `Literal["ab"]`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[str] | None`, found `Literal["ab"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[str | int]`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[str] | None`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `ParamGroupScheduler.load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to `ParamGroupScheduler.__init__` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `ParamGroupScheduler.simulate_values` is incorrect: Expected `list[ParamScheduler]`, found `list[LinearCyclicalScheduler]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> int`, found `Literal["not_callable"]`
[error] invalid-argument-type - Argument to `BatchSizeScheduler.__init__` is incorrect: Expected `(int, /) -> int`, found `Literal["not_callable"]`

tests/ignite/handlers/test_state_param_scheduler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `None`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float, int]]`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `list[tuple[int, int | float] | tuple[int | float, int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `LambdaState`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `LambdaState`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `bool`, found `str | int | float | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `ExpStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `(int, /) -> list[int | float] | int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `LambdaStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `MultiStepStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `PiecewiseLinearStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `bool`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[int, int | float]]`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `int | float`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `int`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `StepStateScheduler.__init__` is incorrect: Expected `str`, found `str | list[tuple[int, int]] | int | ... omitted 3 union elements`

tests/ignite/handlers/test_time_limit.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `TimeLimit.__init__` is incorrect: Expected `int | None`, found `Literal["abc"]`

tests/ignite/handlers/test_time_profilers.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `BasicTimeProfiler.attach` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to bound method `HandlersTimeProfiler.attach` is incorrect: Expected `Engine`, found `None`
[error] invalid-argument-type - Argument to function `print_results` is incorrect: Expected `list[list[str | int | float]]`, found `list[list[str | int | float | tuple[str | int | float, str | int | float]]]`
[error] invalid-argument-type - Argument to function `HandlersTimeProfiler.print_results` is incorrect: Expected `list[list[str | int | float]]`, found `list[list[str | int | float | tuple[str | int | float, str | int | float]]]`

tests/ignite/handlers/test_tqdm_logger.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `CallableEventWithFilter`, found `Namespace`
[error] invalid-argument-type - Argument to bound method `ProgressBar.attach` is incorrect: Expected `CallableEventWithFilter`, found `Namespace`
[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `ProgressBar.attach` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal[1]`

tests/ignite/handlers/test_visdom_logger.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to `WeightsScalarHandler.__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[123]`
[error] invalid-argument-type - Argument to `GradsScalarHandler.__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[123]`

tests/ignite/metrics/nlp/test_bleu.py

[error] invalid-argument-type - Argument to bound method `_corpus_bleu` is incorrect: Expected `Sequence[Sequence[Sequence[Any]]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Bleu._corpus_bleu` is incorrect: Expected `Sequence[Sequence[Sequence[Any]]]`, found `list[list[int]]`

tests/ignite/metrics/rec_sys/test_hitrate_metric.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int] | int`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `HitRate.__init__` is incorrect: Expected `list[int] | int`, found `Literal["invalid"]`

tests/ignite/metrics/test_accumulation.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[1]`
[error] invalid-argument-type - Argument to `VariableAccumulation.__init__` is incorrect: Expected `(...) -> Unknown`, found `Literal[1]`

tests/ignite/metrics/test_cohen_kappa.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "quadratic"] | None`, found `Literal[7]`
[error] invalid-argument-type - Argument to `CohenKappa.__init__` is incorrect: Expected `Literal["linear", "quadratic"] | None`, found `Literal[7]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["linear", "quadratic"] | None`, found `Literal["dd"]`
[error] invalid-argument-type - Argument to `CohenKappa.__init__` is incorrect: Expected `Literal["linear", "quadratic"] | None`, found `Literal["dd"]`

tests/ignite/metrics/test_confusion_matrix.py

[error] invalid-argument-type - Argument to function `normalize` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to function `ConfusionMatrix.normalize` is incorrect: Expected `str`, found `None`

tests/ignite/metrics/test_epoch_metric.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `Literal[12345]`
[error] invalid-argument-type - Argument to `EpochMetric.__init__` is incorrect: Expected `(Unknown, Unknown, /) -> int | float`, found `Literal[12345]`

tests/ignite/metrics/test_frequency.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `Events`, found `CallableEventWithFilter`
[error] invalid-argument-type - Argument to bound method `Frequency.attach` is incorrect: Expected `Events`, found `CallableEventWithFilter`

tests/ignite/metrics/test_gpu_info.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `tuple[Unknown, Unknown]`, found `None`
[error] invalid-argument-type - Argument to bound method `GpuInfo.update` is incorrect: Expected `tuple[Unknown, Unknown]`, found `None`

tests/ignite/metrics/test_hsic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | int | float`

tests/ignite/metrics/test_mean_average_precision.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["micro", "macro", "weighted"] | None`, found `Literal["samples"]`
[error] invalid-argument-type - Argument to `MeanAveragePrecision.__init__` is incorrect: Expected `Literal["micro", "macro", "weighted"] | None`, found `Literal["samples"]`

tests/ignite/metrics/test_metric.py

[error] invalid-argument-type - Argument to bound method `attach` is incorrect: Expected `str | MetricUsage`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Metric.attach` is incorrect: Expected `str | MetricUsage`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `Metric.load_state_dict` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `Literal[123]`

tests/ignite/metrics/test_precision.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | str | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to `_BasePrecisionRecall.__init__` is incorrect: Expected `bool | str | None`, found `Literal[1]`

tests/ignite/metrics/test_running_average.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Metric | None`, found `list[int]`
[error] invalid-argument-type - Argument to `RunningAverage.__init__` is incorrect: Expected `Metric | None`, found `list[int]`

tests/ignite/metrics/test_ssim.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `float`
[error] invalid-argument-type - Argument to `SSIM.__init__` is incorrect: Expected `int | Sequence[int]`, found `float`

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

src/itsdangerous/serializer.py

[error] invalid-argument-type - Argument to bound method `loads` is incorrect: Expected `_TSerialized@Serializer`, found `str`
[error] invalid-argument-type - Argument to bound method `_PDataSerializer.loads` is incorrect: Expected `_TSerialized@Serializer`, found `str`
[error] invalid-argument-type - Argument to bound method `loads` is incorrect: Expected `_TSerialized@Serializer`, found `bytes`
[error] invalid-argument-type - Argument to bound method `_PDataSerializer.loads` is incorrect: Expected `_TSerialized@Serializer`, found `bytes`

jax (https://github.com/google/jax)

jax/_src/core.py

[error] missing-argument - No argument provided for required parameter `params` of function `bind_with_trace`
[error] missing-argument - No argument provided for required parameter `params` of function `Primitive.bind_with_trace`
[error] invalid-argument-type - Argument to function `bind_with_trace` is incorrect: Expected `Primitive`, found `Trace | None`
[error] invalid-argument-type - Argument to function `Primitive.bind_with_trace` is incorrect: Expected `Primitive`, found `Trace | None`
[error] invalid-argument-type - Argument to bound method `dec_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `HiType.dec_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `inc_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `HiType.inc_rank` is incorrect: Expected `int | None`, found `int | Tracer[Unknown] | Var`
[error] invalid-argument-type - Argument to bound method `inc_rank` is incorrect: Expected `MappingSpec`, found `int | None`
[error] invalid-argument-type - Argument to bound method `HiType.inc_rank` is incorrect: Expected `MappingSpec`, found `int | None`

jax/_src/distributed.py

[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `DistributedRuntimeClient`, found `DistributedRuntimeClient | Any | None`
[error] invalid-argument-type - Argument to bound method `PreemptionSyncManager.initialize` is incorrect: Expected `DistributedRuntimeClient`, found `DistributedRuntimeClient | Any | None`

jax/_src/errors.py

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

jax/_src/export/serialization.py

[error] invalid-argument-type - Argument to function `create_from_uniques` is incorrect: Expected `list[AbstractValue]`, found `list[ShapedArray]`
[error] invalid-argument-type - Argument to function `_SerializedUniques.create_from_uniques` is incorrect: Expected `list[AbstractValue]`, found `list[ShapedArray]`
[error] invalid-argument-type - Argument to function `create_from_uniques` is incorrect: Expected `list[AbstractValue]`, found `list[ShapedArray]`
[error] invalid-argument-type - Argument to function `_SerializedUniques.create_from_uniques` is incorrect: Expected `list[AbstractValue]`, found `list[ShapedArray]`

jax/_src/export/shape_poly.py

[error] invalid-argument-type - Argument to bound method `__rpow__` is incorrect: Expected `int`, found `Self@__pow__`
[error] invalid-argument-type - Argument to bound method `int.__rpow__` is incorrect: Expected `int`, found `Self@__pow__`

jax/_src/export/shape_poly_decision.py

[error] invalid-argument-type - Argument to bound method `add_implicit_constraints_expr` is incorrect: Expected `_DimExpr`, found `_DimExpr | int`
[error] invalid-argument-type - Argument to bound method `_DecisionByElimination.add_implicit_constraints_expr` is incorrect: Expected `_DimExpr`, found `_DimExpr | int`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `tuple[Comparator, _DimExpr]`, found `tuple[Comparator, _DimExpr | int]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `tuple[Comparator, _DimExpr]`, found `tuple[Comparator, _DimExpr | int]`

jax/_src/interpreters/mlir.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `tuple[int, AbstractValue]`, found `tuple[int, AbstractValue | None]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `tuple[int, AbstractValue]`, found `tuple[int, AbstractValue | None]`

jax/_src/interpreters/partial_eval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Var]`, found `list[Var | Literal]`
[error] invalid-argument-type - Argument to `Jaxpr.__init__` is incorrect: Expected `Sequence[Var]`, found `list[Var | Literal]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Var`, found `Var | Literal | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Var`, found `Var | Literal | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DebugInfo`, found `Fake`
[error] invalid-argument-type - Argument to `Jaxpr.__init__` is incorrect: Expected `DebugInfo`, found `Fake`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DebugInfo`, found `Fake`
[error] invalid-argument-type - Argument to `Jaxpr.__init__` is incorrect: Expected `DebugInfo`, found `Fake`
[error] invalid-argument-type - Argument to bound method `add_eqn` is incorrect: Expected `TracingEqn`, found `(Unknown & ~None) | JaxprEqn`
[error] invalid-argument-type - Argument to bound method `JaxprStackFrame.add_eqn` is incorrect: Expected `TracingEqn`, found `(Unknown & ~None) | JaxprEqn`
[error] missing-argument - No argument provided for required parameter `params` of function `bind_with_trace`
[error] missing-argument - No argument provided for required parameter `params` of function `Primitive.bind_with_trace`
[error] invalid-argument-type - Argument to function `bind_with_trace` is incorrect: Expected `Primitive`, found `EvalTrace`
[error] invalid-argument-type - Argument to function `Primitive.bind_with_trace` is incorrect: Expected `Primitive`, found `EvalTrace`

jax/_src/interpreters/remat.py

[error] invalid-argument-type - Argument to bound method `new_arg` is incorrect: Expected `SourceInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `DynamicJaxprTrace.new_arg` is incorrect: Expected `SourceInfo`, found `None`

jax/_src/lax/control_flow/conditionals.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 4 union elements`

jax/_src/lax/control_flow/loops.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Tracer[Unknown]`, found `(Any & ~None) | int`
[error] invalid-argument-type - Argument to `ConcretizationTypeError.__init__` is incorrect: Expected `Tracer[Unknown]`, found `(Any & ~None) | int`
[error] invalid-argument-type - Argument to function `abstract_eval` is incorrect: Expected `Primitive`, found `AbstractValue`
[error] invalid-argument-type - Argument to function `Primitive.abstract_eval` is incorrect: Expected `Primitive`, found `AbstractValue`

jax/_src/lax/lax.py

[error] missing-argument - No argument provided for required parameter `self` of function `abstract_eval`
[error] missing-argument - No argument provided for required parameter `self` of function `Primitive.abstract_eval`

jax/_src/layout.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[tuple[int, ...], ...] | None`, found `list[tuple[int, ...]]`
[error] invalid-argument-type - Argument to `Layout.__init__` is incorrect: Expected `tuple[tuple[int, ...], ...] | None`, found `list[tuple[int, ...]]`

jax/_src/numpy/indexing.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | integer[Any] | slice[Any, Any, Any] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | Array`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | Array`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | Array | Any`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | Array | Any`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | Array | Any`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | Array | Any`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | Array | Any`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | Array | Any`

jax/_src/numpy/lax_numpy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Array | ndarray[tuple[Any, ...], dtype[Any]] | numpy.bool[builtins.bool] | ... omitted 5 union elements`
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `generic.reshape` matches arguments
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.reshape` matches arguments

jax/_src/pallas/core.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[Hashable, int]]`, found `list[tuple[Hashable, int | DynamicGridDim]]`
[error] invalid-argument-type - Argument to `ExtendAxisEnvNdContextManager.__init__` is incorrect: Expected `Iterable[tuple[Hashable, int]]`, found `list[tuple[Hashable, int | DynamicGridDim]]`

jax/_src/pallas/fuser/block_spec.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to bound method `make_trivial_indexer` is incorrect: Expected `tuple[int, ...]`, found `object`
[error] invalid-argument-type - Argument to bound method `NDIndexer.make_trivial_indexer` is incorrect: Expected `tuple[int, ...]`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to bound method `make_trivial_indexer` is incorrect: Expected `tuple[int, ...]`, found `object`
[error] invalid-argument-type - Argument to bound method `NDIndexer.make_trivial_indexer` is incorrect: Expected `tuple[int, ...]`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Element | int | None | ... omitted 3 union elements, /) -> int | None`, found `def _block_size(dim: Element | int | None) -> int | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Element | int | None | ... omitted 3 union elements, /) -> int | None`, found `def _block_size(dim: Element | int | None) -> int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | int | None | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Element | int | None | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to bound method `PushBlockSpecRuleFn.__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to bound method `PushBlockSpecRuleFn.__call__` is incorrect: Expected `BlockSpec | tuple[BlockSpec, ...]`, found `BlockSpec | NoBlockSpec`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`

jax/_src/pallas/mosaic/pipeline.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Element | Squeezed | Blocked | ... omitted 3 union elements]`, found `Sequence[Element | Squeezed | Blocked | ... omitted 3 union elements] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Array | int, int | Array, /) -> GridAxis`, found `<class 'GridAxis'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Array | int, int | Array, /) -> GridAxis`, found `<class 'GridAxis'>`

jax/_src/state/discharge.py

[error] no-matching-overload - No overload of `iinfo.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `Var`, found `Var | Literal`
[error] invalid-argument-type - Argument to bound method `Environment.write` is incorrect: Expected `Var`, found `Var | Literal`
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.reshape` matches arguments

jax/_src/test_loader.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `TestResult | None`, found `ThreadSafeTestResult`
[error] invalid-argument-type - Argument to bound method `TestCase.__call__` is incorrect: Expected `TestResult | None`, found `ThreadSafeTestResult`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `TestResult | None`, found `ThreadSafeTestResult`
[error] invalid-argument-type - Argument to bound method `TestCase.__call__` is incorrect: Expected `TestResult | None`, found `ThreadSafeTestResult`

jax/experimental/array_serialization/serialization_test.py

[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `Executor.submit` is incorrect: Expected `int`, found `float`

jax/experimental/colocated_python/serialization.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'Mesh'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'Mesh'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'NamedSharding'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'NamedSharding'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'DeviceList'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'DeviceList'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[<class 'Mesh'> | <class 'NamedSharding'> | <class 'DeviceList'> | <class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`, found `dict[<class 'SingleDeviceSharding'>, (Any, /) -> tuple[Any, Any]]`

jax/experimental/mosaic/gpu/constraints.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Variable`, found `Variable | Buffer`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Variable`, found `Variable | Buffer`

jax/experimental/mosaic/gpu/dialect_lowering.py

[error] invalid-argument-type - Argument to bound method `load_reduce_untiled` is incorrect: Expected `TiledLayout | WGStridedFragLayout`, found `WGSplatFragLayout | WGStridedFragLayout | TiledLayout`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.load_reduce_untiled` is incorrect: Expected `TiledLayout | WGStridedFragLayout`, found `WGSplatFragLayout | WGStridedFragLayout | TiledLayout`
[error] invalid-argument-type - Argument to bound method `load_reduce_untiled` is incorrect: Expected `Literal["add", "min", "max", "and", "or", "xor"]`, found `str`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.load_reduce_untiled` is incorrect: Expected `Literal["add", "min", "max", "and", "or", "xor"]`, found `str`
[error] invalid-argument-type - Argument to bound method `store_untiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.store_untiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `store_tiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.store_tiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `store_untiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FragmentedArray.store_untiled` is incorrect: Expected `Literal["add", "max", "min", "and", "or", "xor"] | None`, found `str | None`

jax/experimental/mosaic/gpu/launch_context.py

[error] invalid-argument-type - Argument to bound method `_prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`
[error] invalid-argument-type - Argument to bound method `LaunchContext._prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`
[error] invalid-argument-type - Argument to bound method `_prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`
[error] invalid-argument-type - Argument to bound method `LaunchContext._prepare_async_copy` is incorrect: Expected `tuple[MemRefTransform, ...]`, found `(MemRefTransform & tuple[object, ...]) | tuple[MemRefTransform, ...]`

jax/experimental/sparse/test_util.py

[error] no-matching-overload - No overload of bound method `randint` matches arguments
[error] no-matching-overload - No overload of bound method `RandomState.randint` matches arguments
[error] no-matching-overload - No overload of bound method `randint` matches arguments
[error] no-matching-overload - No overload of bound method `RandomState.randint` matches arguments
[error] no-matching-overload - No overload of bound method `randint` matches arguments
[error] no-matching-overload - No overload of bound method `RandomState.randint` matches arguments

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

src/jinja2/compiler.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `str`

src/jinja2/environment.py

[error] no-matching-overload - No overload of bound method `writelines` matches arguments
[error] no-matching-overload - No overload of bound method `IO.writelines` matches arguments

src/jinja2/ext.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

src/jinja2/lexer.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

src/jinja2/nodes.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`

src/jinja2/parser.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`

tests/test_api.py

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

tests/test_bytecode_cache.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to `Bucket.__init__` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to `Bucket.__init__` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to `Bucket.__init__` is incorrect: Expected `Environment`, found `None`

tests/test_ext.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tests/test_loader.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[BaseLoader]`, found `list[Unknown | BaseLoader | None]`
[error] invalid-argument-type - Argument to `ChoiceLoader.__init__` is incorrect: Expected `Sequence[BaseLoader]`, found `list[Unknown | BaseLoader | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, BaseLoader]`, found `dict[str, Unknown | BaseLoader | None]`
[error] invalid-argument-type - Argument to `PrefixLoader.__init__` is incorrect: Expected `Mapping[str, BaseLoader]`, found `dict[str, Unknown | BaseLoader | None]`
[error] invalid-argument-type - Argument to bound method `get_source` is incorrect: Expected `Environment`, found `None`
[error] invalid-argument-type - Argument to bound method `PackageLoader.get_source` is incorrect: Expected `Environment`, found `None`

tests/test_runtime.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Undefined]`, found `None`
[error] invalid-argument-type - Argument to `LoopContext.__init__` is incorrect: Expected `type[Undefined]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Undefined]`, found `None`
[error] invalid-argument-type - Argument to `LoopContext.__init__` is incorrect: Expected `type[Undefined]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Undefined]`, found `None`
[error] invalid-argument-type - Argument to `LoopContext.__init__` is incorrect: Expected `type[Undefined]`, found `None`

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

koda_validate/generic.py

[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `bytes`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `bytes.startswith` is incorrect: Expected `bytes`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `str`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `str.startswith` is incorrect: Expected `str`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `bytes.startswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `str.startswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@StartsWith`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `bytes`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `bytes.endswith` is incorrect: Expected `bytes`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `bytes.endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `StrOrBytes@EndsWith`
[error] invalid-argument-type - Argument to bound method `strip` is incorrect: Expected `bytes`, found `StrOrBytes@NotBlank`
[error] invalid-argument-type - Argument to bound method `bytes.strip` is incorrect: Expected `bytes`, found `StrOrBytes@NotBlank`
[error] no-matching-overload - No overload of bound method `strip` matches arguments
[error] no-matching-overload - No overload of bound method `str.strip` matches arguments
[error] invalid-argument-type - Argument to bound method `strip` is incorrect: Expected `bytes`, found `StrOrBytes@Strip`
[error] invalid-argument-type - Argument to bound method `bytes.strip` is incorrect: Expected `bytes`, found `StrOrBytes@Strip`
[error] no-matching-overload - No overload of bound method `strip` matches arguments
[error] no-matching-overload - No overload of bound method `str.strip` matches arguments
[error] invalid-argument-type - Argument to bound method `upper` is incorrect: Expected `bytes`, found `StrOrBytes@UpperCase`
[error] invalid-argument-type - Argument to bound method `bytes.upper` is incorrect: Expected `bytes`, found `StrOrBytes@UpperCase`
[error] no-matching-overload - No overload of bound method `upper` matches arguments
[error] no-matching-overload - No overload of bound method `str.upper` matches arguments
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `StrOrBytes@LowerCase`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `StrOrBytes@LowerCase`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments

koda_validate/set.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Invalid`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Invalid`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Invalid`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `_ItemT@SetValidator`, found `Unknown | _ItemT@SetValidator | Valid[_ItemT@SetValidator] | Invalid`

koda_validate/signature.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`
[error] invalid-argument-type - Argument to `InvalidReturnError.__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Any, Invalid]`, found `tuple[Any, Valid[Any] | Invalid]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`
[error] invalid-argument-type - Argument to `InvalidReturnError.__init__` is incorrect: Expected `Invalid`, found `Valid[Any] | Invalid`

koda_validate/tuple.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `A@UniformTupleValidator`, found `Unknown | A@UniformTupleValidator | Valid[A@UniformTupleValidator] | Invalid`

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

kopf/_cogs/aiokits/aioadapters.py

[error] invalid-argument-type - Argument to bound method `set_result` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `set_result` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `Never`, found `None`

kopf/_cogs/clients/api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[None]`, found `(int & Iterable[object]) | (float & Iterable[object]) | Iterable[int | float]`

kopf/_cogs/structs/patches.py

[error] invalid-argument-type - Argument to bound method `_apply_patch` is incorrect: Expected `tuple[str, ...]`, found `tuple[object, ...]`
[error] invalid-argument-type - Argument to bound method `Patch._apply_patch` is incorrect: Expected `tuple[str, ...]`, found `tuple[object, ...]`

kopf/_cogs/structs/references.py

[error] no-matching-overload - No overload of bound method `fullmatch` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments

kopf/_kits/hierarchies.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

kopf/_kits/webhacks.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, None]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, None]`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, None]`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `AsyncGenerator[WebhookClientConfig, None]`, found `AsyncIterator[WebhookClientConfig] & AsyncGenerator[object, None]`

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

examples/script/aarch64/hello42.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_execute_instruction"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_execute_instruction"]`

examples/script/basic_statemerging.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_load_state"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_load_state"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_load_state"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_load_state"]`

manticore/core/manticore.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`

manticore/core/parser/parser.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `reversed.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `reversed.__new__` matches arguments

manticore/core/plugin.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | str | profile.Profile | cProfile.Profile`, found `PstatsFormatted`
[error] invalid-argument-type - Argument to `Stats.__init__` is incorrect: Expected `None | str | profile.Profile | cProfile.Profile`, found `PstatsFormatted`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Argument type `PstatsFormatted` does not satisfy upper bound `Stats` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Stats.add` is incorrect: Argument type `PstatsFormatted` does not satisfy upper bound `Stats` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `None | str | profile.Profile | cProfile.Profile | Stats`, found `PstatsFormatted`
[error] invalid-argument-type - Argument to bound method `Stats.add` is incorrect: Expected `None | str | profile.Profile | cProfile.Profile | Stats`, found `PstatsFormatted`

manticore/core/smtlib/visitors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None | Unknown`
[error] invalid-argument-type - Argument to `BitVecExtract.__init__` is incorrect: Expected `int`, found `None | Unknown`

manticore/core/state_pb2.py

[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`

manticore/ethereum/abi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Literal["\0\0\0\0\0\0\0\0"]`
[error] invalid-argument-type - Argument to `bytearray.__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `Literal["\0\0\0\0\0\0\0\0"]`

manticore/ethereum/manticore.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_evm_execute_instruction"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["did_evm_execute_instruction"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["on_symbolic_function"]`

manticore/native/cpu/abstractcpu.py

[error] invalid-argument-type - Argument to bound method `decode_instruction` is incorrect: Expected `int`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Cpu.decode_instruction` is incorrect: Expected `int`, found `None | Unknown`

manticore/native/cpu/arm.py

[error] invalid-argument-type - Argument to bound method `read_int` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Cpu.read_int` is incorrect: Expected `int`, found `Unknown | None`
[error] missing-argument - No arguments provided for required parameters `size`, `value` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `size`, `value` of `BitVecConstant.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `BitVecConstant.__init__`: expected 1, got 3
[error] missing-argument - No arguments provided for required parameters `size`, `value` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `size`, `value` of `BitVecConstant.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `BitVecConstant.__init__`: expected 1, got 3

manticore/native/manticore.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction"]`
[error] missing-argument - No argument provided for required parameter `message` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `message` of `TerminateState.__init__`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_run"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_run"]`
[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction", "did_execute_instruction", "will_invoke_syscall", "did_invoke_syscall"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_execute_instruction", "did_execute_instruction", "will_invoke_syscall", "did_invoke_syscall"]`

manticore/native/memory.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Bool`, found `Literal[False] | Unknown`
[error] invalid-argument-type - Argument to `ForkState.__init__` is incorrect: Expected `Bool`, found `Literal[False] | Unknown`

manticore/platforms/decree.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `int`, found `int | Unknown | None`

manticore/platforms/linux.py

[error] invalid-argument-type - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `Random.sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `Random.sample` is incorrect: Expected `Sequence[Unknown]`, found `set[int] & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`
[error] invalid-argument-type - Argument to bound method `Linux.sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`
[error] invalid-argument-type - Argument to bound method `sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`
[error] invalid-argument-type - Argument to bound method `Linux.sys_open` is incorrect: Expected `int | None`, found `Literal["r"]`

manticore/platforms/wasm.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ProtoFuncInst`, found `(ProtoFuncInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ProtoFuncInst`, found `(ProtoFuncInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & Top[(...) -> object] & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `TableInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | TableInst | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `TableInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | TableInst | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `MemInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | MemInst | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `MemInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | MemInst | (GlobalInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `GlobalInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | GlobalInst | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `GlobalInst`, found `(ProtoFuncInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (TableInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | (MemInst & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy) | GlobalInst | (((...) -> Unknown) & ~FuncAddr & ~TableAddr & ~MemAddr & ~GlobalAddr & ~AlwaysFalsy)`

manticore/wasm/executor.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `drop`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.drop`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_abs`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_abs`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_ceil`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_ceil`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_copysign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_copysign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_demote_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_demote_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_div`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_div`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_floor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_floor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_ge`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_ge`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_gt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_gt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_le`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_le`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_lt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_lt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_max`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_max`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_min`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_min`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_nearest`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_nearest`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_neg`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_neg`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_reinterpret_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_reinterpret_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f32_trunc`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f32_trunc`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_abs`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_abs`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_ceil`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_ceil`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_convert_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_convert_s_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_convert_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_convert_u_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_copysign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_copysign`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_div`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_div`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_floor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_floor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_ge`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_ge`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_gt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_gt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_le`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_le`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_lt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_lt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_max`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_max`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_min`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_min`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_nearest`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_nearest`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_neg`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_neg`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_promote_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_promote_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_reinterpret_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_reinterpret_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_sqrt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `f64_trunc`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.f64_trunc`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_and`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_and`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_clz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_clz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_ctz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_ctz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_div_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_div_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_div_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_div_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_eqz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_eqz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_le_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_le_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_le_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_le_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_or`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_or`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_reinterpret_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_reinterpret_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_rotl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_rotl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_rotr`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_rotr`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_shl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_shl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_wrap_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_wrap_i64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i32_xor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i32_xor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_add`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_and`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_and`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_clz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_clz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_ctz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_ctz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_div_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_div_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_div_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_div_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_eq`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_eqz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_eqz`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_extend_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_extend_s_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_extend_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_extend_u_i32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_ge_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_ge_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_gt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_gt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_le_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_le_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_le_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_le_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_lt_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_lt_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_mul`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_ne`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_or`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_or`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_popcnt`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_reinterpret_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_reinterpret_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_rem_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_rem_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_rotl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_rotl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_rotr`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_rotr`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_shl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_shl`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_shr_s`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_shr_u`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_sub`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_trunc_s_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_trunc_s_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_trunc_u_f32`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_trunc_u_f64`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `i64_xor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.i64_xor`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `nop`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.nop`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `select`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.select`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `unreachable`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `Executor.unreachable`: expected 3, got 4
[error] missing-argument - No argument provided for required parameter `imm` of bound method `current_memory`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.current_memory`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f32_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f32_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f32_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f32_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f32_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f32_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f64_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f64_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f64_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f64_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `f64_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.f64_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `get_global`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.get_global`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `get_local`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.get_local`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `grow_memory`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.grow_memory`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_load16_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_load16_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_load16_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_load16_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_load8_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_load8_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_load8_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_load8_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_store16`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_store16`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_store8`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_store8`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i32_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i32_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_const`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load16_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load16_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load16_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load16_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load32_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load32_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load32_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load32_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load8_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load8_s`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load8_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load8_u`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_load`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_store16`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_store16`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_store32`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_store32`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_store8`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_store8`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `i64_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.i64_store`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `set_global`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.set_global`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `set_local`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.set_local`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `tee_local`
[error] missing-argument - No argument provided for required parameter `imm` of bound method `Executor.tee_local`

manticore/wasm/manticore.py

[error] missing-argument - No argument provided for required parameter `callback` of function `subscribe`
[error] missing-argument - No argument provided for required parameter `callback` of function `ManticoreBase.subscribe`
[error] invalid-argument-type - Argument to function `subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`
[error] invalid-argument-type - Argument to function `ManticoreBase.subscribe` is incorrect: Expected `ManticoreBase`, found `Literal["will_terminate_state"]`

manticore/wasm/structure.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Bool`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `ConcretizeCondition.__init__` is incorrect: Expected `Bool`, found `bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Bool`, found `bool | Unknown`
[error] invalid-argument-type - Argument to `ConcretizeCondition.__init__` is incorrect: Expected `Bool`, found `bool | Unknown`

scripts/qemu.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

server/manticore_server/ManticoreServer_pb2.py

[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`
[error] invalid-argument-type - Argument to bound method `SymbolDatabase.RegisterMessage` is incorrect: Expected `type[Message] | Message`, found `GeneratedProtocolMessageType`

server/manticore_server/manticore_server.py

[error] unknown-argument - Argument `only_alive_states` does not match any known parameter of bound method `finalize`
[error] unknown-argument - Argument `only_alive_states` does not match any known parameter of bound method `Manticore.finalize`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Manticore`, found `ManticoreEVM`
[error] invalid-argument-type - Argument to `ManticoreWrapper.__init__` is incorrect: Expected `Manticore`, found `ManticoreEVM`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[int] | None`, found `int`
[error] invalid-argument-type - Argument to `ManticoreState.__init__` is incorrect: Expected `Iterable[int] | None`, found `int`

server/tests/test_ethereum.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `EVMArguments.__init__` is incorrect: Expected `str`, found `str | None`

server/tests/test_native.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `deque | Queue[Any]`

tests/native/test_unicorn_concrete.py

[error] invalid-argument-type - Argument to bound method `add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_main(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Manticore.add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_main(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_pre_loop(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Manticore.add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_pre_loop(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_ret_good(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Manticore.add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_ret_good(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_ret_fail(state: State) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Manticore.add_hook` is incorrect: Expected `(StateBase, /) -> None`, found `bound method Self@setUp.hook_ret_fail(state: State) -> Unknown`

tests/other/test_fork.py

[error] missing-argument - No argument provided for required parameter `expression` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `expression` of `Concretize.__init__`

tests/other/test_smtlibv2.py

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

tests/wasm/test_stack_supplemental.py

[error] invalid-argument-type - Argument to bound method `push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `Stack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`
[error] invalid-argument-type - Argument to bound method `AtomicStack.push` is incorrect: Expected `I32 | I64 | F32 | ... omitted 4 union elements`, found `int`

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

misc/python/materialize/checks/mzcompose_actions.py

[error] invalid-argument-type - Argument to bound method `kill` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Composition.kill` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `capture_logs` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Composition.capture_logs` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `await_mz_deployment_status` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Composition.await_mz_deployment_status` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `exec` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Composition.exec` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `await_mz_deployment_status` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Composition.await_mz_deployment_status` is incorrect: Expected `str`, found `str | None | Unknown`

misc/python/materialize/checks/scenarios_upgrade.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate | Validate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate | Validate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize | Manipulate]`, found `list[Manipulate | Validate]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize | Manipulate`, found `Validate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize | Manipulate`, found `Validate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[StartMz | Initialize]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[StartMz | Initialize]`, found `list[Action]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Manipulate`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StartMz | Initialize`, found `Validate`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StartMz | Initialize`, found `Validate`

misc/python/materialize/cli/mz_workload_anonymize.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

misc/python/materialize/mzcompose/composition.py

[error] invalid-argument-type - Argument to bound method `_munge_services` is incorrect: Expected `list[tuple[str, dict[Unknown, Unknown]]]`, found `dict_items[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Composition._munge_services` is incorrect: Expected `list[tuple[str, dict[Unknown, Unknown]]]`, found `dict_items[Unknown, Unknown]`

misc/python/materialize/output_consistency/ignore_filter/ignore_verdict.py

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

test/limits/mzcompose.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Zookeeper | Kafka | Postgres | ... omitted 10 union elements`, found `Clusterd`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Zookeeper | Kafka | Postgres | ... omitted 10 union elements`, found `Clusterd`

test/sql-server-cdc-old-syntax/mzcompose.py

[error] invalid-argument-type - Argument to bound method `test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Composition.test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]`

test/sql-server-cdc/mzcompose.py

[error] invalid-argument-type - Argument to bound method `test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Composition.test_parts` is incorrect: Expected `list[str | Path]`, found `list[str]`

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

mesonbuild/ast/interpreter.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]`, found `BaseNode & Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | Sequence[Divergent] | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `AstInterpreter.node_to_runtime_value` is incorrect: Expected `MesonInterpreterObject | BaseNode | Sequence[Divergent] | ... omitted 6 union elements`, found `object`

mesonbuild/ast/introspection.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SharedCMDOptions`, found `IntrospectionHelper`
[error] invalid-argument-type - Argument to `Environment.__init__` is incorrect: Expected `SharedCMDOptions`, found `IntrospectionHelper`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `process_compiler_options` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `CoreData.process_compiler_options` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`

mesonbuild/backend/backends.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to `Generator.__init__` is incorrect: Expected `Environment`, found `Environment | None`

mesonbuild/backend/ninjabackend.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str] | None`, found `_odict_values[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to `ProgressBarFallback.__init__` is incorrect: Expected `Iterable[str] | None`, found `_odict_values[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `generate_target` is incorrect: Expected `BuildTarget | CustomTarget | RunTarget`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_target` is incorrect: Expected `BuildTarget | CustomTarget | RunTarget`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `get_fortran_order_deps` is incorrect: Expected `list[BuildTarget]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_fortran_order_deps` is incorrect: Expected `list[BuildTarget]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `generate_unity_files` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Backend.generate_unity_files` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `generate_single_compile` is incorrect: Expected `list[File | str] | None`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_single_compile` is incorrect: Expected `list[File | str] | None`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `generate_dependency_scan_target` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_dependency_scan_target` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `generate_rust_target` is incorrect: Expected `list[str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_rust_target` is incorrect: Expected `list[str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `should_use_dyndeps_for_target` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.should_use_dyndeps_for_target` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_dep_scan_file_for` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to bound method `Backend.as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to bound method `eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `Backend.eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.create_phony_target` is incorrect: Expected `str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.create_phony_target` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `get_colorout_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_colorout_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[error] invalid-argument-type - Argument to bound method `NinjaBuildElement.add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[error] invalid-argument-type - Argument to bound method `get_debug_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_debug_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_optimization_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `_get_rust_dependency_name` is incorrect: Expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to function `NinjaBackend._get_rust_dependency_name` is incorrect: Expected `SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_link_whole_for` is incorrect: Expected `list[str]`, found `list[str | None]`
[error] invalid-argument-type - Argument to bound method `DynamicLinker.get_link_whole_for` is incorrect: Expected `list[str]`, found `list[str | None]`
[error] invalid-argument-type - Argument to bound method `get_rust_compiler_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_rust_compiler_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] invalid-argument-type - Argument to bound method `get_rust_compiler_deps_and_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_rust_compiler_deps_and_args` is incorrect: Expected `Compiler`, found `RustdocTestCompiler | None`
[error] invalid-argument-type - Argument to bound method `generate_link` is incorrect: Expected `Compiler | StaticLinker`, found `StaticLinker | None`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_link` is incorrect: Expected `Compiler | StaticLinker`, found `StaticLinker | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `generate_cs_compile_rule` is incorrect: Expected `CsCompiler`, found `Compiler`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.generate_cs_compile_rule` is incorrect: Expected `CsCompiler`, found `Compiler`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `RSPFileSyntax`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `bool`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `str | None`, found `bool | RSPFileSyntax`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to `NinjaRule.__init__` is incorrect: Expected `list[NinjaCommandArg | str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList`
[error] invalid-argument-type - Argument to bound method `get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`
[error] invalid-argument-type - Argument to bound method `Backend.get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`
[error] invalid-argument-type - Argument to bound method `get_fortran_deps` is incorrect: Expected `FortranCompiler`, found `Compiler`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_fortran_deps` is incorrect: Expected `FortranCompiler`, found `Compiler`
[error] invalid-argument-type - Argument to bound method `add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[error] invalid-argument-type - Argument to bound method `NinjaBuildElement.add_item` is incorrect: Expected `str | list[str] | CompilerArgs`, found `str | None`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `Compiler.get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `Compiler.get_soname_args` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_soname_args` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `get_soname_args` is incorrect: Expected `tuple[str, str]`, found `tuple[str, str] | None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_soname_args` is incorrect: Expected `tuple[str, str]`, found `tuple[str, str] | None`
[error] invalid-argument-type - Argument to bound method `get_std_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_std_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[ExtractedObjects]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `DynamicLinker`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `Compiler`, found `DynamicLinker`
[error] invalid-argument-type - Argument to function `_get_file_from_list` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to function `CLikeCompiler._get_file_from_list` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to bound method `get_base_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `StaticLinker.get_base_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to bound method `StaticLinker.get_base_link_args` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to bound method `get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `StaticLinker.get_optimization_link_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_target_type_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_target_type_link_args` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `get_link_whole_args` is incorrect: Expected `DynamicLinker`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `NinjaBackend.get_link_whole_args` is incorrect: Expected `DynamicLinker`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `build_target_link_arguments` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `Compiler`, found `Compiler | StaticLinker`
[error] invalid-argument-type - Argument to bound method `build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `Backend.build_target_link_arguments` is incorrect: Expected `list[Target]`, found `list[Unknown] | OrderedSet[BuildTarget | CustomTarget | CustomTargetIndex]`

mesonbuild/backend/vs2010backend.py

[error] invalid-argument-type - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList & ~CustomTarget & ~CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `GeneratedList & ~CustomTarget & ~CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `generate_projects` is incorrect: Expected `dict[Unknown, Unknown]`, found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.generate_projects` is incorrect: Expected `dict[Unknown, Unknown]`, found `dict[Unknown, Unknown] | None`
[error] invalid-argument-type - Argument to bound method `get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, Target]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, Target]`
[error] invalid-argument-type - Argument to bound method `generate_solution_dirs` is incorrect: Expected `str`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.generate_solution_dirs` is incorrect: Expected `str`, found `TextIOWrapper[_WrappedBuffer]`
[error] invalid-argument-type - Argument to bound method `get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_target_deps` is incorrect: Expected `dict[Any, Target | CustomTargetIndex]`, found `dict[str, CustomTarget | BuildTarget]`
[error] invalid-argument-type - Argument to bound method `gen_vcxproj` is incorrect: Expected `BuildTarget`, found `CustomTarget | BuildTarget`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.gen_vcxproj` is incorrect: Expected `BuildTarget`, found `CustomTarget | BuildTarget`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Path, str, MachineChoice]`, found `tuple[str, PurePath, str, MachineChoice]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, Path, str, MachineChoice]`, found `tuple[str, PurePath, str, MachineChoice]`
[error] invalid-argument-type - Argument to bound method `get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_depend_files` is incorrect: Expected `CustomTarget | BuildTarget`, found `RunTarget`
[error] invalid-argument-type - Argument to bound method `eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget & ~AliasTarget`
[error] invalid-argument-type - Argument to bound method `Backend.eval_custom_target_command` is incorrect: Expected `CustomTarget`, found `RunTarget & ~AliasTarget`
[error] invalid-argument-type - Argument to bound method `get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `CustomTarget`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_gen_manifest` is incorrect: Expected `BuildTarget | None`, found `CustomTarget`
[error] invalid-argument-type - Argument to bound method `as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to bound method `Backend.as_meson_exe_cmdline` is incorrect: Expected `list[BuildTarget] | None`, found `set[BuildTarget | CustomTarget]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `extract_all_objects`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `CustomTarget.extract_all_objects`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `extract_all_objects`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `CustomTargetIndex.extract_all_objects`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `object_filename_from_source` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.object_filename_from_source` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `flatten_object_list` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.flatten_object_list` is incorrect: Expected `BuildTarget`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_build_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_build_args` is incorrect: Expected `bool`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_build_args` is incorrect: Expected `str`, found `str | int | list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.get_build_args` is incorrect: Expected `str`, found `str | int | list[str] | list[Unknown]`
[error] invalid-argument-type - Argument to function `relpath` is incorrect: Expected `str`, found `PureWindowsPath`
[error] invalid-argument-type - Argument to function `Backend.relpath` is incorrect: Expected `str`, found `PureWindowsPath`
[error] invalid-argument-type - Argument to bound method `add_custom_build` is incorrect: Expected `list[str] | None`, found `list[str | None]`
[error] invalid-argument-type - Argument to bound method `Vs2010Backend.add_custom_build` is incorrect: Expected `list[str] | None`, found `list[str | None]`

mesonbuild/backend/xcodebackend.py

[error] invalid-argument-type - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `Backend.get_target_private_dir` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `Target | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `get_warn_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Compiler.get_warn_args` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`
[error] invalid-argument-type - Argument to bound method `Backend.get_custom_target_dir_include_args` is incorrect: Expected `CustomTarget`, found `BuildTarget`

mesonbuild/build.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `link` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `ExtractedObjects.classify_all_sources` is incorrect: Expected `list[File | str]`, found `list[File]`
[error] invalid-argument-type - Argument to bound method `get_dependencies_recurse` is incorrect: Expected `set[BuildTarget | CustomTarget | CustomTargetIndex]`, found `set[tuple[BuildTarget | CustomTarget | CustomTargetIndex, bool, bool]]`
[error] invalid-argument-type - Argument to bound method `CustomTargetBase.get_dependencies_recurse` is incorrect: Expected `set[BuildTarget | CustomTarget | CustomTargetIndex]`, found `set[tuple[BuildTarget | CustomTarget | CustomTargetIndex, bool, bool]]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `get_dependencies_recurse`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `CustomTargetBase.get_dependencies_recurse`: expected 4, got 5
[error] invalid-argument-type - Argument to bound method `process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_sourcelist` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | CustomTarget | CustomTargetIndex | GeneratedList | StructuredSources]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `OrderedSet.add` is incorrect: Expected `StaticLibrary | CustomTarget | CustomTargetIndex`, found `BuildTarget | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `BuildTarget | CustomTarget | CustomTargetIndex`, found `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`
[error] invalid-argument-type - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `File.from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] too-many-positional-arguments - Too many positional arguments to bound method `get`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `BuildTarget.get`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `StaticLibrary.link_whole` is incorrect: Expected `list[StaticLibrary | CustomTarget | CustomTargetIndex]`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `process_vs_module_defs_kw` is incorrect: Expected `ExecutableKeywordArguments`, found `SharedLibraryKeywordArguments`
[error] invalid-argument-type - Argument to bound method `BuildTarget.process_vs_module_defs_kw` is incorrect: Expected `ExecutableKeywordArguments`, found `SharedLibraryKeywordArguments`
[error] too-many-positional-arguments - Too many positional arguments to bound method `get`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `BuildTarget.get`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `File`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `File`
[error] invalid-argument-type - Argument to bound method `flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `CommandBase.flatten_command` is incorrect: Expected `Sequence[str | File | Program | ... omitted 3 union elements]`, found `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 5 union elements`, found `(str & ~CustomTargetIndex & ~ExternalProgram) | (File & ~CustomTargetIndex & ~ExternalProgram) | (BuildTarget & ~CustomTargetIndex & ~ExternalProgram) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 5 union elements`, found `(str & ~CustomTargetIndex & ~ExternalProgram) | (File & ~CustomTargetIndex & ~ExternalProgram) | (BuildTarget & ~CustomTargetIndex & ~ExternalProgram) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `is_linkable_output` is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument to bound method `CustomTarget.is_linkable_output` is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to `BuildTarget.__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildTargetKeywordArguments`, found `dict[str, bool | dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], list[str]] | list[IncludeDirs] | list[Dependency]]`
[error] invalid-argument-type - Argument to `BuildTarget.__init__` is incorrect: Expected `BuildTargetKeywordArguments`, found `dict[str, bool | dict[Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals], list[str]] | list[IncludeDirs] | list[Dependency]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to `BuildTarget.__init__` is incorrect: Expected `SubProject`, found `str`

mesonbuild/cargo/manifest.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of function `_depv_to_dep` matches arguments
[error] no-matching-overload - No overload of function `Dependency._depv_to_dep` matches arguments

mesonbuild/cmake/toolchain.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

mesonbuild/cmake/traceparser.py

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

mesonbuild/cmdline.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

mesonbuild/compilers/compilers.py

[error] invalid-argument-type - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `File.from_absolute_file` is incorrect: Expected `str`, found `str | None`

mesonbuild/compilers/cython.py

[error] invalid-argument-type - Argument to bound method `get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `CythonCompiler.get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`

mesonbuild/compilers/detect.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `IntelVisualStudioLinker.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `VisualStudioLinker.__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `MSVCDynamicLinker.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `Environment.add_lang_args` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`

mesonbuild/compilers/mixins/clike.py

[error] invalid-argument-type - Argument to bound method `remove_linkerlike_args` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `Compiler.remove_linkerlike_args` is incorrect: Expected `list[str]`, found `list[str] | list[Never]`
[error] invalid-argument-type - Argument to bound method `get_define` is incorrect: Expected `list[str] | ((CompileCheckMode, /) -> list[str])`, found `None | list[str] | ((CompileCheckMode, /) -> list[str])`
[error] invalid-argument-type - Argument to bound method `CLikeCompiler.get_define` is incorrect: Expected `list[str] | ((CompileCheckMode, /) -> list[str])`, found `None | list[str] | ((CompileCheckMode, /) -> list[str])`

mesonbuild/compilers/vala.py

[error] invalid-argument-type - Argument to function `from_absolute_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `File.from_absolute_file` is incorrect: Expected `str`, found `str | None`

mesonbuild/dependencies/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `str`, found `str | None`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

mesonbuild/dependencies/boost.py

[error] invalid-argument-type - Argument to bound method `arch_matches` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `BoostLibraryFile.arch_matches` is incorrect: Expected `str`, found `str | None`

mesonbuild/dependencies/cmake.py

[error] invalid-argument-type - Argument to bound method `_preliminary_find_check` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `CMakeDependency._preliminary_find_check` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`

mesonbuild/dependencies/cuda.py

[error] invalid-argument-type - Argument to bound method `_detect_target_path` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `CudaDependency._detect_target_path` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `_find_matching_toolkit` is incorrect: Expected `list[tuple[str | None, str | None, bool]]`, found `list[tuple[str, str, bool]]`
[error] invalid-argument-type - Argument to bound method `CudaDependency._find_matching_toolkit` is incorrect: Expected `list[tuple[str | None, str | None, bool]]`, found `list[tuple[str, str, bool]]`

mesonbuild/dependencies/detect.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DependencyException`, found `None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DependencyException`, found `None`

mesonbuild/dependencies/dev.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__machine_info_to_platform_include_dir` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to function `JNISystemDependency.__machine_info_to_platform_include_dir` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`

mesonbuild/dependencies/mpi.py

[error] invalid-argument-type - Argument to bound method `from_dependency` is incorrect: Expected `str`, found `None | Literal["ompi-c", "ompi-cxx", "ompi-fort"]`
[error] invalid-argument-type - Argument to bound method `DependencyCandidate.from_dependency` is incorrect: Expected `str`, found `None | Literal["ompi-c", "ompi-cxx", "ompi-fort"]`

mesonbuild/dependencies/pkgconfig.py

[error] invalid-argument-type - Argument to bound method `_convert_mingw_paths` is incorrect: Expected `ImmutableListProtocol[str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `PkgConfigDependency._convert_mingw_paths` is incorrect: Expected `ImmutableListProtocol[str]`, found `list[str]`

mesonbuild/dependencies/python.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

mesonbuild/interpreter/compiler.py

[error] invalid-argument-type - Argument to bound method `get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_option_compile_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `get_option_std_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_option_std_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `get_option_link_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_option_link_args` is incorrect: Expected `BuildTarget`, found `None`
[error] invalid-argument-type - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `CompilerHolder._determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `CompilerHolder._determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `CompilerHolder._determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `_determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `CompilerHolder._determine_dependencies` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `None`
[error] invalid-argument-type - Argument to `ExternalLibrary.__init__` is incorrect: Expected `list[str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to `ExternalLibrary.__init__` is incorrect: Expected `list[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Backend | None`
[error] invalid-argument-type - Argument to `CompileTarget.__init__` is incorrect: Expected `Backend`, found `Backend | None`

mesonbuild/interpreter/dependencyfallbacks.py

[error] invalid-argument-type - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `DependencyFallbacksHolder._subproject_impl` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DependencyFallbacksHolder._get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DependencyFallbacksHolder._get_subproject_dep` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_get_subproject` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DependencyFallbacksHolder._get_subproject` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_subproject_impl` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DependencyFallbacksHolder._subproject_impl` is incorrect: Expected `str`, found `str | None`

mesonbuild/interpreter/interpreter.py

[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to `MachineHolder.__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to `MachineHolder.__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to `MachineHolder.__init__` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] no-matching-overload - No overload of bound method `source_strings_to_files` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.source_strings_to_files` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `list[SharedLibrary | StaticLibrary | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget | CustomTargetIndex]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `add_build_def_file` is incorrect: Expected `File | str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_build_def_file` is incorrect: Expected `File | str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to `RunProcess.__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to `RunProcess.__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `do_subproject` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `Interpreter.do_subproject` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Backend`, found `Backend | None`
[error] invalid-argument-type - Argument to `CMakeInterpreter.__init__` is incorrect: Expected `Backend`, found `Backend | None`
[error] invalid-argument-type - Argument to bound method `init_backend_options` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `Environment.init_backend_options` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | None]`
[error] no-matching-overload - No overload of bound method `source_strings_to_files` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.source_strings_to_files` matches arguments
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `machine_from_native_kwarg` is incorrect: Expected `dict[str, Any]`, found `FuncAddLanguages`
[error] invalid-argument-type - Argument to function `Interpreter.machine_from_native_kwarg` is incorrect: Expected `dict[str, Any]`, found `FuncAddLanguages`
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | str]`
[error] invalid-argument-type - Argument to bound method `Interpreter.summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | str]`
[error] invalid-argument-type - Argument to bound method `summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | None]`
[error] invalid-argument-type - Argument to bound method `Interpreter.summary_impl` is incorrect: Expected `Summary`, found `dict[str, bool | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to `ContextManagerObject.__init__` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `ExpectErrorObject.__init__` is incorrect: Expected `str`, found `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `process_compiler_options` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `CoreData.process_compiler_options` is incorrect: Expected `Literal["c", "cpp", "cuda", "fortran", "d", ... omitted 11 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `ExternalProgram.__init__` is incorrect: Expected `list[str | None] | None`, found `list[str]`
[error] invalid-argument-type - Argument to function `from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to function `WrapMode.from_string` is incorrect: Expected `str`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `find_program_provider` is incorrect: Expected `list[str]`, found `list[File | str]`
[error] invalid-argument-type - Argument to bound method `Resolver.find_program_provider` is incorrect: Expected `list[str]`, found `list[File | str]`
[error] invalid-argument-type - Argument to bound method `find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - Argument to bound method `find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_fallback` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str | int | list[str]] | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `do_subproject` is incorrect: Expected `SubProject`, found `str`
[error] invalid-argument-type - Argument to bound method `Interpreter.do_subproject` is incorrect: Expected `SubProject`, found `str`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.build_target` matches arguments
[error] no-matching-overload - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.build_target` matches arguments
[error] no-matching-overload - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.build_target` matches arguments
[error] invalid-argument-type - Argument to bound method `find_program_impl` is incorrect: Expected `list[File | str]`, found `str | File`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[File | str]`, found `str | File`
[error] no-matching-overload - No overload of bound method `source_strings_to_files` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.source_strings_to_files` matches arguments
[error] no-matching-overload - No overload of bound method `source_strings_to_files` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.source_strings_to_files` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to `Generator.__init__` is incorrect: Expected `list[BuildTarget | CustomTarget | CustomTargetIndex] | None`, found `list[BuildTarget | CustomTarget]`
[error] invalid-argument-type - Argument to bound method `add_test` is incorrect: Expected `tuple[str, Executable | Jar | ExternalProgram | ... omitted 3 union elements]`, found `tuple[str, Executable | Jar | Program | File]`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_test` is incorrect: Expected `tuple[str, Executable | Jar | ExternalProgram | ... omitted 3 union elements]`, found `tuple[str, Executable | Jar | Program | File]`
[error] invalid-argument-type - Argument to bound method `add_test` is incorrect: Expected `dict[str, Any]`, found `FuncBenchmark`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_test` is incorrect: Expected `dict[str, Any]`, found `FuncBenchmark`
[error] invalid-argument-type - Argument to bound method `add_test` is incorrect: Expected `tuple[str, Executable | Jar | ExternalProgram | ... omitted 3 union elements]`, found `tuple[str, Executable | Jar | Program | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_test` is incorrect: Expected `tuple[str, Executable | Jar | ExternalProgram | ... omitted 3 union elements]`, found `tuple[str, Executable | Jar | Program | ... omitted 3 union elements]`
[error] invalid-argument-type - Argument to bound method `add_test` is incorrect: Expected `dict[str, Any]`, found `FuncTest`
[error] invalid-argument-type - Argument to bound method `Interpreter.add_test` is incorrect: Expected `dict[str, Any]`, found `FuncTest`
[error] invalid-argument-type - Argument to bound method `unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`, found `BaseTest`
[error] invalid-argument-type - Argument to bound method `Interpreter.unpack_env_kwarg` is incorrect: Expected `EnvironmentVariables | dict[str, Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements] | str`, found `BaseTest`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`, found `Program | Executable | (Jar & ~LocalProgram & ~File) | CustomTargetIndex | CustomTarget`
[error] invalid-argument-type - Argument to `Test.__init__` is incorrect: Expected `ExternalProgram | Executable | CustomTarget | CustomTargetIndex`, found `Program | Executable | (Jar & ~LocalProgram & ~File) | CustomTargetIndex | CustomTarget`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `Test.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `make_test` is incorrect: Expected `BaseTest`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Interpreter.make_test` is incorrect: Expected `BaseTest`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `validate_build_subdir` is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument to bound method `Interpreter.validate_build_subdir` is incorrect: Expected `str`, found `str | Program`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, tuple[str | int, str | None]] | dict[str, str | int] | None`, found `dict[str, str | int] | (ConfigurationData & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `ConfigurationData.__init__` is incorrect: Expected `dict[str, tuple[str | int, str | None]] | dict[str, str | int] | None`, found `dict[str, str | int] | (ConfigurationData & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to bound method `run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]]`
[error] invalid-argument-type - Argument to bound method `Interpreter.run_command_impl` is incorrect: Expected `tuple[Executable | Program | Compiler | File | str, list[Executable | Program | Compiler | File | str]]`, found `tuple[str | Program, list[Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements]]`
[error] invalid-argument-type - Argument to bound method `_add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `Interpreter._add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `_add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `Interpreter._add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `_add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `Interpreter._add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `_add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `Interpreter._add_project_arguments` is incorrect: Expected `dict[str, dict[str, list[str]]]`, found `dict[str, list[str]]`
[error] invalid-argument-type - Argument to bound method `_add_arguments` is incorrect: Expected `dict[str, list[str]]`, found `dict[str, dict[str, list[str]]]`
[error] invalid-argument-type - Argument to bound method `Interpreter._add_arguments` is incorrect: Expected `dict[str, list[str]]`, found `dict[str, dict[str, list[str]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["shared", "static"]`, found `(str & ~Literal["auto"]) | int | list[str] | (str & ~Literal["both"])`
[error] invalid-argument-type - Argument to `BothLibraries.__init__` is incorrect: Expected `Literal["shared", "static"]`, found `(str & ~Literal["auto"]) | int | list[str] | (str & ~Literal["both"])`
[error] invalid-argument-type - Argument to bound method `_exe_to_shlib_kwargs` is incorrect: Expected `Executable`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to bound method `Interpreter._exe_to_shlib_kwargs` is incorrect: Expected `Executable`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to bound method `__process_language_args` is incorrect: Expected `dict[str, list[File | str]]`, found `Executable | StaticLibrary | SharedLibrary | Jar`
[error] invalid-argument-type - Argument to bound method `Interpreter.__process_language_args` is incorrect: Expected `dict[str, list[File | str]]`, found `Executable | StaticLibrary | SharedLibrary | Jar`
[error] invalid-argument-type - Argument to bound method `extract_incdirs` is incorrect: Expected `list[str | IncludeDirs]`, found `list[IncludeDirs]`
[error] invalid-argument-type - Argument to bound method `Interpreter.extract_incdirs` is incorrect: Expected `list[str | IncludeDirs]`, found `list[IncludeDirs]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `Executable.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `Jar.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `SharedLibrary.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to `StaticLibrary.__init__` is incorrect: Expected `list[File | CustomTarget | CustomTargetIndex | ... omitted 4 union elements]`, found `list[File | str | CustomTarget | ... omitted 5 union elements]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutableKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to `Executable.__init__` is incorrect: Expected `ExecutableKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StaticLibraryKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to `StaticLibrary.__init__` is incorrect: Expected `StaticLibraryKeywordArguments`, found `Executable | StaticLibrary | SharedLibrary | SharedModule | Jar`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~None`

mesonbuild/interpreter/type_checking.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | list[str]] | None`, found `dict[object, str | list[str]]`
[error] invalid-argument-type - Argument to `EnvironmentVariables.__init__` is incorrect: Expected `dict[str, str | list[str]] | None`, found `dict[object, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `KwargInfo.__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, tuple[str, str]]`
[error] invalid-argument-type - Argument to `KwargInfo.__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, tuple[str, str]]`
[error] invalid-argument-type - Argument to `KwargInfo.__init__` is incorrect: Expected `dict[str | ContainerTypeInfo | type, str | tuple[str, str]] | None`, found `dict[str, tuple[str, str]]`

mesonbuild/interpreterbase/decorators.py

[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `str`, found `str | None`

mesonbuild/interpreterbase/helpers.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `~Top[list[Unknown]] & ~StringNode`

mesonbuild/interpreterbase/interpreterbase.py

[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `InterpreterObject.operator_call` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `None`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `expand_default_kwargs` is incorrect: Expected `dict[str, InterpreterObject | None]`, found `dict[str, InterpreterObject]`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.expand_default_kwargs` is incorrect: Expected `dict[str, InterpreterObject | None]`, found `dict[str, InterpreterObject]`
[error] invalid-argument-type - Argument to bound method `_holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `InterpreterBase._holderify` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`
[error] invalid-argument-type - Argument to bound method `InterpreterBase.set_variable` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `(InterpreterObject & ~MutableInterpreterObject) | None | (InterpreterObject & MutableInterpreterObject)`

mesonbuild/linkers/detect.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `LLVMDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `ClangClDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `ClangClDynamicLinker.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `ClangClDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `MSVCDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `_unix_args_to_native` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `Compiler._unix_args_to_native` is incorrect: Expected `MachineInfo`, found `MachineInfo | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `LLVMDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `LLVMDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `LLVMDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `LLVMDynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`
[error] invalid-argument-type - Argument to `DynamicLinker.__init__` is incorrect: Expected `str | list[str]`, found `None | str | list[str]`

mesonbuild/mconf.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

mesonbuild/mesonmain.py

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

mesonbuild/mformat.py

[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], str | None]`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `tuple[Literal["\n"], str | None]`

mesonbuild/minstall.py

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

mesonbuild/modules/__init__.py

[error] invalid-argument-type - Argument to bound method `find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str]`
[error] invalid-argument-type - Argument to bound method `Interpreter.find_program_impl` is incorrect: Expected `list[File | str]`, found `(File & Top[list[Unknown]]) | list[File | str]`
[error] invalid-argument-type - Argument to bound method `find_program` is incorrect: Expected `str | list[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `ModuleState.find_program` is incorrect: Expected `str | list[str]`, found `str | None`

mesonbuild/modules/_qt.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | Literal[False]] | None`, found `list[str | Literal[False] | None]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `list[str | Literal[False]] | None`, found `list[str | Literal[False] | None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str | Literal[False]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str | Literal[False]`, found `str | None`

mesonbuild/modules/cmake.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, tuple[str | int, str | None]] | dict[str, str | int] | None`, found `(ConfigurationData & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `ConfigurationData.__init__` is incorrect: Expected `dict[str, tuple[str | int, str | None]] | dict[str, str | int] | None`, found `(ConfigurationData & Top[dict[Unknown, Unknown]]) | dict[Unknown, Unknown]`

mesonbuild/modules/codegen.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[LiteralString] | list[str]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `list[str]`, found `list[LiteralString] | list[str]`

mesonbuild/modules/fs.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | Literal[False]] | None`, found `list[str | Literal[False] | None]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `list[str | Literal[False]] | None`, found `list[str | Literal[False] | None]`

mesonbuild/modules/gnome.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `str`, found `None`

mesonbuild/modules/hotdoc.py

[error] invalid-argument-type - Argument to bound method `check_extra_arg_type` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `HotdocTargetBuilder.check_extra_arg_type` is incorrect: Expected `Sequence[Divergent] | int | dict[str, Divergent] | ... omitted 5 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `ensure_file` is incorrect: Expected `str | File | CustomTarget | CustomTargetIndex`, found `object`
[error] invalid-argument-type - Argument to bound method `HotdocTargetBuilder.ensure_file` is incorrect: Expected `str | File | CustomTarget | CustomTargetIndex`, found `object`

mesonbuild/modules/i18n.py

[error] invalid-argument-type - Argument to bound method `_get_rsp_file` is incorrect: Expected `list[str]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `XgettextProgram._get_rsp_file` is incorrect: Expected `list[str]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Program | None | str]`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `Sequence[str | BuildTarget | CustomTarget | ... omitted 4 union elements]`, found `list[Program | None | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`
[error] invalid-argument-type - Argument to `CustomTarget.__init__` is incorrect: Expected `list[str | None] | None`, found `list[str] | None`

mesonbuild/modules/modtest.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

mesonbuild/modules/pkgconfig.py

[error] invalid-argument-type - Argument to bound method `get_feature_args` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Compiler.get_feature_args` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PkgConfigModule._generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PkgConfigModule._generate_pkgconfig_file` is incorrect: Expected `str`, found `str | None`

mesonbuild/modules/python.py

[error] invalid-argument-type - Argument to bound method `_convert_api_version_to_py_version_hex` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PythonInstallation._convert_api_version_to_py_version_hex` is incorrect: Expected `str`, found `str | None`
[error] no-matching-overload - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.build_target` matches arguments
[error] invalid-argument-type - Argument to bound method `get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `Backend.get_executable_serialisation` is incorrect: Expected `Sequence[Program | BuildTarget | CustomTarget | ... omitted 3 union elements]`, found `list[Any] | Unknown | list[Any | str] | list[str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to `BasicPythonExternalProgram.__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to `BasicPythonExternalProgram.__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to `BasicPythonExternalProgram.__init__` is incorrect: Expected `str | None`, found `str | int | list[str]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `_find_installation_impl` is incorrect: Expected `str`, found `str | Unknown | None`
[error] invalid-argument-type - Argument to bound method `PythonModule._find_installation_impl` is incorrect: Expected `str`, found `str | Unknown | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

mesonbuild/modules/python3.py

[error] no-matching-overload - No overload of bound method `build_target` matches arguments
[error] no-matching-overload - No overload of bound method `Interpreter.build_target` matches arguments

mesonbuild/modules/rust.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `InternalDependency.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `make_test` is incorrect: Expected `tuple[str, Executable | Jar | Program | ... omitted 3 union elements]`, found `tuple[str, ExternalProgram | None]`
[error] invalid-argument-type - Argument to bound method `Interpreter.make_test` is incorrect: Expected `tuple[str, Executable | Jar | Program | ... omitted 3 union elements]`, found `tuple[str, ExternalProgram | None]`

mesonbuild/modules/sourceset.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `get`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `ConfigurationData.get`: expected 2, got 3

mesonbuild/msetup.py

[error] invalid-argument-type - Argument to bound method `check_unused_options` is incorrect: Expected `dict[OptionKey, str]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `MesonApp.check_unused_options` is incorrect: Expected `dict[OptionKey, str]`, found `dict[OptionKey, str | None]`
[error] invalid-argument-type - Argument to bound method `parse_args` is incorrect: Expected `Sequence[str] | None`, found `(CMDOptions & Top[list[Unknown]]) | list[str]`
[error] invalid-argument-type - Argument to bound method `ArgumentParser.parse_args` is incorrect: Expected `Sequence[str] | None`, found `(CMDOptions & Top[list[Unknown]]) | list[str]`

mesonbuild/msubprojects.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

mesonbuild/mtest.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `() -> None`, found `(def postwait_fn() -> None) | None`
[error] invalid-argument-type - Argument to `TestSubprocess.__init__` is incorrect: Expected `() -> None`, found `(def postwait_fn() -> None) | None`

mesonbuild/programs.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

mesonbuild/rewriter.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `StringNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[bool]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[bool]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `StringNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode | UnknownValue] | set[BaseNode]`
[error] invalid-argument-type - Argument to bound method `DataflowDAG.reachable` is incorrect: Expected `set[BaseNode | UnknownValue]`, found `set[BaseNode | UnknownValue] | set[BaseNode]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `get_kwarg_or_default` is incorrect: Expected `BaseNode`, found `None`
[error] invalid-argument-type - Argument to bound method `ArgumentNode.get_kwarg_or_default` is incorrect: Expected `BaseNode`, found `None`
[error] invalid-argument-type - Argument to bound method `get_kwarg_or_default` is incorrect: Expected `BaseNode`, found `None`
[error] invalid-argument-type - Argument to bound method `ArgumentNode.get_kwarg_or_default` is incorrect: Expected `BaseNode`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `StringNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `affects_no_other_targets` is incorrect: Expected `BaseNode`, found `StringNode | None`
[error] invalid-argument-type - Argument to bound method `Rewriter.affects_no_other_targets` is incorrect: Expected `BaseNode`, found `StringNode | None`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `BaseNode`, found `StringNode | None`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `BaseNode`, found `StringNode | None`
[error] invalid-argument-type - Argument to bound method `add_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-argument-type - Argument to bound method `Rewriter.add_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-argument-type - Argument to bound method `rm_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-argument-type - Argument to bound method `Rewriter.rm_src_or_extra` is incorrect: Expected `IntrospectionBuildTarget`, found `IntrospectionBuildTarget | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `StringNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[int]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `StringNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`
[error] invalid-argument-type - Argument to `ElementaryNode.__init__` is incorrect: Expected `Token[str]`, found `Token[TV_TokenTypes@Token]`

mesonbuild/scripts/depfixer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to `SectionHeader.__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to `DynamicEntry.__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to `DynsymEntry.__init__` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `seek` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `BufferedRandom.seek` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `seek` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `BufferedRandom.seek` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`
[error] invalid-argument-type - Argument to bound method `DynamicEntry.write` is incorrect: Expected `BinaryIO`, found `None | BufferedRandom`

mesonbuild/utils/universal.py

[error] invalid-argument-type - Argument to bound method `single_use` is incorrect: Expected `SubProject`, found `SubProject | None`
[error] invalid-argument-type - Argument to bound method `FeatureCheckBase.single_use` is incorrect: Expected `SubProject`, found `SubProject | None`
[error] invalid-argument-type - Argument to bound method `communicate` is incorrect: Expected `str | None`, found `None | bytes`
[error] invalid-argument-type - Argument to bound method `Popen.communicate` is incorrect: Expected `str | None`, found `None | bytes`

mesonbuild/utils/vsenv.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

run_project_tests.py

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

unittests/allplatformstests.py

[error] invalid-argument-type - Argument to bound method `get_library_dirs` is incorrect: Expected `int | None`, found `Environment`
[error] invalid-argument-type - Argument to bound method `Compiler.get_library_dirs` is incorrect: Expected `int | None`, found `Environment`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`

unittests/cargotests.py

[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Workspace.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, dict[str, str] | FromWorkspace]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, dict[str, str] | FromWorkspace]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Workspace.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Workspace.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool | list[str]]`
[error] invalid-argument-type - Argument to bound method `Dependency.from_raw` is incorrect: Expected `FromWorkspace | Dependency | str`, found `dict[str, bool | list[str]]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `Manifest.from_raw` is incorrect: Expected `Manifest`, found `dict[str, object]`

unittests/datatests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Build`, found `FakeBuild`
[error] invalid-argument-type - Argument to `Interpreter.__init__` is incorrect: Expected `Build`, found `FakeBuild`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Build`, found `FakeBuild`
[error] invalid-argument-type - Argument to `Interpreter.__init__` is incorrect: Expected `Build`, found `FakeBuild`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`
[error] invalid-argument-type - Argument to `AstInterpreter.__init__` is incorrect: Expected `SubProject`, found `Literal[""]`

unittests/internaltests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Interpreter`, found `MockInterpreter`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `Interpreter`, found `MockInterpreter`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Interpreter`, found `MockInterpreter`
[error] invalid-argument-type - Argument to `ObjectHolder.__init__` is incorrect: Expected `Interpreter`, found `MockInterpreter`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[str | list[str]]`
[error] invalid-argument-type - Argument to `ExternalProgram.__init__` is incorrect: Expected `list[str] | None`, found `list[str | list[str]]`

unittests/linuxliketests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`
[error] invalid-argument-type - Argument to `PkgConfigDependency.__init__` is incorrect: Expected `DependencyObjectKWs`, found `dict[str, bool | MachineChoice]`

unittests/machinefiletests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `list[str | Path]`
[error] invalid-argument-type - Argument to `MachineFileStore.__init__` is incorrect: Expected `list[str] | None`, found `list[str | Path]`

unittests/optiontests.py

[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `set_from_configure_command` is incorrect: Expected `dict[OptionKey, str | None]`, found `dict[OptionKey, str | None | bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.set_from_configure_command` is incorrect: Expected `dict[OptionKey, str | None]`, found `dict[OptionKey, str | None | bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, bool]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_top_level_project_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`
[error] invalid-argument-type - Argument to bound method `OptionStore.initialize_from_subproject_call` is incorrect: Expected `dict[OptionKey, str | int | list[str]]`, found `dict[OptionKey, str]`

unittests/platformagnostictests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`
[error] invalid-argument-type - Argument to `OptionInterpreter.__init__` is incorrect: Expected `SubProject`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubProject`, found `Literal[""]`
[error] invalid-argument-type - Argument to `OptionInterpreter.__init__` is incorrect: Expected `SubProject`, found `Literal[""]`

unittests/rewritetests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to `IntrospectionInterpreter.__init__` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to `IntrospectionInterpreter.__init__` is incorrect: Expected `str`, found `Path`

unittests/windowstests.py

[error] invalid-argument-type - Argument to bound method `find_library` is incorrect: Expected `list[str]`, found `Environment`
[error] invalid-argument-type - Argument to bound method `Compiler.find_library` is incorrect: Expected `list[str]`, found `Environment`
[error] invalid-argument-type - Argument to bound method `find_library` is incorrect: Expected `LibType`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Compiler.find_library` is incorrect: Expected `LibType`, found `list[Unknown]`

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

docs/scripts/clirecording/clidirector.py

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

examples/contrib/jsondump.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | <class 'dict'>] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((t) -> int)] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((addr) -> dict[str, Unknown])] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((ms) -> list[dict[str, Unknown | bytes | int]])]`, found `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((s: Buffer, altchars: Buffer | None = None) -> bytes)]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | <class 'dict'>] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((t) -> int)] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((addr) -> dict[str, Unknown])] | dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((ms) -> list[dict[str, Unknown | bytes | int]])]`, found `dict[str, tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str, str], tuple[str, str], tuple[str, str], tuple[str, str]] | tuple[tuple[str]] | tuple[tuple[str, str], tuple[str, str]] | ((s: Buffer, altchars: Buffer | None = None) -> bytes)]`

examples/contrib/mitmproxywrapper.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Any, Any, TCPServer, /) -> BaseRequestHandler`, found `None`
[error] invalid-argument-type - Argument to `TCPServer.__init__` is incorrect: Expected `(Any, Any, TCPServer, /) -> BaseRequestHandler`, found `None`

examples/contrib/ntlm_upstream_proxy.py

[error] invalid-argument-type - Argument to bound method `add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`
[error] invalid-argument-type - Argument to bound method `Loader.add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`
[error] invalid-argument-type - Argument to bound method `add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`
[error] invalid-argument-type - Argument to bound method `Loader.add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`
[error] invalid-argument-type - Argument to bound method `add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`
[error] invalid-argument-type - Argument to bound method `Loader.add_option` is incorrect: Expected `type`, found `<types.UnionType special-form 'str | None'>`

examples/contrib/xss_scanner.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`

mitmproxy/contrib/wbxml/ASWBXML.py

[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `CDATASection` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `CDATASection` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Text` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`
[error] invalid-argument-type - Argument to bound method `Document.appendChild` is incorrect: Argument type `Text` does not satisfy upper bound `Comment | DocumentType | Element | ProcessingInstruction` of type variable `_DocumentChildrenVar`

mitmproxy/net/tls.py

[error] invalid-argument-type - Argument to bound method `add_extra_chain_cert` is incorrect: Expected `X509`, found `Certificate`
[error] invalid-argument-type - Argument to bound method `Context.add_extra_chain_cert` is incorrect: Expected `X509`, found `Certificate`

mitmproxy/proxy/layers/http/__init__.py

[error] missing-argument - No argument provided for required parameter `event` of function `handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `NextLayer.handle_event`
[error] invalid-argument-type - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `Start`
[error] invalid-argument-type - Argument to function `NextLayer.handle_event` is incorrect: Expected `NextLayer`, found `Start`

mitmproxy/proxy/layers/http/_http2.py

[error] missing-argument - No argument provided for required parameter `event` of function `_handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `Http2Connection._handle_event`
[error] invalid-argument-type - Argument to function `_handle_event` is incorrect: Expected `Http2Connection`, found `Event`
[error] invalid-argument-type - Argument to function `Http2Connection._handle_event` is incorrect: Expected `Http2Connection`, found `Event`

mitmproxy/proxy/layers/modes.py

[error] missing-argument - No argument provided for required parameter `event` of function `handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `NextLayer.handle_event`
[error] invalid-argument-type - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `Event`
[error] invalid-argument-type - Argument to function `NextLayer.handle_event` is incorrect: Expected `NextLayer`, found `Event`
[error] missing-argument - No argument provided for required parameter `event` of function `handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `NextLayer.handle_event`
[error] invalid-argument-type - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `Event`
[error] invalid-argument-type - Argument to function `NextLayer.handle_event` is incorrect: Expected `NextLayer`, found `Event`
[error] missing-argument - No argument provided for required parameter `event` of function `handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `NextLayer.handle_event`
[error] invalid-argument-type - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `DataReceived`
[error] invalid-argument-type - Argument to function `NextLayer.handle_event` is incorrect: Expected `NextLayer`, found `DataReceived`

mitmproxy/tools/console/commands.py

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

mitmproxy/utils/arg_check.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

test/helper_tools/memoryleak2.py

[error] invalid-argument-type - Argument to bound method `get_cert` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `CertStore.get_cert` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `get_cert` is incorrect: Expected `str | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `CertStore.get_cert` is incorrect: Expected `str | None`, found `bytes`

test/mitmproxy/addons/test_dumper.py

[error] invalid-argument-type - Argument to bound method `_echo_message` is incorrect: Expected `Message | TCPMessage | UDPMessage | WebSocketMessage`, found `Response | None`
[error] invalid-argument-type - Argument to bound method `Dumper._echo_message` is incorrect: Expected `Message | TCPMessage | UDPMessage | WebSocketMessage`, found `Response | None`
[error] invalid-argument-type - Argument to bound method `_echo_message` is incorrect: Expected `Message | TCPMessage | UDPMessage | WebSocketMessage`, found `Response | None`
[error] invalid-argument-type - Argument to bound method `Dumper._echo_message` is incorrect: Expected `Message | TCPMessage | UDPMessage | WebSocketMessage`, found `Response | None`

test/mitmproxy/addons/test_tlsconfig.py

[error] invalid-argument-type - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `TestTlsConfig.do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `TestTlsConfig.do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `TestTlsConfig.do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `TestTlsConfig.do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`
[error] invalid-argument-type - Argument to bound method `TestTlsConfig.do_handshake` is incorrect: Expected `SSLTest | Connection`, found `Connection | None`

test/mitmproxy/contentviews/test__view_query.py

[error] invalid-argument-type - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `QueryContentview.prettify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `prettify` is incorrect: Expected `bytes`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `QueryContentview.prettify` is incorrect: Expected `bytes`, found `Literal[""]`

test/mitmproxy/proxy/layers/http/test_http.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server] | Unknown`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server] | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Unknown | Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Unknown | Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`

test/mitmproxy/proxy/layers/http/test_http1.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `RequestHeaders | _Placeholder[RequestHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`

test/mitmproxy/proxy/layers/http/test_http2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`

test/mitmproxy/proxy/layers/http/test_http3.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to `SendQuicStreamData.__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to `SendQuicStreamData.__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(bytes, /) -> None`, found `def cb(data: bytes) -> bytes`
[error] invalid-argument-type - Argument to `CallbackPlaceholder.__init__` is incorrect: Expected `(bytes, /) -> None`, found `def cb(data: bytes) -> bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to `SendQuicStreamData.__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to `SendQuicStreamData.__init__` is incorrect: Expected `bytes`, found `CallbackPlaceholder`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `FrameFactory.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendQuicStreamData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _Placeholder[str]`
[error] invalid-argument-type - Argument to `CloseQuicConnection.__init__` is incorrect: Expected `str`, found `str | _Placeholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _Placeholder[str]`
[error] invalid-argument-type - Argument to `QuicConnectionClosed.__init__` is incorrect: Expected `str`, found `str | _Placeholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `FrameFactory.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `FrameFactory.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `FrameFactory.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `FrameFactory.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`
[error] invalid-argument-type - Argument to `ReceiveHttp.__init__` is incorrect: Expected `HttpEvent`, found `ResponseHeaders | _Placeholder[ResponseHeaders]`

test/mitmproxy/proxy/layers/http/test_http_fuzz.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`

test/mitmproxy/proxy/layers/http/test_http_version_interop.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Client`, found `tuple[Literal["other"], Literal[80]]`
[error] invalid-argument-type - Argument to `UDPFlow.__init__` is incorrect: Expected `Client`, found `tuple[Literal["other"], Literal[80]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Client`, found `tuple[Literal["notfound"], Literal[0]]`
[error] invalid-argument-type - Argument to `UDPFlow.__init__` is incorrect: Expected `Client`, found `tuple[Literal["notfound"], Literal[0]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Server`, found `tuple[Literal["noexist"], Literal[0]]`
[error] invalid-argument-type - Argument to `UDPFlow.__init__` is incorrect: Expected `Server`, found `tuple[Literal["noexist"], Literal[0]]`

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to `Log.__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to `Log.__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`

test/mitmproxy/proxy/layers/test_modes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | _Placeholder[int | float]`
[error] invalid-argument-type - Argument to `RequestWakeup.__init__` is incorrect: Expected `int | float`, found `int | float | _Placeholder[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`
[error] invalid-argument-type - Argument to `ConnectionCommand.__init__` is incorrect: Expected `Connection`, found `Server | _Placeholder[Server]`

test/mitmproxy/proxy/layers/test_tls.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to `Log.__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _AnyStrPlaceholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to `Log.__init__` is incorrect: Expected `str`, found `str | _AnyStrPlaceholder[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `Unknown | _Placeholder[Unknown]`

test/mitmproxy/proxy/layers/test_websocket.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`
[error] invalid-argument-type - Argument to `SendData.__init__` is incorrect: Expected `bytes`, found `bytes | _Placeholder[bytes]`

test/mitmproxy/proxy/test_context.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Layer`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Layer`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Layer`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Layer`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Layer`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Layer`, found `Literal[3]`

test/mitmproxy/proxy/test_layer.py

[error] missing-argument - No argument provided for required parameter `event` of function `handle_event`
[error] missing-argument - No argument provided for required parameter `event` of function `NextLayer.handle_event`
[error] invalid-argument-type - Argument to function `handle_event` is incorrect: Expected `NextLayer`, found `DataReceived`
[error] invalid-argument-type - Argument to function `NextLayer.handle_event` is incorrect: Expected `NextLayer`, found `DataReceived`

test/mitmproxy/test_http.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"example.com"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `str`, found `Literal[b"example.com"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["GET"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes`, found `Literal["GET"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["http"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes`, found `Literal["http"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["example.com"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes`, found `Literal["example.com"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["/"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes`, found `Literal["/"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["HTTP/1.1"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes`, found `Literal["HTTP/1.1"]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bytes | str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `Request.make` is incorrect: Expected `bytes | str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `Request.make` is incorrect: Expected `Headers | dict[str | bytes, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bytes | str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `Response.make` is incorrect: Expected `bytes | str`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Headers | Mapping[str, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `Response.make` is incorrect: Expected `Headers | Mapping[str, str | bytes] | Iterable[tuple[bytes, bytes]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[list[bytes]]`
[error] invalid-argument-type - Argument to `Headers.__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[list[bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[tuple[bytes, str]]`
[error] invalid-argument-type - Argument to `Headers.__init__` is incorrect: Expected `Iterable[tuple[bytes, bytes]]`, found `list[tuple[bytes, str]]`

test/mitmproxy/test_optmanager.py

[error] unknown-argument - Argument `nonexistent` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `nonexistent` does not match any known parameter of `TO.__init__`
[error] invalid-argument-type - Argument to bound method `connect` is incorrect: Expected `(exc: Exception) -> None`, found `def errsub(**kwargs) -> Unknown`
[error] invalid-argument-type - Argument to bound method `_SyncSignal.connect` is incorrect: Expected `(exc: Exception) -> None`, found `def errsub(**kwargs) -> Unknown`

test/mitmproxy/test_types.py

[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `_MarkerType.parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `_MarkerType.parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `_MarkerType.parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `_MarkerType.parse` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `completion` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `_MarkerType.completion` is incorrect: Expected `Choice`, found `<class 'Marker'>`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `type | None`, found `Choice`
[error] invalid-argument-type - Argument to bound method `TypeManager.get` is incorrect: Expected `type | None`, found `Choice`

test/mitmproxy/tools/console/test_commander.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | list[str]`
[error] invalid-argument-type - Argument to `ListCompleter.__init__` is incorrect: Expected `str`, found `str | list[str]`

test/mitmproxy/tools/console/test_flowview.py

[error] invalid-argument-type - Argument to bound method `content_view` is incorrect: Expected `Message`, found `Response | None`
[error] invalid-argument-type - Argument to bound method `FlowDetails.content_view` is incorrect: Expected `Message`, found `Response | None`

test/mitmproxy/tools/console/test_quickhelp.py

[error] invalid-argument-type - Argument to bound method `unbind` is incorrect: Expected `Binding`, found `Binding | None`
[error] invalid-argument-type - Argument to bound method `Keymap.unbind` is incorrect: Expected `Binding`, found `Binding | None`

test/mitmproxy/tools/web/test_app.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to `Application.__init__` is incorrect: Expected `bool`, found `None`

test/mitmproxy/utils/test_spec.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Flow`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `TFilter.__call__` is incorrect: Expected `Flow`, found `Literal[1]`

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

mkdocs/config/config_options.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to `OptionallyRequired.__init__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `SubConfig[ExtraScriptValue]`
[error] invalid-argument-type - Argument to `SubConfig.__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `SubConfig[ExtraScriptValue]`

mkdocs/config/defaults.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`
[error] invalid-argument-type - Argument to `SubConfig.__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`

mkdocs/contrib/search/__init__.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `Literal["en"]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `Literal["en"]`

mkdocs/contrib/search/search_index.py

[error] invalid-argument-type - Argument to bound method `_add_entry` is incorrect: Expected `str | None`, found `Unknown | weak_property`
[error] invalid-argument-type - Argument to bound method `SearchIndex._add_entry` is incorrect: Expected `str | None`, found `Unknown | weak_property`

mkdocs/structure/nav.py

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

mkdocs/tests/config/base_tests.py

[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`

mkdocs/tests/config/config_options_legacy_tests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[Unknown]`, found `Literal[5]`
[error] invalid-argument-type - Argument to `Choice.__init__` is incorrect: Expected `Collection[Unknown]`, found `Literal[5]`

mkdocs/tests/config/config_options_tests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`
[error] invalid-argument-type - Argument to `SubConfig.__init__` is incorrect: Expected `SubConfig[LegacyConfig]`, found `PropagatingSubConfig[Validation]`
[error] missing-argument - No arguments provided for required parameters `page`, `config`, `files` of bound method `on_page_markdown`
[error] missing-argument - No arguments provided for required parameters `page`, `config`, `files` of bound method `BasePlugin.on_page_markdown`

mkdocs/tests/config/config_tests.py

[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `schema` does not match any known parameter of `Config.__init__`

mkdocs/tests/plugin_tests.py

[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_content` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `on_nav` is incorrect: Expected `Navigation`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_nav` is incorrect: Expected `Navigation`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `on_nav` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_nav` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_nav` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_nav` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_read_source` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_read_source` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `on_page_read_source` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_read_source` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_pre_build` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_pre_build` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_markdown` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_markdown` is incorrect: Expected `Page`, found `None`
[error] invalid-argument-type - Argument to bound method `on_page_markdown` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_markdown` is incorrect: Expected `MkDocsConfig`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `on_page_markdown` is incorrect: Expected `Files`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PluginCollection.on_page_markdown` is incorrect: Expected `Files`, found `list[Unknown]`

mkdocs/tests/structure/nav_tests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | dict[str, str]`
[error] invalid-argument-type - Argument to `File.__init__` is incorrect: Expected `str`, found `str | dict[str, str]`

mkdocs/tests/structure/page_tests.py

[error] invalid-argument-type - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `TestCase.assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `str | None`

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

bson/__init__.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3

bson/json_util.py

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

pymongo/asynchronous/auth.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `Any | None | bytes`
[error] invalid-argument-type - Argument to `HMAC.__init__` is incorrect: Expected `bytes | bytearray`, found `Any | None | bytes`

pymongo/asynchronous/auth_oidc.py

[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `command`
[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `AsyncConnection.command`

pymongo/asynchronous/bulk.py

[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | Sequence[Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | Sequence[Any] | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk.unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_BulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk._execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk._execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_BulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk._execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`

pymongo/asynchronous/change_stream.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncDatabase[Any] | AsyncCollection[Any]`, found `Unknown | AsyncDatabase[Any] | AsyncCollection[Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `_AggregationCommand.__init__` is incorrect: Expected `AsyncDatabase[Any] | AsyncCollection[Any]`, found `Unknown | AsyncDatabase[Any] | AsyncCollection[Any] | ... omitted 3 union elements`

pymongo/asynchronous/client_bulk.py

[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk.unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_ClientBulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_ClientBulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk._execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to `ClientBulkWriteResult.__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `None`

pymongo/asynchronous/client_session.py

[error] invalid-argument-type - Argument to bound method `reset` is incorrect: Expected `Token[AsyncClientSession | None]`, found `Token[AsyncClientSession]`
[error] invalid-argument-type - Argument to bound method `ContextVar.reset` is incorrect: Expected `Token[AsyncClientSession | None]`, found `Token[AsyncClientSession]`

pymongo/asynchronous/collection.py

[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`

pymongo/asynchronous/cursor.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

pymongo/asynchronous/database.py

[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(AsyncClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/asynchronous/encryption.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext`
[error] invalid-argument-type - Argument to `PoolOptions.__init__` is incorrect: Expected `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncMongoClient[Mapping[str, Any]] | None`, found `None | AsyncMongoClient[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to `_EncryptionIO.__init__` is incorrect: Expected `AsyncMongoClient[Mapping[str, Any]] | None`, found `None | AsyncMongoClient[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncCollection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | AsyncCollection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to `_EncryptionIO.__init__` is incorrect: Expected `AsyncCollection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | AsyncCollection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `create_data_key` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `AsyncClientEncryption.create_data_key` is incorrect: Expected `str`, found `str | None`

pymongo/asynchronous/mongo_client.py

[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._select_server` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to `_MongoClientErrorHandler.__init__` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._retryable_read` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] invalid-argument-type - Argument to `_AsyncClientBulk.__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`
[error] invalid-argument-type - Argument to `_ErrorContext.__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`

pymongo/asynchronous/pool.py

[error] invalid-argument-type - Argument to bound method `parse_response` is incorrect: Expected `Hello[Mapping[str, Any]]`, found `Hello[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `_AuthContext.parse_response` is incorrect: Expected `Hello[Mapping[str, Any]]`, found `Hello[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update_is_writable` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.update_is_writable` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | None]`
[error] invalid-argument-type - Argument to `AsyncConnection.__init__` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | None]`

pymongo/asynchronous/server.py

[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._should_pin_cursor` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`

pymongo/asynchronous/topology.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`

pymongo/common.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `Self@__str__`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `Self@__str__`

pymongo/errors.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["errorLabels"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["errorLabels"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `MutableMapping[str, Any] | RawBSONDocument`
[error] invalid-argument-type - Argument to `ClientBulkWriteResult.__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `MutableMapping[str, Any] | RawBSONDocument`

pymongo/helpers_shared.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | str | Mapping[str, Any]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | str | Mapping[str, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to `OperationFailure.__init__` is incorrect: Expected `str`, found `Any | None`

pymongo/message.py

[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `_apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `_update_read_concern` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._update_read_concern` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `_update_read_concern` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._update_read_concern` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.validate_session` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.validate_session` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.validate_session` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.validate_session` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `AsyncClientSession._apply_to` is incorrect: Expected `AsyncConnection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `_apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `ClientSession._apply_to` is incorrect: Expected `Connection`, found `AsyncConnection | Connection`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.send_cluster_time` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.send_cluster_time` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.send_cluster_time` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.send_cluster_time` is incorrect: Expected `MongoClient[Any] | None`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.apply_timeout` is incorrect: Expected `AsyncMongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`
[error] invalid-argument-type - Argument to bound method `Connection.apply_timeout` is incorrect: Expected `MongoClient[Any]`, found `AsyncMongoClient[Unknown] | MongoClient[Unknown]`

pymongo/network_layer.py

[error] invalid-argument-type - Argument to bound method `sock_sendall` is incorrect: Expected `socket`, found `socket | _sslConn`
[error] invalid-argument-type - Argument to bound method `AbstractEventLoop.sock_sendall` is incorrect: Expected `socket`, found `socket | _sslConn`

pymongo/ocsp_support.py

[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`
[error] invalid-argument-type - Argument to bound method `RSAPublicKey.verify` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`
[error] invalid-argument-type - Argument to bound method `DSAPublicKey.verify` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`
[error] invalid-argument-type - Argument to `ECDSA.__init__` is incorrect: Expected `Prehashed | HashAlgorithm`, found `Prehashed | HashAlgorithm | None`

pymongo/operations.py

[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_AsyncBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_Bulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_AsyncClientBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`
[error] invalid-argument-type - Argument to bound method `_ClientBulk.add_insert` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `_DocumentType@InsertOne`

pymongo/pool_shared.py

[error] no-matching-overload - No overload of bound method `create_connection` matches arguments
[error] no-matching-overload - No overload of bound method `AbstractEventLoop.create_connection` matches arguments

pymongo/results.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any]`, found `MutableMapping[str, Any]`
[error] invalid-argument-type - Argument to `_BulkWriteResultBase.__init__` is incorrect: Expected `dict[str, Any]`, found `MutableMapping[str, Any]`

pymongo/synchronous/auth.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray`, found `Any | None | bytes`
[error] invalid-argument-type - Argument to `HMAC.__init__` is incorrect: Expected `bytes | bytearray`, found `Any | None | bytes`

pymongo/synchronous/auth_oidc.py

[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `command`
[error] unknown-argument - Argument `no_reauth` does not match any known parameter of bound method `Connection.command`

pymongo/synchronous/bulk.py

[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | Sequence[Any] | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | Sequence[Any] | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_Bulk.unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `MutableMapping[str, Any]`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.command` is incorrect: Expected `AsyncMongoClient[Any] | None`, found `MongoClient[Any]`
[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_Bulk.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_BulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_Bulk._execute_batch` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_Bulk._execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_BulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`
[error] invalid-argument-type - Argument to bound method `_Bulk._execute_batch_unack` is incorrect: Expected `list[Mapping[str, Any]]`, found `islice[Unknown]`

pymongo/synchronous/change_stream.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Database[Any] | Collection[Any]`, found `Unknown | Database[Any] | Collection[Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `_AggregationCommand.__init__` is incorrect: Expected `Database[Any] | Collection[Any]`, found `Unknown | Database[Any] | Collection[Any] | ... omitted 3 union elements`

pymongo/synchronous/client_bulk.py

[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `Connection.write_command` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._succeed` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `CoroutineType[Any, Any, dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `Mapping[str, Any]`, found `Mapping[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `_BulkWriteContextBase._fail` is incorrect: Expected `MutableMapping[str, Any] | RawBSONDocument`, found `Mapping[str, Any] | Sequence[Any]`
[error] invalid-argument-type - Argument to bound method `unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk.unack_write` is incorrect: Expected `bytes`, found `bytes | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_ClientBulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to `_ClientBulkWriteContext.__init__` is incorrect: Expected `_EventListeners`, found `_EventListeners | None`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch_unack` is incorrect: Expected `list[tuple[str, Mapping[str, Any]]]`, found `islice[tuple[str, Mapping[str, Any]]]`
[error] invalid-argument-type - Argument to bound method `_execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `_ClientBulk._execute_batch_unack` is incorrect: Expected `list[str]`, found `islice[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to `ClientBulkWriteResult.__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `None`

pymongo/synchronous/client_session.py

[error] invalid-argument-type - Argument to bound method `reset` is incorrect: Expected `Token[ClientSession | None]`, found `Token[ClientSession]`
[error] invalid-argument-type - Argument to bound method `ContextVar.reset` is incorrect: Expected `Token[ClientSession | None]`, found `Token[ClientSession]`

pymongo/synchronous/collection.py

[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`

pymongo/synchronous/cursor.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

pymongo/synchronous/database.py

[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_AggWritePref | _ServerMode`
[error] invalid-argument-type - Argument to bound method `command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[error] invalid-argument-type - Argument to bound method `Connection.command` is incorrect: Expected `CodecOptions[Mapping[str, Any]]`, found `CodecOptions[dict[str, Any]] | CodecOptions[_CodecDocumentType@_command]`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `_ServerMode | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `_ServerMode`, found `(ClientSession & ~AlwaysTruthy & ~AlwaysFalsy) | (_ServerMode & ~AlwaysFalsy) | Primary`

pymongo/synchronous/encryption.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext`
[error] invalid-argument-type - Argument to `PoolOptions.__init__` is incorrect: Expected `pymongo.pyopenssl_context.SSLContext | None`, found `Unknown | pymongo.pyopenssl_context.SSLContext | ssl.SSLContext`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MongoClient[Mapping[str, Any]] | None`, found `None | MongoClient[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to `_EncryptionIO.__init__` is incorrect: Expected `MongoClient[Mapping[str, Any]] | None`, found `None | MongoClient[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | Collection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to `_EncryptionIO.__init__` is incorrect: Expected `Collection[Mapping[str, Any]]`, found `AsyncCollection[Unknown] | Collection[Unknown] | Collection[_DocumentTypeArg@__init__]`
[error] invalid-argument-type - Argument to bound method `create_data_key` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `ClientEncryption.create_data_key` is incorrect: Expected `str`, found `str | None`

pymongo/synchronous/mongo_client.py

[error] invalid-argument-type - Argument to bound method `_select_server` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._select_server` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to `_MongoClientErrorHandler.__init__` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_retryable_read` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._retryable_read` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] invalid-argument-type - Argument to `_ClientBulk.__init__` is incorrect: Expected `WriteConcern`, found `WriteConcern | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`
[error] invalid-argument-type - Argument to `_ErrorContext.__init__` is incorrect: Expected `BaseException`, found `BaseException | Any | None`

pymongo/synchronous/pool.py

[error] invalid-argument-type - Argument to bound method `parse_response` is incorrect: Expected `Hello[Mapping[str, Any]]`, found `Hello[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `_AuthContext.parse_response` is incorrect: Expected `Hello[Mapping[str, Any]]`, found `Hello[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update_is_writable` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `Connection.update_is_writable` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | None]`
[error] invalid-argument-type - Argument to `Connection.__init__` is incorrect: Expected `tuple[str, int]`, found `tuple[str, int | None]`

pymongo/synchronous/server.py

[error] invalid-argument-type - Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `_GetMore.update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `_Query.update_command` is incorrect: Expected `dict[str, Any]`, found `dict[str, Any] | CoroutineType[Any, Any, dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `AsyncMongoClient._process_response` is incorrect: Expected `AsyncClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._process_response` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `_should_pin_cursor` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`
[error] invalid-argument-type - Argument to bound method `MongoClient._should_pin_cursor` is incorrect: Expected `ClientSession | None`, found `AsyncClientSession | ClientSession | None`

pymongo/synchronous/topology.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["topologyVersion"]`

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/recipes.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`

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

mypy/checker.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Instance | TypeType`, found `NoneType`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Instance | TypeType`, found `NoneType`

mypy/checkexpr.py

[error] invalid-argument-type - Argument to bound method `check_generator_or_comprehension` is incorrect: Expected `list[Type] | None`, found `list[Type] | list[mypy.types.NoneType]`
[error] invalid-argument-type - Argument to bound method `ExpressionChecker.check_generator_or_comprehension` is incorrect: Expected `list[Type] | None`, found `list[Type] | list[mypy.types.NoneType]`

mypy/checkpattern.py

[error] invalid-argument-type - Argument to bound method `contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType] | list[Instance]`
[error] invalid-argument-type - Argument to bound method `PatternChecker.contract_starred_pattern_types` is incorrect: Expected `list[Type]`, found `list[Type] | list[Unknown] | list[AnyType] | list[Instance]`

mypy/dmypy_server.py

[error] invalid-argument-type - Argument to bound method `listdir` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `FileSystemCache.listdir` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`

mypy/modulefinder.py

[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `FindModuleCache.find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `_find_module_non_stub_helper` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `FindModuleCache._find_module_non_stub_helper` is incorrect: Expected `str`, found `PathLike[PathLike[Never] | str] | str`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `FindModuleCache.find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`
[error] invalid-argument-type - Argument to bound method `FindModuleCache.find_lib_path_dirs` is incorrect: Expected `tuple[str, ...]`, found `tuple[PathLike[PathLike[Never] | str] | str, ...]`

mypy/strconv.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `ProperType & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `FuncDef | Decorator`, found `ProperType & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Static"]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Static"]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Class"]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `FuncDef | Decorator`, found `Literal["Class"]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseType"], list[Instance] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseType"], list[Instance] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseTypeExpr"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["BaseTypeExpr"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TypeVars"], list[TypeVarLikeType] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TypeVars"], list[TypeVarLikeType] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["Decorators"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["Decorators"], list[Expression] & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TupleType"], list[TupleType]]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `str | list[Statement]`, found `tuple[Literal["TupleType"], list[TupleType]]`

mypy/type_visitor.py

[error] invalid-argument-type - Argument to bound method `query_types` is incorrect: Expected `list[Type] | tuple[Type, ...]`, found `list[CallableType]`
[error] invalid-argument-type - Argument to bound method `BoolTypeQuery.query_types` is incorrect: Expected `list[Type] | tuple[Type, ...]`, found `list[CallableType]`

mypy/typeshed/stdlib/typing.pyi

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Any | None`, found `object`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Any | None`, found `<special-form 'type[object]'>`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any | None`, found `<special-form 'type[object]'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Any`, found `<class 'str'>`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Any`, found `<class 'bytes'>`
[error] invalid-argument-type - Argument to `TypeVar.__init__` is incorrect: Expected `Any`, found `<class 'bytes'>`
[error] unknown-argument - Argument `default` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of `TypeVar.__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default` does not match any known parameter of `TypeVar.__init__`

mypy/util.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

mypyc/ir/class_ir.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

mypyc/test-data/fixtures/typing-full.pyi

[error] unknown-argument - Argument `covariant` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `covariant` does not match any known parameter of `TypeVar.__init__`
[error] unknown-argument - Argument `contravariant` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `contravariant` does not match any known parameter of `TypeVar.__init__`

nox (https://github.com/wntrblm/nox)

nox/_parametrize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Param | Iterable[Any | Param | Iterable[Any]]]`, found `(Iterable[Param | Iterable[Any]] & tuple[object, ...]) | (Param & tuple[object, ...]) | (Iterable[Any] & tuple[object, ...]) | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Param | Iterable[Any | Param | Iterable[Any]]]`, found `(Iterable[Param | Iterable[Any]] & tuple[object, ...]) | (Param & tuple[object, ...]) | (Iterable[Any] & tuple[object, ...]) | ... omitted 3 union elements`

nox/manifest.py

[error] invalid-argument-type - Argument to bound method `generate_calls` is incorrect: Expected `Iterable[Param]`, found `object`
[error] invalid-argument-type - Argument to bound method `Call.generate_calls` is incorrect: Expected `Iterable[Param]`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Func`, found `FunctionDecorator`
[error] invalid-argument-type - Argument to `SessionRunner.__init__` is incorrect: Expected `Func`, found `FunctionDecorator`

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

openlibrary/api.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `tzinfo | None`, found `int`

openlibrary/catalog/utils/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> str`, found `Overload[[AnyStr](pattern: AnyStr, flags: int = 0) -> Pattern[AnyStr], [AnyStr](pattern: Pattern[AnyStr], flags: int = 0) -> Pattern[AnyStr]]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> str`, found `Overload[[AnyStr](pattern: AnyStr, flags: int = 0) -> Pattern[AnyStr], [AnyStr](pattern: Pattern[AnyStr], flags: int = 0) -> Pattern[AnyStr]]`

openlibrary/core/imports.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'ImportItem'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'ImportItem'>`

openlibrary/core/lending.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

openlibrary/core/lists/model.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Thing | str | AnnotatedSeed`, found `str | (ThingReferenceDict & ~Top[dict[Unknown, Unknown]]) | (AnnotatedSeedDict & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `Seed.__init__` is incorrect: Expected `Thing | str | AnnotatedSeed`, found `str | (ThingReferenceDict & ~Top[dict[Unknown, Unknown]]) | (AnnotatedSeedDict & ~Top[dict[Unknown, Unknown]])`

openlibrary/core/olmarkdown.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor`, found `AutolinkPreprocessor`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `HtmlBlockPreprocessor | HeaderPreprocessor | LinePreprocessor | LineBreaksPreprocessor | ReferencePreprocessor`, found `AutolinkPreprocessor`

openlibrary/core/ratings.py

[error] invalid-argument-type - Argument to bound method `get_users_read_status_of_work` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `Bookshelves.get_users_read_status_of_work` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `Bookshelves.add` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `Bookshelves.add` is incorrect: Expected `str`, found `int`

openlibrary/mocks/mock_infobase.py

[error] missing-argument - No argument provided for required parameter `msg` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `msg` of `ClientException.__init__`
[error] unknown-argument - Argument `json` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `json` does not match any known parameter of `ClientException.__init__`
[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `Site`, found `MockSite`
[error] invalid-argument-type - Argument to bound method `ContextVar.set` is incorrect: Expected `Site`, found `MockSite`

openlibrary/plugins/openlibrary/api.py

[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Bookshelves.remove` is incorrect: Expected `str | None`, found `int | None`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `int & ~Literal[-1]`
[error] invalid-argument-type - Argument to bound method `Bookshelves.add` is incorrect: Expected `str`, found `int & ~Literal[-1]`

openlibrary/plugins/openlibrary/stats.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

openlibrary/plugins/openlibrary/tests/test_listapi.py

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

openlibrary/plugins/openlibrary/tests/test_ratingsapi.py

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

openlibrary/plugins/upstream/addbook.py

[error] invalid-argument-type - Argument to bound method `work_edition_match` is incorrect: Expected `Edition`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `addbook.work_edition_match` is incorrect: Expected `Edition`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `work_match` is incorrect: Expected `Work`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `addbook.work_match` is incorrect: Expected `Work`, found `(Work & ~Top[list[Unknown]] & ~AlwaysFalsy) | (Edition & ~Top[list[Unknown]] & ~AlwaysFalsy)`

openlibrary/plugins/upstream/edits.py

[error] invalid-argument-type - Argument to function `create_title` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `community_edits_queue.create_title` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `create_title` is incorrect: Expected `list[str]`, found `Unknown | list[LiteralString]`
[error] invalid-argument-type - Argument to function `community_edits_queue.create_title` is incorrect: Expected `list[str]`, found `Unknown | list[LiteralString]`
[error] invalid-argument-type - Argument to function `create_url` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `community_edits_queue.create_url` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `create_url` is incorrect: Expected `list[str]`, found `Unknown | list[LiteralString]`
[error] invalid-argument-type - Argument to function `community_edits_queue.create_url` is incorrect: Expected `list[str]`, found `Unknown | list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `comment_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CommunityEditsQueue.comment_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `assign_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CommunityEditsQueue.assign_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `unassign_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CommunityEditsQueue.unassign_request` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `update_request_status` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CommunityEditsQueue.update_request_status` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `update_request_status` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `CommunityEditsQueue.update_request_status` is incorrect: Expected `int`, found `Unknown | None`

openlibrary/plugins/upstream/mybooks.py

[error] invalid-argument-type - Argument to bound method `get_users_logged_books` is incorrect: Expected `Literal["created asc", "created desc"]`, found `Literal["created_asc", "created desc"]`
[error] invalid-argument-type - Argument to bound method `Bookshelves.get_users_logged_books` is incorrect: Expected `Literal["created asc", "created desc"]`, found `Literal["created_asc", "created desc"]`

openlibrary/plugins/upstream/utils.py

[error] too-many-positional-arguments - Too many positional arguments to function `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `object.__init__`: expected 1, got 2

openlibrary/plugins/worksearch/autocomplete.py

[error] invalid-argument-type - Argument to bound method `doc_filter` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | Thing`
[error] invalid-argument-type - Argument to bound method `autocomplete.doc_filter` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | Thing`
[error] invalid-argument-type - Argument to bound method `doc_wrap` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | Thing`
[error] invalid-argument-type - Argument to bound method `autocomplete.doc_wrap` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | Thing`

openlibrary/plugins/worksearch/code.py

[error] invalid-argument-type - Argument to bound method `q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[tuple[str, str] | tuple[str, Unknown | int]] | Unknown`
[error] invalid-argument-type - Argument to bound method `SearchScheme.q_to_solr_params` is incorrect: Expected `list[tuple[str, str]]`, found `list[tuple[str, str] | tuple[str, Unknown | int]] | Unknown`
[error] invalid-argument-type - Argument to bound method `add_non_solr_fields` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `SearchScheme.add_non_solr_fields` is incorrect: Expected `dict[Unknown, Unknown]`, found `Any | None`
[error] invalid-argument-type - Argument to function `from_solr_result` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `SearchResponse.from_solr_result` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[str]`, found `list[str] | None`

openlibrary/solr/types_generator.py

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

openlibrary/tests/catalog/test_get_ia.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `Literal["nonMARCdata"]`
[error] invalid-argument-type - Argument to `MarcBinary.__init__` is incorrect: Expected `bytes`, found `Literal["nonMARCdata"]`

openlibrary/tests/core/test_cache.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `None`
[error] invalid-argument-type - Argument to `memcache_memoize.__init__` is incorrect: Expected `(...) -> Unknown`, found `None`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[dict[str, int]]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[dict[str, int]]`
[error] invalid-argument-type - Argument to bound method `encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[list[str | int]]`
[error] invalid-argument-type - Argument to bound method `memcache_memoize.encode_args` is incorrect: Expected `tuple[Unknown, ...]`, found `list[list[str | int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(...) -> Unknown`, found `None`
[error] invalid-argument-type - Argument to `memcache_memoize.__init__` is incorrect: Expected `(...) -> Unknown`, found `None`

openlibrary/tests/core/test_connections.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection | ConnectionMiddleware`, found `MockConnection`
[error] invalid-argument-type - Argument to `ConnectionMiddleware.__init__` is incorrect: Expected `Connection | ConnectionMiddleware`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection | ConnectionMiddleware`, found `MockConnection`
[error] invalid-argument-type - Argument to `ConnectionMiddleware.__init__` is incorrect: Expected `Connection | ConnectionMiddleware`, found `MockConnection`

openlibrary/tests/core/test_unmarshal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `tzinfo | None`, found `int`

openlibrary/utils/dateutil.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `date.__new__` is incorrect: Expected `SupportsIndex`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `date.__new__` is incorrect: Expected `SupportsIndex`, found `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (int & ~AlwaysFalsy)`

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

ops/_private/harness.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Model.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Storage.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Storage.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Storage.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Storage.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to `Storage.__init__` is incorrect: Expected `_ModelBackend`, found `_TestingModelBackend`
[error] invalid-argument-type - Argument to bound method `_emit_relation_broken` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Harness._emit_relation_broken` is incorrect: Expected `str`, found `str | None`
[error] missing-argument - No argument provided for required parameter `pebble_client` of function `_can_connect`
[error] missing-argument - No argument provided for required parameter `pebble_client` of function `_TestingModelBackend._can_connect`
[error] invalid-argument-type - Argument to function `_can_connect` is incorrect: Expected `_TestingModelBackend`, found `Self@_check_connection`
[error] invalid-argument-type - Argument to function `_TestingModelBackend._can_connect` is incorrect: Expected `_TestingModelBackend`, found `Self@_check_connection`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | LayerDict | None`, found `str | (LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `str | (LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`

ops/framework.py

[error] invalid-argument-type - Argument to bound method `_forget` is incorrect: Expected `Serializable`, found `EventBase`
[error] invalid-argument-type - Argument to bound method `Framework._forget` is incorrect: Expected `Serializable`, found `EventBase`

ops/lib/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bool`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `bool`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `_Missing.__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `_Missing.__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`

ops/model.py

[error] no-matching-overload - No overload of bound method `exec` matches arguments
[error] no-matching-overload - No overload of bound method `Client.exec` matches arguments

ops/pebble.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | LayerDict | None`, found `(LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to `Layer.__init__` is incorrect: Expected `str | LayerDict | None`, found `(LayerDict & Top[dict[Unknown, Unknown]]) | (Layer & Top[dict[Unknown, Unknown]])`

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

optuna/_gp/search_space.py

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

optuna/_transform.py

[error] invalid-argument-type - Argument to bound method `to_external_repr` is incorrect: Expected `int | float`, found `signedinteger[Unknown] | Unknown`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_external_repr` is incorrect: Expected `int | float`, found `signedinteger[Unknown] | Unknown`

optuna/storages/_rdb/alembic/versions/v1.3.0.a.py

[error] invalid-argument-type - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialModel'>`
[error] invalid-argument-type - Argument to bound method `Session.bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialModel'>`

optuna/storages/_rdb/alembic/versions/v2.4.0.a.py

[error] invalid-argument-type - Argument to bound method `drop_constraint` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `BatchOperations.drop_constraint` is incorrect: Expected `str`, found `str | None`

optuna/storages/_rdb/alembic/versions/v3.0.0.c.py

[error] invalid-argument-type - Argument to bound method `intermediate_value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `IntermediateValueModel.intermediate_value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
[error] invalid-argument-type - Argument to bound method `Session.bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
[error] invalid-argument-type - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`
[error] invalid-argument-type - Argument to bound method `Session.bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'IntermediateValueModel'>`

optuna/storages/_rdb/alembic/versions/v3.0.0.d.py

[error] invalid-argument-type - Argument to bound method `value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `TrialValueModel.value_to_stored_repr` is incorrect: Expected `int | float`, found `float | Column[int | float]`
[error] invalid-argument-type - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
[error] invalid-argument-type - Argument to bound method `Session.bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
[error] invalid-argument-type - Argument to bound method `bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`
[error] invalid-argument-type - Argument to bound method `Session.bulk_update_mappings` is incorrect: Expected `Mapper[Any]`, found `<class 'TrialValueModel'>`

optuna/storages/_rdb/storage.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_param_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `RDBStorage._set_trial_param_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `RDBStorage._set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `RDBStorage._set_trial_attr_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `_set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `RDBStorage._set_trial_intermediate_value_without_commit` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `BaseStorage.check_trial_is_updatable` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `TrialState`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `datetime | None`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to `FrozenTrial.__init__` is incorrect: Expected `int`, found `Any | Column[Unknown]`

optuna/study/_multi_objective.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[int | float]`, found `list[int | float] | None`

optuna/testing/pytest_samplers.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, CategoricalDistribution | IntDistribution | FloatDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, CategoricalDistribution | IntDistribution | FloatDistribution]`

optuna/visualization/_parallel_coordinate.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | tuple[int | float, ...]]`, found `dict[str, str | tuple[int | float, ...] | list[int | float] | list[str]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str | tuple[int | float, ...]]`, found `dict[str, str | tuple[int | float, ...] | list[int | float] | list[str]]`

optuna/visualization/_rank.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[int | float]`, found `list[int | float] | None`

tests/gp_tests/test_acqf.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `GPRegressor | SearchSpace`, found `float`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `GPRegressor | SearchSpace`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SearchSpace`, found `GPRegressor | SearchSpace`
[error] invalid-argument-type - Argument to `BaseAcquisitionFunc.__init__` is incorrect: Expected `SearchSpace`, found `GPRegressor | SearchSpace`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Unknown, dtype[Any]]`, found `GPRegressor | SearchSpace`
[error] invalid-argument-type - Argument to `BaseAcquisitionFunc.__init__` is incorrect: Expected `ndarray[Unknown, dtype[Any]]`, found `GPRegressor | SearchSpace`

tests/gp_tests/test_search_space.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to `SearchSpace.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to `SearchSpace.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/samplers_tests/test_nsgaii.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseCrossover`, found `BaseCrossover | int`
[error] invalid-argument-type - Argument to `NSGAIIChildGenerationStrategy.__init__` is incorrect: Expected `BaseCrossover`, found `BaseCrossover | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to bound method `to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `CategoricalDistribution.to_internal_repr` is incorrect: Expected `None | int | float | str`, found `ndarray[Unknown, dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution]`

tests/samplers_tests/test_qmc.py

[error] invalid-argument-type - Argument to bound method `sample_relative` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `QMCSampler.sample_relative` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `_sample_qmc` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `QMCSampler._sample_qmc` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, IntDistribution | FloatDistribution | CategoricalDistribution]`

tests/samplers_tests/tpe_tests/test_parzen_estimator.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to `_ParzenEstimator.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/storages_tests/rdb_tests/test_models.py

[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `StudyDirectionModel.where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `StudyDirectionModel.where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `StudyDirectionModel.where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `StudySystemAttributeModel.where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `StudySystemAttributeModel.where_study_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialIntermediateValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialIntermediateValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialIntermediateValueModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialHeartbeatModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialHeartbeatModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`
[error] invalid-argument-type - Argument to bound method `TrialHeartbeatModel.where_trial_id` is incorrect: Expected `int`, found `Any | Column[Unknown]`

tests/study_tests/test_study.py

[error] invalid-argument-type - Argument to bound method `enqueue_trial` is incorrect: Expected `dict[str, Any]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Study.enqueue_trial` is incorrect: Expected `dict[str, Any]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `Study._log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `Study._log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `_log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `Study._log_completed_trial` is incorrect: Expected `list[int | float]`, found `list[int | float] | None`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, UniformDistribution | DiscreteUniformDistribution | LogUniformDistribution | IntUniformDistribution | IntLogUniformDistribution]`
[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | IntDistribution | CategoricalDistribution]`

tests/test_transform.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, CategoricalDistribution | FloatDistribution | IntDistribution]`
[error] invalid-argument-type - Argument to `_SearchSpaceTransform.__init__` is incorrect: Expected `dict[str, BaseDistribution]`, found `dict[str, CategoricalDistribution | FloatDistribution | IntDistribution]`

tutorial/20_recipes/009_ask_and_tell.py

[error] invalid-argument-type - Argument to bound method `ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`
[error] invalid-argument-type - Argument to bound method `Study.ask` is incorrect: Expected `dict[str, BaseDistribution] | None`, found `dict[str, FloatDistribution | CategoricalDistribution]`

tutorial/20_recipes/013_wilcoxon_pruner.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `signedinteger[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `signedinteger[Unknown]`

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

paasta_tools/adhoc_tools.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BranchDictV2`, found `None`
[error] invalid-argument-type - Argument to `AdhocJobConfig.__init__` is incorrect: Expected `BranchDictV2`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BranchDictV2`, found `None | BranchDictV2`
[error] invalid-argument-type - Argument to `AdhocJobConfig.__init__` is incorrect: Expected `BranchDictV2`, found `None | BranchDictV2`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LongRunningServiceConfigDict`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `AdhocJobConfig.__init__` is incorrect: Expected `LongRunningServiceConfigDict`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BranchDictV2`, found `None`
[error] invalid-argument-type - Argument to `AdhocJobConfig.__init__` is incorrect: Expected `BranchDictV2`, found `None`

paasta_tools/api/tweens/auth.py

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

paasta_tools/api/views/autoscaler.py

[error] invalid-argument-type - Argument to bound method `set_autoscaled_instances` is incorrect: Expected `KubeClient`, found `KubeClient | None`
[error] invalid-argument-type - Argument to bound method `KubernetesDeploymentConfig.set_autoscaled_instances` is incorrect: Expected `KubeClient`, found `KubeClient | None`

paasta_tools/cli/cmds/list_deploy_queue.py

[error] invalid-argument-type - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `PaastaColors.red` is incorrect: Expected `str`, found `Unknown | None`

paasta_tools/cli/cmds/local_run.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`
[error] invalid-argument-type - Argument to `SystemPaastaConfig.__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`

paasta_tools/cli/cmds/logs.py

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

paasta_tools/cli/cmds/mark_for_deployment.py

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

paasta_tools/cli/cmds/mesh_status.py

[error] invalid-argument-type - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `PaastaColors.red` is incorrect: Expected `str`, found `Unknown | None`

paasta_tools/cli/cmds/push_to_registry.py

[error] invalid-argument-type - Argument to bound method `head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[str | None, str | None]`
[error] invalid-argument-type - Argument to bound method `Session.head` is incorrect: Expected `tuple[str, str] | ((PreparedRequest, /) -> PreparedRequest) | None`, found `tuple[str | None, str | None]`

paasta_tools/cli/cmds/spark_run.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`
[error] invalid-argument-type - Argument to `SystemPaastaConfig.__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[str, list[Unknown]]`

paasta_tools/cli/cmds/status.py

[error] invalid-argument-type - Argument to function `red` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `PaastaColors.red` is incorrect: Expected `str`, found `Unknown | None`

paasta_tools/contrib/check_orphans.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

paasta_tools/frameworks/native_service_config.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | dict[str, int | float]]`, found `dict[str, str | dict[str, int | float] | dict[str, int | float | list[dict[str, int]]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str | dict[str, int | float]]`, found `dict[str, str | dict[str, int | float] | dict[str, int | float | list[dict[str, int]]]]`

paasta_tools/kubernetes_tools.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `get_autoscaling_scaling_policy` is incorrect: Expected `int`, found `(int & ~Literal[0]) | None`
[error] invalid-argument-type - Argument to bound method `KubernetesDeploymentConfig.get_autoscaling_scaling_policy` is incorrect: Expected `int`, found `(int & ~Literal[0]) | None`

paasta_tools/mesos/slave.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

paasta_tools/secret_providers/vault.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `CryptoKey`, found `dict[str, str | Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `CryptoKey`, found `dict[str, str | Unknown]`

paasta_tools/utils.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerParameter`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DockerParameter`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[DockerParameter]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DockerVolume`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DockerVolume`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `SystemPaastaConfig.__init__` is incorrect: Expected `SystemPaastaConfigDict`, found `dict[Unknown, Unknown]`
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments

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

src/packaging/errors.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Exception`, found `BaseException`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Exception`, found `BaseException`

src/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`

src/packaging/pylock.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

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

pandas/_testing/__init__.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

pandas/_testing/_io.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["r", "a", "w", "x"]`, found `Literal["wb", "w"]`
[error] invalid-argument-type - Argument to `TarFile.__init__` is incorrect: Expected `Literal["r", "a", "w", "x"]`, found `Literal["wb", "w"]`
[error] no-matching-overload - No overload of `ZipFile.__init__` matches arguments

pandas/core/_numba/extensions.py

[error] missing-argument - No argument provided for required parameter `obj` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `obj` of `NDFrameIndexerBase.__init__`

pandas/core/algorithms.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ExtensionArray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series | (SequenceNotStr[Unknown] & ndarray[tuple[object, ...], dtype[object]])`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `sort_values` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.sort_values` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.searchsorted` matches arguments
[error] invalid-argument-type - Argument to bound method `lookup` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`
[error] invalid-argument-type - Argument to bound method `HashTable.lookup` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`

pandas/core/apply.py

[error] invalid-argument-type - Argument to bound method `normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `Series | DataFrame | (GroupBy[Unknown] & NDFrame) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Apply.normalize_dictlike_arg` is incorrect: Expected `DataFrame | Series`, found `Series | DataFrame | (GroupBy[Unknown] & NDFrame) | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Index.groupby` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Unknown | dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[tuple[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[tuple[Any, Any]]`

pandas/core/array_algos/take.py

[error] no-matching-overload - No overload of bound method `take` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.take` matches arguments

pandas/core/arrays/_mixins.py

[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `NDArrayBacked.__init__`

pandas/core/arrays/_utils.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

pandas/core/arrays/arrow/array.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

pandas/core/arrays/datetimelike.py

[error] invalid-argument-type - Argument to bound method `_format_native_types` is incorrect: Expected `str | int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `DatetimeLikeArrayMixin._format_native_types` is incorrect: Expected `str | int | float`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~str) | Period | Timestamp | Timedelta | NaTType`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `_simple_new`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `NDArrayBacked._simple_new`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `_simple_new`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `NDArrayBacked._simple_new`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `_simple_new`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `NDArrayBacked._simple_new`

pandas/core/arrays/datetimes.py

[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `TimelikeOps.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `builtins.bool | Literal["raise", "NaT"]`, found `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `object.__init__`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[timedelta64[timedelta | int | None]]]`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | None`

pandas/core/arrays/interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | Any` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Period | Timestamp | Timedelta | NaTType | Any` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `int`, found `Period | Timestamp | Timedelta | NaTType | Any`

pandas/core/arrays/masked.py

[error] invalid-argument-type - Argument to bound method `_coerce_to_array` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `BaseMaskedArray._coerce_to_array` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `Unknown | None`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `BaseMaskedArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/arrays/numpy_.py

[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.searchsorted` matches arguments

pandas/core/arrays/period.py

[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `TimelikeOps.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`

pandas/core/arrays/sparse/array.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments

pandas/core/arrays/string_.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `object.__init__`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments

pandas/core/arrays/string_arrow.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StringDtype | None`, found `(ExtensionDtype & ~AlwaysTruthy) | str | (type & ~AlwaysTruthy) | None | StringDtype`
[error] invalid-argument-type - Argument to `ArrowStringArray.__init__` is incorrect: Expected `StringDtype | None`, found `(ExtensionDtype & ~AlwaysTruthy) | str | (type & ~AlwaysTruthy) | None | StringDtype`

pandas/core/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `int | integer[Any] | ndarray[tuple[Any, ...], dtype[Any]] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Overload[(iterable: Iterable[builtins.bool | Literal[1, 2, 3, 4, 5, ... omitted 41 literals]], /, start: int = 0) -> int, [_SupportsSumNoDefaultT](iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0], [_AddableT1, _AddableT2](iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2] | Overload[[SupportsRichComparisonT](arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, *, key: None = None) -> SupportsRichComparisonT, [_T](arg1: _T, arg2: _T, /, *_args: _T, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT, [_T](iterable: Iterable[_T], /, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT, _T](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T, [_T1, _T2](iterable: Iterable[_T1], /, *, key: (_T1, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any], default: _T2) -> _T1 | _T2] | Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> numpy.bool[builtins.bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | ... omitted 8 union elements`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Overload[(iterable: Iterable[builtins.bool | Literal[1, 2, 3, 4, 5, ... omitted 41 literals]], /, start: int = 0) -> int, [_SupportsSumNoDefaultT](iterable: Iterable[_SupportsSumNoDefaultT], /) -> _SupportsSumNoDefaultT | Literal[0], [_AddableT1, _AddableT2](iterable: Iterable[_AddableT1], /, start: _AddableT2) -> _AddableT1 | _AddableT2] | Overload[[SupportsRichComparisonT](arg1: SupportsRichComparisonT, arg2: SupportsRichComparisonT, /, *_args: SupportsRichComparisonT, *, key: None = None) -> SupportsRichComparisonT, [_T](arg1: _T, arg2: _T, /, *_args: _T, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None) -> SupportsRichComparisonT, [_T](iterable: Iterable[_T], /, *, key: (_T, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any]) -> _T, [SupportsRichComparisonT, _T](iterable: Iterable[SupportsRichComparisonT], /, *, key: None = None, default: _T) -> SupportsRichComparisonT | _T, [_T1, _T2](iterable: Iterable[_T1], /, *, key: (_T1, /) -> SupportsDunderLT[Any] | SupportsDunderGT[Any], default: _T2) -> _T1 | _T2] | Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> numpy.bool[builtins.bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: builtins.bool | numpy.bool[builtins.bool] | _NoValueType = ..., where: _SupportsArray[dtype[numpy.bool[builtins.bool]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]]]] | builtins.bool | _NestedSequence[builtins.bool] | _NoValueType = ...) -> _ArrayT] | ... omitted 8 union elements`, found `(...) -> Unknown`

pandas/core/computation/pytables.py

[error] invalid-argument-type - Argument to bound method `ravel` is incorrect: Argument type `ndarray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `ndarray.ravel` is incorrect: Argument type `ndarray[tuple[object, ...], dtype[object]]` does not satisfy upper bound `ndarray[_ShapeT_co@ndarray, _DTypeT_co@ndarray]` of type variable `Self`

pandas/core/construction.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~<Protocol with members '__array__'>`

pandas/core/dtypes/cast.py

[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] invalid-argument-type - Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] invalid-argument-type - Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] invalid-argument-type - Argument to bound method `Index.astype` is incorrect: Expected `Index`, found `NumpyIndexT@maybe_upcast_numeric_to_64bit`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments

pandas/core/dtypes/concat.py

[error] unknown-argument - Argument `axis` does not match any known parameter of bound method `_concat_same_type`
[error] unknown-argument - Argument `axis` does not match any known parameter of bound method `ExtensionArray._concat_same_type`

pandas/core/dtypes/dtypes.py

[error] invalid-argument-type - Argument to bound method `get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `~None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `~None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `~None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 7 union elements`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to `NumpyEADtype.__init__` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 7 union elements`, found `dtype[Any] | ExtensionDtype`

pandas/core/frame.py

[error] invalid-argument-type - Argument to bound method `column_setitem` is incorrect: Expected `int`, found `Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `BlockManager.column_setitem` is incorrect: Expected `int`, found `Unknown | int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `_ixs` is incorrect: Expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to bound method `DataFrame._ixs` is incorrect: Expected `int`, found `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | tuple[Unknown & ~None] | tuple[()]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Index`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Index`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `_get_default_index_names` is incorrect: Expected `Sequence[Hashable] | int | None`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `Index._get_default_index_names` is incorrect: Expected `Sequence[Hashable] | int | None`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `int | Sequence[int]`, found `(int & ~Literal[0]) | integer[Any]`
[error] invalid-argument-type - Argument to bound method `DataFrame.shift` is incorrect: Expected `int | Sequence[int]`, found `(int & ~Literal[0]) | integer[Any]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `int`, found `int | integer[Any]`
[error] invalid-argument-type - Argument to bound method `BaseBlockManager.diff` is incorrect: Expected `int`, found `int | integer[Any]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `int | integer[Any]`
[error] invalid-argument-type - Argument to bound method `BaseBlockManager.round` is incorrect: Expected `int`, found `int | integer[Any]`
[error] parameter-already-assigned - Multiple values provided for parameter `method` of bound method `corr`
[error] parameter-already-assigned - Multiple values provided for parameter `method` of bound method `DataFrame.corr`
[error] invalid-argument-type - Argument to bound method `corr` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `DataFrame.corr` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] no-matching-overload - No overload of bound method `quantile` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.quantile` matches arguments

pandas/core/generic.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Mapping[Any, Hashable] & ~Top[(...) -> object]`
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] invalid-argument-type - Argument to bound method `replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `BaseBlockManager.replace_list` is incorrect: Expected `list[Any]`, found `Unknown | None`

pandas/core/groupby/groupby.py

[error] invalid-argument-type - Argument to bound method `_wrap_idxmax_idxmin` is incorrect: Expected `Literal["idxmax", "idxmin"]`, found `str`
[error] invalid-argument-type - Argument to bound method `GroupBy._wrap_idxmax_idxmin` is incorrect: Expected `Literal["idxmax", "idxmin"]`, found `str`

pandas/core/indexes/accessors.py

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

pandas/core/indexes/base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - Argument to `ExtensionEngine.__init__` is incorrect: Expected `ExtensionArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - Argument to `IndexEngine.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] invalid-argument-type - Argument to bound method `_dtype_to_subclass` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Index._dtype_to_subclass` is incorrect: Expected `dtype[Any] | ExtensionDtype`, found `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`
[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of bound method `ExtensionArray.view` matches arguments
[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of bound method `ExtensionArray.view` matches arguments
[error] invalid-argument-type - Argument to bound method `_set_names` is incorrect: Expected `Sequence[Hashable]`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `Index._set_names` is incorrect: Expected `Sequence[Hashable]`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `_set_names` is incorrect: Expected `int | Sequence[int] | None`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `Index._set_names` is incorrect: Expected `int | Sequence[int] | None`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `ExtensionEngine.get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexEngine.get_indexer` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - No overload of bound method `__getitem__` matches arguments
[error] no-matching-overload - No overload of bound method `ExtensionArray.__getitem__` matches arguments
[error] no-matching-overload - No overload of bound method `__getitem__` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.__getitem__` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@append`, found `(Index & ~Top[list[Unknown]] & ~tuple[object, ...]) | (Sequence[Index] & ~Top[list[Unknown]] & ~tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@append`, found `(Index & ~Top[list[Unknown]] & ~tuple[object, ...]) | (Sequence[Index] & ~Top[list[Unknown]] & ~tuple[object, ...])`
[error] invalid-argument-type - Argument to bound method `_concat` is incorrect: Expected `list[Index]`, found `list[Self@append]`
[error] invalid-argument-type - Argument to bound method `Index._concat` is incorrect: Expected `list[Index]`, found `list[Self@append]`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.searchsorted` matches arguments
[error] invalid-argument-type - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `ExtensionEngine.get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexEngine.get_indexer_non_unique` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `_reindex_non_unique` is incorrect: Expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Index._reindex_non_unique` is incorrect: Expected `Index`, found `Index | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.view` matches arguments

pandas/core/indexes/category.py

[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `object`
[error] invalid-argument-type - Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `object`

pandas/core/indexes/datetimelike.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~Tick & ~timedelta64[timedelta | int | None] & ~datetime64[date | int | None] & ~Timedelta & ~Timestamp) | Timedelta | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~Tick & ~timedelta64[timedelta | int | None] & ~datetime64[date | int | None] & ~Timedelta & ~Timestamp) | Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `Tick | Day | None`, found `None | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `Tick | Day | None`, found `None | BaseOffset | Unknown`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType | Timedelta`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType | Timedelta`

pandas/core/indexes/datetimes.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Unknown | NaTType`
[error] invalid-argument-type - Argument to bound method `_generate_range` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Literal["s", "ms", "us", "ns"] | None`
[error] invalid-argument-type - Argument to bound method `DatetimeArray._generate_range` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Literal["s", "ms", "us", "ns"] | None`

pandas/core/indexes/multi.py

[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `object`
[error] invalid-argument-type - Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `object`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `(Unknown & ~Generator[object, None, None] & ~MultiIndex) | (list[object] & ~MultiIndex)`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `(Unknown & ~Generator[object, None, None] & ~MultiIndex) | (list[object] & ~MultiIndex)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Any, ...]`, found `list[Unknown]`

pandas/core/indexes/range.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `~EllipsisType & ~slice[object, object, object]`
[error] invalid-argument-type - Argument to bound method `RangeIndex.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `~EllipsisType & ~slice[object, object, object]`
[error] no-matching-overload - No overload of bound method `__getitem__` matches arguments
[error] no-matching-overload - No overload of bound method `Index.__getitem__` matches arguments

pandas/core/indexes/timedeltas.py

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

pandas/core/indexing.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to bound method `_setitem_single_column` is incorrect: Expected `int`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `_iLocIndexer._setitem_single_column` is incorrect: Expected `int`, found `Hashable`
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.reshape` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments

pandas/core/internals/api.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[datetime64[date | int | None]]]`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype | None`
[error] invalid-argument-type - Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[Any] | ExtensionDtype | None`

pandas/core/methods/selectn.py

[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Index`

pandas/core/nanops.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments

pandas/core/resample.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Grouper | None`, found `Series | DataFrame`
[error] invalid-argument-type - Argument to `TimeGrouper.__init__` is incorrect: Expected `Grouper | None`, found `Series | DataFrame`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `Unknown | None`

pandas/core/reshape/melt.py

[error] invalid-argument-type - Argument to bound method `difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`

pandas/core/reshape/merge.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | (ExtensionArray & ~BaseMaskedArray & ~ArrowExtensionArray)`
[error] invalid-argument-type - Argument to bound method `factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] invalid-argument-type - Argument to bound method `Factorizer.factorize` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/core/reshape/pivot.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Hashable]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[Hashable]`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `((obj: Sized, /) -> int) | int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `((obj: Sized, /) -> int) | int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `pivot_table` is incorrect: Expected `bool`, found `((obj: Sized, /) -> int) | int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataFrame.pivot_table` is incorrect: Expected `bool`, found `((obj: Sized, /) -> int) | int | Unknown | None`

pandas/core/series.py

[error] invalid-argument-type - Argument to bound method `repeat` is incorrect: Expected `int | Sequence[int]`, found `Unknown | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `Index.repeat` is incorrect: Expected `int | Sequence[int]`, found `Unknown | ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `(Unknown & ~None) | dict[str, Unknown]`
[error] invalid-argument-type - Argument to `SeriesApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `(Unknown & ~None) | dict[str, Unknown]`
[error] no-matching-overload - No overload of bound method `_rename` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame._rename` matches arguments

pandas/core/sorting.py

[error] unknown-argument - Argument `ascending` does not match any known parameter of bound method `argsort`
[error] unknown-argument - Argument `ascending` does not match any known parameter of bound method `Series.argsort`
[error] unknown-argument - Argument `na_position` does not match any known parameter of bound method `argsort`
[error] unknown-argument - Argument `na_position` does not match any known parameter of bound method `Series.argsort`

pandas/core/window/ewm.py

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

pandas/core/window/rolling.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `(Unknown & ~BaseIndexer) | None`
[error] invalid-argument-type - Argument to `BaseIndexer.__init__` is incorrect: Expected `int`, found `(Unknown & ~BaseIndexer) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `ResamplerWindowApply.__init__` is incorrect: Expected `((...) -> Unknown) | str | list[((...) -> Unknown) | str] | MutableMapping[Hashable, ((...) -> Unknown) | str | list[((...) -> Unknown) | str]]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_sum(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Window._apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_sum(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `_apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_mean(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Window._apply` is incorrect: Expected `(ndarray[tuple[Any, ...], dtype[Any]], int, int, /) -> ndarray[tuple[Any, ...], dtype[Any]]`, found `def roll_weighted_mean(values: ndarray[tuple[Any, ...], dtype[Any]], weights: ndarray[tuple[Any, ...], dtype[Any]], minp: int) -> ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | BaseIndexer`, found `(Unknown & BaseIndexer) | int | (Unknown & ~BaseIndexer) | None`
[error] invalid-argument-type - Argument to `GroupbyIndexer.__init__` is incorrect: Expected `int | BaseIndexer`, found `(Unknown & BaseIndexer) | int | (Unknown & ~BaseIndexer) | None`

pandas/io/common.py

[error] no-matching-overload - No overload of `GzipFile.__init__` matches arguments
[error] no-matching-overload - No overload of `BZ2File.__init__` matches arguments
[error] no-matching-overload - No overload of `ZipFile.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes] | WriteBuffer[bytes]`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to `_BytesZipFile.__init__` is incorrect: Expected `str | PathLike[str] | ReadBuffer[bytes] | WriteBuffer[bytes]`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to bound method `read` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to bound method `_BufferedIOBase.read` is incorrect: Expected `int | None`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ReadBuffer[bytes] | WriteBuffer[bytes] | None`, found `BaseBuffer & ~str`
[error] invalid-argument-type - Argument to `_BytesTarFile.__init__` is incorrect: Expected `ReadBuffer[bytes] | WriteBuffer[bytes] | None`, found `BaseBuffer & ~str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to `LZMAFile.__init__` is incorrect: Expected `str | bytes | PathLike[str] | ... omitted 3 union elements`, found `str | BaseBuffer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `(BaseBuffer & <Protocol with members 'readable'> & <Protocol with members 'writable'> & ~str) | (Any & <Protocol with members 'readable'> & <Protocol with members 'writable'> & <Protocol with members 'seekable'> & ~str) | IO[Any] | _IOWrapper`
[error] no-matching-overload - No overload of bound method `open` matches arguments
[error] no-matching-overload - No overload of bound method `TarFile.open` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseBuffer`, found `mmap`
[error] invalid-argument-type - Argument to `_IOWrapper.__init__` is incorrect: Expected `BaseBuffer`, found `mmap`

pandas/io/formats/format.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Datetime64Formatter.__init__` is incorrect: Expected `DatetimeArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] missing-argument - No argument provided for required parameter `num` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `num` of bound method `EngFormatter.__call__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `value` does not match any known parameter of bound method `EngFormatter.__call__`

pandas/io/formats/printing.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments

pandas/io/formats/style.py

[error] invalid-argument-type - Argument to bound method `set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[dict[str, str]] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Styler.set_table_styles` is incorrect: Expected `dict[Any, list[CSSDict]] | list[CSSDict] | None`, found `list[CSSDict] | list[dict[str, str]] | list[Unknown]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `Index.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `DataFrame`

pandas/io/json/_json.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to `Parser.__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to `Parser.__init__` is incorrect: Expected `bool`, found `bool | None`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Hashable`

pandas/io/parsers/c_parser_wrapper.py

[error] invalid-argument-type - Argument to bound method `_set_noconvert_dtype_columns` is incorrect: Expected `Sequence[Hashable]`, found `None | Sequence[Hashable] | Unknown`
[error] invalid-argument-type - Argument to bound method `ParserBase._set_noconvert_dtype_columns` is incorrect: Expected `Sequence[Hashable]`, found `None | Sequence[Hashable] | Unknown`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Unknown | int | integer[Any]`
[error] invalid-argument-type - Argument to bound method `dict.pop` is incorrect: Expected `int`, found `Unknown | int | integer[Any]`

pandas/io/parsers/python_parser.py

[error] unknown-argument - Argument `true_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - Argument `true_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
[error] unknown-argument - Argument `false_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - Argument `false_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
[error] unknown-argument - Argument `none_values` does not match any known parameter of bound method `_from_sequence_of_strings`
[error] unknown-argument - Argument `none_values` does not match any known parameter of bound method `ExtensionArray._from_sequence_of_strings`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[list[str | bytes | date | ... omitted 11 union elements]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `_handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PythonParser._handle_usecols` is incorrect: Expected `list[str | bytes | date | ... omitted 11 union elements]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `_check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `PythonParser._check_comments` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `_is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements]`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonParser._is_line_empty` is incorrect: Expected `Sequence[str | bytes | date | ... omitted 10 union elements]`, found `object`
[error] invalid-argument-type - Argument to bound method `_remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[Never] | list[list[str | bytes | date | ... omitted 10 union elements]]`
[error] invalid-argument-type - Argument to bound method `PythonParser._remove_skipped_rows` is incorrect: Expected `list[list[str | bytes | date | ... omitted 10 union elements]]`, found `list[Never] | list[list[str | bytes | date | ... omitted 10 union elements]]`

pandas/io/pytables.py

[error] invalid-argument-type - Argument to bound method `_create_storer` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `HDFStore._create_storer` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | Series`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to bound method `GenericFixed.write_array_empty` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `(ExtensionArray & ~BaseStringArray) | (ndarray[tuple[Any, ...], dtype[Any]] & ~BaseStringArray) | (Index & ~BaseStringArray) | (Series & ~BaseStringArray)`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `NDFrame._get_axis_name` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `int | Unknown | None`
[error] no-matching-overload - No overload of bound method `reshape` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.reshape` matches arguments
[error] no-matching-overload - No overload of bound method `generate` matches arguments
[error] no-matching-overload - No overload of bound method `Selection.generate` matches arguments

pandas/io/sas/sas7bdat.py

[error] invalid-argument-type - Argument to bound method `_convert_header_text` is incorrect: Expected `bytes`, found `Unknown | str | bytes`
[error] invalid-argument-type - Argument to bound method `SAS7BDATReader._convert_header_text` is incorrect: Expected `bytes`, found `Unknown | str | bytes`

pandas/plotting/_matplotlib/core.py

[error] invalid-argument-type - Argument to bound method `get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer_for` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `Sequence[str]`
[error] invalid-argument-type - Argument to bound method `difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] invalid-argument-type - Argument to bound method `Index.difference` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 3 union elements`, found `set[Hashable]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'number'> | str`, found `<class 'bool'>`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `<class 'number'> | str`, found `<class 'bool'>`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[<class 'number'>]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[<class 'number'>]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `_append_legend_handles_labels` is incorrect: Expected `str`, found `Hashable & ~None`
[error] invalid-argument-type - Argument to bound method `MPLPlot._append_legend_handles_labels` is incorrect: Expected `str`, found `Hashable & ~None`

pandas/plotting/_matplotlib/groupby.py

[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `list[Hashable]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `list[Hashable]`

pandas/tests/apply/conftest.py

[error] unknown-argument - Argument `na_action` does not match any known parameter of bound method `map`
[error] unknown-argument - Argument `na_action` does not match any known parameter of bound method `MockExecutionEngine.map`

pandas/tests/apply/test_frame_apply.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `bool | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `Literal[False, "compat"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `DataFrame.apply` is incorrect: Expected `Literal[False, "compat"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `Literal[False, "compat"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `DataFrame.apply` is incorrect: Expected `Literal[False, "compat"]`, found `Literal[True]`

pandas/tests/apply/test_invalid_arg.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Literal["ignore"] | None`, found `Literal["____"]`
[error] invalid-argument-type - Argument to bound method `Series.map` is incorrect: Expected `Literal["ignore"] | None`, found `Literal["____"]`

pandas/tests/apply/test_series_apply.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `unsignedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`

pandas/tests/arithmetic/conftest.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Index | ndarray[tuple[Any, ...], dtype[Unknown]] | ExtensionArray]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Index | ndarray[tuple[Any, ...], dtype[Unknown]] | ExtensionArray]`, found `list[int | float]`

pandas/tests/arithmetic/test_datetime64.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | None | ... omitted 7 union elements, str | Literal[b"Y", b"M", b"W", b"D", b"h", ... omitted 8 literals] | tuple[Literal["Y", "M", "W", "D", "h", ... omitted 22 literals], SupportsIndex], /) -> timedelta64[None] | timedelta64[int] | timedelta64[timedelta]`, found `<class 'timedelta64'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | bytes | None | ... omitted 7 union elements, str | Literal[b"Y", b"M", b"W", b"D", b"h", ... omitted 8 literals] | tuple[Literal["Y", "M", "W", "D", "h", ... omitted 22 literals], SupportsIndex], /) -> timedelta64[None] | timedelta64[int] | timedelta64[timedelta]`, found `<class 'timedelta64'>`

pandas/tests/arithmetic/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/arrays/boolean/test_construction.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `None`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `None`
[error] invalid-argument-type - Argument to bound method `_from_sequence_of_strings` is incorrect: Expected `list[str]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `BooleanArray._from_sequence_of_strings` is incorrect: Expected `list[str]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/arrays/boolean/test_function.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`

pandas/tests/arrays/categorical/test_algos.py

[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Categorical.isin` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[str]`

pandas/tests/arrays/categorical/test_analytics.py

[error] invalid-argument-type - Argument to bound method `_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray._quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`

pandas/tests/arrays/categorical/test_dtypes.py

[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Index`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Index`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `CategoricalIndex`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `_categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`
[error] invalid-argument-type - Argument to bound method `Categorical._categories_match_up_to_permutation` is incorrect: Expected `Categorical`, found `Series`

pandas/tests/arrays/floating/test_construction.py

[error] missing-argument - No argument provided for required parameter `mask` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `mask` of `NumericArray.__init__`

pandas/tests/arrays/floating/test_function.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`

pandas/tests/arrays/integer/test_construction.py

[error] missing-argument - No argument provided for required parameter `mask` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `mask` of `NumericArray.__init__`

pandas/tests/arrays/integer/test_function.py

[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`

pandas/tests/arrays/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `min` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `IntervalArray.min` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `max` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `IntervalArray.max` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `Interval[Unknown]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `IntervalArray.insert` is incorrect: Expected `Interval[Unknown]`, found `int | float`

pandas/tests/arrays/numpy_/test_numpy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `list[int]`
[error] invalid-argument-type - Argument to `NumpyExtensionArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin2_Nout1.reduce` is incorrect: Expected `_Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements`, found `ExtensionArray`
[error] invalid-argument-type - Argument to bound method `_quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray._quantile` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[float64]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`
[error] invalid-argument-type - Argument to `NumpyExtensionArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | NumpyExtensionArray`, found `ndarray[tuple[Any, ...], dtype[Any]] | Index`

pandas/tests/arrays/sparse/test_accessor.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[ndarray[tuple[Any, ...], dtype[Unknown]]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[ndarray[tuple[Any, ...], dtype[Unknown]]]`

pandas/tests/arrays/sparse/test_libsparse.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`

pandas/tests/arrays/test_array.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `dtype[timedelta64[timedelta | int | None]]`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[float64]`
[error] invalid-argument-type - Argument to bound method `DatetimeArray._simple_new` is incorrect: Expected `dtype[datetime64[date | int | None]] | DatetimeTZDtype`, found `dtype[float64]`

pandas/tests/arrays/test_datetimelike.py

[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`

pandas/tests/arrays/test_datetimes.py

[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType | Any`
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Period | Timestamp | Timedelta | NaTType | Any`

pandas/tests/arrays/test_ndarray_backed.py

[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Categorical._empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Categorical._empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Categorical._empty` is incorrect: Expected `CategoricalDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `ExtensionDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray._empty` is incorrect: Expected `ExtensionDtype`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `ExtensionDtype`, found `Literal["datetime64[ns]"]`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray._empty` is incorrect: Expected `ExtensionDtype`, found `Literal["datetime64[ns]"]`
[error] invalid-argument-type - Argument to bound method `_empty` is incorrect: Expected `ExtensionDtype`, found `Literal["m8[ns]"]`
[error] invalid-argument-type - Argument to bound method `NDArrayBackedExtensionArray._empty` is incorrect: Expected `ExtensionDtype`, found `Literal["m8[ns]"]`

pandas/tests/copy_view/test_interp_fillna.py

[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`

pandas/tests/dtypes/test_dtypes.py

[error] invalid-argument-type - Argument to bound method `update_dtype` is incorrect: Expected `str | CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `CategoricalDtype.update_dtype` is incorrect: Expected `str | CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["datetime64[ns, US/Central]"]`
[error] invalid-argument-type - Argument to `DatetimeTZDtype.__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["datetime64[ns, US/Central]"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["this is a bad string"]`
[error] invalid-argument-type - Argument to `DatetimeTZDtype.__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["this is a bad string"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["datetime64[ns, US/NotATZ]"]`
[error] invalid-argument-type - Argument to `DatetimeTZDtype.__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["datetime64[ns, US/NotATZ]"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["D"]`
[error] invalid-argument-type - Argument to `DatetimeTZDtype.__init__` is incorrect: Expected `Literal["s", "ms", "us", "ns"] | DatetimeTZDtype`, found `Literal["D"]`
[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DatetimeTZDtype.construct_from_string` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `construct_from_string` is incorrect: Expected `str`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PeriodDtype.construct_from_string` is incorrect: Expected `str`, found `list[int]`
[error] missing-argument - No argument provided for required parameter `freq` of function `__new__`
[error] missing-argument - No argument provided for required parameter `freq` of constructor `PeriodDtype.__new__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `IntervalDtype.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `CategoricalDtype.__init__` is incorrect: Expected `bool | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `_from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `CategoricalDtype._from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `_from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `CategoricalDtype._from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `_from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `CategoricalDtype._from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `_from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`
[error] invalid-argument-type - Argument to bound method `CategoricalDtype._from_categorical_dtype` is incorrect: Expected `CategoricalDtype`, found `Categorical`

pandas/tests/dtypes/test_inference.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/dtypes/test_missing.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

pandas/tests/extension/base/io.py

[error] invalid-argument-type - Argument to bound method `to_csv` is incorrect: Expected `str`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_csv` is incorrect: Expected `str`, found `int | float`

pandas/tests/extension/base/ops.py

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

pandas/tests/extension/date/array.py

[error] invalid-argument-type - Argument to bound method `to_numpy` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | (ExtensionDtype & ~DateDtype)`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.to_numpy` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `dtype[Any] | (ExtensionDtype & ~DateDtype)`

pandas/tests/extension/decimal/array.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `int | float | integer[Any]`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `int | float | integer[Any]`

pandas/tests/extension/decimal/test_decimal.py

[error] unknown-argument - Argument `decimals` does not match any known parameter of bound method `to_numpy`
[error] unknown-argument - Argument `decimals` does not match any known parameter of bound method `ExtensionArray.to_numpy`

pandas/tests/extension/json/test_json.py

[error] missing-argument - No arguments provided for required parameters `data_missing`, `using_nan_is_na` of bound method `test_contains`
[error] missing-argument - No arguments provided for required parameters `data_missing`, `using_nan_is_na` of bound method `BaseInterfaceTests.test_contains`
[error] missing-argument - No arguments provided for required parameters `data`, `columns`, `future_stack` of bound method `test_stack`
[error] missing-argument - No arguments provided for required parameters `data`, `columns`, `future_stack` of bound method `BaseReshapingTests.test_stack`
[error] missing-argument - No argument provided for required parameter `obj` of bound method `test_unstack`
[error] missing-argument - No argument provided for required parameter `obj` of bound method `BaseReshapingTests.test_unstack`
[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `test_fillna_series`
[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `BaseMissingTests.test_fillna_series`
[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `test_fillna_frame`
[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `BaseMissingTests.test_fillna_frame`
[error] missing-argument - No arguments provided for required parameters `data_for_sorting`, `ascending` of bound method `test_sort_values_frame`
[error] missing-argument - No arguments provided for required parameters `data_for_sorting`, `ascending` of bound method `BaseMethodsTests.test_sort_values_frame`
[error] missing-argument - No argument provided for required parameter `as_frame` of bound method `test_where_series`
[error] missing-argument - No argument provided for required parameter `as_frame` of bound method `BaseMethodsTests.test_where_series`
[error] missing-argument - No argument provided for required parameter `as_series` of bound method `test_searchsorted`
[error] missing-argument - No argument provided for required parameter `as_series` of bound method `BaseMethodsTests.test_searchsorted`
[error] missing-argument - No argument provided for required parameter `box` of bound method `test_equals`
[error] missing-argument - No argument provided for required parameter `box` of bound method `BaseMethodsTests.test_equals`
[error] missing-argument - No argument provided for required parameter `data` of bound method `test_astype_str`
[error] missing-argument - No argument provided for required parameter `data` of bound method `BaseCastingTests.test_astype_str`
[error] missing-argument - No argument provided for required parameter `data_for_grouping` of bound method `test_groupby_extension_transform`
[error] missing-argument - No argument provided for required parameter `data_for_grouping` of bound method `BaseGroupbyTests.test_groupby_extension_transform`
[error] missing-argument - No arguments provided for required parameters `data_for_grouping`, `groupby_apply_op` of bound method `test_groupby_extension_apply`
[error] missing-argument - No arguments provided for required parameters `data_for_grouping`, `groupby_apply_op` of bound method `BaseGroupbyTests.test_groupby_extension_apply`
[error] missing-argument - No arguments provided for required parameters `as_index`, `data_for_grouping` of bound method `test_groupby_extension_agg`
[error] missing-argument - No arguments provided for required parameters `as_index`, `data_for_grouping` of bound method `BaseGroupbyTests.test_groupby_extension_agg`
[error] missing-argument - No argument provided for required parameter `data_for_grouping` of bound method `test_groupby_extension_no_sort`
[error] missing-argument - No argument provided for required parameter `data_for_grouping` of bound method `BaseGroupbyTests.test_groupby_extension_no_sort`

pandas/tests/extension/test_arrow.py

[error] invalid-argument-type - Argument to bound method `to_csv` is incorrect: Expected `str`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_csv` is incorrect: Expected `str`, found `int | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Buffer`, found `str | Unknown`
[error] invalid-argument-type - Argument to `BytesIO.__init__` is incorrect: Expected `Buffer`, found `str | Unknown`

pandas/tests/extension/test_period.py

[error] invalid-argument-type - Argument to bound method `_from_ordinal` is incorrect: Expected `PeriodDtypeBase`, found `dtype[Any] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Period._from_ordinal` is incorrect: Expected `PeriodDtypeBase`, found `dtype[Any] | ExtensionDtype`

pandas/tests/extension/test_sparse.py

[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `test_fillna_series`
[error] missing-argument - No argument provided for required parameter `data_missing` of bound method `BaseMissingTests.test_fillna_series`
[error] missing-argument - No argument provided for required parameter `nullable_string_dtype` of bound method `test_astype_string`
[error] missing-argument - No argument provided for required parameter `nullable_string_dtype` of bound method `BaseCastingTests.test_astype_string`

pandas/tests/frame/conftest.py

[error] no-matching-overload - No overload of bound method `random` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.random` matches arguments

pandas/tests/frame/constructors/test_from_dict.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Literal["columns", "index", "tight"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_dict` is incorrect: Expected `Literal["columns", "index", "tight"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[dict[str, str | int]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `list[dict[str, str | int]]`

pandas/tests/frame/indexing/test_insert.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to bound method `DataFrame.insert` is incorrect: Expected `int`, found `signedinteger[_64Bit]`

pandas/tests/frame/indexing/test_setitem.py

[error] no-matching-overload - No overload of bound method `shuffle` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.shuffle` matches arguments

pandas/tests/frame/methods/test_assign.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `assign`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `DataFrame.assign`: expected 1, got 2

pandas/tests/frame/methods/test_astype.py

[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `NDFrame.astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[True]`

pandas/tests/frame/methods/test_between_time.py

[error] invalid-argument-type - Argument to bound method `between_time` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["bad_string"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.between_time` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["bad_string"]`

pandas/tests/frame/methods/test_convert_dtypes.py

[error] invalid-argument-type - Argument to bound method `convert_dtypes` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"]`, found `Literal["numpy"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.convert_dtypes` is incorrect: Expected `Literal["pyarrow", "numpy_nullable"]`, found `Literal["numpy"]`

pandas/tests/frame/methods/test_cov_corr.py

[error] invalid-argument-type - Argument to bound method `corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`

pandas/tests/frame/methods/test_diff.py

[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `DataFrame.diff` is incorrect: Expected `int`, found `float`

pandas/tests/frame/methods/test_drop_duplicates.py

[error] invalid-argument-type - Argument to bound method `duplicated` is incorrect: Expected `Literal["first", "last", False]`, found `str | bool`
[error] invalid-argument-type - Argument to bound method `DataFrame.duplicated` is incorrect: Expected `Literal["first", "last", False]`, found `str | bool`

pandas/tests/frame/methods/test_dropna.py

[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `tuple[Literal[0], Literal[1]]`
[error] no-matching-overload - No overload of bound method `dropna` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.dropna` matches arguments
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"] | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `Literal["any", "all"] | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `int | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `DataFrame.dropna` is incorrect: Expected `int | _NoDefault`, found `None`

pandas/tests/frame/methods/test_fillna.py

[error] invalid-argument-type - Argument to bound method `fillna` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `NDFrame.fillna` is incorrect: Expected `int | None`, found `float`

pandas/tests/frame/methods/test_interpolate.py

[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["not_a_method"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["not_a_method"]`

pandas/tests/frame/methods/test_isin.py

[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/frame/methods/test_join.py

[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataFrame.join` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `str`

pandas/tests/frame/methods/test_map.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(Any, /) -> Any`, found `(x: Any, y) -> Unknown`
[error] invalid-argument-type - Argument to bound method `DataFrame.map` is incorrect: Expected `(Any, /) -> Any`, found `(x: Any, y) -> Unknown`

pandas/tests/frame/methods/test_quantile.py

[error] no-matching-overload - No overload of bound method `quantile` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.quantile` matches arguments
[error] no-matching-overload - No overload of bound method `quantile` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.quantile` matches arguments
[error] no-matching-overload - No overload of bound method `quantile` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.quantile` matches arguments

pandas/tests/frame/methods/test_reindex.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Period`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Period`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] too-many-positional-arguments - Too many positional arguments to bound method `reindex`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `DataFrame.reindex`: expected 2, got 3
[error] parameter-already-assigned - Multiple values provided for parameter `labels` of bound method `reindex`
[error] parameter-already-assigned - Multiple values provided for parameter `labels` of bound method `DataFrame.reindex`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["asfreq"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.reindex` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["asfreq"]`

pandas/tests/frame/methods/test_rename.py

[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments

pandas/tests/frame/methods/test_rename_axis.py

[error] no-matching-overload - No overload of bound method `rename_axis` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.rename_axis` matches arguments

pandas/tests/frame/methods/test_replace.py

[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `dict[str, dict[str, int | float]]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `Literal["\\s*\\.\\s*"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `Literal["\\s*\\.\\s*"]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `Series`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `Series`

pandas/tests/frame/methods/test_reset_index.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`

pandas/tests/frame/methods/test_round.py

[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | float]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | list[int]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.round` is incorrect: Expected `int | dict[Hashable, int] | Series`, found `dict[str, int | list[int]]`

pandas/tests/frame/methods/test_sample.py

[error] invalid-argument-type - Argument to bound method `sample` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `Literal["not_a_name"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.sample` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `Literal["not_a_name"]`

pandas/tests/frame/methods/test_shift.py

[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `int | Sequence[int]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.shift` is incorrect: Expected `int | Sequence[int]`, found `list[str]`

pandas/tests/frame/methods/test_sort_index.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int] | list[int | float]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int] | list[int | float]]`
[error] no-matching-overload - No overload of bound method `sort_index` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.sort_index` matches arguments
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`

pandas/tests/frame/methods/test_sort_values.py

[error] invalid-argument-type - Argument to bound method `sort_values` is incorrect: Expected `Literal["first", "last"]`, found `Literal["bad_position"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.sort_values` is incorrect: Expected `Literal["first", "last"]`, found `Literal["bad_position"]`

pandas/tests/frame/methods/test_to_csv.py

[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/frame/methods/test_to_dict.py

[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments

pandas/tests/frame/methods/test_to_records.py

[error] invalid-argument-type - Argument to bound method `to_records` is incorrect: Expected `bool`, found `DictLike | str`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_records` is incorrect: Expected `bool`, found `DictLike | str`

pandas/tests/frame/methods/test_transpose.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/frame/test_arithmetic.py

[error] invalid-argument-type - Argument to bound method `sub` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `None`
[error] invalid-argument-type - Argument to bound method `DataFrame.sub` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `None`

pandas/tests/frame/test_arrow_interface.py

[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `dict[str, list[int] | list[str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `dict[str, list[int] | list[str]]`

pandas/tests/frame/test_constructors.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `tuple[tuple[str, str], dict[tuple[str, str], int]]`, found `tuple[Literal["z"], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `tuple[tuple[str, str], dict[tuple[str, str], int]]`, found `tuple[Literal["z"], dict[tuple[str, str], int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index | ... omitted 4 union elements`, found `set[str]`

pandas/tests/frame/test_query_eval.py

[error] no-matching-overload - No overload of bound method `query` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.query` matches arguments
[error] no-matching-overload - No overload of bound method `query` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.query` matches arguments
[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `Index | Series | Unknown`
[error] invalid-argument-type - Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `Index | Series | Unknown`

pandas/tests/frame/test_stack_unstack.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str | int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str | int]]`
[error] unknown-argument - Argument `axis` does not match any known parameter of bound method `swaplevel`
[error] unknown-argument - Argument `axis` does not match any known parameter of bound method `Series.swaplevel`

pandas/tests/generic/test_duplicate_labels.py

[error] unknown-argument - Argument `allows_duplicate_labels` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `allows_duplicate_labels` does not match any known parameter of `Series.__init__`

pandas/tests/generic/test_frame.py

[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.drop` matches arguments
[error] unknown-argument - Argument `inplace` does not match any known parameter of bound method `reindex`
[error] unknown-argument - Argument `inplace` does not match any known parameter of bound method `DataFrame.reindex`
[error] unknown-argument - Argument `inplace` does not match any known parameter of bound method `fillna`
[error] unknown-argument - Argument `inplace` does not match any known parameter of bound method `NDArrayBackedExtensionArray.fillna`

pandas/tests/groupby/aggregate/test_aggregate.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`

pandas/tests/groupby/aggregate/test_other.py

[error] invalid-argument-type - Argument to bound method `strptime` is incorrect: Expected `str`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `datetime.strptime` is incorrect: Expected `str`, found `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (float & ~AlwaysFalsy)`

pandas/tests/groupby/methods/test_quantile.py

[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `GroupBy.quantile` is incorrect: Expected `int | float | ExtensionArray | ... omitted 3 union elements`, found `list[int | float]`

pandas/tests/groupby/methods/test_value_counts.py

[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to constructor `MultiIndex.__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to constructor `MultiIndex.__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`
[error] invalid-argument-type - Argument to constructor `MultiIndex.__new__` is incorrect: Expected `bool`, found `list[list[int] | list[int | float]] | list[str]`

pandas/tests/groupby/test_categorical.py

[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `map[Unknown]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `map[Unknown]`

pandas/tests/groupby/test_counting.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`

pandas/tests/groupby/test_groupby.py

[error] unknown-argument - Argument `min_period` does not match any known parameter of bound method `rolling`
[error] unknown-argument - Argument `min_period` does not match any known parameter of bound method `GroupBy.rolling`

pandas/tests/groupby/test_grouping.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`

pandas/tests/groupby/test_reductions.py

[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `GroupBy.mean` is incorrect: Expected `bool`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Literal["True"]`
[error] invalid-argument-type - Argument to bound method `GroupBy.mean` is incorrect: Expected `bool`, found `Literal["True"]`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `GroupBy.mean` is incorrect: Expected `bool`, found `Literal[1]`

pandas/tests/indexes/base_class/test_indexing.py

[error] invalid-argument-type - Argument to bound method `get_slice_bound` is incorrect: Expected `Literal["left", "right"]`, found `Literal["middle"]`
[error] invalid-argument-type - Argument to bound method `Index.get_slice_bound` is incorrect: Expected `Literal["left", "right"]`, found `Literal["middle"]`

pandas/tests/indexes/base_class/test_setops.py

[error] invalid-argument-type - Argument to bound method `intersection` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `Index.intersection` is incorrect: Expected `bool`, found `None`

pandas/tests/indexes/categorical/test_indexing.py

[error] invalid-argument-type - Argument to bound method `get_indexer` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Index.get_indexer` is incorrect: Expected `Literal["backfill", "bfill", "ffill", "pad", "nearest"] | None`, found `Literal["invalid"]`

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

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

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

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

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

[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["D"]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["s"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["s"]`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["ms"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["ms"]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["ms"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["ms"]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["10ns"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["10ns"]`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `Literal["1010ns"]`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `Literal["1010ns"]`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`

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

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

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

[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DatetimeIndex.tz_localize` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[int]`

pandas/tests/indexes/datetimes/test_constructors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType | str | int`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType | str | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_date_range.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `timedelta`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `timedelta`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `BaseOffset | None`

pandas/tests/indexes/datetimes/test_indexing.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[bool]`
[error] invalid-argument-type - Argument to bound method `Index.where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[bool]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

pandas/tests/indexes/datetimes/test_reindex.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `int | float | None`, found `timedelta`
[error] invalid-argument-type - Argument to bound method `Index.reindex` is incorrect: Expected `int | float | None`, found `timedelta`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_scalar_compat.py

[error] unknown-argument - Argument `locale` does not match any known parameter of bound method `day_name`
[error] unknown-argument - Argument `locale` does not match any known parameter of bound method `NaTType.day_name`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `NaTType`
[error] unknown-argument - Argument `locale` does not match any known parameter of bound method `day_name`
[error] unknown-argument - Argument `locale` does not match any known parameter of bound method `NaTType.day_name`

pandas/tests/indexes/datetimes/test_setops.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/indexes/datetimes/test_timezones.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `Literal["infer", "NaT", "raise"] | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`

pandas/tests/indexes/interval/test_equals.py

[error] invalid-argument-type - Argument to bound method `from_breaks` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_breaks` is incorrect: Expected `Literal["left", "right", "both", "neither"] | None`, found `str`

pandas/tests/indexes/interval/test_indexing.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/indexes/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to bound method `IntervalIndex.from_arrays` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/indexes/interval/test_interval_tree.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `IntervalTree.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`

pandas/tests/indexes/multi/test_constructors.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Iterator[list[str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Iterator[list[str]]`
[error] invalid-argument-type - Argument to bound method `from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_product` is incorrect: Expected `Sequence[Iterable[Hashable]]`, found `Literal[0]`

pandas/tests/indexes/multi/test_drop.py

[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[0]`

pandas/tests/indexes/multi/test_get_set.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `set_levels`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `MultiIndex.set_levels`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `set_codes`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `MultiIndex.set_codes`: expected 2, got 3

pandas/tests/indexes/multi/test_indexing.py

[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.drop` is incorrect: Expected `Iterable[Hashable] | None`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `Index.where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `Literal[True]`

pandas/tests/indexes/multi/test_missing.py

[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["xxx"]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["xxx"]`

pandas/tests/indexes/multi/test_reindex.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str] | str]`

pandas/tests/indexes/multi/test_setops.py

[error] invalid-argument-type - Argument to bound method `intersection` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `Index.intersection` is incorrect: Expected `bool`, found `None`

pandas/tests/indexes/multi/test_sorting.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`

pandas/tests/indexes/period/methods/test_shift.py

[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `PeriodIndex.shift` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `PeriodIndex.shift` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/period/test_constructors.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `PeriodArray._simple_new` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]]`, found `Index`
[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._simple_new` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `_shallow_copy` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`
[error] invalid-argument-type - Argument to bound method `Index._shallow_copy` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`, found `PeriodIndex`

pandas/tests/indexes/period/test_indexing.py

[error] invalid-argument-type - Argument to bound method `view` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `PeriodDtype`
[error] invalid-argument-type - Argument to bound method `Index.view` is incorrect: Expected `type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements`, found `PeriodDtype`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

pandas/tests/indexes/period/test_searchsorted.py

[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `searchsorted` matches arguments
[error] no-matching-overload - No overload of bound method `IndexOpsMixin.searchsorted` matches arguments

pandas/tests/indexes/ranges/test_constructors.py

[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `from_range`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `RangeIndex.from_range`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | range | RangeIndex | None`, found `Literal["1"]`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | range | RangeIndex | None`, found `Literal["1"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `Literal["10"]`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `Literal["10"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `Literal["1"]`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `Literal["1"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | range | RangeIndex | None`, found `float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | range | RangeIndex | None`, found `float`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`

pandas/tests/indexes/ranges/test_join.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `Index.join` matches arguments

pandas/tests/indexes/ranges/test_range.py

[error] invalid-argument-type - Argument to bound method `get_loc` is incorrect: Expected `int`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `RangeIndex.get_loc` is incorrect: Expected `int`, found `Literal["a"]`

pandas/tests/indexes/test_base.py

[error] invalid-argument-type - Argument to bound method `is_` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `Index.is_` is incorrect: Expected `Index`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Iterable[Hashable]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Index.drop` is incorrect: Expected `Iterable[Hashable]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `sortlevel` is incorrect: Expected `bool | list[bool]`, found `Literal["True"]`
[error] invalid-argument-type - Argument to bound method `Index.sortlevel` is incorrect: Expected `bool | list[bool]`, found `Literal["True"]`
[error] invalid-argument-type - Argument to bound method `sortlevel` is incorrect: Expected `bool | list[bool]`, found `list[bool | str]`
[error] invalid-argument-type - Argument to bound method `Index.sortlevel` is incorrect: Expected `bool | list[bool]`, found `list[bool | str]`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["xxx"]`
[error] invalid-argument-type - Argument to bound method `Index.dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["xxx"]`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of constructor `Index.__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of constructor `Index.__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of constructor `RangeIndex.__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `fastpath` does not match any known parameter of constructor `CategoricalIndex.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`

pandas/tests/indexes/test_common.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `Index.join` matches arguments

pandas/tests/indexes/test_indexing.py

[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Index.take` is incorrect: Expected `Sequence[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `Literal[1]`

pandas/tests/indexes/test_old_base.py

[error] unknown-argument - Argument `names` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `names` does not match any known parameter of constructor `Index.__new__`
[error] unknown-argument - Argument `names` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `names` does not match any known parameter of constructor `Index.__new__`
[error] unknown-argument - Argument `names` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `names` does not match any known parameter of constructor `Index.__new__`

pandas/tests/indexes/timedeltas/methods/test_astype.py

[error] invalid-argument-type - Argument to bound method `_simple_new` is incorrect: Expected `Tick | Day | None`, found `BaseOffset | None`
[error] invalid-argument-type - Argument to bound method `TimedeltaArray._simple_new` is incorrect: Expected `Tick | Day | None`, found `BaseOffset | None`

pandas/tests/indexes/timedeltas/test_indexing.py

[error] invalid-argument-type - Argument to bound method `where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[bool]`
[error] invalid-argument-type - Argument to bound method `Index.where` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]]`, found `list[bool]`

pandas/tests/indexes/timedeltas/test_scalar_compat.py

[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `round`
[error] unknown-argument - Argument `freq` does not match any known parameter of bound method `Index.round`
[error] invalid-argument-type - Argument to bound method `round` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `Index.round` is incorrect: Expected `int`, found `str`

pandas/tests/indexing/multiindex/test_multiindex.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | int | float]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | int | float]`

pandas/tests/indexing/multiindex/test_slice.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `int | str`
[error] invalid-argument-type - Argument to bound method `_LocationIndexer.__call__` is incorrect: Expected `int | Literal["index", "columns", "rows"] | None`, found `int | str`

pandas/tests/indexing/test_iloc.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `tuple[None, str] | tuple[str, str]`, found `tuple[None | str, str]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `tuple[None, str] | tuple[str, str]`, found `tuple[None | str, str]`

pandas/tests/indexing/test_loc.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[list[str] | list[int]]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[list[str] | list[int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[list[str] | list[int]]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `bool | None`, found `list[list[str] | list[int]]`

pandas/tests/interchange/test_impl.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `tzinfo | None`, found `int`

pandas/tests/internals/test_internals.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `_from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `NDFrame._from_mgr` is incorrect: Expected `BlockManager | SingleBlockManager`, found `DataFrame | Series`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`
[error] invalid-argument-type - Argument to `BlockPlacement.__init__` is incorrect: Expected `int | slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[Any]]`, found `list[int]`

pandas/tests/io/excel/test_writers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `to_excel` is incorrect: Expected `Literal["openpyxl", "xlsxwriter"] | None`, found `Literal["dummy"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_excel` is incorrect: Expected `Literal["openpyxl", "xlsxwriter"] | None`, found `Literal["dummy"]`

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

[error] invalid-argument-type - Argument to bound method `bar` is incorrect: Expected `str | list[Unknown] | tuple[Unknown, ...] | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `Styler.bar` is incorrect: Expected `str | list[Unknown] | tuple[Unknown, ...] | None`, found `Literal[123]`

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DataFrame | Series`, found `list[int]`
[error] invalid-argument-type - Argument to `Styler.__init__` is incorrect: Expected `DataFrame | Series`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[dict[str, str | list[tuple[str, str]]]]`
[error] invalid-argument-type - Argument to `Styler.__init__` is incorrect: Expected `list[CSSDict] | None`, found `list[dict[str, str | list[tuple[str, str]]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[str]`
[error] invalid-argument-type - Argument to `DataFrame.__init__` is incorrect: Expected `bool | None`, found `list[str]`

pandas/tests/io/formats/test_format.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal["עברית"]`
[error] invalid-argument-type - Argument to `SeriesFormatter.__init__` is incorrect: Expected `bool`, found `Literal["עברית"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to `_Timedelta64Formatter.__init__` is incorrect: Expected `TimedeltaArray`, found `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/io/formats/test_printing.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `LiteralString`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `LiteralString`

pandas/tests/io/formats/test_to_csv.py

[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] invalid-argument-type - Argument to bound method `to_csv` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_csv` is incorrect: Expected `str | ((...) -> Unknown) | None`, found `Literal[123]`

pandas/tests/io/formats/test_to_html.py

[error] invalid-argument-type - Argument to bound method `to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[((x) -> str) | None]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_html` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `list[((x) -> str) | None]`

pandas/tests/io/formats/test_to_latex.py

[error] invalid-argument-type - Argument to bound method `to_latex` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, ((x) -> Unknown) | ((x) -> str)]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_latex` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, ((x) -> Unknown) | ((x) -> str)]`

pandas/tests/io/formats/test_to_markdown.py

[error] no-matching-overload - No overload of bound method `to_markdown` matches arguments
[error] no-matching-overload - No overload of bound method `Series.to_markdown` matches arguments

pandas/tests/io/formats/test_to_string.py

[error] no-matching-overload - No overload of bound method `to_string` matches arguments
[error] no-matching-overload - No overload of bound method `Series.to_string` matches arguments
[error] invalid-argument-type - Argument to bound method `to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `list[(...) -> Unknown] | tuple[(...) -> Unknown, ...] | Mapping[str | int, (...) -> Unknown] | None`, found `dict[str, Overload[(*args: LiteralString, **kwargs: LiteralString) -> LiteralString, (*args: object, **kwargs: object) -> str]]`
[error] invalid-argument-type - Argument to bound method `to_string` is incorrect: Expected `int | list[int] | dict[Hashable, int] | None`, found `dict[Hashable, int | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_string` is incorrect: Expected `int | list[int] | dict[Hashable, int] | None`, found `dict[Hashable, int | str]`

pandas/tests/io/json/test_compression.py

[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["infer", "gzip", "bz2", "zip", "xz", "zstd", "tar"] | dict[str, Any] | None`, found `Literal["unsupported"]`

pandas/tests/io/json/test_pandas.py

[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `Literal["garbage"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `Literal["garbage"]`
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `Literal["garbage"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["split", "records", "index", "table", "columns", "values"] | None`, found `Literal["garbage"]`
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_json` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `Literal["foo"]`
[error] unknown-argument - Argument `encoding` does not match any known parameter of bound method `to_json`
[error] unknown-argument - Argument `encoding` does not match any known parameter of bound method `NDFrame.to_json`

pandas/tests/io/json/test_ujson.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

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

[error] invalid-argument-type - Argument to bound method `to_csv` is incorrect: Expected `bool | list[str]`, found `None`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_csv` is incorrect: Expected `bool | list[str]`, found `None`

pandas/tests/io/parser/dtypes/test_categorical.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/parser/dtypes/test_dtypes_basic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

pandas/tests/io/parser/test_converters.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `signedinteger.__new__` is incorrect: Expected `SupportsInt | SupportsIndex | str | bytes`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

pandas/tests/io/parser/test_encoding.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `SpooledTemporaryFile.write` matches arguments

pandas/tests/io/parser/test_parse_dates.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/parser/test_textreader.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] unknown-argument - Argument `on_bad_lines` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `on_bad_lines` does not match any known parameter of `TextReader.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] unknown-argument - Argument `on_bad_lines` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `on_bad_lines` does not match any known parameter of `TextReader.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `ExtensionDtype | str | dtype[Any] | type | dict[Hashable, ExtensionDtype | str | dtype[Any] | type]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `Literal["round_trip", "legacy", "high"] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `set[Unknown]`
[error] invalid-argument-type - Argument to `TextReader.__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | bytes | None`, found `set[Unknown]`

pandas/tests/io/pytables/test_categorical.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Literal[True] | list[str] | None`, found `Index`
[error] invalid-argument-type - Argument to bound method `HDFStore.append` is incorrect: Expected `Literal[True] | list[str] | None`, found `Index`

pandas/tests/io/pytables/test_complex.py

[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`

pandas/tests/io/pytables/test_errors.py

[error] missing-argument - No argument provided for required parameter `where` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `where` of `PyTablesExpr.__init__`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["zlib", "lzo", "bzip2", "blosc"] | None`, found `Literal["foolib"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["zlib", "lzo", "bzip2", "blosc"] | None`, found `Literal["foolib"]`

pandas/tests/io/pytables/test_read.py

[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["t"]`

pandas/tests/io/pytables/test_round_trip.py

[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["f"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["f"]`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["f"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["f"]`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["fixed", "table"] | None`, found `Literal["foo"]`

pandas/tests/io/pytables/test_store.py

[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `HDFStore.put` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to bound method `to_hdf` is incorrect: Expected `Literal["strict", "ignore", "replace", "surrogateescape", "xmlcharrefreplace", "backslashreplace", "namereplace"]`, found `Literal["surrogatepass"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.to_hdf` is incorrect: Expected `Literal["strict", "ignore", "replace", "surrogateescape", "xmlcharrefreplace", "backslashreplace", "namereplace"]`, found `Literal["surrogatepass"]`

pandas/tests/io/test_common.py

[error] no-matching-overload - No overload of bound method `to_csv` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.to_csv` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `IO[bytes] | IO[str]`, found `TestError`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `IO[bytes] | IO[str]`, found `TestError`

pandas/tests/io/test_feather.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/io/test_parquet.py

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

pandas/tests/io/test_pickle.py

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

pandas/tests/io/test_stata.py

[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `datetime | None`, found `Literal["01 Jan 2000, 00:00:00"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `datetime | None`, found `Literal["01 Jan 2000, 00:00:00"]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | floating[_32Bit] | float64`
[error] invalid-argument-type - Argument to `StataMissingValue.__init__` is incorrect: Expected `int | float`, found `int | floating[_32Bit] | float64`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `list[str]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `list[str]`, found `list[str | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `StataWriterUTF8.__init__` is incorrect: Expected `dict[Hashable, str] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriterUTF8.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str] | dict[int | float, str]]`
[error] invalid-argument-type - Argument to `StataWriter.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str] | dict[int | float, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriter.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to `StataWriter.__init__` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str | tuple[int, int], dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str | tuple[int, int], dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `dict[Hashable, dict[int | float, str]] | None`, found `dict[str, dict[int, str]]`
[error] invalid-argument-type - Argument to bound method `to_stata` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_stata` is incorrect: Expected `bool`, found `Literal[0]`

pandas/tests/plotting/test_datetimelike.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/plotting/test_misc.py

[error] invalid-argument-type - Argument to function `_get_call_args` is incorrect: Expected `Series | DataFrame`, found `list[Unknown]`
[error] invalid-argument-type - Argument to function `PlotAccessor._get_call_args` is incorrect: Expected `Series | DataFrame`, found `list[Unknown]`

pandas/tests/resample/test_base.py

[error] unknown-argument - Argument `convention` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `convention` does not match any known parameter of `Grouper.__init__`

pandas/tests/resample/test_datetime_index.py

[error] unknown-argument - Argument `closed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of `Grouper.__init__`
[error] invalid-argument-type - Argument to bound method `resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `str | Timestamp | NaTType | None`
[error] invalid-argument-type - Argument to bound method `NDFrame.resample` is incorrect: Expected `str | date | datetime64[date | int | None] | ... omitted 3 union elements`, found `str | Timestamp | NaTType | None`

pandas/tests/resample/test_period_index.py

[error] missing-argument - No argument provided for required parameter `value` of bound method `fillna`
[error] missing-argument - No argument provided for required parameter `value` of bound method `NDFrame.fillna`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `fillna`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `NDFrame.fillna`

pandas/tests/resample/test_resampler_grouper.py

[error] unknown-argument - Argument `origin` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `origin` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `origin` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `origin` does not match any known parameter of `Grouper.__init__`

pandas/tests/resample/test_time_grouper.py

[error] unknown-argument - Argument `label` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `label` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `closed` does not match any known parameter of `Grouper.__init__`
[error] unknown-argument - Argument `origin` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `origin` does not match any known parameter of `Grouper.__init__`

pandas/tests/reshape/concat/test_concat.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`
[error] invalid-argument-type - Argument to constructor `RangeIndex.__new__` is incorrect: Expected `int | integer[Any] | None`, found `float`

pandas/tests/reshape/merge/test_merge.py

[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Literal["full"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.merge` is incorrect: Expected `Literal["left", "right", "inner", "outer", "cross", "left_anti", "right_anti"]`, found `Literal["full"]`

pandas/tests/reshape/merge/test_multi.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | NaTType | str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | NaTType | str]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | NaTType | str]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[Timestamp | NaTType | str]]`

pandas/tests/reshape/test_cut.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/reshape/test_pivot.py

[error] missing-argument - No argument provided for required parameter `columns` of bound method `pivot`
[error] missing-argument - No argument provided for required parameter `columns` of bound method `DataFrame.pivot`
[error] missing-argument - No argument provided for required parameter `columns` of bound method `pivot`
[error] missing-argument - No argument provided for required parameter `columns` of bound method `DataFrame.pivot`

pandas/tests/reshape/test_qcut.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/interval/test_arithmetic.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timedelta | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/interval/test_constructors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Expected `Literal["left", "right", "both", "neither"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/interval/test_interval.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`
[error] invalid-argument-type - Argument to `Interval.__init__` is incorrect: Argument type `Timestamp | NaTType` does not satisfy constraints (`int`, `int | float`, `Timestamp`, `Timedelta`) of type variable `_OrderableT`

pandas/tests/scalar/period/test_period.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | str | BaseOffset | None`, found `tuple[Literal["Min"], Literal[1]]`
[error] invalid-argument-type - Argument to constructor `Period.__new__` is incorrect: Expected `int | str | BaseOffset | None`, found `tuple[Literal["Min"], Literal[1]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | str | BaseOffset | None`, found `tuple[Literal["w"], Literal[1]]`
[error] invalid-argument-type - Argument to constructor `Period.__new__` is incorrect: Expected `int | str | BaseOffset | None`, found `tuple[Literal["w"], Literal[1]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to constructor `Period.__new__` is incorrect: Expected `int | None`, found `float`

pandas/tests/scalar/test_na_scalar.py

[error] invalid-argument-type - Argument to bound method `at` is incorrect: Expected `_SupportsArrayUFunc`, found `NAType`
[error] invalid-argument-type - Argument to bound method `_UFunc_Nin1_Nout1.at` is incorrect: Expected `_SupportsArrayUFunc`, found `NAType`

pandas/tests/scalar/test_nat.py

[error] invalid-argument-type - Argument to bound method `to_numpy` is incorrect: Expected `dtype[Any] | str | None`, found `<class 'signedinteger[_64Bit]'>`
[error] invalid-argument-type - Argument to bound method `NaTType.to_numpy` is incorrect: Expected `dtype[Any] | str | None`, found `<class 'signedinteger[_64Bit]'>`

pandas/tests/scalar/timedelta/methods/test_as_unit.py

[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[9223372800000000]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[9223372800000000]`

pandas/tests/scalar/timedelta/test_arithmetic.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `__rfloordiv__` matches arguments
[error] no-matching-overload - No overload of bound method `Timedelta.__rfloordiv__` matches arguments
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `Timedelta.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `Timedelta.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `Timedelta.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `Timedelta.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `__add__` is incorrect: Argument type `Other` does not satisfy upper bound `NaTType` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `NaTType.__add__` is incorrect: Argument type `Other` does not satisfy upper bound `NaTType` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `__add__` is incorrect: Expected `NaTType | datetime | timedelta | ... omitted 3 union elements`, found `Other`
[error] invalid-argument-type - Argument to bound method `NaTType.__add__` is incorrect: Expected `NaTType | datetime | timedelta | ... omitted 3 union elements`, found `Other`
[error] invalid-argument-type - Argument to bound method `__add__` is incorrect: Expected `timedelta`, found `Other`
[error] invalid-argument-type - Argument to bound method `Timedelta.__add__` is incorrect: Expected `timedelta`, found `Other`

pandas/tests/scalar/timedelta/test_constructors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | integer[Any] | floating[Any]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to constructor `Timedelta.__new__` is incorrect: Expected `int | float | integer[Any] | floating[Any]`, found `Literal["abc"]`

pandas/tests/scalar/timedelta/test_timedelta.py

[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50050]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50050]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[50]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`

pandas/tests/scalar/timestamp/methods/test_replace.py

[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `replace`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `NaTType.replace`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `replace`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `Timestamp.replace`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `NaTType.replace` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `Timestamp.replace` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NaTType.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Timestamp.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NaTType.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Timestamp.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NaTType.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Timestamp.replace` is incorrect: Expected `int | None`, found `int | float`

pandas/tests/scalar/timestamp/methods/test_tz_localize.py

[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `bool | Literal["raise"] | NaTType`, found `Literal["infer"]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `bool | Literal["raise"] | NaTType`, found `Literal["infer"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `bool | Literal["raise", "NaT"]`, found `Literal["infer"]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NaTType.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Timestamp.replace` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NaTType.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.tz_localize` is incorrect: Expected `Literal["shift_forward", "shift_backward", "NaT", "raise"] | timedelta`, found `Literal["foo"]`

pandas/tests/scalar/timestamp/test_constructors.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `tzinfo | None`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | None`, found `int`
[error] invalid-argument-type - Argument to constructor `Timedelta.__new__` is incorrect: Expected `str | None`, found `int`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `slice[Any, Literal[2], Any]`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `slice[Any, Literal[2], Any]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Period | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Period | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tzinfo | None`, found `Literal["US/Eastern"]`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `tzinfo | None`, found `Literal["US/Eastern"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | None`, found `Literal["US/Pacific"]`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `int | None`, found `Literal["US/Pacific"]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `datetime | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `dst` is incorrect: Expected `datetime | None`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `tzinfo.dst` is incorrect: Expected `datetime | None`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`

pandas/tests/scalar/timestamp/test_timestamp.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `day_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `NaTType.day_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `month_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `NaTType.month_name`: expected 1, got 2
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `NaTType`
[error] too-many-positional-arguments - Too many positional arguments to bound method `day_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `NaTType.day_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `month_name`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `NaTType.month_name`: expected 1, got 2
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `to_numpy` is incorrect: Expected `dtype[Any] | None`, found `Literal["M8[s]"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.to_numpy` is incorrect: Expected `dtype[Any] | None`, found `Literal["M8[s]"]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `NaTType.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `Timedelta.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `_from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Timedelta._from_value_and_reso` is incorrect: Expected `signedinteger[_64Bit]`, found `Literal[1]`

pandas/tests/series/accessors/test_cat_accessor.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, tuple[()], dict[Unknown, Unknown]]]`, found `GeneratorType[tuple[str, tuple[str], dict[Unknown, Unknown]] | tuple[str, str, dict[Unknown, Unknown]], None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, tuple[()], dict[Unknown, Unknown]]]`, found `GeneratorType[tuple[str, tuple[str], dict[Unknown, Unknown]] | tuple[str, str, dict[Unknown, Unknown]], None, None]`

pandas/tests/series/indexing/test_take.py

[error] invalid-argument-type - Argument to bound method `take` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.take` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["foo"]`

pandas/tests/series/methods/test_astype.py

[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `NDFrame.astype` is incorrect: Expected `Literal["ignore", "raise"]`, found `Literal[False]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType | str | int`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Timestamp | NaTType | str | int`
[error] unknown-argument - Argument `categories` does not match any known parameter of bound method `astype`
[error] unknown-argument - Argument `categories` does not match any known parameter of bound method `NDFrame.astype`
[error] unknown-argument - Argument `ordered` does not match any known parameter of bound method `astype`
[error] unknown-argument - Argument `ordered` does not match any known parameter of bound method `NDFrame.astype`

pandas/tests/series/methods/test_cov_corr.py

[error] invalid-argument-type - Argument to bound method `corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`
[error] invalid-argument-type - Argument to bound method `Series.corr` is incorrect: Expected `Literal["pearson", "kendall", "spearman"] | ((ndarray[tuple[Any, ...], dtype[Any]], ndarray[tuple[Any, ...], dtype[Any]], /) -> int | float)`, found `Literal["____"]`

pandas/tests/series/methods/test_diff.py

[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `Series.diff` is incorrect: Expected `int`, found `float`

pandas/tests/series/methods/test_fillna.py

[error] invalid-argument-type - Argument to bound method `fillna` is incorrect: Expected `int | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `NDFrame.fillna` is incorrect: Expected `int | None`, found `int | float`

pandas/tests/series/methods/test_interpolate.py

[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["FORWARD"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["FORWARD"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["forward", "backward", "both"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["inside", "outside"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["inside", "outside"] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["pad"]`
[error] invalid-argument-type - Argument to bound method `interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["asfreq"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.interpolate` is incorrect: Expected `Literal["linear", "time", "index", "values", "nearest", ... omitted 13 literals]`, found `Literal["asfreq"]`

pandas/tests/series/methods/test_map.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["something"]`
[error] invalid-argument-type - Argument to bound method `Series.map` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["something"]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["something"]`
[error] invalid-argument-type - Argument to bound method `Series.map` is incorrect: Expected `((...) -> Unknown) | None`, found `Literal["something"]`

pandas/tests/series/methods/test_nlargest.py

[error] invalid-argument-type - Argument to bound method `nsmallest` is incorrect: Expected `Literal["first", "last", "all"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Series.nsmallest` is incorrect: Expected `Literal["first", "last", "all"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `nlargest` is incorrect: Expected `Literal["first", "last", "all"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Series.nlargest` is incorrect: Expected `Literal["first", "last", "all"]`, found `Literal["invalid"]`

pandas/tests/series/methods/test_rank.py

[error] invalid-argument-type - Argument to bound method `rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal["bad"]`
[error] invalid-argument-type - Argument to bound method `rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `NDFrame.rank` is incorrect: Expected `Literal["keep", "top", "bottom"]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `rank` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["average"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.rank` is incorrect: Expected `int | Literal["index", "columns", "rows"]`, found `Literal["average"]`

pandas/tests/series/methods/test_reindex.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Unknown | Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.reindex` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `Unknown | Timestamp | NaTType`
[error] too-many-positional-arguments - Too many positional arguments to bound method `reindex`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Series.reindex`: expected 2, got 3
[error] parameter-already-assigned - Multiple values provided for parameter `index` of bound method `reindex`
[error] parameter-already-assigned - Multiple values provided for parameter `index` of bound method `Series.reindex`

pandas/tests/series/methods/test_rename_axis.py

[error] no-matching-overload - No overload of bound method `rename_axis` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rename_axis` matches arguments

pandas/tests/series/methods/test_replace.py

[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `bool`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.replace` is incorrect: Expected `bool`, found `Literal["foo"]`

pandas/tests/series/methods/test_searchsorted.py

[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Timestamp | NaTType]`
[error] invalid-argument-type - Argument to bound method `Series.searchsorted` is incorrect: Expected `int | float | complex | ... omitted 7 union elements`, found `list[Timestamp | NaTType]`

pandas/tests/series/methods/test_sort_index.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[list[int]]`

pandas/tests/series/methods/test_sort_values.py

[error] no-matching-overload - No overload of bound method `sort_values` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sort_values` matches arguments

pandas/tests/series/test_arrow_interface.py

[error] invalid-argument-type - Argument to bound method `from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Series.from_arrow` is incorrect: Expected `ArrowArrayExportable | ArrowStreamExportable`, found `list[int]`

pandas/tests/strings/test_split_partition.py

[error] invalid-argument-type - Argument to bound method `from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | list[int | float] | list[None | Unknown]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.from_tuples` is incorrect: Expected `Iterable[tuple[Hashable, ...]]`, found `list[tuple[str, str, str] | list[int | float] | list[None | Unknown]]`

pandas/tests/test_algos.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.isin` is incorrect: Expected `Series | DataFrame | Sequence[Unknown] | Mapping[Unknown, Unknown]`, found `ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/test_downstream.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tools/test_to_datetime.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `DatetimeTimedeltaMixin.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tools/test_to_numeric.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Literal["string"]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | float`, found `Literal["string"]`

pandas/tests/tseries/holiday/test_calendar.py

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

pandas/tests/tseries/holiday/test_federal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`

pandas/tests/tseries/holiday/test_holiday.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[None | BaseOffset | list[BaseOffset]]`
[error] invalid-argument-type - Argument to `Holiday.__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[None | BaseOffset | list[BaseOffset]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[None | BaseOffset | list[BaseOffset]]`
[error] invalid-argument-type - Argument to `Holiday.__init__` is incorrect: Expected `BaseOffset | list[BaseOffset] | None`, found `list[None | BaseOffset | list[BaseOffset]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Timestamp | NaTType]`
[error] invalid-argument-type - Argument to `Holiday.__init__` is incorrect: Expected `DatetimeIndex | None`, found `list[Timestamp | NaTType]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[Unknown, ...] | None`, found `list[int]`
[error] invalid-argument-type - Argument to `Holiday.__init__` is incorrect: Expected `tuple[Unknown, ...] | None`, found `list[int]`

pandas/tests/tseries/offsets/test_business_day.py

[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `date`

pandas/tests/tseries/offsets/test_business_hour.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to `BusinessMixin.__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to constructor `DatetimeIndex.__new__` is incorrect: Expected `str | BaseOffset | _NoDefault`, found `None`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `DatetimeTimedeltaMixin.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `DatetimeTimedeltaMixin.as_unit` is incorrect: Expected `Literal["s", "ms", "us", "ns"]`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to `BusinessMixin.__init__` is incorrect: Expected `timedelta`, found `Timedelta | NaTType`

pandas/tests/tseries/offsets/test_custom_business_day.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `list[int]`
[error] invalid-argument-type - Argument to `CustomBusinessDay.__init__` is incorrect: Expected `str`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `busdaycalendar | AbstractHolidayCalendar | None`, found `object`
[error] invalid-argument-type - Argument to `CustomBusinessDay.__init__` is incorrect: Expected `busdaycalendar | AbstractHolidayCalendar | None`, found `object`

pandas/tests/tseries/offsets/test_custom_business_month.py

[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `date`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `date`

pandas/tests/tseries/offsets/test_fiscal.py

[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `rollforward` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollforward` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.rollback` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`

pandas/tests/tseries/offsets/test_offsets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `date | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `date | NaTType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["Doh!"]`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `int`, found `Literal["Doh!"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `timedelta`
[error] invalid-argument-type - Argument to `BaseOffset.__init__` is incorrect: Expected `int`, found `timedelta`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to `BusinessMixin.__init__` is incorrect: Expected `int`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to `RelativeDeltaOffset.__init__` is incorrect: Expected `bool`, found `int`

pandas/tests/tseries/offsets/test_week.py

[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `BaseOffset.is_on_offset` is incorrect: Expected `datetime`, found `Timestamp | NaTType`

pandas/tests/tslibs/test_ccalendar.py

[error] invalid-argument-type - Argument to bound method `fromordinal` is incorrect: Expected `int`, found `signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to bound method `date.fromordinal` is incorrect: Expected `int`, found `signedinteger[_64Bit]`

pandas/tests/tslibs/test_timedeltas.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float | integer[Any] | floating[Any]`, found `Literal["hours"]`
[error] invalid-argument-type - Argument to constructor `Timedelta.__new__` is incorrect: Expected `int | float | integer[Any] | floating[Any]`, found `Literal["hours"]`

pandas/tests/util/test_assert_series_equal.py

[error] unknown-argument - Argument `msg` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `msg` does not match any known parameter of bound method `_Fail.__call__`

pandas/tests/window/test_api.py

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

pandas/tests/window/test_apply.py

[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Rolling.apply` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Literal["foo"]`

pandas/tests/window/test_base_indexer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DatetimeIndex | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `VariableOffsetWindowIndexer.__init__` is incorrect: Expected `DatetimeIndex | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseOffset | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `VariableOffsetWindowIndexer.__init__` is incorrect: Expected `BaseOffset | None`, found `Literal["foo"]`

pandas/tests/window/test_ewm.py

[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `Literal["single", "table"]`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `Literal["single", "table"]`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `DatetimeIndex`
[error] invalid-argument-type - Argument to bound method `ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `Literal["time_col"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.ewm` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | DataFrame | Series | None`, found `Literal["time_col"]`

pandas/tests/window/test_expanding.py

[error] unknown-argument - Argument `center` does not match any known parameter of bound method `expanding`
[error] unknown-argument - Argument `center` does not match any known parameter of bound method `NDFrame.expanding`

pandas/tests/window/test_rolling.py

[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDFrame.rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `Literal["linear", "lower", "higher", "midpoint", "nearest"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `Rolling.quantile` is incorrect: Expected `Literal["linear", "lower", "higher", "midpoint", "nearest"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `quantile` is incorrect: Expected `int | float`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Rolling.quantile` is incorrect: Expected `int | float`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `NDFrame.rolling` is incorrect: Expected `int | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDFrame.rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`
[error] invalid-argument-type - Argument to bound method `NDFrame.rolling` is incorrect: Expected `int | timedelta | str | BaseOffset | BaseIndexer`, found `Timedelta | NaTType`

pandas/tests/window/test_timeseries_window.py

[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `str | None`, found `Index`
[error] invalid-argument-type - Argument to bound method `NDFrame.rolling` is incorrect: Expected `str | None`, found `Index`

pandas/tests/window/test_win_type.py

[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `mean`
[error] unknown-argument - Argument `foo` does not match any known parameter of bound method `Rolling.mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `Rolling.mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `Rolling.mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `Rolling.mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `mean`
[error] unknown-argument - Argument `std` does not match any known parameter of bound method `Rolling.mean`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Window.mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `Literal["cython", "numba"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `bool`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Rolling.mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `dict[str, bool] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `Window.mean` is incorrect: Expected `bool`, found `int | float`

pandas/tseries/holiday.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Holiday._reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `_reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to bound method `Holiday._reference_dates` is incorrect: Expected `Timestamp`, found `Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `datetime.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `(Unknown & ~None) | Timestamp | NaTType`

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

tests/arrays/test_boolean.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `FloatingArray`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `FloatingArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Index[builtins.bool]`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Index[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Series[builtins.bool]`
[error] invalid-argument-type - Argument to `BooleanArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `Series[builtins.bool]`

tests/arrays/test_extension_array.py

[error] invalid-argument-type - Argument to bound method `repeat` is incorrect: Expected `int | IntegerArray | Index[int] | ... omitted 3 union elements`, found `FloatingArray`
[error] invalid-argument-type - Argument to bound method `ExtensionArray.repeat` is incorrect: Expected `int | IntegerArray | Index[int] | ... omitted 3 union elements`, found `FloatingArray`

tests/arrays/test_integer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `list[int]`
[error] invalid-argument-type - Argument to `IntegerArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to `IntegerArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `FloatingArray`
[error] invalid-argument-type - Argument to `IntegerArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `FloatingArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Index[int]`
[error] invalid-argument-type - Argument to `IntegerArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Index[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Series[int]`
[error] invalid-argument-type - Argument to `IntegerArray.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[integer[Any]]]`, found `Series[int]`

tests/arrays/test_numpy_.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `tuple[Literal[1]]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `tuple[Literal[1]]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Index[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `Index[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/arrays/test_string_.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `list[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `tuple[Literal[1]]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `tuple[Literal[1]]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `FloatingArray` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Index[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `Index[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`
[error] invalid-argument-type - Argument to constructor `NumpyExtensionArray.__new__` is incorrect: Argument type `Series[int]` does not satisfy upper bound `NumpyExtensionArray` of type variable `Self`

tests/extension/decimal/array.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `object`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `Decimal | int | float | Sequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | tuple[int, Sequence[int], int]`
[error] invalid-argument-type - Argument to constructor `Decimal.__new__` is incorrect: Expected `Decimal | int | float | str | tuple[int, Sequence[int], int]`, found `Decimal | int | float | Sequence[Decimal | int | float | str | tuple[int, Sequence[int], int]] | tuple[int, Sequence[int], int]`

tests/frame/test_frame.py

[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `set_index` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.set_index` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.clip` matches arguments
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `merge`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.merge`
[error] invalid-argument-type - Argument to bound method `expanding` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DataFrame.expanding` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `rolling` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rolling` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `expanding` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DataFrame.expanding` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] unknown-argument - Argument `center` does not match any known parameter of bound method `expanding`
[error] unknown-argument - Argument `center` does not match any known parameter of bound method `DataFrame.expanding`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Literal["index"]`, found `Literal["columns"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_dict` is incorrect: Expected `Literal["index"]`, found `Literal["columns"]`
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.rename` matches arguments
[error] invalid-argument-type - Argument to bound method `stack` is incorrect: Expected `Literal[True]`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `DataFrame.stack` is incorrect: Expected `Literal[True]`, found `Literal[False]`
[error] unknown-argument - Argument `dropna` does not match any known parameter of bound method `stack`
[error] unknown-argument - Argument `dropna` does not match any known parameter of bound method `DataFrame.stack`
[error] unknown-argument - Argument `sort` does not match any known parameter of bound method `stack`
[error] unknown-argument - Argument `sort` does not match any known parameter of bound method `DataFrame.stack`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `reindex`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.reindex`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `reindex_like`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.reindex_like`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `reindex_like`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `DataFrame.reindex_like`
[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `astype`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.astype`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `align`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.align`
[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_dict` matches arguments
[error] no-matching-overload - No overload of bound method `select_dtypes` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.select_dtypes` matches arguments
[error] no-matching-overload - No overload of bound method `to_json` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrame.to_json` matches arguments
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["iso"] | None`, found `Literal["epoch"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.to_json` is incorrect: Expected `Literal["iso"] | None`, found `Literal["epoch"]`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `transpose`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.transpose`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]]`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]]`, found `dict[str, int | str]`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]]`, found `dict[str, list[int] | list[str]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]]`, found `dict[str, list[int] | list[str]]`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `truncate`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.truncate`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `tz_convert`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.tz_convert`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `tz_localize`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.tz_localize`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `infer_objects`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.infer_objects`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `set_axis`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.set_axis`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `to_period`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.to_period`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `to_timestamp`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `DataFrame.to_timestamp`

tests/frame/test_groupby.py

[error] unknown-argument - Argument `limit` does not match any known parameter of bound method `pct_change`
[error] unknown-argument - Argument `limit` does not match any known parameter of bound method `GroupBy.pct_change`
[error] invalid-argument-type - Argument to bound method `__iter__` is incorrect: Argument type `DataFrameGroupBy[Interval[Timestamp], Literal[True]]` does not satisfy upper bound `DataFrameGroupBy[ByT@DataFrameGroupBy, _TT@DataFrameGroupBy]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.__iter__` is incorrect: Argument type `DataFrameGroupBy[Interval[Timestamp], Literal[True]]` does not satisfy upper bound `DataFrameGroupBy[ByT@DataFrameGroupBy, _TT@DataFrameGroupBy]` of type variable `Self`

tests/indexes/test_indexes.py

[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `set[int]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `set[int]`
[error] invalid-argument-type - Argument to bound method `isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `Iterator[list[int]]`
[error] invalid-argument-type - Argument to bound method `MultiIndex.isin` is incorrect: Expected `Collection[Iterable[Any]]`, found `Iterator[list[int]]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `Index.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `putmask` is incorrect: Expected `Sequence[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | BooleanArray | IndexOpsMixin[builtins.bool, Any]`, found `FloatingArray`
[error] invalid-argument-type - Argument to bound method `Index.putmask` is incorrect: Expected `Sequence[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | BooleanArray | IndexOpsMixin[builtins.bool, Any]`, found `FloatingArray`

tests/series/bool/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/bool/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/complex/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/complex/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/float/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/float/test_floordiv.py

[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments

tests/series/float/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/int/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/int/test_floordiv.py

[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.floordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments

tests/series/int/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/str/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/str/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/test_agg.py

[error] no-matching-overload - No overload of bound method `mean` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mean` matches arguments
[error] no-matching-overload - No overload of bound method `median` matches arguments
[error] no-matching-overload - No overload of bound method `Series.median` matches arguments
[error] no-matching-overload - No overload of bound method `std` matches arguments
[error] no-matching-overload - No overload of bound method `Series.std` matches arguments
[error] no-matching-overload - No overload of bound method `var` matches arguments
[error] no-matching-overload - No overload of bound method `Series.var` matches arguments

tests/series/test_cumul.py

[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `Series.cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `Series.cumprod` matches arguments

tests/series/test_floordiv.py

[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments

tests/series/test_series.py

[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `drop` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.drop` matches arguments
[error] no-matching-overload - No overload of bound method `sort_values` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sort_values` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `Series.clip` matches arguments
[error] no-matching-overload - No overload of bound method `clip` matches arguments
[error] no-matching-overload - No overload of bound method `Series.clip` matches arguments
[error] invalid-argument-type - Argument to bound method `divmod` is incorrect: Expected `int | float | ExtensionArray | ... omitted 6 union elements`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `Series.divmod` is incorrect: Expected `int | float | ExtensionArray | ... omitted 6 union elements`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `__iter__` is incorrect: Argument type `SeriesGroupBy[int, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `SeriesGroupBy.__iter__` is incorrect: Argument type `SeriesGroupBy[int, Interval[Timestamp]]` does not satisfy upper bound `SeriesGroupBy[S2@SeriesGroupBy, ByT@SeriesGroupBy]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Series[int] | Sequence[int] | Mapping[int, int]`, found `list[int | str]`
[error] invalid-argument-type - Argument to bound method `Series.update` is incorrect: Expected `Series[int] | Sequence[int] | Mapping[int, int]`, found `list[int | str]`
[error] no-matching-overload - No overload of bound method `rename_axis` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rename_axis` matches arguments
[error] no-matching-overload - No overload of bound method `rename` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rename` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `xs` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Series.xs` is incorrect: Expected `Literal["index", 0]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `add_prefix` is incorrect: Expected `Literal["index", 0] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Series.add_prefix` is incorrect: Expected `Literal["index", 0] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `add_suffix` is incorrect: Expected `Literal["index", 0] | None`, found `Literal["columns"]`
[error] invalid-argument-type - Argument to bound method `Series.add_suffix` is incorrect: Expected `Literal["index", 0] | None`, found `Literal["columns"]`
[error] no-matching-overload - No overload of bound method `to_json` matches arguments
[error] no-matching-overload - No overload of bound method `Series.to_json` matches arguments
[error] invalid-argument-type - Argument to bound method `to_json` is incorrect: Expected `Literal["iso"] | None`, found `Literal["epoch"]`
[error] invalid-argument-type - Argument to bound method `Series.to_json` is incorrect: Expected `Literal["iso"] | None`, found `Literal["epoch"]`
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `NDFrame.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `diff` matches arguments
[error] no-matching-overload - No overload of bound method `Series.diff` matches arguments
[error] no-matching-overload - No overload of bound method `diff` matches arguments
[error] no-matching-overload - No overload of bound method `Series.diff` matches arguments
[error] no-matching-overload - No overload of bound method `diff` matches arguments
[error] no-matching-overload - No overload of bound method `Series.diff` matches arguments
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `reindex`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.reindex`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `reindex_like`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.reindex_like`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `reindex_like`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `Series.reindex_like`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `align`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.align`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `Series.__new__` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `Series.cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `Series.cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `cumprod` matches arguments
[error] no-matching-overload - No overload of bound method `Series.cumprod` matches arguments
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `truncate`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.truncate`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `tz_convert`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.tz_convert`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `tz_localize`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.tz_localize`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `infer_objects`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.infer_objects`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `set_axis`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.set_axis`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `to_period`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.to_period`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `to_timestamp`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.to_timestamp`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `swaplevel`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `Series.swaplevel`

tests/series/timedelta/test_floordiv.py

[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `rfloordiv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rfloordiv` matches arguments

tests/series/timedelta/test_mul.py

[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `mul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.mul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments
[error] no-matching-overload - No overload of bound method `rmul` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rmul` matches arguments

tests/series/timedelta/test_sub.py

[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments
[error] no-matching-overload - No overload of bound method `sub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.sub` matches arguments

tests/series/timedelta/test_truediv.py

[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `rtruediv` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rtruediv` matches arguments

tests/series/timestamp/test_add.py

[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments
[error] no-matching-overload - No overload of bound method `add` matches arguments
[error] no-matching-overload - No overload of bound method `Series.add` matches arguments
[error] no-matching-overload - No overload of bound method `radd` matches arguments
[error] no-matching-overload - No overload of bound method `Series.radd` matches arguments

tests/series/timestamp/test_sub.py

[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments
[error] no-matching-overload - No overload of bound method `rsub` matches arguments
[error] no-matching-overload - No overload of bound method `Series.rsub` matches arguments

tests/test_dtypes.py

[error] no-matching-overload - No overload of `DatetimeTZDtype.__init__` matches arguments
[error] no-matching-overload - No overload of `DatetimeTZDtype.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SingleConstructorOffset | RelativeDeltaOffset`, found `CustomBusinessDay`
[error] invalid-argument-type - Argument to `PeriodDtype.__init__` is incorrect: Expected `str | SingleConstructorOffset | RelativeDeltaOffset`, found `CustomBusinessDay`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | SingleConstructorOffset | RelativeDeltaOffset`, found `BusinessDay`
[error] invalid-argument-type - Argument to `PeriodDtype.__init__` is incorrect: Expected `str | SingleConstructorOffset | RelativeDeltaOffset`, found `BusinessDay`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StringDtype[Literal["pyarrow"]]`, found `StringDtype[None]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `StringDtype.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `NAType | int | float`, found `Literal["invalid_na"]`
[error] invalid-argument-type - Argument to constructor `StringDtype.__new__` is incorrect: Expected `NAType | int | float`, found `Literal["invalid_na"]`

tests/test_groupby.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `Literal["cython", "numba"] | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `aggregate` is incorrect: Expected `_WindowingNumbaKwargs | None`, found `Literal["not valid"]`
[error] invalid-argument-type - Argument to bound method `DataFrameGroupBy.aggregate` is incorrect: Expected `_WindowingNumbaKwargs | None`, found `Literal["not valid"]`
[error] no-matching-overload - No overload of bound method `apply` matches arguments
[error] no-matching-overload - No overload of bound method `DataFrameGroupBy.apply` matches arguments

tests/test_resampler.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `pipe` matches arguments
[error] no-matching-overload - No overload of bound method `BaseGroupBy.pipe` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `Resampler.aggregate` matches arguments

tests/test_string_accessors.py

[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.startswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.endswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `contains` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.contains` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.startswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.endswith` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `contains` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `StringMethods.contains` is incorrect: Expected `int | float | NAType | NaTType | None`, found `Literal["baz"]`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `StringMethods.find` is incorrect: Expected `str`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `StringMethods.find` is incorrect: Expected `str`, found `Pattern[str]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `wrap`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `StringMethods.wrap`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `wrap`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `StringMethods.wrap`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `rsplit` is incorrect: Expected `str | None`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `StringMethods.rsplit` is incorrect: Expected `str | None`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `rsplit` is incorrect: Expected `str | None`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `StringMethods.rsplit` is incorrect: Expected `str | None`, found `Pattern[str]`
[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `StringMethods.replace` matches arguments

tests/test_timefuncs.py

[error] invalid-argument-type - Argument to bound method `strptime` is incorrect: Expected `Never`, found `Literal["2023-02-16"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.strptime` is incorrect: Expected `Never`, found `Literal["2023-02-16"]`
[error] invalid-argument-type - Argument to bound method `strptime` is incorrect: Expected `Never`, found `Literal["%Y-%M-%D"]`
[error] invalid-argument-type - Argument to bound method `Timestamp.strptime` is incorrect: Expected `Never`, found `Literal["%Y-%M-%D"]`

tests/test_windowing.py

[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `aggregate` matches arguments
[error] no-matching-overload - No overload of bound method `ExponentialMovingWindow.aggregate` matches arguments

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

pandera/api/dataframe/model.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[str]`, found `filter[_T@filter]`
[error] invalid-argument-type - Argument to bound method `set.update` is incorrect: Expected `Iterable[str]`, found `filter[_T@filter]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

pandera/api/pandas/model.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `dict_keys[Any, Any]`
[error] invalid-argument-type - Argument to constructor `DataFrame.__new__` is incorrect: Expected `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Index[Any] | ... omitted 4 union elements`, found `dict_keys[Any, Any]`
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[str, Any | None]`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[str, Any | None]`

pandera/api/pyspark/column_schema.py

[error] unknown-argument - Argument `error_handler` does not match any known parameter of bound method `validate`
[error] unknown-argument - Argument `error_handler` does not match any known parameter of bound method `BaseSchemaBackend.validate`
[error] invalid-argument-type - Argument to bound method `update_checks` is incorrect: Expected `list[Check]`, found `Check | list[Check]`
[error] invalid-argument-type - Argument to bound method `ColumnSchema.update_checks` is incorrect: Expected `list[Check]`, found `Check | list[Check]`

pandera/api/pyspark/components.py

[error] invalid-argument-type - Argument to bound method `get_backend` is incorrect: Expected `type | None`, found `<types.UnionType special-form 'Unknown'>`
[error] invalid-argument-type - Argument to bound method `BaseSchema.get_backend` is incorrect: Expected `type | None`, found `<types.UnionType special-form 'Unknown'>`

pandera/api/xarray/model.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `None | Any | tuple[Any, ...] | type`
[error] invalid-argument-type - Argument to `XarrayFieldInfo.__init__` is incorrect: Expected `type | None`, found `None | Any | tuple[Any, ...] | type`

pandera/backends/ibis/container.py

[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `run_schema_component_checks`
[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `DataFrameSchemaBackend.run_schema_component_checks`

pandera/backends/pandas/components.py

[error] invalid-argument-type - Argument to bound method `_map_schema_to_levels` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._map_schema_to_levels` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `_check_strict` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._check_strict` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `_validate_index_names` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._validate_index_names` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `_validate_level_optimized` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._validate_level_optimized` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `_validate_level_with_full_materialization` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._validate_level_with_full_materialization` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `_check_unique` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiIndexBackend._check_unique` is incorrect: Expected `MultiIndex`, found `Index[Any] | Unknown`

pandera/backends/pandas/container.py

[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `run_schema_component_checks`
[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `DataFrameSchemaBackend.run_schema_component_checks`

pandera/backends/pandas/error_formatters.py

[error] invalid-argument-type - Argument to bound method `rename_axis` is incorrect: Expected `Literal["index", 0] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Series.rename_axis` is incorrect: Expected `Literal["index", 0] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`
[error] invalid-argument-type - Argument to bound method `DataFrame.rename` is incorrect: Expected `Mapping[Any, Hashable] | ((Any, /) -> Hashable) | None`, found `Literal["failure_case"]`

pandera/backends/polars/container.py

[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `run_schema_component_checks`
[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `DataFrameSchemaBackend.run_schema_component_checks`

pandera/backends/pyspark/checks.py

[error] invalid-argument-type - Argument to bound method `preprocess` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PySparkCheckBackend.preprocess` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PySparkCheckBackend.apply` is incorrect: Expected `str`, found `str | None`

pandera/backends/pyspark/container.py

[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `run_schema_component_checks`
[error] missing-argument - No arguments provided for required parameters `schema_components`, `lazy` of bound method `DataFrameSchemaBackend.run_schema_component_checks`

pandera/engines/numpy_engine.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `str`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `str`

pandera/engines/pandas_engine.py

[error] invalid-argument-type - Argument to bound method `any` is incorrect: Expected `Literal["index", 0]`, found `None`
[error] invalid-argument-type - Argument to bound method `Series.any` is incorrect: Expected `Literal["index", 0]`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] invalid-argument-type - Argument to constructor `Timestamp.__new__` is incorrect: Expected `integer[Any] | int | float | ... omitted 3 union elements`, found `Hashable`
[error] unknown-argument - Argument `fill_value` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fill_value` does not match any known parameter of `DataType.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `BaseModel.__init__`: expected 1, got 2
[error] unknown-argument - Argument `precision` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `precision` does not match any known parameter of `DataType.__init__`
[error] unknown-argument - Argument `scale` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `scale` does not match any known parameter of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`

pandera/engines/pyarrow_engine.py

[error] unknown-argument - Argument `precision` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `precision` does not match any known parameter of `DataType.__init__`
[error] unknown-argument - Argument `scale` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `scale` does not match any known parameter of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`

pandera/io/ibis_io.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/io/pandas_io.py

[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/io/polars_io.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/io/pyspark_sql_io.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/io/xarray_io.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `Unknown | None`

pandera/strategies/pandas_strategies.py

[error] invalid-argument-type - Argument to bound method `mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `mask` is incorrect: Expected `str | bytes | date | ... omitted 14 union elements`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `str | bytes | date | ... omitted 14 union elements`, found `NaTType`
[error] invalid-argument-type - Argument to bound method `mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`
[error] invalid-argument-type - Argument to bound method `Series.mask` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `list[builtins.bool]`

pandera/typing/pandas.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]] | Mapping[Unknown, Any] | Mapping[Unknown, SequenceNotStr[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame | Sequence[Mapping[str, Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.from_records` is incorrect: Expected `Iterable[SequenceNotStr[Any]] | Iterable[Mapping[Unknown, Any]] | Mapping[Unknown, Any] | Mapping[Unknown, SequenceNotStr[Any]]`, found `ndarray[tuple[Any, ...], dtype[Any]] | list[tuple[Any, ...]] | dict[Any, Any] | DataFrame | Sequence[Mapping[str, Any]]`

tests/dask/test_dask_accessor.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `DataFrameSchema.__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `DataFrameSchema.__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `DataFrameSchema.__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Series[Any]`, found `DataFrame | Series[Any]`
[error] invalid-argument-type - Argument to bound method `DataFrameSchema.__call__` is incorrect: Expected `DataFrame`, found `DataFrame | Series[Any]`

tests/hypotheses/test_hypotheses.py

[error] invalid-argument-type - Argument to bound method `two_sample_ttest` is incorrect: Expected `str`, found `str | int | None`
[error] invalid-argument-type - Argument to bound method `Hypothesis.two_sample_ttest` is incorrect: Expected `str`, found `str | int | None`

tests/pandas/test_decorators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, int] | None`, found `str | Any`
[error] invalid-argument-type - Argument to `MyClass.__init__` is incorrect: Expected `dict[str, int] | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `str | Any`
[error] invalid-argument-type - Argument to `MyClass.__init__` is incorrect: Expected `list[int | float] | None`, found `str | Any`

tests/pandas/test_dtypes.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tests/pandas/test_logical_dtypes.py

[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `Decimal.check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `pandera.engines.pandas_engine.DataType`, found `pandera.dtypes.DataType`
[error] invalid-argument-type - Argument to bound method `Decimal.check` is incorrect: Expected `pandera.engines.pandas_engine.DataType`, found `pandera.dtypes.DataType`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `Series[Any] | None`, found `Series[Any] | DataFrame`
[error] invalid-argument-type - Argument to bound method `Decimal.check` is incorrect: Expected `Series[Any] | None`, found `Series[Any] | DataFrame`

tests/pandas/test_numpy_engine.py

[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`

tests/pandas/test_pandas_engine.py

[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype | Series[Any]`
[error] invalid-argument-type - Argument to bound method `DataType.check` is incorrect: Expected `DataType`, found `dtype[generic[Any]] | ExtensionDtype | Series[Any]`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of `DataType.__init__`
[error] unknown-argument - Argument `tz_localize_kwargs` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `tz_localize_kwargs` does not match any known parameter of `DataType.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] unknown-argument - Argument `time_zone_agnostic` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `time_zone_agnostic` does not match any known parameter of `DataType.__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of `DataType.__init__`

tests/pandas/test_pydantic.py

[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[str, Any | None | type[Any]]`
[error] invalid-argument-type - Argument to bound method `DataFrame.astype` is incorrect: Expected `type | Literal["bool", "boolean", "?", "b1", "bool_", ... omitted 154 literals] | ExtensionDtype | ... omitted 3 union elements`, found `dict[Unknown, Unknown] | dict[str, Any | None | type[Any]]`

tests/pandas/test_schemas.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[error] missing-argument - No argument provided for required parameter `keys` of bound method `set_index`
[error] missing-argument - No argument provided for required parameter `keys` of bound method `DataFrameSchema.set_index`

tests/pyspark/test_pyspark_container.py

[error] invalid-argument-type - Argument to bound method `validate` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `DataFrameSchema.validate` is incorrect: Expected `int | None`, found `float`

tests/pyspark/test_pyspark_model.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to `DataFrameSchema.__init__` is incorrect: Expected `bool | Literal["filter"]`, found `Literal["foobar"]`

tests/pyspark/test_schemas_on_pyspark_pandas.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements`, found `<class 'Timedelta64'>`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements`, found `<class 'Timedelta64'>`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements]`, found `set[<class 'Float128'> | <class 'Complex256'>]`
[error] invalid-argument-type - Argument to bound method `set.update` is incorrect: Expected `Iterable[<class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:310:11'> | <class 'pandera.engines.numpy_engine.Complex128 @ pandera/engines/numpy_engine.py:318:11'> | <class 'Complex64'> | ... omitted 15 union elements]`, found `set[<class 'Float128'> | <class 'Complex256'>]`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `DataType.__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `tz` does not match any known parameter of `DataType.__init__`

tests/strategies/test_strategies.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Index[Any]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Index[Any]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Index[Any]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `ComponentSchema.__call__` is incorrect: Expected `Index[Any]`, found `DataFrame`
[error] invalid-argument-type - Argument to bound method `validate` is incorrect: Expected `DataFrame`, found `DataFrameBase[Schema]`
[error] invalid-argument-type - Argument to bound method `DataFrameModel.validate` is incorrect: Expected `DataFrame`, found `DataFrameBase[Schema]`

paroxython (https://github.com/laowantong/paroxython)

paroxython/derived_labels_db.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[LiteralString]]`, found `list[list[str]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[list[LiteralString]]`, found `list[list[str]]`

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

parso/pgen2/generator.py

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

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

src/pegen/grammar_parser.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

src/pip/_internal/locations/_distutils.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

src/pip/_internal/metadata/pkg_resources.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `InMemoryMetadata`

src/pip/_internal/network/auth.py

[error] invalid-argument-type - Argument to bound method `_get_new_credentials` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `MultiDomainBasicAuth._get_new_credentials` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_prompt_for_password` is incorrect: Expected `str`, found `bytes`
[error] invalid-argument-type - Argument to bound method `MultiDomainBasicAuth._prompt_for_password` is incorrect: Expected `str`, found `bytes`

src/pip/_internal/operations/prepare.py

[error] invalid-argument-type - Argument to bound method `_fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Link | None`
[error] invalid-argument-type - Argument to bound method `RequirementPreparer._fetch_metadata_using_lazy_wheel` is incorrect: Expected `Link`, found `Link | None`

src/pip/_internal/req/req_uninstall.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Sized`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `str`, found `Sized`

src/pip/_internal/utils/subprocess.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str | HiddenText]`, found `(HiddenText & Top[list[Unknown]]) | list[str | HiddenText]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str | HiddenText]`, found `(HiddenText & Top[list[Unknown]]) | list[str | HiddenText]`

src/pip/_vendor/cachecontrol/adapter.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HTTPResponse`, found `None | (Unknown & <Protocol with members 'read'>)`
[error] invalid-argument-type - Argument to `CallbackFileWrapper.__init__` is incorrect: Expected `HTTPResponse`, found `None | (Unknown & <Protocol with members 'read'>)`

src/pip/_vendor/cachecontrol/controller.py

[error] invalid-argument-type - Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `None | CaseInsensitiveDict`
[error] invalid-argument-type - Argument to bound method `CacheController.parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `None | CaseInsensitiveDict`
[error] invalid-argument-type - Argument to bound method `parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `None | CaseInsensitiveDict`
[error] invalid-argument-type - Argument to bound method `CacheController.parse_cache_control` is incorrect: Expected `Mapping[str, str]`, found `None | CaseInsensitiveDict`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `_cache_set` is incorrect: Expected `HTTPResponse`, found `~None`
[error] invalid-argument-type - Argument to bound method `CacheController._cache_set` is incorrect: Expected `HTTPResponse`, found `~None`

src/pip/_vendor/distlib/resources.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `<class 'NoneType'> | <class 'zipimporter'>`, found `type[PathEntryFinderProtocol] | <class 'NoneType'>`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `<class 'NoneType'> | <class 'zipimporter'>`, found `type[PathEntryFinderProtocol] | <class 'NoneType'>`

src/pip/_vendor/distlib/util.py

[error] no-matching-overload - No overload of `HTTPSConnection.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | PathLike[str] | PathLike[bytes] | None`
[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `str | bytes | PathLike[str] | PathLike[bytes] | None`
[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to function `Transport.__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to function `SafeTransport.__init__` is incorrect: Expected `bool`, found `Unknown | Literal[0]`

src/pip/_vendor/distro/distro.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

src/pip/_vendor/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`

src/pip/_vendor/pkg_resources/__init__.py

[error] invalid-argument-type - Argument to bound method `evaluate` is incorrect: Expected `Mapping[str, str | AbstractSet[str]] | None`, found `dict[str, str | None]`
[error] invalid-argument-type - Argument to bound method `Marker.evaluate` is incorrect: Expected `Mapping[str, str | AbstractSet[str]] | None`, found `dict[str, str | None]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IResourceProvider | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `IResourceProvider | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `int`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to `Distribution.__init__` is incorrect: Expected `str | None`, found `str | int | IResourceProvider | None`
[error] invalid-argument-type - Argument to bound method `contains` is incorrect: Expected `Version | str`, found `(str & ~Distribution) | (tuple[str, ...] & ~Distribution) | Unknown`
[error] invalid-argument-type - Argument to bound method `SpecifierSet.contains` is incorrect: Expected `Version | str`, found `(str & ~Distribution) | (tuple[str, ...] & ~Distribution) | Unknown`

src/pip/_vendor/requests/cookies.py

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

src/pip/_vendor/requests/models.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `str.__new__` is incorrect: Expected `str`, found `None | Unknown`

src/pip/_vendor/resolvelib/structs.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `() -> Iterable[Unknown]`, found `(Iterable[CT@build_iter_view] & Top[(...) -> object]) | (() -> Iterable[CT@build_iter_view])`
[error] invalid-argument-type - Argument to `_FactoryIterableView.__init__` is incorrect: Expected `() -> Iterable[Unknown]`, found `(Iterable[CT@build_iter_view] & Top[(...) -> object]) | (() -> Iterable[CT@build_iter_view])`

src/pip/_vendor/rich/console.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Styled`, found `ConsoleRenderable`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Styled`, found `ConsoleRenderable`
[error] invalid-argument-type - Argument to bound method `process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`
[error] invalid-argument-type - Argument to bound method `RenderHook.process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`

src/pip/_vendor/rich/pretty.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | str | float | set[int | tuple[int, int, int, int]]`, found `dict[str, list[int | str | float | set[int | tuple[int, int, int, int]]] | frozenset[int] | defaultdict[str, list[str]] | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | str | float | set[int | tuple[int, int, int, int]]`, found `dict[str, list[int | str | float | set[int | tuple[int, int, int, int]]] | frozenset[int] | defaultdict[str, list[str]] | ... omitted 4 union elements]`

src/pip/_vendor/rich/progress.py

[error] invalid-argument-type - Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `BinaryIO.__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `TextIO.__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `BinaryIO | TextIO` does not satisfy constraints (`TextIO`, `BinaryIO`) of type variable `_I`
[error] invalid-argument-type - Argument to `_ReadContext.__init__` is incorrect: Argument type `BinaryIO | TextIO` does not satisfy constraints (`TextIO`, `BinaryIO`) of type variable `_I`

src/pip/_vendor/rich/segment.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`

src/pip/_vendor/rich/table.py

[error] invalid-argument-type - Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`

src/pip/_vendor/urllib3/contrib/securetransport.py

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

src/pip/_vendor/urllib3/packages/backports/makefile.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] invalid-argument-type - Argument to `SocketIO.__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`

src/pip/_vendor/urllib3/util/retry.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

src/pip/_vendor/urllib3/util/ssltransport.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `Self@makefile`
[error] invalid-argument-type - Argument to `SocketIO.__init__` is incorrect: Expected `socket`, found `Self@makefile`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] invalid-argument-type - Argument to `SocketIO.__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `BufferedRWPair[SocketIO] | BufferedReader[SocketIO] | BufferedWriter`

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

src/poetry/mixology/version_solver.py

[error] invalid-argument-type - Argument to bound method `difference` is incorrect: Expected `Term`, found `None | Term`
[error] invalid-argument-type - Argument to bound method `Term.difference` is incorrect: Expected `Term`, found `None | Term`

src/poetry/publishing/uploader.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, BufferedReader[_BufferedReaderStream], Literal["application/octet-stream"]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, str]`, found `tuple[Literal["content"], tuple[str, BufferedReader[_BufferedReaderStream], Literal["application/octet-stream"]]]`

src/poetry/utils/authenticator.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

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

porcupine/plugins/highlight/tree_sitter_highlighter.py

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

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

src/integrations/prefect-aws/tests/observers/test_ecs_observer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`
[error] invalid-argument-type - Argument to `ObjectNotFound.__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`
[error] invalid-argument-type - Argument to `ObjectNotFound.__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`

src/integrations/prefect-azure/prefect_azure/cosmos_db.py

[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AzureCosmosDbCredentials.get_container_client` is incorrect: Expected `str`, found `str | Unknown | dict[str, Any]`

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

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

src/integrations/prefect-dask/prefect_dask/task_runners.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Task[P@map, R@map | CoroutineType[Any, Any, R@map]]`, found `Task[P@map, R@map]`
[error] invalid-argument-type - Argument to bound method `TaskRunner.map` is incorrect: Expected `Task[P@map, R@map | CoroutineType[Any, Any, R@map]]`, found `Task[P@map, R@map]`

src/integrations/prefect-dask/tests/test_task_runners.py

[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `str`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `Task.submit` is incorrect: Expected `str`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `str`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `Task.submit` is incorrect: Expected `str`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `PrefectDaskFuture[int]`, found `PrefectFuture[Unknown]`
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments

src/integrations/prefect-databricks/prefect_databricks/flows.py

[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments

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

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Path | str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Path | str`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Path`

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[error] invalid-argument-type - Argument to bound method `_wait_until_state` is incorrect: Expected `Awaitable[(...) -> Unknown]`, found `bound method <class 'DbtCloudJobRunStatus'>.is_terminal_status_code(status_code: Any) -> bool`
[error] invalid-argument-type - Argument to bound method `DbtCloudJobRun._wait_until_state` is incorrect: Expected `Awaitable[(...) -> Unknown]`, found `bound method <class 'DbtCloudJobRunStatus'>.is_terminal_status_code(status_code: Any) -> bool`
[error] invalid-argument-type - Argument to bound method `_wait_until_state` is incorrect: Expected `Awaitable[(...) -> Unknown]`, found `() -> int | Coroutine[Any, Any, int]`
[error] invalid-argument-type - Argument to bound method `DbtCloudJobRun._wait_until_state` is incorrect: Expected `Awaitable[(...) -> Unknown]`, found `() -> int | Coroutine[Any, Any, int]`

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

[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`

src/integrations/prefect-dbt/tests/cloud/test_cloud_credentials.py

[error] invalid-argument-type - Argument to bound method `get_client` is incorrect: Expected `Literal["administrative", "metadata"]`, found `Literal["blorp"]`
[error] invalid-argument-type - Argument to bound method `DbtCloudCredentials.get_client` is incorrect: Expected `Literal["administrative", "metadata"]`, found `Literal["blorp"]`

src/integrations/prefect-dbt/tests/core/test_orchestrator_cache.py

[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `DbtNodeCachePolicy.compute_key` is incorrect: Expected `TaskRunContext`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `object`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `object`

src/integrations/prefect-dbt/tests/core/test_orchestrator_integration.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DbtExecutor | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `DbtExecutor | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `PrefectDbtSettings | Unknown | ExecutionMode | ... omitted 4 union elements`

src/integrations/prefect-dbt/tests/core/test_orchestrator_per_node.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ExecutionMode`, found `Literal["per_nod"]`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `ExecutionMode`, found `Literal["per_nod"]`

src/integrations/prefect-dbt/tests/core/test_orchestrator_test_strategies.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode | <class 'ThreadPoolTaskRunner'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `CacheConfig | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `Path | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `bool`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `int`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `str | int | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `type | None`, found `MagicMock | Path | Unknown | ExecutionMode`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TestStrategy`, found `Literal["immediate"]`
[error] invalid-argument-type - Argument to `PrefectDbtOrchestrator.__init__` is incorrect: Expected `TestStrategy`, found `Literal["immediate"]`

src/integrations/prefect-dbt/tests/core/test_runner.py

[error] invalid-argument-type - Argument to bound method `_create_task_options` is incorrect: Expected `list[Asset] | None`, found `list[Mock]`
[error] invalid-argument-type - Argument to bound method `PrefectDbtRunner._create_task_options` is incorrect: Expected `list[Asset] | None`, found `list[Mock]`

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

[error] missing-argument - No arguments provided for required parameters `flow_run`, `configuration` of bound method `run`
[error] missing-argument - No arguments provided for required parameters `flow_run`, `configuration` of bound method `DockerWorker.run`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str | None | dict[str, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str | None | dict[str, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str | None | dict[str, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, str | None]`, found `dict[str, str | None | dict[str, dict[str, str]]]`
[error] invalid-argument-type - Argument to function `create` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `Job.create` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `delete` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `Job.delete` is incorrect: Expected `str`, found `str | None`

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[error] invalid-argument-type - Argument to bound method `_watch_job_run` is incorrect: Expected `tuple[Unknown]`, found `tuple[Unknown, Unknown, Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `VertexAIWorker._watch_job_run` is incorrect: Expected `tuple[Unknown]`, found `tuple[Unknown, Unknown, Unknown, Unknown]`

src/integrations/prefect-gcp/tests/test_credentials.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Path`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Path`, found `str`

src/integrations/prefect-github/prefect_github/repository.py

[error] invalid-argument-type - Argument to function `_get_paths` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `GitHubRepository._get_paths` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `_get_paths` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `GitHubRepository._get_paths` is incorrect: Expected `str`, found `str | None`

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

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`
[error] invalid-argument-type - Argument to `ObjectNotFound.__init__` is incorrect: Expected `Exception`, found `Literal["Flow run not found"]`

src/integrations/prefect-ray/tests/test_task_runners.py

[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `Task.submit` matches arguments

src/integrations/prefect-redis/prefect_redis/messaging.py

[error] invalid-argument-type - Argument to bound method `process_pending_messages` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Consumer.process_pending_messages` is incorrect: Expected `int`, found `int | None`

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[error] invalid-argument-type - Argument to function `_decode_secret` is incorrect: Expected `SecretStr | SecretBytes`, found `SecretBytes | None`
[error] invalid-argument-type - Argument to function `SnowflakeCredentials._decode_secret` is incorrect: Expected `SecretStr | SecretBytes`, found `SecretBytes | None`
[error] invalid-argument-type - Argument to function `_compose_pem` is incorrect: Expected `bytes`, found `bytes | None`
[error] invalid-argument-type - Argument to function `SnowflakeCredentials._compose_pem` is incorrect: Expected `bytes`, found `bytes | None`

src/integrations/prefect-snowflake/prefect_snowflake/experimental/workers/spcs.py

[error] invalid-argument-type - Argument to bound method `prepare_for_flow_run` is incorrect: Expected `prefect.client.schemas.responses.DeploymentResponse | None`, found `prefect.server.schemas.responses.DeploymentResponse | None`
[error] invalid-argument-type - Argument to bound method `BaseJobConfiguration.prepare_for_flow_run` is incorrect: Expected `prefect.client.schemas.responses.DeploymentResponse | None`, found `prefect.server.schemas.responses.DeploymentResponse | None`
[error] invalid-argument-type - Argument to bound method `prepare_for_flow_run` is incorrect: Expected `prefect.client.schemas.objects.Flow | None`, found `prefect.server.schemas.core.Flow | None`
[error] invalid-argument-type - Argument to bound method `BaseJobConfiguration.prepare_for_flow_run` is incorrect: Expected `prefect.client.schemas.objects.Flow | None`, found `prefect.server.schemas.core.Flow | None`
[error] invalid-argument-type - Argument to function `_slugify_service_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to function `SPCSWorker._slugify_service_name` is incorrect: Expected `str`, found `str | None`

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

[error] invalid-argument-type - Argument to bound method `fetch_one` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `SnowflakeConnector.fetch_one` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `fetch_one` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `SnowflakeConnector.fetch_one` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `fetch_all` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `SnowflakeConnector.fetch_all` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `fetch_all` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `SnowflakeConnector.fetch_all` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `execute` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`
[error] invalid-argument-type - Argument to bound method `SnowflakeConnector.execute` is incorrect: Expected `dict[str, Any] | None`, found `tuple[Literal["param"]]`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/credentials.py

[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `Mapping[str, Sequence[str]]`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.create` is incorrect: Expected `Mapping[str, Sequence[str]]`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `int | None`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.create` is incorrect: Expected `int | None`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str | None`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.create` is incorrect: Expected `str | None`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `create` is incorrect: Expected `str`, found `str | Any | int | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.create` is incorrect: Expected `str`, found `str | Any | int | dict[str, str]`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[error] invalid-argument-type - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector.get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector.get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] no-matching-overload - No overload of bound method `execute` matches arguments
[error] no-matching-overload - No overload of bound method `Connection.execute` matches arguments
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `SqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector.get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector.get_connection` is incorrect: Expected `bool`, found `dict[str, Any]`
[error] no-matching-overload - No overload of bound method `execute` matches arguments
[error] no-matching-overload - No overload of bound method `AsyncConnection.execute` matches arguments
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._get_result_set` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `TextClause`
[error] invalid-argument-type - Argument to bound method `_execute` is incorrect: Expected `tuple[Any]`, found `list[dict[str, Any]]`
[error] invalid-argument-type - Argument to bound method `AsyncSqlAlchemyConnector._execute` is incorrect: Expected `tuple[Any]`, found `list[dict[str, Any]]`

src/prefect/_experimental/bundles/__init__.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`

src/prefect/_experimental/bundles/execute.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SerializedBundle`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `BundleExecutionStarter.__init__` is incorrect: Expected `SerializedBundle`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `create_executor` is incorrect: Expected `(FlowRun, /) -> Flow[(...), Unknown]`, found `def resolve_flow(fr: FlowRun) -> CoroutineType[Any, Any, Flow[(...), Unknown]]`
[error] invalid-argument-type - Argument to bound method `FlowRunExecutorContext.create_executor` is incorrect: Expected `(FlowRun, /) -> Flow[(...), Unknown]`, found `def resolve_flow(fr: FlowRun) -> CoroutineType[Any, Any, Flow[(...), Unknown]]`

src/prefect/_experimental/sla/client.py

[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseClient.request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseAsyncClient.request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`

src/prefect/_internal/concurrency/calls.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`
[error] invalid-argument-type - Argument to bound method `set.remove` is incorrect: Expected `Task[None]`, found `Task[_T@create_task]`

src/prefect/_states.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[State[Any]]`, found `Collection[Unknown]`
[error] invalid-argument-type - Argument to `StateGroup.__init__` is incorrect: Expected `list[State[Any]]`, found `Collection[Unknown]`

src/prefect/_vendor/croniter/croniter.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None | Literal[50]`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None | Literal[50]`
[error] invalid-argument-type - Argument to bound method `astimezone` is incorrect: Expected `tzinfo | None`, found `~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `datetime.astimezone` is incorrect: Expected `tzinfo | None`, found `~AlwaysFalsy`

src/prefect/cli/_worker_utils.py

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

src/prefect/cli/api.py

[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Literal["GET", "POST", "PUT", "DELETE", "PATCH"]`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseAsyncClient.request` is incorrect: Expected `Literal["GET", "POST", "PUT", "DELETE", "PATCH"]`, found `str`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `BaseAsyncClient.request` is incorrect: Expected `Literal["/admin/settings", "/admin/version", "/artifacts/", "/artifacts/{id}", "/artifacts/{key}/latest", ... omitted 136 literals]`, found `str`

src/prefect/cli/automation.py

[error] missing-argument - No argument provided for required parameter `self` of function `model_dump_json`
[error] missing-argument - No argument provided for required parameter `self` of function `BaseModel.model_dump_json`
[error] invalid-argument-type - Argument to bound method `delete_automation` is incorrect: Expected `UUID`, found `str & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `AutomationAsyncClient.delete_automation` is incorrect: Expected `UUID`, found `str & ~AlwaysFalsy`

src/prefect/cli/deploy/_config.py

[error] no-matching-overload - No overload of bound method `fullmatch` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Any | None`

src/prefect/cli/deploy/_core.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, Any]]`, found `list[Any] | type[NotSet]`
[error] invalid-argument-type - Argument to `_PullStepStorage.__init__` is incorrect: Expected `list[dict[str, Any]]`, found `list[Any] | type[NotSet]`

src/prefect/cli/deploy/_schedules.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to `IntervalSchedule.__init__` is incorrect: Expected `str | None`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `timedelta`, found `Any | timedelta | datetime`
[error] invalid-argument-type - Argument to `IntervalSchedule.__init__` is incorrect: Expected `timedelta`, found `Any | timedelta | datetime`

src/prefect/cli/deployment.py

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

src/prefect/cli/flow_run.py

[error] invalid-argument-type - Argument to bound method `create_executor` is incorrect: Expected `(FlowRun, /) -> Flow[(...), Unknown]`, found `(fr: FlowRun) -> Coroutine[Any, Any, Flow[(...), Any]]`
[error] invalid-argument-type - Argument to bound method `FlowRunExecutorContext.create_executor` is incorrect: Expected `(FlowRun, /) -> Flow[(...), Unknown]`, found `(fr: FlowRun) -> Coroutine[Any, Any, Flow[(...), Any]]`

src/prefect/cli/shell.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments

src/prefect/cli/work_pool.py

[error] invalid-argument-type - Argument to bound method `get_scheduled_flow_runs_for_work_pool` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `WorkPoolAsyncClient.get_scheduled_flow_runs_for_work_pool` is incorrect: Expected `str`, found `str | None`

src/prefect/cli/work_queue.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `(UUID & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to `UUID.__init__` is incorrect: Expected `str | None`, found `(UUID & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `read_work_queue_by_name` is incorrect: Expected `str`, found `(UUID & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `PrefectClient.read_work_queue_by_name` is incorrect: Expected `str`, found `(UUID & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `str | None`

src/prefect/client/schemas/events.py

[error] invalid-argument-type - Argument to bound method `read_events_page` is incorrect: Expected `str`, found `AnyHttpUrl & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `EventAsyncClient.read_events_page` is incorrect: Expected `str`, found `AnyHttpUrl & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `read_events_page` is incorrect: Expected `str`, found `AnyHttpUrl & ~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `EventClient.read_events_page` is incorrect: Expected `str`, found `AnyHttpUrl & ~AlwaysFalsy`

src/prefect/client/schemas/schedules.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `rruleset`, found `rrule`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `rruleset`, found `rrule`

src/prefect/concurrency/_leases.py

[error] invalid-argument-type - Argument to bound method `add_done_callback` is incorrect: Expected `(Future[CoroutineType[Any, Any, None] | None], /) -> object`, found `def handle_lease_renewal_failure(future: Future[None]) -> Unknown`
[error] invalid-argument-type - Argument to bound method `Future.add_done_callback` is incorrect: Expected `(Future[CoroutineType[Any, Any, None] | None], /) -> object`, found `def handle_lease_renewal_failure(future: Future[None]) -> Unknown`

src/prefect/deployments/flow_runs.py

[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `DeploymentAsyncClient.read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | UUID`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `str | None`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `PrefectClient.create_task_run` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `PrefectClient.create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `DeploymentClient.read_deployment_by_name` is incorrect: Expected `str`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | UUID`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `str | None`, found `str | UUID`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `SyncPrefectClient.create_task_run` is incorrect: Expected `str`, found `int | str`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `SyncPrefectClient.create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str | Unknown, set[TaskRunResult | FlowRunResult]]`

src/prefect/deployments/runner.py

[error] invalid-argument-type - Argument to bound method `create_flow_from_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FlowAsyncClient.create_flow_from_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `create_flow_from_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FlowClient.create_flow_from_name` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to bound method `SlaAsyncClient.apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to bound method `apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`
[error] invalid-argument-type - Argument to bound method `SlaClient.apply_slas_for_deployment` is incorrect: Expected `list[TimeToCompletionSla | LatenessSla | FrequencySla]`, found `list[TimeToCompletionSla | LatenessSla | FrequencySla] | TimeToCompletionSla | LatenessSla | FrequencySla | None`

src/prefect/deployments/steps/pull.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ReadableDeploymentStorage | WritableDeploymentStorage`, found `Block`
[error] invalid-argument-type - Argument to `BlockStorageAdapter.__init__` is incorrect: Expected `ReadableDeploymentStorage | WritableDeploymentStorage`, found `Block`

src/prefect/events/related.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `object`

src/prefect/filesystems.py

[error] invalid-argument-type - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `LocalFileSystem._get_ignore_func` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `LocalFileSystem._resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_get_ignore_func` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `LocalFileSystem._get_ignore_func` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `LocalFileSystem._resolve_path` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PurePath.relative_to` is incorrect: Expected `str | PathLike[str]`, found `str | None`

src/prefect/flow_engine.py

[error] invalid-argument-type - Argument to bound method `handle_exception` is incorrect: Expected `ResultStore | None`, found `ResultStore | Coroutine[Any, Any, ResultStore]`
[error] invalid-argument-type - Argument to bound method `FlowRunEngine.handle_exception` is incorrect: Expected `ResultStore | None`, found `ResultStore | Coroutine[Any, Any, ResultStore]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `FlowStateHook.__call__` is incorrect: Expected `Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Flow[P@FlowRunEngine, R@FlowRunEngine]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `FlowStateHook.__call__` is incorrect: Expected `Flow[P@FlowRunEngine, R@FlowRunEngine]`, found `Flow[P@FlowRunEngine, R@FlowRunEngine] | Flow[P@FlowRunEngine, Coroutine[Any, Any, R@FlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `handle_exception` is incorrect: Expected `ResultStore | None`, found `ResultStore | Coroutine[Any, Any, ResultStore]`
[error] invalid-argument-type - Argument to bound method `AsyncFlowRunEngine.handle_exception` is incorrect: Expected `ResultStore | None`, found `ResultStore | Coroutine[Any, Any, ResultStore]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `FlowStateHook.__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `FlowStateHook.__call__` is incorrect: Expected `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine]`, found `Flow[P@AsyncFlowRunEngine, R@AsyncFlowRunEngine] | Flow[P@AsyncFlowRunEngine, Coroutine[Any, Any, R@AsyncFlowRunEngine]]`
[error] invalid-argument-type - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_flow_sync`, found `None`
[error] invalid-argument-type - Argument to bound method `FlowRunEngine.handle_success` is incorrect: Expected `R@run_generator_flow_sync`, found `None`
[error] invalid-argument-type - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_flow_async`, found `None`
[error] invalid-argument-type - Argument to bound method `AsyncFlowRunEngine.handle_success` is incorrect: Expected `R@run_generator_flow_async`, found `None`

src/prefect/flows.py

[error] invalid-argument-type - Argument to bound method `with_options` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | Coroutine[Any, Any, WritableFileSystem]`
[error] invalid-argument-type - Argument to bound method `InfrastructureBoundFlow.with_options` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | Coroutine[Any, Any, WritableFileSystem]`

src/prefect/infrastructure/provisioners/container_instance.py

[error] invalid-argument-type - Argument to bound method `read_block_document_by_name` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `BlocksTypeAsyncClient.read_block_document_by_name` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `_assign_contributor_role` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._assign_contributor_role` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `str | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._get_or_create_registry` is incorrect: Expected `str`, found `str | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `_get_or_create_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._get_or_create_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_log_into_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._log_into_registry` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_get_or_create_identity` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._get_or_create_identity` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `_assign_acr_pull_role` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `ContainerInstancePushProvisioner._assign_acr_pull_role` is incorrect: Expected `str`, found `None | Unknown`

src/prefect/runner/_flow_run_executor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OnCancellingCallback`, found `(frid) -> Unknown`
[error] invalid-argument-type - Argument to `FlowRunCancellingObserver.__init__` is incorrect: Expected `OnCancellingCallback`, found `(frid) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__aexit__` is incorrect: Expected `BaseException | None`, found `object`
[error] invalid-argument-type - Argument to bound method `AsyncExitStack.__aexit__` is incorrect: Expected `BaseException | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__aexit__` is incorrect: Expected `TracebackType | None`, found `object`
[error] invalid-argument-type - Argument to bound method `AsyncExitStack.__aexit__` is incorrect: Expected `TracebackType | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__aexit__` is incorrect: Expected `type[BaseException] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `AsyncExitStack.__aexit__` is incorrect: Expected `type[BaseException] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(FlowRun, /) -> Awaitable[Flow[(...), Any]]`, found `(FlowRun, /) -> Flow[(...), Unknown]`
[error] invalid-argument-type - Argument to `HookRunner.__init__` is incorrect: Expected `(FlowRun, /) -> Awaitable[Flow[(...), Any]]`, found `(FlowRun, /) -> Flow[(...), Unknown]`

src/prefect/runner/_scheduled_run_poller.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float`, found `int | None`
[error] invalid-argument-type - Argument to constructor `timedelta.__new__` is incorrect: Expected `int | float`, found `int | None`

src/prefect/runner/runner.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OnFailureCallback | None`, found `(_) -> Unknown`
[error] invalid-argument-type - Argument to `FlowRunCancellingObserver.__init__` is incorrect: Expected `OnFailureCallback | None`, found `(_) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to `DirectSubprocessStarter.__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `get_storage` is incorrect: Expected `UUID`, found `UUID | None`
[error] invalid-argument-type - Argument to bound method `DeploymentRegistry.get_storage` is incorrect: Expected `UUID`, found `UUID | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | float | None`
[error] invalid-argument-type - Argument to `EngineCommandStarter.__init__` is incorrect: Expected `int | None`, found `int | float | None`

src/prefect/runtime/flow_run.py

[error] invalid-argument-type - Argument to bound method `read_flow_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - Argument to bound method `FlowRunAsyncClient.read_flow_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - Argument to bound method `read_task_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - Argument to bound method `PrefectClient.read_task_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - Argument to bound method `read_flow_run` is incorrect: Expected `UUID`, found `str`
[error] invalid-argument-type - Argument to bound method `FlowRunAsyncClient.read_flow_run` is incorrect: Expected `UUID`, found `str`

src/prefect/server/database/_migrations/env.py

[error] invalid-argument-type - Argument to bound method `run_sync` is incorrect: Expected `(Connection, /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def do_run_migrations(connection: AsyncEngine) -> None`
[error] invalid-argument-type - Argument to bound method `AsyncConnection.run_sync` is incorrect: Expected `(Connection, /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def do_run_migrations(connection: AsyncEngine) -> None`

src/prefect/server/events/actions.py

[error] invalid-argument-type - Argument to bound method `get_block_class_from_schema` is incorrect: Expected `prefect.client.schemas.objects.BlockSchema`, found `prefect.server.schemas.core.BlockSchema`
[error] invalid-argument-type - Argument to bound method `Block.get_block_class_from_schema` is incorrect: Expected `prefect.client.schemas.objects.BlockSchema`, found `prefect.server.schemas.core.BlockSchema`

src/prefect/server/models/work_queues.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

src/prefect/server/models/workers.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

src/prefect/server/orchestration/core_policy.py

[error] invalid-argument-type - Argument to bound method `create_lease` is incorrect: Expected `list[UUID]`, found `list[UUID | None]`
[error] invalid-argument-type - Argument to bound method `ConcurrencyLeaseStorage.create_lease` is incorrect: Expected `list[UUID]`, found `list[UUID | None]`

src/prefect/server/schemas/schedules.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to constructor `ZoneInfo.__new__` is incorrect: Expected `str`, found `str | None`

src/prefect/settings/profiles.py

[error] invalid-argument-type - Argument to bound method `from_exception_data` is incorrect: Expected `list[InitErrorDetails]`, found `list[InitErrorDetails | ErrorDetails]`
[error] invalid-argument-type - Argument to bound method `ValidationError.from_exception_data` is incorrect: Expected `list[InitErrorDetails]`, found `list[InitErrorDetails | ErrorDetails]`

src/prefect/states.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[State[Any]]`, found `Collection[Unknown]`
[error] invalid-argument-type - Argument to `StateGroup.__init__` is incorrect: Expected `list[State[Any]]`, found `Collection[Unknown]`

src/prefect/task_engine.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to constructor `timedelta.__new__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[error] invalid-argument-type - Argument to bound method `AssetContext.from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to constructor `timedelta.__new__` is incorrect: Expected `int | float`, found `object`
[error] invalid-argument-type - Argument to bound method `from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[error] invalid-argument-type - Argument to bound method `AssetContext.from_task_and_inputs` is incorrect: Expected `dict[str, set[Any]] | None`, found `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]]`
[error] invalid-argument-type - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_task_sync`, found `None`
[error] invalid-argument-type - Argument to bound method `SyncTaskRunEngine.handle_success` is incorrect: Expected `R@run_generator_task_sync`, found `None`
[error] invalid-argument-type - Argument to bound method `handle_success` is incorrect: Expected `R@run_generator_task_async`, found `None`
[error] invalid-argument-type - Argument to bound method `AsyncTaskRunEngine.handle_success` is incorrect: Expected `R@run_generator_task_async`, found `None`

src/prefect/task_runners.py

[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `TaskRunner.submit` matches arguments
[error] invalid-argument-type - Argument to bound method `submit` is incorrect: Expected `dict[str, str]`, found `dict[str, str] | None`
[error] invalid-argument-type - Argument to bound method `Executor.submit` is incorrect: Expected `dict[str, str]`, found `dict[str, str] | None`

src/prefect/tasks.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>)`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `int | None`, found `int | (type[NotSet] & ~<class 'NotSet'>)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | list[int | float] | ((int, /) -> list[int | float]) | None`, found `int | float | list[int | float] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `int | float | list[int | float] | ((int, /) -> list[int | float]) | None`, found `int | float | list[int | float] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `int | float | None`, found `int | float | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | str | Path | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `WritableFileSystem | str | Path | None`, found `WritableFileSystem | str | Path | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `str | None`, found `str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Serializer[Any] | str | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `Serializer[Any] | str | None`, found `Serializer[Any] | str | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `bool | None`, found `bool | (type[NotSet] & ~<class 'NotSet'>) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str | Asset] | None`, found `(list[str | Asset] & ~AlwaysFalsy) | list[Asset]`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `list[str | Asset] | None`, found `(list[str | Asset] & ~AlwaysFalsy) | list[Asset]`
[error] invalid-argument-type - Argument to bound method `create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] invalid-argument-type - Argument to bound method `PrefectClient.create_task_run` is incorrect: Expected `dict[str, list[TaskRunResult | FlowRunResult | Parameter | Constant]] | None`, found `dict[str, set[TaskRunResult | FlowRunResult]]`
[error] no-matching-overload - No overload of bound method `submit` matches arguments
[error] no-matching-overload - No overload of bound method `TaskRunner.submit` matches arguments

src/prefect/testing/utilities.py

[error] invalid-argument-type - Argument to bound method `aread` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `ResultStore.aread` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `read_block_document` is incorrect: Expected `UUID`, found `UUID | None`
[error] invalid-argument-type - Argument to bound method `BlocksDocumentAsyncClient.read_block_document` is incorrect: Expected `UUID`, found `UUID | None`
[error] invalid-argument-type - Argument to bound method `read_block_document` is incorrect: Expected `UUID`, found `UUID | None`
[error] invalid-argument-type - Argument to bound method `BlocksDocumentAsyncClient.read_block_document` is incorrect: Expected `UUID`, found `UUID | None`

src/prefect/utilities/templating.py

[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments
[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments
[error] no-matching-overload - No overload of bound method `replace` matches arguments
[error] no-matching-overload - No overload of bound method `str.replace` matches arguments

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

psycopg/psycopg/_conninfo_attempts_async.py

[error] invalid-argument-type - Argument to bound method `getaddrinfo` is incorrect: Expected `bytes | str | int | None`, found `(str & ~AlwaysFalsy) | (ParamDef & ~AlwaysTruthy & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `AbstractEventLoop.getaddrinfo` is incorrect: Expected `bytes | str | int | None`, found `(str & ~AlwaysFalsy) | (ParamDef & ~AlwaysTruthy & ~AlwaysFalsy)`

psycopg/psycopg/_server_cursor.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `RowFactory[tuple[Any, ...]]`, found `(RowFactory[Row@ServerCursor] & ~AlwaysFalsy) | RowFactory[Any]`
[error] invalid-argument-type - Argument to function `Cursor.__init__` is incorrect: Expected `RowFactory[tuple[Any, ...]]`, found `(RowFactory[Row@ServerCursor] & ~AlwaysFalsy) | RowFactory[Any]`

psycopg/psycopg/_server_cursor_async.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `AsyncRowFactory[tuple[Any, ...]]`, found `(AsyncRowFactory[Row@AsyncServerCursor] & ~AlwaysFalsy) | AsyncRowFactory[Any]`
[error] invalid-argument-type - Argument to function `AsyncCursor.__init__` is incorrect: Expected `AsyncRowFactory[tuple[Any, ...]]`, found `(AsyncRowFactory[Row@AsyncServerCursor] & ~AlwaysFalsy) | AsyncRowFactory[Any]`

psycopg/psycopg/_server_cursor_base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `LiteralString | (bytes & ~Composable) | (Template & ~Composable)`
[error] invalid-argument-type - Argument to `SQL.__init__` is incorrect: Expected `LiteralString`, found `LiteralString | (bytes & ~Composable) | (Template & ~Composable)`

psycopg/psycopg/connection.py

[error] no-matching-overload - No overload of bound method `execute` matches arguments
[error] no-matching-overload - No overload of bound method `Cursor.execute` matches arguments

psycopg/psycopg/connection_async.py

[error] no-matching-overload - No overload of bound method `execute` matches arguments
[error] no-matching-overload - No overload of bound method `AsyncCursor.execute` matches arguments

psycopg/psycopg/errors.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `DiagnosticField`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `DiagnosticField`

psycopg/psycopg/sql.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `(SQL & str) | LiteralString`
[error] invalid-argument-type - Argument to `SQL.__init__` is incorrect: Expected `LiteralString`, found `(SQL & str) | LiteralString`

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

pwndbg/aglib/argv.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/disasm/aarch64.py

[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arch.py

[error] invalid-argument-type - Argument to bound method `_enhance_operands` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._enhance_operands` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `_enhance_next` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._enhance_next` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `_resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._resolve_used_value` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/arm.py

[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/disasm/disassembly.py

[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] invalid-argument-type - Argument to bound method `enhance` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant.enhance` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["x86-64", "i386", "i8086", "mips", "aarch64", ... omitted 9 literals]`, found `None`
[error] invalid-argument-type - Argument to `DisassemblyAssistant.__init__` is incorrect: Expected `Literal["x86-64", "i386", "i8086", "mips", "aarch64", ... omitted 9 literals]`, found `None`

pwndbg/aglib/disasm/loongarch64.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/mips.py

[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | None`

pwndbg/aglib/disasm/ppc.py

[error] invalid-argument-type - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/riscv.py

[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._read_register_name` is incorrect: Expected `Emulator`, found `Emulator | None`

pwndbg/aglib/disasm/x86.py

[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_load_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `_common_store_annotator` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `DisassemblyAssistant._common_store_annotator` is incorrect: Expected `str`, found `str | None`

pwndbg/aglib/dt.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/elf.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `Page`, found `int`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `Page`, found `int`

pwndbg/aglib/godbg.py

[error] invalid-argument-type - Argument to bound method `fmt_bytes` is incorrect: Expected `bytes`, found `Literal[b""] | bytearray`
[error] invalid-argument-type - Argument to bound method `FormatOpts.fmt_bytes` is incorrect: Expected `bytes`, found `Literal[b""] | bytearray`

pwndbg/aglib/heap/ptmalloc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `Heap.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to `Bin.__init__` is incorrect: Expected `list[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[error] invalid-argument-type - Argument to bound method `Type.keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[error] invalid-argument-type - Argument to bound method `keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[error] invalid-argument-type - Argument to bound method `Type.keys` is incorrect: Expected `Type`, found `TheType@GlibcMemoryAllocator`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to `Bin.__init__` is incorrect: Expected `list[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to `Arena.__init__` is incorrect: Expected `int`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `CStruct2GDB.__init__` is incorrect: Expected `int`, found `int | None`

pwndbg/aglib/kernel/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/aglib/kernel/macros.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/kernel/nftables.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/aglib/kernel/vmmap.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Page`, found `Page | None`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Page`, found `Page | None`

pwndbg/aglib/nearpc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/aglib/objc.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `Object.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `Selector.__init__` is incorrect: Expected `int`, found `int | None`

pwndbg/aglib/shellcode.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/ai.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

pwndbg/commands/argv.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/binder.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/commands/context.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(str, /) -> None`, found `(str & Top[(...) -> object] & ~AlwaysFalsy) | (((str, /) -> None) & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to `CallOutput.__init__` is incorrect: Expected `(str, /) -> None`, found `(str & Top[(...) -> object] & ~AlwaysFalsy) | (((str, /) -> None) & ~AlwaysFalsy)`

pwndbg/commands/flags.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/kbpf.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/knft.py

[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Rule.find` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Rule.find` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `Rule.find` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Rule.find` is incorrect: Expected `int`, found `int | None`

pwndbg/commands/msr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/plist.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`

pwndbg/commands/ptmalloc2.py

[error] invalid-argument-type - Argument to bound method `contains_chunk` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `Bins.contains_chunk` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `chunk_flags` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `GlibcMemoryAllocator.chunk_flags` is incorrect: Expected `int`, found `int | None`

pwndbg/commands/rop.py

[error] invalid-argument-type - Argument to bound method `get_capstone_constants` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `PwndbgArchitecture.get_capstone_constants` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None | bytes`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `None | bytes`

pwndbg/commands/start.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/telescope.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`

pwndbg/commands/xinfo.py

[error] invalid-argument-type - Argument to bound method `read_reg` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `RegisterManager.read_reg` is incorrect: Expected `str`, found `str | None`

pwndbg/dbg_mod/gdb/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Type | None`
[error] invalid-argument-type - Argument to `GDBType.__init__` is incorrect: Expected `Type`, found `Type | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `TypeField.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Type`, found `Type | None`
[error] invalid-argument-type - Argument to `GDBType.__init__` is incorrect: Expected `Type`, found `Type | None`

pwndbg/dbg_mod/gdb/symbol.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

pwndbg/dbg_mod/lldb/__init__.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/dintegration/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ServerProxy`, found `_Method`
[error] invalid-argument-type - Argument to `DecompilerConnection.__init__` is incorrect: Expected `ServerProxy`, found `_Method`

pwndbg/emu/emulator.py

[error] invalid-argument-type - Argument to bound method `until_jump` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `Emulator.until_jump` is incorrect: Expected `int`, found `Unknown | None`

pwndbg/gdblib/config.py

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

pwndbg/gdblib/ptmalloc2_tracking.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Value | None`

pwndbg/gdblib/shellcode.py

[error] invalid-argument-type - Argument to bound method `read_reg` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `RegisterManager.read_reg` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `write_reg` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `RegisterManager.write_reg` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `write_reg` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `RegisterManager.write_reg` is incorrect: Expected `int`, found `int | None`

pybind11 (https://github.com/pybind/pybind11)

tests/test_call_policies.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Derived`, found `list[Derived]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Derived`, found `list[Derived]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Derived`, found `list[Derived]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Derived`, found `list[Derived]`

tests/test_pytypes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `bytearray.__init__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `frozenset.__new__` is incorrect: Expected `Iterable[Unknown]`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `bytes | bytearray | int | ... omitted 4 union elements`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

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

lib/Crypto/Cipher/ChaCha20_Poly1305.py

[error] invalid-argument-type - Argument to bound method `encrypt` is incorrect: Expected `bytearray | memoryview[int]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ChaCha20Cipher.encrypt` is incorrect: Expected `bytearray | memoryview[int]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `decrypt` is incorrect: Expected `bytearray | memoryview[int]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ChaCha20Cipher.decrypt` is incorrect: Expected `bytearray | memoryview[int]`, found `Unknown | None`

lib/Crypto/Hash/cSHAKE256.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal[512]`
[error] invalid-argument-type - Argument to `cSHAKE_XOF.__init__` is incorrect: Expected `bytes | None`, found `Literal[512]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `cSHAKE_XOF.__init__`: expected 4, got 5
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `Literal[512]`
[error] invalid-argument-type - Argument to `cSHAKE_XOF.__init__` is incorrect: Expected `bytes | None`, found `Literal[512]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `cSHAKE_XOF.__init__`: expected 4, got 5

lib/Crypto/IO/PKCS8.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`

lib/Crypto/IO/_PBES.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`

lib/Crypto/Math/Primality.py

[error] invalid-argument-type - Argument to bound method `random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `IntegerBase.random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (bound method _UrandomRNG.read(n: int) -> bytes)`
[error] invalid-argument-type - Argument to bound method `IntegerBase.random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (bound method _UrandomRNG.read(n: int) -> bytes)`
[error] invalid-argument-type - Argument to bound method `random` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (bound method _UrandomRNG.read(n: int) -> bytes)`
[error] invalid-argument-type - Argument to bound method `IntegerBase.random` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (bound method _UrandomRNG.read(n: int) -> bytes)`

lib/Crypto/PublicKey/DSA.py

[error] invalid-argument-type - Argument to bound method `random` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (def urandom(size: int, /) -> bytes)`
[error] invalid-argument-type - Argument to bound method `IntegerBase.random` is incorrect: Expected `int | ((int, /) -> int)`, found `(Unknown & ~None) | (def urandom(size: int, /) -> bytes)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSequence`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSequence`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSequence`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSequence`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `bytes | None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `bytes | None`

lib/Crypto/PublicKey/ECC.py

[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerBitString.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `bytes | None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `bytes | None`
[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `from_bytes` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to function `IntegerBase.from_bytes` is incorrect: Expected `bytes`, found `bytearray`

lib/Crypto/PublicKey/ElGamal.py

[error] invalid-argument-type - Argument to bound method `random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `Unknown | (bound method _UrandomRNG.read(n: int) -> bytes)`
[error] invalid-argument-type - Argument to bound method `IntegerBase.random_range` is incorrect: Expected `int | ((int, /) -> int)`, found `Unknown | (bound method _UrandomRNG.read(n: int) -> bytes)`

lib/Crypto/PublicKey/RSA.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | Unknown | IntegerBase]`
[error] invalid-argument-type - Argument to `DerSequence.__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | Unknown | IntegerBase]`
[error] invalid-argument-type - Argument to bound method `inverse` is incorrect: Expected `IntegerBase | int`, found `object`
[error] invalid-argument-type - Argument to bound method `IntegerBase.inverse` is incorrect: Expected `IntegerBase | int`, found `object`
[error] invalid-argument-type - Argument to bound method `gcd` is incorrect: Expected `IntegerBase | int`, found `object`
[error] invalid-argument-type - Argument to bound method `IntegerBase.gcd` is incorrect: Expected `IntegerBase | int`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to `IntegerBase.__init__` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to bound method `inverse` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to bound method `IntegerBase.inverse` is incorrect: Expected `IntegerBase | int`, found `None`

lib/Crypto/PublicKey/__init__.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObjectId.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerBitString.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerObject.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `range`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `range`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerInteger.decode` is incorrect: Expected `bytes`, found `None`

lib/Crypto/SelfTest/Cipher/test_ARC2.py

[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`

lib/Crypto/SelfTest/Cipher/test_Blowfish.py

[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`

lib/Crypto/SelfTest/Cipher/test_CAST.py

[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`

lib/Crypto/SelfTest/Cipher/test_DES.py

[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`

lib/Crypto/SelfTest/Cipher/test_DES3.py

[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.encrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `decrypt`
[error] unknown-argument - Argument `output` does not match any known parameter of bound method `OpenPgpMode.decrypt`

lib/Crypto/SelfTest/Cipher/test_OCB.py

[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.encrypt` matches arguments
[error] no-matching-overload - No overload of bound method `decrypt` matches arguments
[error] no-matching-overload - No overload of bound method `OcbMode.decrypt` matches arguments

lib/Crypto/SelfTest/Hash/test_Poly1305.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `Poly1305_MAC.__init__` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Unknown | None`

lib/Crypto/SelfTest/Hash/test_SHA1.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, str] | tuple[str, str, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, str] | tuple[str, str, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`

lib/Crypto/SelfTest/Hash/test_SHA512.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, str] | tuple[str, LiteralString, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, str] | tuple[str, LiteralString, str]`, found `tuple[bytes, Unknown | Literal[b""], Unknown]`

lib/Crypto/SelfTest/Hash/test_TupleHash.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`
[error] invalid-argument-type - Argument to bound method `TupleHash.update` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `str | Unknown`

lib/Crypto/SelfTest/Protocol/test_SecretSharing.py

[error] missing-argument - No argument provided for required parameter `ssss` of function `split`
[error] missing-argument - No argument provided for required parameter `ssss` of function `Shamir.split`
[error] missing-argument - No argument provided for required parameter `ssss` of function `split`
[error] missing-argument - No argument provided for required parameter `ssss` of function `Shamir.split`
[error] missing-argument - No argument provided for required parameter `ssss` of function `combine`
[error] missing-argument - No argument provided for required parameter `ssss` of function `Shamir.combine`
[error] missing-argument - No argument provided for required parameter `ssss` of function `combine`
[error] missing-argument - No argument provided for required parameter `ssss` of function `Shamir.combine`
[error] missing-argument - No argument provided for required parameter `ssss` of function `split`
[error] missing-argument - No argument provided for required parameter `ssss` of function `Shamir.split`

lib/Crypto/SelfTest/PublicKey/test_ECC_Curve25519.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | IntegerBase`, found `None`
[error] invalid-argument-type - Argument to `EccXPoint.__init__` is incorrect: Expected `int | IntegerBase`, found `None`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`

lib/Crypto/SelfTest/PublicKey/test_ECC_Curve448.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | IntegerBase`, found `None`
[error] invalid-argument-type - Argument to `EccXPoint.__init__` is incorrect: Expected `int | IntegerBase`, found `None`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`

lib/Crypto/SelfTest/PublicKey/test_ECC_Ed25519.py

[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`

lib/Crypto/SelfTest/PublicKey/test_ECC_Ed448.py

[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `seed` does not match any known parameter of `EccKey.__init__`

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `IntegerBase`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `int`, found `IntegerBase`

lib/Crypto/SelfTest/PublicKey/test_import_Curve25519.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerBitString.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`

lib/Crypto/SelfTest/PublicKey/test_import_Curve448.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerBitString.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`
[error] invalid-argument-type - Argument to `EccKey.__init__` is incorrect: Expected `EccPoint`, found `EccXPoint`

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerBitString.decode` is incorrect: Expected `bytes`, found `None`

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py

[error] no-matching-overload - No overload of bound method `export_key` matches arguments
[error] no-matching-overload - No overload of bound method `RsaKey.export_key` matches arguments
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `bytes`, found `None`

lib/Crypto/SelfTest/Signature/test_eddsa.py

[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `EdDSASigScheme.sign` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `EdDSASigScheme.sign` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `EdDSASigScheme.verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`
[error] invalid-argument-type - Argument to bound method `EdDSASigScheme.verify` is incorrect: Expected `bytes | Hash | XOF`, found `SHAKE256_XOF`

lib/Crypto/SelfTest/Signature/test_pss.py

[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `Hash`, found `SHA256Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.verify` is incorrect: Expected `Hash`, found `SHA256Hash`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.sign` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.verify` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `verify` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.verify` is incorrect: Expected `Hash`, found `SHA1Hash`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `Hash`, found `BLAKE2b_Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.sign` is incorrect: Expected `Hash`, found `BLAKE2b_Hash`
[error] invalid-argument-type - Argument to bound method `sign` is incorrect: Expected `Hash`, found `BLAKE2s_Hash`
[error] invalid-argument-type - Argument to bound method `PSS_SigScheme.sign` is incorrect: Expected `Hash`, found `BLAKE2s_Hash`

lib/Crypto/SelfTest/Util/test_asn1.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to `DerObject.__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to `DerObject.__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to `DerObject.__init__` is incorrect: Expected `int | None`, found `bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | DerInteger | bytes]`
[error] invalid-argument-type - Argument to `DerSequence.__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[int | DerInteger | bytes]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `int`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `int`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[255]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[255]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[-2]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[-2]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `bytes`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `bytes`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `Literal[384]`
[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to bound method `DerSequence.decode` is incorrect: Expected `int | None`, found `tuple[Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `DerInteger`
[error] invalid-argument-type - Argument to `DerBitString.__init__` is incorrect: Expected `bytes | None`, found `DerInteger`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[DerInteger]`
[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[DerInteger]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[int]`
[error] invalid-argument-type - Argument to `DerSetOf.__init__` is incorrect: Expected `set[bytes | int] | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSetOf`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSetOf`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSetOf`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `DerSetOf`

lib/Crypto/Signature/DSS.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to `IntegerBase.__init__` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IntegerBase | int`, found `None`
[error] invalid-argument-type - Argument to `IntegerBase.__init__` is incorrect: Expected `IntegerBase | int`, found `None`

lib/Crypto/Signature/pkcs1_15.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`
[error] invalid-argument-type - Argument to `DerSequence.__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DerObject`, found `bytes`
[error] invalid-argument-type - Argument to bound method `DerSequence.append` is incorrect: Expected `DerObject`, found `bytes`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`
[error] invalid-argument-type - Argument to `DerSequence.__init__` is incorrect: Expected `Sequence[int | DerObject] | None`, found `list[bytes]`

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

pydantic/_internal/_decorators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `classmethod[Any, (...), Any] | staticmethod[(...), Any] | partialmethod[Any] | ((...) -> Any)`
[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `classmethod[Any, (...), Any] | staticmethod[(...), Any] | partialmethod[Any] | ((...) -> Any)`

pydantic/_internal/_known_annotated_metadata.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to `PydanticCustomError.__init__` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to `PydanticCustomError.__init__` is incorrect: Expected `LiteralString`, found `str`

pydantic/_internal/_schema_gather.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements`, found `InvalidSchema | AnySchema | NoneSchema | ... omitted 56 union elements`

pydantic/_internal/_validators.py

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

pydantic/experimental/arguments_schema.py

[error] invalid-argument-type - Argument to bound method `_arguments_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `_arguments_v3_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`
[error] invalid-argument-type - Argument to bound method `GenerateSchema._arguments_v3_schema` is incorrect: Expected `FunctionType | MethodType | partial[Unknown]`, found `(...) -> Any`

pydantic/experimental/pipeline.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `LiteralString`, found `str`
[error] invalid-argument-type - Argument to `PydanticCustomError.__init__` is incorrect: Expected `LiteralString`, found `str`

pydantic/json_schema.py

[error] invalid-argument-type - Argument to bound method `__get__` is incorrect: Expected `Never`, found `type[Any]`
[error] invalid-argument-type - Argument to bound method `classmethod.__get__` is incorrect: Expected `Never`, found `type[Any]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

pydantic/v1/class_validators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[Unknown, Unknown]`, found `MappingProxyType[str, Any]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[Unknown, Unknown]`, found `MappingProxyType[str, Any]`

pydantic/v1/config.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `str`, found `Literal[1]`

pydantic/v1/env_settings.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[Unknown] | (list[str | PathLike[Unknown]] & PathLike[object]) | (tuple[str | PathLike[Unknown], ...] & PathLike[object])`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[Unknown] | (list[str | PathLike[Unknown]] & PathLike[object]) | (tuple[str | PathLike[Unknown], ...] & PathLike[object])`

pydantic/v1/main.py

[error] invalid-argument-type - Argument to bound method `_get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`
[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`
[error] invalid-argument-type - Argument to bound method `_get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`
[error] invalid-argument-type - Argument to bound method `BaseModel._get_value` is incorrect: Expected `AbstractSet[int | str] | Mapping[int | str, Any] | None`, found `(ValueItems & ~AlwaysTruthy) | None | AbstractSet[int | str] | Mapping[int | str, Any]`

pydantic/v1/validators.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | None`, found `(Any & bytes) | (Any & bytearray) | UUID`
[error] invalid-argument-type - Argument to `UUID.__init__` is incorrect: Expected `bytes | None`, found `(Any & bytes) | (Any & bytearray) | UUID`

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

pyinstrument/vendor/decorator.py

[error] missing-argument - No arguments provided for required parameters `args`, `kwds` of function `__init__`
[error] missing-argument - No arguments provided for required parameters `args`, `kwds` of function `_GeneratorContextManagerBase.__init__`

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

jwt/jwks_client.py

[error] invalid-argument-type - Argument to function `from_dict` is incorrect: Expected `dict[str, Any]`, found `(PyJWKSet & Top[dict[Unknown, Unknown]]) | (Any & Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to function `PyJWKSet.from_dict` is incorrect: Expected `dict[str, Any]`, found `(PyJWKSet & Top[dict[Unknown, Unknown]]) | (Any & Top[dict[Unknown, Unknown]])`
[error] missing-argument - No argument provided for required parameter `kid` of function `get_signing_key`
[error] missing-argument - No argument provided for required parameter `kid` of function `PyJWKClient.get_signing_key`

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

pylint/checkers/__init__.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `tuple[Unknown, str, str, str | int]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str]`, found `tuple[Unknown, str, str, str | int]`

pylint/checkers/base/name_checker/checker.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

pylint/checkers/imports.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

pylint/checkers/logging.py

[error] invalid-argument-type - Argument to bound method `_check_log_method` is incorrect: Expected `str`, found `Unknown | str | None`
[error] invalid-argument-type - Argument to bound method `LoggingChecker._check_log_method` is incorrect: Expected `str`, found `Unknown | str | None`

pylint/checkers/unicode.py

[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.endswith` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.endswith` is incorrect: Expected `Buffer | tuple[Buffer, ...]`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.find` is incorrect: Expected `bytes`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `bytes.find` is incorrect: Expected `Buffer | SupportsIndex`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`
[error] invalid-argument-type - Argument to bound method `str.find` is incorrect: Expected `str`, found `_StrLike@_map_positions_to_result`

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

pylox/ast_printer.py

[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_parenthesize`
[error] invalid-argument-type - Argument to bound method `Expr.accept` is incorrect: Expected `VisitorProtocol`, found `Self@_parenthesize`
[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@dump`
[error] invalid-argument-type - Argument to bound method `Expr.accept` is incorrect: Expected `VisitorProtocol`, found `Self@dump`

pylox/containers/array.py

[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments

pylox/interpreter.py

[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
[error] invalid-argument-type - Argument to bound method `Expr.accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`
[error] invalid-argument-type - Argument to bound method `Stmt.accept` is incorrect: Expected `VisitorProtocol`, found `Self@_evaluate`

pylox/resolver.py

[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
[error] invalid-argument-type - Argument to bound method `Expr.accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
[error] invalid-argument-type - Argument to bound method `accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`
[error] invalid-argument-type - Argument to bound method `Stmt.accept` is incorrect: Expected `VisitorProtocol`, found `Self@_resolve_one`

tests/expressions/test_evaluate.py

[error] invalid-argument-type - Argument to bound method `interpret` is incorrect: Expected `Sequence[Expr | Stmt]`, found `list[Expr | Stmt] | None`
[error] invalid-argument-type - Argument to bound method `Interpreter.interpret` is incorrect: Expected `Sequence[Expr | Stmt]`, found `list[Expr | Stmt] | None`

tests/expressions/test_parse.py

[error] invalid-argument-type - Argument to bound method `dump` is incorrect: Expected `Expr`, found `list[Expr | Stmt] | None`
[error] invalid-argument-type - Argument to bound method `AstPrinter.dump` is incorrect: Expected `Expr`, found `list[Expr | Stmt] | None`

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

src/py/_pyodide/_importhook.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `MetaPathFinderProtocol`, found `<class 'WindowsToLinuxPathFinder'>`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `MetaPathFinderProtocol`, found `<class 'WindowsToLinuxPathFinder'>`

src/py/pyodide/webloop.py

[error] invalid-argument-type - Argument to bound method `set_result` is incorrect: Expected `S@then`, found `~Awaitable[object]`
[error] invalid-argument-type - Argument to bound method `Future.set_result` is incorrect: Expected `S@then`, found `~Awaitable[object]`

src/tests/test_jsproxy.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `int`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `int`, found `list[Unknown]`

src/tests/test_stdlib_fixes.py

[error] invalid-argument-type - Argument to bound method `decode` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `JSONDecoder.decode` is incorrect: Expected `str`, found `Literal[1]`

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

pyppeteer/browser.py

[error] invalid-argument-type - Argument to bound method `setClosedCallback` is incorrect: Expected `() -> None`, found `() -> bool`
[error] invalid-argument-type - Argument to bound method `Connection.setClosedCallback` is incorrect: Expected `() -> None`, found `() -> bool`

pyppeteer/frame_manager.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `Unknown | None`

pyproject-metadata (https://github.com/pypa/pyproject-metadata)

pyproject_metadata/__init__.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

pyproject_metadata/project_table.py

[error] no-matching-overload - No overload of bound method `fullmatch` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments

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

src/_pytest/assertion/rewrite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FileLoader`, found `SimpleNamespace`
[error] invalid-argument-type - Argument to `FileReader.__init__` is incorrect: Expected `FileLoader`, found `SimpleNamespace`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `AST`, found `~Assert`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AST`, found `~Assert`
[error] invalid-argument-type - Argument to bound method `visit` is incorrect: Expected `AST`, found `expr | str`
[error] invalid-argument-type - Argument to bound method `NodeVisitor.visit` is incorrect: Expected `AST`, found `expr | str`

src/_pytest/doctest.py

[error] unknown-argument - Argument `continue_on_failure` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `continue_on_failure` does not match any known parameter of `DocTestRunner.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Function`, found `Self@_initrequest`
[error] invalid-argument-type - Argument to `TopRequest.__init__` is incorrect: Expected `Function`, found `Self@_initrequest`
[error] invalid-argument-type - Argument to bound method `run` is incorrect: Expected `((str, /) -> object) | None`, found `list[DocTestFailure]`
[error] invalid-argument-type - Argument to bound method `DocTestRunner.run` is incorrect: Expected `((str, /) -> object) | None`, found `list[DocTestFailure]`

src/_pytest/junitxml.py

[error] missing-argument - No argument provided for required parameter `self` of function `to_xml`
[error] missing-argument - No argument provided for required parameter `self` of function `_NodeReporter.to_xml`
[error] missing-argument - No argument provided for required parameter `self` of function `to_xml`
[error] missing-argument - No argument provided for required parameter `self` of function `_NodeReporter.to_xml`

src/_pytest/logging.py

[error] no-matching-overload - No overload of `StreamHandler.__init__` matches arguments
[error] invalid-argument-type - Argument to function `_get_auto_indent` is incorrect: Expected `int | str | None`, found `object`
[error] invalid-argument-type - Argument to function `PercentStyleMultiline._get_auto_indent` is incorrect: Expected `int | str | None`, found `object`

src/_pytest/pathlib.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableSequence[str]`, found `Path`
[error] invalid-argument-type - Argument to `_NamespaceLoader.__init__` is incorrect: Expected `MutableSequence[str]`, found `Path`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(str, tuple[str, ...], /) -> ModuleSpec`, found `PathFinder`
[error] invalid-argument-type - Argument to `_NamespaceLoader.__init__` is incorrect: Expected `(str, tuple[str, ...], /) -> ModuleSpec`, found `PathFinder`
[error] no-matching-overload - No overload of bound method `sort` matches arguments
[error] no-matching-overload - No overload of bound method `list.sort` matches arguments

src/_pytest/pytester.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments

src/_pytest/terminal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

src/_pytest/unittest.py

[error] invalid-argument-type - Argument to bound method `from_exc_info` is incorrect: Expected `tuple[Unknown, BaseException, TracebackType]`, found `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`
[error] invalid-argument-type - Argument to bound method `ExceptionInfo.from_exc_info` is incorrect: Expected `tuple[Unknown, BaseException, TracebackType]`, found `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`

testing/python/fixtures.py

[error] invalid-argument-type - Argument to bound method `applymarker` is incorrect: Expected `str | MarkDecorator`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `FixtureRequest.applymarker` is incorrect: Expected `str | MarkDecorator`, found `Literal[42]`

testing/python/metafunc.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FuncFixtureInfo`, found `FuncFixtureInfoMock`
[error] invalid-argument-type - Argument to `Metafunc.__init__` is incorrect: Expected `FuncFixtureInfo`, found `FuncFixtureInfoMock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Config`, found `Unknown | None`
[error] invalid-argument-type - Argument to `Metafunc.__init__` is incorrect: Expected `Config`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `parametrize` is incorrect: Expected `Iterable[object] | ((Any, /) -> object) | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `Metafunc.parametrize` is incorrect: Expected `Iterable[object] | ((Any, /) -> object) | None`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `parametrize` is incorrect: Expected `Literal["session", "package", "module", "class", "function"] | None`, found `Literal["doggy"]`
[error] invalid-argument-type - Argument to bound method `Metafunc.parametrize` is incorrect: Expected `Literal["session", "package", "module", "class", "function"] | None`, found `Literal["doggy"]`
[error] invalid-argument-type - Argument to bound method `parametrize` is incorrect: Expected `bool | Sequence[str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `Metafunc.parametrize` is incorrect: Expected `bool | Sequence[str]`, found `dict[Unknown, Unknown]`

testing/python/raises_group.py

[error] no-matching-overload - No overload of `RaisesGroup.__init__` matches arguments
[error] no-matching-overload - No overload of `RaisesGroup.__init__` matches arguments
[error] no-matching-overload - No overload of `RaisesExc.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `Literal[5]`
[error] invalid-argument-type - Argument to `RaisesExc.__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `Literal[5]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `int` does not satisfy upper bound `BaseException` of type variable `BaseExcT_co_default`
[error] invalid-argument-type - Argument to `RaisesExc.__init__` is incorrect: Argument type `int` does not satisfy upper bound `BaseException` of type variable `BaseExcT_co_default`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to `RaisesExc.__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound `BaseException` of type variable `BaseExcT_co_default`
[error] invalid-argument-type - Argument to `RaisesExc.__init__` is incorrect: Argument type `object` does not satisfy upper bound `BaseException` of type variable `BaseExcT_co_default`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to `RaisesExc.__init__` is incorrect: Expected `type[BaseException] | tuple[type[BaseException], ...]`, found `<class 'object'>`

testing/test_assertrewrite.py

[error] invalid-argument-type - Argument to bound method `set_session` is incorrect: Expected `Session | None`, found `StubSession`
[error] invalid-argument-type - Argument to bound method `AssertionRewritingHook.set_session` is incorrect: Expected `Session | None`, found `StubSession`

testing/test_capture.py

[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `_TextIOBase.write` is incorrect: Expected `str`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `str`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `TeeCaptureIO.write` is incorrect: Expected `str`, found `Literal[b"hello"]`
[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[str]`, found `list[bytes]`
[error] invalid-argument-type - Argument to bound method `_TextIOBase.writelines` is incorrect: Expected `Iterable[str]`, found `list[bytes]`

testing/test_config.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `None`
[error] invalid-argument-type - Argument to `InvocationParams.__init__` is incorrect: Expected `Iterable[str]`, found `None`

testing/test_monkeypatch.py

[error] invalid-argument-type - Argument to bound method `setattr` is incorrect: Expected `str`, found `<class 'A'>`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.setattr` is incorrect: Expected `str`, found `<class 'A'>`
[error] invalid-argument-type - Argument to bound method `setattr` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.setattr` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `setenv` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.setenv` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `setenv` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.setenv` is incorrect: Expected `str`, found `Literal[2]`

testing/test_nodes.py

[error] invalid-argument-type - Argument to bound method `from_parent` is incorrect: Expected `Node`, found `None`
[error] invalid-argument-type - Argument to bound method `Node.from_parent` is incorrect: Expected `Node`, found `None`
[error] invalid-argument-type - Argument to bound method `from_parent` is incorrect: Expected `Node`, found `None`
[error] invalid-argument-type - Argument to bound method `Node.from_parent` is incorrect: Expected `Node`, found `None`
[error] invalid-argument-type - Argument to bound method `warn` is incorrect: Expected `Warning`, found `Exception`
[error] invalid-argument-type - Argument to bound method `Node.warn` is incorrect: Expected `Warning`, found `Exception`

testing/test_pytester.py

[error] invalid-argument-type - Argument to bound method `fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `LineMatcher.fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `LineMatcher.fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `re_match_lines` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `LineMatcher.re_match_lines` is incorrect: Expected `Sequence[Unknown]`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `re_match_lines` is incorrect: Expected `Sequence[Unknown]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `LineMatcher.re_match_lines` is incorrect: Expected `Sequence[Unknown]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `Source`
[error] invalid-argument-type - Argument to bound method `LineMatcher.fnmatch_lines` is incorrect: Expected `Sequence[Unknown]`, found `Source`

testing/test_recwarn.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `Literal[5]`
[error] invalid-argument-type - Argument to `WarningsChecker.__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `Literal[5]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `tuple[Literal["hi"], <class 'RuntimeWarning'>]`
[error] invalid-argument-type - Argument to `WarningsChecker.__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `tuple[Literal["hi"], <class 'RuntimeWarning'>]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `list[<class 'DeprecationWarning'> | <class 'RuntimeWarning'>]`
[error] invalid-argument-type - Argument to `WarningsChecker.__init__` is incorrect: Expected `type[Warning] | tuple[type[Warning], ...]`, found `list[<class 'DeprecationWarning'> | <class 'RuntimeWarning'>]`

testing/test_scope.py

[error] invalid-argument-type - Argument to bound method `from_user` is incorrect: Expected `Literal["session", "package", "module", "class", "function"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Scope.from_user` is incorrect: Expected `Literal["session", "package", "module", "class", "function"]`, found `Literal["foo"]`

testing/test_unittest.py

[error] invalid-argument-type - Argument to bound method `addError` is incorrect: Expected `TestCase`, found `None`
[error] invalid-argument-type - Argument to bound method `TestCaseFunction.addError` is incorrect: Expected `TestCase`, found `None`
[error] invalid-argument-type - Argument to bound method `addError` is incorrect: Expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `TestCaseFunction.addError` is incorrect: Expected `tuple[type[BaseException], BaseException, TracebackType] | tuple[None, None, None]`, found `Literal[42]`

testing/typing_checks.py

[error] invalid-argument-type - Argument to bound method `setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[2]]`, found `Foo`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.setitem` is incorrect: Expected `Mapping[Literal["x"], Literal[2]]`, found `Foo`
[error] invalid-argument-type - Argument to bound method `delitem` is incorrect: Expected `Mapping[Literal["y"], Unknown]`, found `Foo`
[error] invalid-argument-type - Argument to bound method `MonkeyPatch.delitem` is incorrect: Expected `Mapping[Literal["y"], Unknown]`, found `Foo`

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

tests/conftest.py

[error] no-matching-overload - No overload of bound method `run_pytest` matches arguments
[error] no-matching-overload - No overload of bound method `PytestRobotTester.run_pytest` matches arguments

python-htmlgen (https://github.com/srittau/python-htmlgen)

htmlgen/form.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `str | None`

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

Pythonwin/pywin/Demos/dibdemo.py

[error] missing-argument - No arguments provided for required parameters `arg`, `arg1` of bound method `SetScrollSizes`
[error] missing-argument - No arguments provided for required parameters `arg`, `arg1` of bound method `PyCScrollView.SetScrollSizes`

Pythonwin/pywin/Demos/dlgtest.py

[error] invalid-argument-type - Argument to bound method `AddPage` is incorrect: Expected `PyCPropertyPage`, found `TestPage`
[error] invalid-argument-type - Argument to bound method `PyCPropertySheet.AddPage` is incorrect: Expected `PyCPropertyPage`, found `TestPage`
[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd | None`, found `int`
[error] invalid-argument-type - Argument to bound method `PyCPropertySheet.CreateWindow` is incorrect: Expected `PyCWnd | None`, found `int`

Pythonwin/pywin/Demos/ocx/flash.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`

Pythonwin/pywin/Demos/ocx/msoffice.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`

Pythonwin/pywin/Demos/ocx/ocxtest.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`

Pythonwin/pywin/Demos/ocx/webbrowser.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`

Pythonwin/pywin/Demos/progressbar.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Self@OnInitDialog`
[error] invalid-argument-type - Argument to bound method `PyCProgressCtrl.CreateWindow` is incorrect: Expected `PyCWnd`, found `Self@OnInitDialog`

Pythonwin/pywin/Demos/sliderdemo.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `PyCSliderCtrl.CreateWindow` is incorrect: Expected `PyCWnd`, found `None | Unknown`

Pythonwin/pywin/Demos/splittst.py

[error] invalid-argument-type - Argument to bound method `CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`
[error] invalid-argument-type - Argument to bound method `CreateView` is incorrect: Expected `PyCView`, found `PyCEditView`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateView` is incorrect: Expected `PyCView`, found `PyCEditView`
[error] invalid-argument-type - Argument to bound method `CreateView` is incorrect: Expected `PyCView`, found `FontView`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateView` is incorrect: Expected `PyCView`, found `FontView`

Pythonwin/pywin/Demos/threadedgui.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `PyCMDIChildWnd.CreateWindow` is incorrect: Expected `str`, found `None`

Pythonwin/pywin/Demos/toolbar.py

[error] invalid-argument-type - Argument to bound method `LoadBitmap` is incorrect: Expected `PyResourceId`, found `int`
[error] invalid-argument-type - Argument to bound method `PyCToolBar.LoadBitmap` is incorrect: Expected `PyResourceId`, found `int`
[error] missing-argument - No argument provided for required parameter `numButtons` of bound method `SetButtons`
[error] missing-argument - No argument provided for required parameter `numButtons` of bound method `PyCToolBar.SetButtons`

Pythonwin/pywin/debugger/debugger.py

[error] invalid-argument-type - Argument to bound method `LoadToolBar` is incorrect: Expected `PyResourceId`, found `int`
[error] invalid-argument-type - Argument to bound method `PyCToolBar.LoadToolBar` is incorrect: Expected `PyResourceId`, found `int`
[error] invalid-argument-type - Argument to function `set_break` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to function `Bdb.set_break` is incorrect: Expected `bool`, found `Unknown | Literal[0]`
[error] invalid-argument-type - Argument to bound method `set_next` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Bdb.set_next` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`
[error] invalid-argument-type - Argument to bound method `set_return` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`
[error] invalid-argument-type - Argument to bound method `Bdb.set_return` is incorrect: Expected `FrameType`, found `FrameType | None | Unknown`

Pythonwin/pywin/dialogs/status.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Self@OnInitDialog`
[error] invalid-argument-type - Argument to bound method `PyCProgressCtrl.CreateWindow` is incorrect: Expected `PyCWnd`, found `Self@OnInitDialog`

Pythonwin/pywin/framework/app.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `str`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `str`

Pythonwin/pywin/framework/editor/color/coloreditor.py

[error] invalid-argument-type - Argument to bound method `TrackPopupMenu` is incorrect: Expected `PyCWnd`, found `Self@OnRClick`
[error] invalid-argument-type - Argument to bound method `PyCMenu.TrackPopupMenu` is incorrect: Expected `PyCWnd`, found `Self@OnRClick`

Pythonwin/pywin/framework/editor/frame.py

[error] invalid-argument-type - Argument to bound method `CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`
[error] invalid-argument-type - Argument to bound method `CreateView` is incorrect: Expected `PyCView`, found `BrowserView`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateView` is incorrect: Expected `PyCView`, found `BrowserView`

Pythonwin/pywin/framework/intpyapp.py

[error] invalid-argument-type - Argument to bound method `LoadToolBar` is incorrect: Expected `PyResourceId`, found `int`
[error] invalid-argument-type - Argument to bound method `PyCToolBar.LoadToolBar` is incorrect: Expected `PyResourceId`, found `int`

Pythonwin/pywin/framework/sgrepmdi.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[str]`, found `list[int]`

Pythonwin/pywin/scintilla/view.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `dict[Unknown, Unknown] | dict[str, Any | None]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `dict[Unknown, Unknown] | dict[str, Any | None]`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `_S@map` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `_S@map` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

Pythonwin/pywin/test/test_pywin.py

[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] invalid-argument-type - Argument to bound method `PyCSliderCtrl.CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] invalid-argument-type - Argument to bound method `PyCProgressCtrl.CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] invalid-argument-type - Argument to bound method `CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] invalid-argument-type - Argument to bound method `PyCEdit.CreateWindow` is incorrect: Expected `PyCWnd`, found `Dialog`
[error] no-matching-overload - No overload of bound method `GetBitmapBits` matches arguments
[error] no-matching-overload - No overload of bound method `PyCBitmap.GetBitmapBits` matches arguments

Pythonwin/pywin/tools/regedit.py

[error] invalid-argument-type - Argument to bound method `CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`
[error] invalid-argument-type - Argument to bound method `PyCSplitterWnd.CreateStatic` is incorrect: Expected `PyCSplitterWnd`, found `Self@OnCreateClient`

adodbapi/test/adodbapitest.py

[error] invalid-argument-type - Argument to bound method `loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestPythonDateTimeConverter'>`
[error] invalid-argument-type - Argument to bound method `TestLoader.loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestPythonDateTimeConverter'>`
[error] invalid-argument-type - Argument to bound method `loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithAccessDB'>`
[error] invalid-argument-type - Argument to bound method `TestLoader.loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithAccessDB'>`
[error] invalid-argument-type - Argument to bound method `loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithSQLServer'>`
[error] invalid-argument-type - Argument to bound method `TestLoader.loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithSQLServer'>`
[error] invalid-argument-type - Argument to bound method `loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithMySql'>`
[error] invalid-argument-type - Argument to bound method `TestLoader.loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithMySql'>`
[error] invalid-argument-type - Argument to bound method `loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithPostgres'>`
[error] invalid-argument-type - Argument to bound method `TestLoader.loadTestsFromModule` is incorrect: Expected `ModuleType`, found `<class 'TestADOwithPostgres'>`

com/win32com/client/__init__.py

[error] invalid-argument-type - Argument to bound method `BindToObject` is incorrect: Expected `PyIMoniker`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIMoniker.BindToObject` is incorrect: Expected `PyIMoniker`, found `None`

com/win32com/client/combrowse.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

com/win32com/client/gencache.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `int` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
[error] invalid-argument-type - Argument to `closing.__init__` is incorrect: Argument type `int` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`

com/win32com/client/util.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `Enumerator.__init__`: expected 2, got 3

com/win32com/demos/dump_clipboard.py

[error] missing-argument - No argument provided for required parameter `dwDirection` of bound method `EnumFormatEtc`
[error] missing-argument - No argument provided for required parameter `dwDirection` of bound method `PyIDataObject.EnumFormatEtc`
[error] invalid-argument-type - Argument to bound method `QueryGetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`
[error] invalid-argument-type - Argument to bound method `PyIDataObject.QueryGetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`
[error] invalid-argument-type - Argument to bound method `GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`
[error] invalid-argument-type - Argument to bound method `PyIDataObject.GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Unknown, Unknown, Unknown, Unknown, Any]`

com/win32com/server/policy.py

[error] missing-argument - No argument provided for required parameter `iid` of function `_query_interface_`
[error] missing-argument - No argument provided for required parameter `iid` of function `BasicWrapPolicy._query_interface_`
[error] missing-argument - No argument provided for required parameter `args` of function `_invoke_`
[error] missing-argument - No argument provided for required parameter `args` of function `BasicWrapPolicy._invoke_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `_invokeex_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `BasicWrapPolicy._invokeex_`
[error] missing-argument - No argument provided for required parameter `lcid` of function `_getidsofnames_`
[error] missing-argument - No argument provided for required parameter `lcid` of function `BasicWrapPolicy._getidsofnames_`
[error] missing-argument - No argument provided for required parameter `fdex` of function `_getdispid_`
[error] missing-argument - No argument provided for required parameter `fdex` of function `BasicWrapPolicy._getdispid_`
[error] missing-argument - No argument provided for required parameter `fdex` of function `_getdispid_`
[error] missing-argument - No argument provided for required parameter `fdex` of function `BasicWrapPolicy._getdispid_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `_invokeex_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `BasicWrapPolicy._invokeex_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `_invokeex_`
[error] missing-argument - No argument provided for required parameter `serviceProvider` of function `BasicWrapPolicy._invokeex_`

com/win32com/servers/perfmon.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `TypeError`
[error] invalid-argument-type - Argument to `COMException.__init__` is incorrect: Expected `str | None`, found `TypeError`

com/win32com/test/testClipboard.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Literal[262448]`
[error] invalid-argument-type - Argument to `COMException.__init__` is incorrect: Expected `str | None`, found `Literal[262448]`
[error] invalid-argument-type - Argument to bound method `GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Literal[1], None, int, Literal[-1], int]`
[error] invalid-argument-type - Argument to bound method `PyIDataObject.GetData` is incorrect: Expected `PyFORMATETC`, found `tuple[Literal[1], None, int, Literal[-1], int]`

com/win32com/test/testPersist.py

[error] missing-argument - No argument provided for required parameter `rect` of bound method `DoVerb`
[error] missing-argument - No argument provided for required parameter `rect` of bound method `PyIOleObject.DoVerb`
[error] invalid-argument-type - Argument to bound method `DoVerb` is incorrect: Expected `PyIOleClientSite`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `PyIOleObject.DoVerb` is incorrect: Expected `PyIOleClientSite`, found `Literal[0]`

com/win32comext/axscript/client/framework.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `COMScript`, found `Self@HandleException`
[error] invalid-argument-type - Argument to `AXScriptException.__init__` is incorrect: Expected `COMScript`, found `Self@HandleException`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `win32comext.axscript.client.framework.AXScriptCodeBlock | None`, found `com.win32comext.axscript.client.framework.AXScriptCodeBlock | None`
[error] invalid-argument-type - Argument to `AXScriptException.__init__` is incorrect: Expected `win32comext.axscript.client.framework.AXScriptCodeBlock | None`, found `com.win32comext.axscript.client.framework.AXScriptCodeBlock | None`

com/win32comext/mapi/demos/mapisend.py

[error] invalid-argument-type - Argument to bound method `OpenMsgStore` is incorrect: Expected `PyIID`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIMAPISession.OpenMsgStore` is incorrect: Expected `PyIID`, found `None`

com/win32comext/shell/demos/browse_for_folder.py

[error] invalid-argument-type - Argument to bound method `ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIShellFolder.ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`

com/win32comext/shell/demos/explorer_browser.py

[error] invalid-argument-type - Argument to bound method `ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIShellFolder.ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`

com/win32comext/shell/demos/servers/shell_view.py

[error] invalid-argument-type - Argument to bound method `ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIShellFolder.ParseDisplayName` is incorrect: Expected `PyIBindCtx`, found `None`
[error] invalid-argument-type - Argument to bound method `BindToObject` is incorrect: Expected `PyIDL`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PyIShellFolder.BindToObject` is incorrect: Expected `PyIDL`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `BindToObject` is incorrect: Expected `PyIBindCtx`, found `None`
[error] invalid-argument-type - Argument to bound method `PyIShellFolder.BindToObject` is incorrect: Expected `PyIBindCtx`, found `None`

com/win32comext/shell/demos/viewstate.py

[error] missing-argument - No argument provided for required parameter `propType` of bound method `Read`
[error] missing-argument - No argument provided for required parameter `propType` of bound method `PyIPropertyBag.Read`

isapi/samples/test.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `PyHANDLE`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `PyHANDLE`

setup.py

[error] invalid-argument-type - Argument to function `__init__` is incorrect: Expected `list[str] | None`, found `Unknown | list[LiteralString]`
[error] invalid-argument-type - Argument to function `Extension.__init__` is incorrect: Expected `list[str] | None`, found `Unknown | list[LiteralString]`

win32/Demos/BackupRead_BackupWrite.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PySECURITY_DESCRIPTOR`

win32/Demos/eventLogDemo.py

[error] missing-argument - No argument provided for required parameter `format` of bound method `strftime`
[error] missing-argument - No argument provided for required parameter `format` of bound method `date.strftime`

win32/Demos/pipes/runproc.py

[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `Buffer`, found `Literal["hmmmmm\r\n"]`
[error] invalid-argument-type - Argument to bound method `BufferedWriter.write` is incorrect: Expected `Buffer`, found `Literal["hmmmmm\r\n"]`

win32/Demos/security/explicit_entries.py

[error] invalid-argument-type - Argument to bound method `SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PyACL.SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `PyACL.SetEntriesInAcl` is incorrect: Expected `tuple[dict[str, int | dict[str, int | PySID]], ...]`, found `list[Unknown]`

win32/Demos/security/setkernelobjectsecurity.py

[error] invalid-argument-type - Argument to bound method `SetSecurityDescriptorSacl` is incorrect: Expected `PyACL`, found `None`
[error] invalid-argument-type - Argument to bound method `PySECURITY_DESCRIPTOR.SetSecurityDescriptorSacl` is incorrect: Expected `PyACL`, found `None`

win32/Demos/security/sspi/fetch_url.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

win32/Demos/win32console_demo.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

win32/Demos/win32gui_dialog.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `Queue.get` is incorrect: Expected `bool`, found `Literal[0]`

win32/Lib/win32gui_struct.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PyIID`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PyIID`

win32/Lib/win32rcparser.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(str & ~Literal["END"]) | None | (Unknown & ~Literal["END"])`

win32/test/test_exceptions.py

[error] missing-argument - No arguments provided for required parameters `funcname`, `strerror` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `funcname`, `strerror` of `error.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `error.__init__` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to `error.__init__` is incorrect: Expected `int`, found `Literal["foo"]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 7
[error] too-many-positional-arguments - Too many positional arguments to `error.__init__`: expected 4, got 7

win32/test/test_pywintypes.py

[error] missing-argument - No argument provided for required parameter `format` of bound method `strftime`
[error] missing-argument - No argument provided for required parameter `format` of bound method `date.strftime`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PyIID`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PyIID`

win32/test/test_security.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySID`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PySID`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `PySID`
[error] invalid-argument-type - Argument to constructor `memoryview.__new__` is incorrect: Expected `Buffer`, found `PySID`

win32/test/test_win32file.py

[error] invalid-argument-type - Argument to bound method `setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `socket.setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `socket.setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `setblocking` is incorrect: Expected `bool`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `socket.setblocking` is incorrect: Expected `bool`, found `Literal[0]`

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

rich/console.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Styled`, found `ConsoleRenderable`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Styled`, found `ConsoleRenderable`
[error] invalid-argument-type - Argument to bound method `process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`
[error] invalid-argument-type - Argument to bound method `RenderHook.process_renderables` is incorrect: Expected `list[ConsoleRenderable]`, found `list[Table] | list[ConsoleRenderable]`

rich/pretty.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | str | float | set[int | tuple[int, int, int, int]]`, found `dict[str, list[int | str | float | set[int | tuple[int, int, int, int]]] | frozenset[int] | defaultdict[str, list[str]] | ... omitted 4 union elements]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | str | float | set[int | tuple[int, int, int, int]]`, found `dict[str, list[int | str | float | set[int | tuple[int, int, int, int]]] | frozenset[int] | defaultdict[str, list[str]] | ... omitted 4 union elements]`

rich/progress.py

[error] invalid-argument-type - Argument to bound method `__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `BinaryIO.__enter__` is incorrect: Expected `BinaryIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `TextIO.__enter__` is incorrect: Expected `TextIO`, found `_I@_ReadContext`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `BinaryIO | TextIO` does not satisfy constraints (`TextIO`, `BinaryIO`) of type variable `_I`
[error] invalid-argument-type - Argument to `_ReadContext.__init__` is incorrect: Argument type `BinaryIO | TextIO` does not satisfy constraints (`TextIO`, `BinaryIO`) of type variable `_I`

rich/segment.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[list[Segment]]`, found `list[list[Self@set_shape]]`

rich/table.py

[error] invalid-argument-type - Argument to bound method `setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`
[error] invalid-argument-type - Argument to bound method `property.setter` is incorrect: Expected `(Any, Any, /) -> None`, found `def padding(self, padding: int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]) -> Table`

tests/test_align.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `None`
[error] invalid-argument-type - Argument to `Align.__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["middle"]`
[error] invalid-argument-type - Argument to `Align.__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["middle"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal[""]`
[error] invalid-argument-type - Argument to `Align.__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["LEFT"]`
[error] invalid-argument-type - Argument to `Align.__init__` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["LEFT"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["top", "middle", "bottom"] | None`, found `Literal["somewhere"]`
[error] invalid-argument-type - Argument to `Align.__init__` is incorrect: Expected `Literal["top", "middle", "bottom"] | None`, found `Literal["somewhere"]`

tests/test_box.py

[error] invalid-argument-type - Argument to bound method `get_row` is incorrect: Expected `Literal["head", "row", "foot", "mid"]`, found `Literal["FOO"]`
[error] invalid-argument-type - Argument to bound method `Box.get_row` is incorrect: Expected `Literal["head", "row", "foot", "mid"]`, found `Literal["FOO"]`

tests/test_console.py

[error] invalid-argument-type - Argument to bound method `print_json` is incorrect: Expected `str | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Console.print_json` is incorrect: Expected `str | None`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `render` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Console.render` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeFile`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`
[error] invalid-argument-type - Argument to `Console.__init__` is incorrect: Expected `IO[str] | None`, found `FakeTTY`

tests/test_containers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Renderables`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Renderables`

tests/test_file_proxy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[str]`, found `TTYFile`
[error] invalid-argument-type - Argument to `FileProxy.__init__` is incorrect: Expected `IO[str]`, found `TTYFile`

tests/test_highlighter.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | Text`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `Highlighter.__call__` is incorrect: Expected `str | Text`, found `list[Unknown]`

tests/test_inspect.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["hello"]`
[error] invalid-argument-type - Argument to `Foo.__init__` is incorrect: Expected `int`, found `Literal["hello"]`

tests/test_measure.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `None`
[error] invalid-argument-type - Argument to bound method `Measurement.get` is incorrect: Expected `ConsoleRenderable | RichCast | str`, found `None`

tests/test_padding.py

[error] invalid-argument-type - Argument to function `unpack` is incorrect: Expected `int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]`, found `tuple[Literal[1], Literal[2], Literal[3]]`
[error] invalid-argument-type - Argument to function `Padding.unpack` is incorrect: Expected `int | tuple[int] | tuple[int, int] | tuple[int, int, int, int]`, found `tuple[Literal[1], Literal[2], Literal[3]]`

tests/test_progress.py

[error] invalid-argument-type - Argument to bound method `render` is incorrect: Expected `Task`, found `SimpleNamespace`
[error] invalid-argument-type - Argument to bound method `TimeRemainingColumn.render` is incorrect: Expected `Task`, found `SimpleNamespace`
[error] invalid-argument-type - Argument to bound method `render` is incorrect: Expected `Task`, found `SimpleNamespace`
[error] invalid-argument-type - Argument to bound method `TimeRemainingColumn.render` is incorrect: Expected `Task`, found `SimpleNamespace`

tests/test_rule.py

[error] invalid-argument-type - Argument to bound method `rule` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Console.rule` is incorrect: Expected `Literal["left", "center", "right"]`, found `Literal["foo"]`

tests/test_rule_in_table.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Style`, found `None`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str | Style`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | Style`, found `None`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str | Style`, found `None`

tests/test_segment.py

[error] invalid-argument-type - Argument to bound method `adjust_line_length` is incorrect: Expected `Style | None`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `Segment.adjust_line_length` is incorrect: Expected `Style | None`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `Segments.__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `Segments.__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `Segments.__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `Segments.__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `SegmentLines.__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `SegmentLines.__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `SegmentLines.__rich_console__` is incorrect: Expected `Console`, found `None`
[error] invalid-argument-type - Argument to bound method `__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`
[error] invalid-argument-type - Argument to bound method `SegmentLines.__rich_console__` is incorrect: Expected `ConsoleOptions`, found `None`

tests/test_syntax.py

[error] invalid-argument-type - Argument to bound method `get_style_for_token` is incorrect: Expected `tuple[str, ...]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `PygmentsSyntaxTheme.get_style_for_token` is incorrect: Expected `tuple[str, ...]`, found `Literal["abc"]`

tests/test_table.py

[error] invalid-argument-type - Argument to bound method `add_row` is incorrect: Expected `ConsoleRenderable | RichCast | str | None`, found `Foo`
[error] invalid-argument-type - Argument to bound method `Table.add_row` is incorrect: Expected `ConsoleRenderable | RichCast | str | None`, found `Foo`

tests/test_text.py

[error] invalid-argument-type - Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `Text.__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `Text.__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `Text.__rich_measure__` is incorrect: Expected `ConsoleOptions`, found `Literal[80]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Text | str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Text.append` is incorrect: Expected `Text | str`, found `Literal[1]`

tests/test_traceback.py

[error] invalid-argument-type - Argument to bound method `from_exception` is incorrect: Expected `type[Any]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `Traceback.from_exception` is incorrect: Expected `type[Any]`, found `type[BaseException] | None`
[error] invalid-argument-type - Argument to bound method `from_exception` is incorrect: Expected `BaseException`, found `BaseException | None`
[error] invalid-argument-type - Argument to bound method `Traceback.from_exception` is incorrect: Expected `BaseException`, found `BaseException | None`

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

rotkehlchen/api/rest.py

[error] invalid-argument-type - Argument to bound method `_write_task_result` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `RestAPI._write_task_result` is incorrect: Expected `int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[int] | None`, found `list[int | None]`

rotkehlchen/api/services/assets.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

rotkehlchen/api/services/history_events.py

[error] invalid-argument-type - Argument to bound method `from_location` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 9 literals]`, found `Location`
[error] invalid-argument-type - Argument to bound method `SupportedBlockchain.from_location` is incorrect: Expected `Literal[Location.ETHEREUM, Location.OPTIMISM, Location.POLYGON_POS, Location.ARBITRUM_ONE, Location.BASE, ... omitted 9 literals]`, found `Location`
[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments
[error] no-matching-overload - No overload of bound method `ChainsAggregator.get_chain_manager` matches arguments

rotkehlchen/api/services/transactions.py

[error] invalid-argument-type - Argument to function `from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals] | None`
[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals] | None`
[error] invalid-argument-type - Argument to bound method `delete_evm_transaction_data` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals] | None`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.delete_evm_transaction_data` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals] | None`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`
[error] invalid-argument-type - Argument to bound method `delete_evm_transaction_data` is incorrect: Expected `EVMTxHash | None`, found `EVMTxHash | Unknown | BTCTxId | None`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.delete_evm_transaction_data` is incorrect: Expected `EVMTxHash | None`, found `EVMTxHash | Unknown | BTCTxId | None`
[error] invalid-argument-type - Argument to bound method `_delete_zksync_tx_data` is incorrect: Expected `EVMTxHash | None`, found `EVMTxHash | Unknown | BTCTxId | None`
[error] invalid-argument-type - Argument to bound method `TransactionsService._delete_zksync_tx_data` is incorrect: Expected `EVMTxHash | None`, found `EVMTxHash | Unknown | BTCTxId | None`

rotkehlchen/api/v1/schemas.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[ChecksumAddress] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[ChecksumAddress] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `SolanaEventFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithCounterpartyFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryEventWithTxRefFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `EthStakingEventFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `IncludeExcludeFilterData | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `Iterable[tuple[HistoryEventType, HistoryEventSubType]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `Location | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `Timestamp | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `bool`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `int | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventSubType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryEventType] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[HistoryMappingState] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[Location] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[int] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `HistoryBaseEntryFilterQuery.make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[tuple[str, bool]] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `str | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`
[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `tuple[Asset, ...] | None`, found `Any | IncludeExcludeFilterData | list[Any] | None`

rotkehlchen/assets/utils.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChainID`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `ChainID`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `Literal[TokenKind.ERC20, TokenKind.ERC721]`, found `Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `list[UnderlyingToken] | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `str | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Literal[TokenKind.ERC20, TokenKind.ERC721]`, found `Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`
[error] invalid-argument-type - Argument to bound method `SolanaToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Literal[TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`, found `Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`
[error] invalid-argument-type - Argument to bound method `SolanaToken.initialize` is incorrect: Expected `Literal[TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`, found `Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to bound method `SolanaToken.initialize` is incorrect: Expected `SolanaAddress`, found `ChecksumAddress | SolanaAddress`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `list[UnderlyingToken] | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `str | None`, found `str | Literal[TokenKind.ERC20, TokenKind.ERC721, TokenKind.SPL_TOKEN, TokenKind.SPL_NFT] | int | None`

rotkehlchen/chain/aggregator.py

[error] invalid-argument-type - Argument to bound method `check_for_new_xpub_addresses` is incorrect: Expected `Literal[SupportedBlockchain.BITCOIN, SupportedBlockchain.BITCOIN_CASH]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.BITCOIN, SupportedBlockchain.BITCOIN_CASH, SupportedBlockchain.KUSAMA, SupportedBlockchain.AVALANCHE, ... omitted 12 literals]`
[error] invalid-argument-type - Argument to bound method `XpubManager.check_for_new_xpub_addresses` is incorrect: Expected `Literal[SupportedBlockchain.BITCOIN, SupportedBlockchain.BITCOIN_CASH]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.BITCOIN, SupportedBlockchain.BITCOIN_CASH, SupportedBlockchain.KUSAMA, SupportedBlockchain.AVALANCHE, ... omitted 12 literals]`
[error] no-matching-overload - No overload of bound method `pop` matches arguments
[error] no-matching-overload - No overload of bound method `dict.pop` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `query_eth_balances` is incorrect: Expected `Sequence[ChecksumAddress]`, found `tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ChainsAggregator.query_eth_balances` is incorrect: Expected `Sequence[ChecksumAddress]`, found `tuple[BTCAddress, ...] | tuple[ChecksumAddress, ...] | tuple[SubstrateAddress, ...] | ... omitted 5 union elements`
[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments
[error] no-matching-overload - No overload of bound method `ChainsAggregator.get_chain_manager` matches arguments

rotkehlchen/chain/decoding/decoder.py

[error] invalid-argument-type - Argument to bound method `get_or_query_db_id` is incorrect: Expected `EvmTransaction`, found `T_Transaction@TransactionDecoder`
[error] invalid-argument-type - Argument to bound method `EvmTransaction.get_or_query_db_id` is incorrect: Expected `EvmTransaction`, found `T_Transaction@TransactionDecoder`
[error] invalid-argument-type - Argument to bound method `get_or_query_db_id` is incorrect: Expected `SolanaTransaction`, found `T_Transaction@TransactionDecoder`
[error] invalid-argument-type - Argument to bound method `SolanaTransaction.get_or_query_db_id` is incorrect: Expected `SolanaTransaction`, found `T_Transaction@TransactionDecoder`
[error] no-matching-overload - No overload of bound method `get_history_events_internal` matches arguments
[error] no-matching-overload - No overload of bound method `DBHistoryEvents.get_history_events_internal` matches arguments

rotkehlchen/chain/ethereum/interfaces/ammswap/ammswap.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `list[str] | None`, found `list[ChecksumAddress]`
[error] invalid-argument-type - Argument to bound method `EvmEventFilterQuery.make` is incorrect: Expected `list[str] | None`, found `list[ChecksumAddress]`

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

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `dict[str, dict[Unknown, Unknown]]`, found `dict[str, defaultdict[int, dict[Unknown, Unknown]] | defaultdict[str, FVal]]`
[error] invalid-argument-type - Argument to bound method `LRUCacheWithRemove.add` is incorrect: Expected `dict[str, dict[Unknown, Unknown]]`, found `dict[str, defaultdict[int, dict[Unknown, Unknown]] | defaultdict[str, FVal]]`

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

[error] invalid-argument-type - Argument to bound method `maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `BaseEvmDecoderTools.maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `BaseEvmDecoderTools.maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `BaseEvmDecoderTools.maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `BaseEvmDecoderTools.maybe_get_proxy_owner` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`

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

[error] invalid-argument-type - Argument to bound method `is_tracked` is incorrect: Expected `ChecksumAddress`, found `str | None`
[error] invalid-argument-type - Argument to bound method `BaseDecoderTools.is_tracked` is incorrect: Expected `ChecksumAddress`, found `str | None`

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

[error] no-matching-overload - No overload of bound method `abi` matches arguments
[error] no-matching-overload - No overload of bound method `EvmContracts.abi` matches arguments

rotkehlchen/chain/evm/decoding/decoder.py

[error] invalid-argument-type - Argument to function `from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`
[error] invalid-argument-type - Argument to function `Location.from_chain` is incorrect: Expected `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, SupportedBlockchain.BASE, ... omitted 9 literals]`, found `Literal[SupportedBlockchain.ETHEREUM, SupportedBlockchain.OPTIMISM, SupportedBlockchain.AVALANCHE, SupportedBlockchain.POLYGON_POS, SupportedBlockchain.ARBITRUM_ONE, ... omitted 6 literals]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventType.TRADE, HistoryEventType.MULTI_TRADE]`, found `HistoryEventType`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `Literal[HistoryEventType.TRADE, HistoryEventType.MULTI_TRADE]`, found `HistoryEventType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`

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

[error] invalid-argument-type - Argument to bound method `is_tracked` is incorrect: Expected `ChecksumAddress`, found `str | None`
[error] invalid-argument-type - Argument to bound method `BaseDecoderTools.is_tracked` is incorrect: Expected `ChecksumAddress`, found `str | None`

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

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

rotkehlchen/chain/evm/decoding/stakedao/v2/decoder.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

rotkehlchen/chain/evm/tokens.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

rotkehlchen/chain/solana/decoding/decoder.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventType.TRADE, HistoryEventType.MULTI_TRADE]`, found `HistoryEventType`
[error] invalid-argument-type - Argument to `SolanaSwapEvent.__init__` is incorrect: Expected `Literal[HistoryEventType.TRADE, HistoryEventType.MULTI_TRADE]`, found `HistoryEventType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`
[error] invalid-argument-type - Argument to `SolanaSwapEvent.__init__` is incorrect: Expected `Literal[HistoryEventSubType.SPEND, HistoryEventSubType.RECEIVE, HistoryEventSubType.FEE]`, found `HistoryEventSubType`

rotkehlchen/chain/zksync_lite/manager.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int, HistoryEventType, HistoryEventSubType, Asset, FVal, ChecksumAddress, ChecksumAddress | None, str]`, found `tuple[Literal[0], Literal[HistoryEventType.WITHDRAWAL], Literal[HistoryEventSubType.BRIDGE], Asset, FVal, ChecksumAddress | None, None, str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int, HistoryEventType, HistoryEventSubType, Asset, FVal, ChecksumAddress, ChecksumAddress | None, str]`, found `tuple[Literal[0], Literal[HistoryEventType.WITHDRAWAL], Literal[HistoryEventSubType.BRIDGE], Asset, FVal, ChecksumAddress | None, None, str]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[int, HistoryEventType, HistoryEventSubType, Asset, FVal, ChecksumAddress, ChecksumAddress | None, str]`, found `tuple[Literal[0], Literal[HistoryEventType.RECEIVE], Literal[HistoryEventSubType.NONE], Asset, FVal, ChecksumAddress | None, ChecksumAddress, str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[int, HistoryEventType, HistoryEventSubType, Asset, FVal, ChecksumAddress, ChecksumAddress | None, str]`, found `tuple[Literal[0], Literal[HistoryEventType.RECEIVE], Literal[HistoryEventSubType.NONE], Asset, FVal, ChecksumAddress | None, ChecksumAddress, str]`

rotkehlchen/data_import/importers/rotki_events.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Asset`, found `Asset | None`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `Asset`, found `Asset | None`

rotkehlchen/db/accounting_rules.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `EvmEvent`, found `HistoryBaseEntry[Unknown]`
[error] invalid-argument-type - Argument to bound method `EventsAccountantCallback.__call__` is incorrect: Expected `EvmEvent`, found `HistoryBaseEntry[Unknown]`

rotkehlchen/db/eth2.py

[error] no-matching-overload - No overload of bound method `get_history_events_internal` matches arguments
[error] no-matching-overload - No overload of bound method `DBHistoryEvents.get_history_events_internal` matches arguments

rotkehlchen/db/l2withl1feestx.py

[error] invalid-argument-type - Argument to bound method `add_transactions` is incorrect: Expected `list[EvmTransaction]`, found `list[L2WithL1FeesTransaction]`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.add_transactions` is incorrect: Expected `list[EvmTransaction]`, found `list[L2WithL1FeesTransaction]`

rotkehlchen/exchanges/cryptocom.py

[error] invalid-argument-type - Argument to bound method `_query_paginated` is incorrect: Expected `Literal["data", "deposit_list", "withdrawal_list"]`, found `LiteralString`
[error] invalid-argument-type - Argument to bound method `Cryptocom._query_paginated` is incorrect: Expected `Literal["data", "deposit_list", "withdrawal_list"]`, found `LiteralString`

rotkehlchen/exchanges/kraken.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `HistoryEvent`, found `HistoryEvent | AssetMovement`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `HistoryEvent`, found `HistoryEvent | AssetMovement`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `HistoryEvent`, found `HistoryEvent | AssetMovement`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `HistoryEvent`, found `HistoryEvent | AssetMovement`

rotkehlchen/externalapis/beaconchain/service.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `list[dict[str, Any]] | dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `list[dict[str, Any]] | dict[str, Any]`

rotkehlchen/externalapis/cryptocompare.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[dict[str, Any]] | Price`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[dict[str, Any]] | Price`

rotkehlchen/externalapis/etherscan_like.py

[error] no-matching-overload - No overload of bound method `_query` matches arguments
[error] no-matching-overload - No overload of bound method `EtherscanLikeApi._query` matches arguments
[error] invalid-argument-type - Argument to bound method `get_or_create_genesis_transaction` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.get_or_create_genesis_transaction` is incorrect: Expected `ChecksumAddress`, found `ChecksumAddress | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `EvmTransaction`, found `EvmInternalTransaction | EvmTransaction`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `EvmTransaction`, found `EvmInternalTransaction | EvmTransaction`

rotkehlchen/globaldb/handler.py

[error] invalid-argument-type - Argument to function `edit_evm_token` is incorrect: Expected `EvmToken`, found `AssetWithOracles`
[error] invalid-argument-type - Argument to function `GlobalDBHandler.edit_evm_token` is incorrect: Expected `EvmToken`, found `AssetWithOracles`
[error] invalid-argument-type - Argument to function `edit_solana_token` is incorrect: Expected `SolanaToken`, found `AssetWithOracles`
[error] invalid-argument-type - Argument to function `GlobalDBHandler.edit_solana_token` is incorrect: Expected `SolanaToken`, found `AssetWithOracles`

rotkehlchen/history/events/structures/solana_swap.py

[error] missing-argument - No argument provided for required parameter `sequence_index` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `sequence_index` of `SolanaSwapEvent.__init__`
[error] unknown-argument - Argument `location` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `location` does not match any known parameter of `SolanaSwapEvent.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `str | None`
[error] invalid-argument-type - Argument to `SolanaSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Location`
[error] invalid-argument-type - Argument to `SolanaSwapEvent.__init__` is incorrect: Expected `str | None`, found `Location`

rotkehlchen/history/events/structures/swap.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SwapEventExtraData | None`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to `SwapEvent.__init__` is incorrect: Expected `SwapEventExtraData | None`, found `dict[str, Any] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `SwapEvent.__init__` is incorrect: Expected `str`, found `str | None`

rotkehlchen/inquirer.py

[error] invalid-argument-type - Argument to function `_try_oracle_price_query` is incorrect: Expected `list[AssetWithOracles]`, found `list[Asset]`
[error] invalid-argument-type - Argument to function `Inquirer._try_oracle_price_query` is incorrect: Expected `list[AssetWithOracles]`, found `list[Asset]`
[error] invalid-argument-type - Argument to function `_try_oracle_price_query` is incorrect: Expected `AssetWithOracles`, found `Asset`
[error] invalid-argument-type - Argument to function `Inquirer._try_oracle_price_query` is incorrect: Expected `AssetWithOracles`, found `Asset`

rotkehlchen/serialization/deserialize.py

[error] invalid-argument-type - Argument to bound method `get_transaction_receipt` is incorrect: Expected `Literal[ChainID.ETHEREUM, ChainID.OPTIMISM, ChainID.POLYGON_POS, ChainID.ARBITRUM_ONE, ChainID.BASE, ... omitted 5 literals]`, found `ChainID`
[error] invalid-argument-type - Argument to bound method `EtherscanLikeApi.get_transaction_receipt` is incorrect: Expected `Literal[ChainID.ETHEREUM, ChainID.OPTIMISM, ChainID.POLYGON_POS, ChainID.ARBITRUM_ONE, ChainID.BASE, ... omitted 5 literals]`, found `ChainID`

rotkehlchen/tasks/assets.py

[error] invalid-argument-type - Argument to bound method `get_evm_manager` is incorrect: Expected `Literal[ChainID.ETHEREUM, ChainID.OPTIMISM, ChainID.POLYGON_POS, ChainID.ARBITRUM_ONE, ChainID.BASE, ... omitted 5 literals]`, found `ChainID`
[error] invalid-argument-type - Argument to bound method `ChainsAggregator.get_evm_manager` is incorrect: Expected `Literal[ChainID.ETHEREUM, ChainID.OPTIMISM, ChainID.POLYGON_POS, ChainID.ARBITRUM_ONE, ChainID.BASE, ... omitted 5 literals]`, found `ChainID`

rotkehlchen/tasks/calendar.py

[error] invalid-argument-type - Argument to bound method `create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `CalendarReminderCreator.create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `CalendarReminderCreator.create_or_update_calendar_entry_from_event` is incorrect: Expected `str`, found `str | None`

rotkehlchen/tasks/events.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tasks/internal_tx_conflicts.py

[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments
[error] no-matching-overload - No overload of bound method `ChainsAggregator.get_chain_manager` matches arguments
[error] no-matching-overload - No overload of bound method `get_chain_manager` matches arguments
[error] no-matching-overload - No overload of bound method `ChainsAggregator.get_chain_manager` matches arguments

rotkehlchen/tests/api/test_eth2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthWithdrawalEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthBlockEvent.__init__` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tests/db/test_db.py

[error] invalid-argument-type - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `QueriedAddresses.add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.save_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] no-matching-overload - No overload of bound method `set_dynamic_cache` matches arguments
[error] no-matching-overload - No overload of bound method `DBHandler.set_dynamic_cache` matches arguments
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.get_tokens_for_address` is incorrect: Expected `ChecksumAddress`, found `Literal["0x2B888954421b424C5D3D9Ce9bB67c9bD47537d12"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[EvmToken]`, found `list[EvmToken] | None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[EvmToken]`, found `list[EvmToken] | None`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606401]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606401]`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907100]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907100]`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606300]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1451606300]`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907000]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1485907000]`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1590676728]`
[error] invalid-argument-type - Argument to bound method `DBHandler.query_timed_balances` is incorrect: Expected `Timestamp | None`, found `Literal[1590676728]`
[error] invalid-argument-type - Argument to bound method `add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]`
[error] invalid-argument-type - Argument to bound method `QueriedAddresses.add_queried_address_for_module` is incorrect: Expected `ChecksumAddress`, found `Literal["0xd36029d76af6fE4A356528e4Dc66B2C18123597D"]`
[error] invalid-argument-type - Argument to bound method `remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `DBHandler.remove_single_blockchain_accounts` is incorrect: Expected `list[BTCAddress] | list[ChecksumAddress] | list[SubstrateAddress] | list[SolanaAddress]`, found `list[str]`

rotkehlchen/tests/db/test_db_accounting_rules.py

[error] invalid-argument-type - Argument to bound method `add_accounting_rule` is incorrect: Expected `list[int] | None`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `DBAccountingRules.add_accounting_rule` is incorrect: Expected `list[int] | None`, found `list[int | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

rotkehlchen/tests/db/test_db_upgrades.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

rotkehlchen/tests/db/test_evmtx.py

[error] invalid-argument-type - Argument to bound method `make` is incorrect: Expected `EVMTxHash | None`, found `Literal[b"dsadsad"]`
[error] invalid-argument-type - Argument to bound method `EvmTransactionsFilterQuery.make` is incorrect: Expected `EVMTxHash | None`, found `Literal[b"dsadsad"]`

rotkehlchen/tests/db/test_history_events.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `EVMTxHash`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`
[error] invalid-argument-type - Argument to bound method `delete_history_events_by_identifier` is incorrect: Expected `list[int]`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `DBHistoryEvents.delete_history_events_by_identifier` is incorrect: Expected `list[int]`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `delete_history_events_by_identifier` is incorrect: Expected `list[int]`, found `list[int | None]`
[error] invalid-argument-type - Argument to bound method `DBHistoryEvents.delete_history_events_by_identifier` is incorrect: Expected `list[int]`, found `list[int | None]`

rotkehlchen/tests/db/test_ranges.py

[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[8]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[8]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[22]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[22]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[57]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[57]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[26]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[26]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[125]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[125]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[17]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[19]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[23]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[120]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[120]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[126]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[126]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[170]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[170]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[90]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[90]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[250]`
[error] invalid-argument-type - Argument to bound method `get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[500]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.get_location_query_ranges` is incorrect: Expected `Timestamp`, found `Literal[500]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `DBQueryRanges.update_used_query_range` is incorrect: Expected `list[tuple[Timestamp, Timestamp]]`, found `list[tuple[int, int]]`

rotkehlchen/tests/db/test_reports.py

[error] invalid-argument-type - Argument to bound method `add_report` is incorrect: Expected `Timestamp`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `DBAccountingReports.add_report` is incorrect: Expected `Timestamp`, found `Literal[4]`
[error] invalid-argument-type - Argument to bound method `add_report` is incorrect: Expected `Timestamp`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DBAccountingReports.add_report` is incorrect: Expected `Timestamp`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `add_report` is incorrect: Expected `Timestamp`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `DBAccountingReports.add_report` is incorrect: Expected `Timestamp`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `add_report_overview` is incorrect: Expected `Timestamp`, found `Literal[9]`
[error] invalid-argument-type - Argument to bound method `DBAccountingReports.add_report_overview` is incorrect: Expected `Timestamp`, found `Literal[9]`

rotkehlchen/tests/exchanges/test_binance.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_binance_us.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Binance.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_bitcoinde.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Bitcoinde.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Bitcoinde.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Bitcoinde.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Bitcoinde.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_bitfinex.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Bitfinex.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Bitfinex.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Bitfinex.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Bitfinex.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_bitmex.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_bitstamp.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Bitstamp.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Bitstamp.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Bitstamp.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Bitstamp.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_cryptocom.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Cryptocom.__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Response`, found `MockResponse`
[error] invalid-argument-type - Argument to bound method `Cryptocom._process_response` is incorrect: Expected `Response`, found `MockResponse`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Response`, found `MockResponse`
[error] invalid-argument-type - Argument to bound method `Cryptocom._process_response` is incorrect: Expected `Response`, found `MockResponse`
[error] invalid-argument-type - Argument to bound method `_process_response` is incorrect: Expected `Response`, found `MockResponse`
[error] invalid-argument-type - Argument to bound method `Cryptocom._process_response` is incorrect: Expected `Response`, found `MockResponse`

rotkehlchen/tests/exchanges/test_iconomi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Iconomi.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Iconomi.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Iconomi.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Iconomi.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_independentreserve.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Independentreserve.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_kraken.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YQ=="]`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YQ=="]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YW55IGNhcm5hbCBwbGVhc3VyZS4="]`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"YW55IGNhcm5hbCBwbGVhc3VyZS4="]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Kraken.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_kucoin.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Kucoin.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Kucoin.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Kucoin.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Kucoin.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_okx.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Okx.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Okx.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Okx.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Okx.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_poloniex.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Poloniex.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Poloniex.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Poloniex.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Poloniex.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/exchanges/test_woo.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to `Woo.__init__` is incorrect: Expected `ApiKey`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to `Woo.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"a"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to `Woo.__init__` is incorrect: Expected `DBHandler`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MessagesAggregator`, found `object`
[error] invalid-argument-type - Argument to `Woo.__init__` is incorrect: Expected `MessagesAggregator`, found `object`

rotkehlchen/tests/external_apis/test_coingecko.py

[error] invalid-argument-type - Argument to bound method `query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `Coingecko.query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `Coingecko.query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`

rotkehlchen/tests/external_apis/test_cryptocompare.py

[error] invalid-argument-type - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`
[error] invalid-argument-type - Argument to bound method `Cryptocompare.query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`
[error] invalid-argument-type - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1289159945]`
[error] invalid-argument-type - Argument to bound method `Cryptocompare.query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1289159945]`
[error] invalid-argument-type - Argument to bound method `query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`
[error] invalid-argument-type - Argument to bound method `Cryptocompare.query_and_store_historical_data` is incorrect: Expected `Timestamp`, found `Literal[1287957545]`

rotkehlchen/tests/external_apis/test_defillama.py

[error] invalid-argument-type - Argument to bound method `query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `Defillama.query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `Defillama.query_current_price` is incorrect: Expected `AssetWithOracles`, found `AssetWithNameAndType`
[error] invalid-argument-type - Argument to bound method `query_historical_price` is incorrect: Expected `Timestamp`, found `Literal[1597024800]`
[error] invalid-argument-type - Argument to bound method `Defillama.query_historical_price` is incorrect: Expected `Timestamp`, found `Literal[1597024800]`

rotkehlchen/tests/external_apis/test_gnosispay.py

[error] invalid-argument-type - Argument to bound method `query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `GnosisPay.query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `GnosisPay.query_remote_for_tx_and_update_events` is incorrect: Expected `Timestamp`, found `Literal[1]`

rotkehlchen/tests/external_apis/test_yearn.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `str | None`

rotkehlchen/tests/fixtures/exchanges/bitmex.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiKey`, found `Literal["XY98JYVL15Zn-iU9f7OsJeVf"]`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `ApiKey`, found `Literal["XY98JYVL15Zn-iU9f7OsJeVf"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"671tM6f64bt6KhteDakj2uCCNBt7HhZVEE7H5x16Oy4zb1ag"]`
[error] invalid-argument-type - Argument to `Bitmex.__init__` is incorrect: Expected `ApiSecret`, found `Literal[b"671tM6f64bt6KhteDakj2uCCNBt7HhZVEE7H5x16Oy4zb1ag"]`

rotkehlchen/tests/unit/accounting/evm/test_transactions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`

rotkehlchen/tests/unit/accounting/test_staking.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"XXX"]`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `Literal[b"XXX"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"YYY"]`
[error] invalid-argument-type - Argument to `HistoryEvent.__init__` is incorrect: Expected `str`, found `Literal[b"YYY"]`

rotkehlchen/tests/unit/decoders/test_aave_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1605789951000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_arbitrum_one_bridge.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6D2457a4ad276000A615295f7A80F79E48CcD318"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6D2457a4ad276000A615295f7A80F79E48CcD318"]`

rotkehlchen/tests/unit/decoders/test_convex.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_cowswap.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC92E8bdf79f0507f65a392b0ab4667716BFE0110"]`

rotkehlchen/tests/unit/decoders/test_curve.py

[error] invalid-argument-type - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa8005630caE7b7d2AFADD38FD3B3040d13cbE2BC"]`

rotkehlchen/tests/unit/decoders/test_eigenlayer.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xaCB55C530Acdb2849e6d4f36992Cd8c9D50ED8F7"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xaCB55C530Acdb2849e6d4f36992Cd8c9D50ED8F7"]`

rotkehlchen/tests/unit/decoders/test_ens.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x084b1c3C81545d370f3634392De611CaaBFf8148"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x084b1c3C81545d370f3634392De611CaaBFf8148"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | Literal["0x34207C538E39F2600FE672bB84A90efF190ae4C7", "0x4bBa290826C253BD854121346c370a9886d1bC26"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Unknown | Literal["0x34207C538E39F2600FE672bB84A90efF190ae4C7", "0x4bBa290826C253BD854121346c370a9886d1bC26"]`

rotkehlchen/tests/unit/decoders/test_eth2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tests/unit/decoders/test_gitcoin.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC8CA7F1C1a391CAfE43cf7348a2E54930648a0D4"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC8CA7F1C1a391CAfE43cf7348a2E54930648a0D4"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3A5bd1E37b099aE3386D13947b6a90d97675e5e3"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3A5bd1E37b099aE3386D13947b6a90d97675e5e3"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6e08E6e2D0deeb294fd53e9708f53b0fBedc06d5"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6e08E6e2D0deeb294fd53e9708f53b0fBedc06d5"]`

rotkehlchen/tests/unit/decoders/test_gitcoin_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xf0C2007aD05a8d66e98be932C698c232292eC8eA"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xf0C2007aD05a8d66e98be932C698c232292eC8eA"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xc191a29203a83eec8e846c26340f828C68835715"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xc191a29203a83eec8e846c26340f828C68835715"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xe575282b376E3c9886779A841A2510F1Dd8C2CE4"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xe575282b376E3c9886779A841A2510F1Dd8C2CE4"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x03506eD3f57892C85DB20C36846e9c808aFe9ef4"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x03506eD3f57892C85DB20C36846e9c808aFe9ef4"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x15fa08599EB017F89c1712d0Fe76138899FdB9db"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x15fa08599EB017F89c1712d0Fe76138899FdB9db"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xEb33BB3705135e99F7975cDC931648942cB2A96f"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xEb33BB3705135e99F7975cDC931648942cB2A96f"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xebaF311F318b5426815727101fB82f0Af3525d7b"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xebaF311F318b5426815727101fB82f0Af3525d7b"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6017B1d17f4D7547dC4aac88fbD0AA1826e7e6CE"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x6017B1d17f4D7547dC4aac88fbD0AA1826e7e6CE"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3d1f546F05834423Acc7e4CA1169ae320cee9AF0"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3d1f546F05834423Acc7e4CA1169ae320cee9AF0"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa1D52F9b5339792651861329A046dD912761E9A9"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xa1D52F9b5339792651861329A046dD912761E9A9"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xcD9a4e7C2ad6AAae7Ac25c2139d71739d9Fa2284"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xcD9a4e7C2ad6AAae7Ac25c2139d71739d9Fa2284"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x830862F98399520f351273B12FD3C622a226bDfE"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x830862F98399520f351273B12FD3C622a226bDfE"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x8e1bD5Da87C14dd8e08F7ecc2aBf9D1d558ea174"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xb9ecee9a0e273d8A1857F3B8EeA30e5dD3cb6335"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xb9ecee9a0e273d8A1857F3B8EeA30e5dD3cb6335"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xE6D7b9Fb31B93E542f57c7B6bfa0a5a48EfC9D0f"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xE6D7b9Fb31B93E542f57c7B6bfa0a5a48EfC9D0f"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x698386C93513d6D0C58f296633A7A3e529bd4026"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x698386C93513d6D0C58f296633A7A3e529bd4026"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xfcBf17200C64E860F6639aa12B525015d115F863"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xfcBf17200C64E860F6639aa12B525015d115F863"]`

rotkehlchen/tests/unit/decoders/test_kyber.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1591043988000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1644182638000]`

rotkehlchen/tests/unit/decoders/test_liquity_v2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xBb4A9306f99ea6813187140fd0f26C7725e83c60"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xBb4A9306f99ea6813187140fd0f26C7725e83c60"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x807DEf5E7d057DF05C796F4bc75C3Fe82Bd6EeE1"]`

rotkehlchen/tests/unit/decoders/test_main.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xF99973C9F33793cb83a4590daF15b36F0ab62228"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `Timestamp`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `L2WithL1FeesTransaction.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Timestamp`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[0]`

rotkehlchen/tests/unit/decoders/test_makerdao_sai.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513958719000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513957014000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1513952436000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030530000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588035170000]`
[error] invalid-argument-type - Argument to bound method `add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - Argument to bound method `DBEvmTx.add_evm_internal_transactions` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x720972Dc53741a72fEE22400828122836640a74b"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1588030595000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1579044372000]`

rotkehlchen/tests/unit/decoders/test_paraswap.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x216B4B4Ba9F3e719726886d34a177484278Bfcae"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x216B4B4Ba9F3e719726886d34a177484278Bfcae"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57"]`

rotkehlchen/tests/unit/decoders/test_safe.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xFEB4acf3df3cDEA7399794D0869ef76A6EfAff52"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC63c477465a792537D291ADb32Ed15c0095E106B"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xC63c477465a792537D291ADb32Ed15c0095E106B"]`

rotkehlchen/tests/unit/decoders/test_uniswapv2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1672784687000]`

rotkehlchen/tests/unit/decoders/test_uniswapv3.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD"]`

rotkehlchen/tests/unit/decoders/test_zerox.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x000000000022D473030F116dDEE9F6B43aC78BA3"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x000000000022D473030F116dDEE9F6B43aC78BA3"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x0d0E364aa7852291883C162B22D6D81f6355428F"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0xB254ee265261675528bdDb0796741c0C65a4C158"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x5C9bdC801a600c006c388FC032dCb27355154cC9"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x4C6F446dD88fD1be8B80D2940806002777dc12a2"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x402867B638339ad8Bec6e5373cfa95Da0b462c85"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`
[error] invalid-argument-type - Argument to `EvmSwapEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x7f20a7A526D1BAB092e3Be0733D96287E93cEf59"]`

rotkehlchen/tests/unit/globaldb/test_globaldb.py

[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `Asset`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `Asset`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `Asset`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `Asset`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `CryptoAsset.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `CryptoAsset.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1585090944]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1585090944]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xDBf31dF14B66535aF65AaC99C32e9eA844e14501"]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xDBf31dF14B66535aF65AaC99C32e9eA844e14501"]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1605069649]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[1605069649]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c"]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c"]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `CryptoAsset.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `CryptoAsset.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `CryptoAsset.initialize` is incorrect: Expected `Timestamp | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0x111111111117dC0aa78b770fA6A738034120C302"]`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `ChecksumAddress`, found `Literal["0x111111111117dC0aa78b770fA6A738034120C302"]`

rotkehlchen/tests/unit/globaldb/test_globaldb_cache.py

[error] invalid-argument-type - Argument to function `get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`
[error] invalid-argument-type - Argument to function `GlobalDBHandler.get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `ChecksumAddress`, found `str`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `ChecksumAddress`, found `str`
[error] invalid-argument-type - Argument to function `get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`
[error] invalid-argument-type - Argument to function `GlobalDBHandler.get_evm_token` is incorrect: Expected `ChecksumAddress`, found `Literal["0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"]`

rotkehlchen/tests/unit/test_defi_oracles.py

[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `initialize` is incorrect: Expected `CryptoAsset | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `EvmToken.initialize` is incorrect: Expected `CryptoAsset | None`, found `str | None`

rotkehlchen/tests/unit/test_eth2.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthWithdrawalEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthWithdrawalEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthWithdrawalEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthBlockEvent.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `EthDepositEvent.__init__` is incorrect: Expected `int`, found `int | None`

rotkehlchen/tests/unit/test_ethereum_airdrops.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `dict[Unknown, Unknown] | Unknown`
[error] invalid-argument-type - Argument to `StringIO.__init__` is incorrect: Expected `str | None`, found `dict[Unknown, Unknown] | Unknown`
[error] invalid-argument-type - Argument to function `resolve_asset` is incorrect: Expected `str`, found `str | int | dict[str, str | int] | dict[str, str] | Unknown`
[error] invalid-argument-type - Argument to function `AssetResolver.resolve_asset` is incorrect: Expected `str`, found `str | int | dict[str, str | int] | dict[str, str] | Unknown`

rotkehlchen/tests/unit/test_evm_tx_decoding.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `TimestampMS`, found `Literal[1569924574000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `FVal`, found `Literal[1]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `FVal`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3337286E850cf01B8A8B6094574f0dd6a2108B16"]`
[error] invalid-argument-type - Argument to `OnchainEvent.__init__` is incorrect: Expected `ChecksumAddress | None`, found `Literal["0x3337286E850cf01B8A8B6094574f0dd6a2108B16"]`

rotkehlchen/tests/unit/test_logging.py

[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `Mapping[str, object] | None`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `Mapping[str, object] | None`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `None | bool | tuple[type[BaseException], BaseException, TracebackType | None] | tuple[None, None, None] | BaseException`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `bool`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `bool`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `debug` is incorrect: Expected `int`, found `dict[str, str] | str`
[error] invalid-argument-type - Argument to bound method `LoggerAdapter.debug` is incorrect: Expected `int`, found `dict[str, str] | str`

rotkehlchen/tests/unit/test_price_historian.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timestamp`, found `Literal[1614556800]`
[error] invalid-argument-type - Argument to `NoPriceForGivenTimestamp.__init__` is incorrect: Expected `Timestamp`, found `Literal[1614556800]`

rotkehlchen/tests/unit/test_serialization.py

[error] invalid-argument-type - Argument to bound method `deserialize` is incorrect: Expected `str`, found `Literal[15]`
[error] invalid-argument-type - Argument to bound method `SerializableEnumNameMixin.deserialize` is incorrect: Expected `str`, found `Literal[15]`

rotkehlchen/tests/utils/blockchain.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Etherscan | Routescan`, found `Blockscout`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Etherscan | Routescan`, found `Blockscout`

rotkehlchen/tests/utils/ethereum.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactions.__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `BaseTransactions.__init__` is incorrect: Expected `BaseInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `EthereumTransactions.__init__` is incorrect: Expected `EthereumInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `GnosisTransactions.__init__` is incorrect: Expected `GnosisInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `OptimismTransactions.__init__` is incorrect: Expected `OptimismInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `PolygonPOSTransactions.__init__` is incorrect: Expected `PolygonPOSInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to `ScrollTransactions.__init__` is incorrect: Expected `ScrollInquirer`, found `EvmNodeInquirer`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DBHandler | EvmNodeInquirer | EvmTransactions`, found `BeaconChain`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DBHandler | EvmNodeInquirer | EvmTransactions`, found `BeaconChain`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `ArbitrumOneTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ArbitrumOneTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BeaconChain | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `BaseTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinanceSCTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BaseTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `BinanceSCTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `BinanceSCTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `BeaconChain | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `EthereumTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `EthereumTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `EthereumTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GnosisTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `GnosisTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MonadInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `GnosisTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MonadTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `OptimismTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `MonadTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `MonadTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PolygonPOSTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `OptimismTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `OptimismTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `PolygonPOSTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `PolygonPOSTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `DBHandler`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `Premium | None`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollInquirer`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ScrollTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`
[error] invalid-argument-type - Argument to `ScrollTransactionDecoder.__init__` is incorrect: Expected `ScrollTransactions`, found `DBHandler | EvmNodeInquirer | EvmTransactions`

rotkehlchen/tests/utils/makerdao.py

[error] invalid-argument-type - Argument to bound method `contract` is incorrect: Expected `ChecksumAddress`, found `Literal["DS_PROXY_REGISTRY"]`
[error] invalid-argument-type - Argument to bound method `EvmContracts.contract` is incorrect: Expected `ChecksumAddress`, found `Literal["DS_PROXY_REGISTRY"]`

rotkehlchen/tests/utils/premium.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `MockResponse.__init__` is incorrect: Expected `str`, found `dict[str, str]`

rotkehlchen/tests/utils/xpubs.py

[error] invalid-argument-type - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`
[error] invalid-argument-type - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.add_tag` is incorrect: Expected `HexColorCode`, found `Literal["ffffff"]`
[error] invalid-argument-type - Argument to bound method `add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`
[error] invalid-argument-type - Argument to bound method `DBHandler.add_tag` is incorrect: Expected `HexColorCode`, found `Literal["000000"]`

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

schema_salad/avro/schema.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["name"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["name"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["type"]`

schema_salad/dotnet_codegen.py

[error] invalid-argument-type - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `DotNetCodeGen.type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`

schema_salad/java_codegen.py

[error] invalid-argument-type - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `JavaCodeGen.type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to function `safe_name` is incorrect: Expected `str`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & ~Top[MutableSequence[Unknown]] & ~Literal["Expression"] & ~Literal["https://w3id.org/cwl/cwl#Expression"])`
[error] invalid-argument-type - Argument to function `JavaCodeGen.safe_name` is incorrect: Expected `str`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & ~Top[MutableSequence[Unknown]] & ~Literal["Expression"] & ~Literal["https://w3id.org/cwl/cwl#Expression"])`

schema_salad/makedoc.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[dict[str, Any]]`, found `(int & Top[MutableSequence[Unknown]]) | (float & Top[MutableSequence[Unknown]]) | (str & Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableSequence[Unknown]]) | CommentedSeq`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, Any]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, Any]`, found `(int & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (float & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (str & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]]) | (CommentedMap & Top[MutableMapping[Unknown, Unknown]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `object` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `object`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `object`

schema_salad/metaschema.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$base"]`

schema_salad/python_codegen_support.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$namespaces"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$schemas"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableMapping.pop` is incorrect: Expected `Never`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `int`, found `Literal["$base"]`
[error] invalid-argument-type - Argument to bound method `MutableSequence.pop` is incorrect: Expected `int`, found `Literal["$base"]`

schema_salad/ref_resolver.py

[error] no-matching-overload - No overload of bound method `triples` matches arguments
[error] no-matching-overload - No overload of bound method `Graph.triples` matches arguments
[error] invalid-argument-type - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `Loader._add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `Loader._add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `Loader._add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `Loader._add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `_add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `Loader._add_properties` is incorrect: Expected `str`, found `Node`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["@type"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["typeDSL"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["typeDSL"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["secondaryFilesDSL"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["secondaryFilesDSL"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["noLinkCheck"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["noLinkCheck"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapSubject"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["mapSubject"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["mapPredicate"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["mapPredicate"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["@id"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["@id"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["subscope"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["subscope"]`
[error] invalid-argument-type - Argument to bound method `validate_link` is incorrect: Expected `str | CommentedSeq | CommentedMap`, found `object`
[error] invalid-argument-type - Argument to bound method `Loader.validate_link` is incorrect: Expected `str | CommentedSeq | CommentedMap`, found `object`
[error] invalid-argument-type - Argument to bound method `validate_links` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `Loader.validate_links` is incorrect: Expected `int | float | str | ... omitted 3 union elements`, found `object`

schema_salad/schema.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["name"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["name"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["abstract"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["abstract"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["abstract"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["abstract"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["type"]`
[error] invalid-argument-type - Argument to bound method `Mapping.get` is incorrect: Expected `Never`, found `Literal["type"]`

schema_salad/typescript_codegen.py

[error] invalid-argument-type - Argument to bound method `type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`
[error] invalid-argument-type - Argument to bound method `TypeScriptCodeGen.type_loader_enum` is incorrect: Expected `dict[str, Any]`, found `(dict[str, Any] & ~Top[MutableSequence[Unknown]]) | (str & Top[Mapping[Unknown, object]] & ~Top[MutableSequence[Unknown]])`

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

src/schemathesis/auths.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `AuthProvider[Unknown]`, found `SelectiveAuthProvider[Auth@SelectiveAuthProvider]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `AuthProvider[Unknown]`, found `SelectiveAuthProvider[Auth@SelectiveAuthProvider]`

src/schemathesis/cli/ext/handlers.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `type[EventHandler[Unknown]]`, found `type`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `type[EventHandler[Unknown]]`, found `type`

src/schemathesis/config/_diff_base.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `object`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `object`

src/schemathesis/config/_error.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

src/schemathesis/generation/coverage.py

[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(None, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(None, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(dict[str, Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(dict[str, Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(int | float, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(int | float, /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(list[Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(list[Any | None | int | float | str], /) -> Any`, found `def _is_not_numeric_string(x: str) -> bool`

src/schemathesis/openapi/checks.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | bool`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | dict[str, Any] | dict[object, object]`
[error] invalid-argument-type - Argument to `JsonSchemaError.__init__` is incorrect: Expected `dict[str, Any] | bool`, found `dict[Unknown, Unknown] | (Unresolvable & Top[dict[Unknown, Unknown]]) | dict[str, Any] | dict[object, object]`

src/schemathesis/resources/repository.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `dict[str, Any]`, found `Top[dict[Unknown, Unknown]]`

src/schemathesis/specs/graphql/scalars.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(int, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(str, /) -> Unknown`, found `Unknown | None`

src/schemathesis/specs/openapi/adapter/parameters.py

[error] invalid-argument-type - Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v2'>`
[error] invalid-argument-type - Argument to bound method `OpenApiParameter.from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v2'>`
[error] invalid-argument-type - Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_0'>`
[error] invalid-argument-type - Argument to bound method `OpenApiParameter.from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_0'>`
[error] invalid-argument-type - Argument to bound method `from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_1'>`
[error] invalid-argument-type - Argument to bound method `OpenApiParameter.from_definition` is incorrect: Expected `SpecificationAdapter`, found `<module 'schemathesis.specs.openapi.adapter.v3_1'>`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(GeneratedValue, /) -> Unknown`, found `def _quote_all_safe(value: dict[str, Any]) -> dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(GeneratedValue, /) -> Unknown`, found `def _quote_all_safe(value: dict[str, Any]) -> dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(GeneratedValue, /) -> Any`, found `def is_valid_query(query: dict[str, object]) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(GeneratedValue, /) -> Any`, found `def is_valid_query(query: dict[str, object]) -> bool`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(GeneratedValue, /) -> Unknown`, found `def jsonify_python_specific_types(value: dict[str, Any]) -> dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.map` is incorrect: Expected `(GeneratedValue, /) -> Unknown`, found `def jsonify_python_specific_types(value: dict[str, Any]) -> dict[str, Any]`
[error] invalid-argument-type - Argument to bound method `filter` is incorrect: Expected `(GeneratedValue, /) -> Any`, found `def is_valid_header(headers: dict[str, object]) -> bool`
[error] invalid-argument-type - Argument to bound method `SearchStrategy.filter` is incorrect: Expected `(GeneratedValue, /) -> Any`, found `def is_valid_header(headers: dict[str, object]) -> bool`

src/schemathesis/specs/openapi/checks.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements`, found `list[Unknown] | list[Never] | dict[str, Any] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to `Case.__init__` is incorrect: Expected `list[Unknown] | dict[str, Any] | str | ... omitted 4 union elements`, found `list[Unknown] | list[Never] | dict[str, Any] | ... omitted 6 union elements`

src/schemathesis/specs/openapi/converter.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["$ref"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["$ref"]`

src/schemathesis/specs/openapi/patterns.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[int, Any]]`, found `Unknown | SubPattern`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[tuple[int, Any]]`, found `Unknown | SubPattern`

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

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

src/schemathesis/transport/requests.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

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

src/scikit_build_core/_vendor/pyproject_metadata/__init__.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

src/scikit_build_core/_vendor/pyproject_metadata/project_table.py

[error] no-matching-overload - No overload of bound method `fullmatch` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.fullmatch` matches arguments

src/scikit_build_core/builder/_load_provider.py

[error] missing-argument - No argument provided for required parameter `project` of bound method `dynamic_metadata`
[error] missing-argument - No argument provided for required parameter `project` of bound method `DynamicMetadataProtocol.dynamic_metadata`

tests/test_settings.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str | list[str] | bool]`, found `dict[str, list[str | dict[str, str]]]`
[error] invalid-argument-type - Argument to `ConfSource.__init__` is incorrect: Expected `Mapping[str, str | list[str] | bool]`, found `dict[str, list[str | dict[str, str]]]`

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

sklearn/_loss/loss.py

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

sklearn/cluster/_kmeans.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | Unknown | None`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | Unknown | None`

sklearn/cluster/tests/test_k_means.py

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

sklearn/compose/tests/test_column_transformer.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[list[str], ndarray[tuple[int, int], dtype[Any]]] | tuple[list[str], ndarray[tuple[Any, ...], dtype[Any]]] | tuple[slice[str, str, Any], ndarray[tuple[Any, ...], dtype[Any]]] | ... omitted 7 union elements]`, found `list[tuple[int, ndarray[tuple[int, int], dtype[Any]]] | tuple[str, ndarray[tuple[int, int], dtype[Any]]] | tuple[Unknown, ndarray[tuple[int, int], dtype[Any]]]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[list[str], ndarray[tuple[int, int], dtype[Any]]] | tuple[list[str], ndarray[tuple[Any, ...], dtype[Any]]] | tuple[slice[str, str, Any], ndarray[tuple[Any, ...], dtype[Any]]] | ... omitted 7 union elements]`, found `list[tuple[int, ndarray[tuple[int, int], dtype[Any]]] | tuple[str, ndarray[tuple[int, int], dtype[Any]]] | tuple[Unknown, ndarray[tuple[int, int], dtype[Any]]]]`

sklearn/covariance/_graph_lasso.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((str, int, /) -> Any) | SupportsWrite[str] | _unspecified`, found `str`
[error] invalid-argument-type - Argument to `errstate.__init__` is incorrect: Expected `((str, int, /) -> Any) | SupportsWrite[str] | _unspecified`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - Argument to `errstate.__init__` is incorrect: Expected `Literal["ignore", "warn", "raise", "call", "print", "log"] | None`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | int`

sklearn/datasets/_lfw.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Buffer`, found `str`
[error] invalid-argument-type - Argument to constructor `str.__new__` is incorrect: Expected `Buffer`, found `str`

sklearn/datasets/_samples_generator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Real) | (float & ~Real) | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Real) | (float & ~Real) | ndarray[tuple[int], dtype[Any]]`

sklearn/datasets/tests/test_base.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `None`

sklearn/datasets/tests/test_openml.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `None`

sklearn/decomposition/_dict_learning.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | None`

sklearn/ensemble/_forest.py

[error] unknown-argument - Argument `criterion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `criterion` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `criterion` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `criterion` does not match any known parameter of `object.__init__`

sklearn/ensemble/_gb.py

[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `AbsoluteError.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `ExponentialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfBinomialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfGammaLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfMultinomialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfPoissonLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfSquaredError.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfTweedieLoss.__init__`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `AbsoluteError.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `ExponentialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfBinomialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfGammaLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfMultinomialLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfPoissonLoss.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfSquaredError.__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `quantile` does not match any known parameter of `HalfTweedieLoss.__init__`

sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `list[bool] | list[int]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `list[bool] | list[int]`, found `list[str]`

sklearn/ensemble/tests/test_forest.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] unknown-argument - Argument `oob_score` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `oob_score` does not match any known parameter of `RandomTreesEmbedding.__init__`

sklearn/externals/array_api_compat/dask/array/_info.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

sklearn/externals/array_api_extra/_lib/_lazy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`

sklearn/feature_extraction/image.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Number) | Literal[8] | tuple[Unknown, ...]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Number) | Literal[8] | tuple[Unknown, ...]`

sklearn/gaussian_process/kernels.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Unknown | int | float`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[LiteralString]`, found `Unknown | int | float`

sklearn/linear_model/_coordinate_descent.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Integral) | (int & ~Integral)`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Integral) | (int & ~Integral)`

sklearn/linear_model/_logistic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Integral) | Literal[10] | ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & ~Integral) | Literal[10] | ndarray[tuple[Any, ...], dtype[float64]]`

sklearn/linear_model/_ridge.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3

sklearn/linear_model/tests/test_least_angle.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

sklearn/linear_model/tests/test_ridge.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `LinearOperator.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `int | float`, found `None | Unknown | int | float`

sklearn/metrics/_classification.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `float | Unknown | int | None`

sklearn/mixture/_base.py

[error] unknown-argument - Argument `xp` does not match any known parameter of bound method `_m_step`
[error] unknown-argument - Argument `xp` does not match any known parameter of bound method `BaseMixture._m_step`
[error] unknown-argument - Argument `xp` does not match any known parameter of bound method `_set_parameters`
[error] unknown-argument - Argument `xp` does not match any known parameter of bound method `BaseMixture._set_parameters`

sklearn/mixture/tests/test_gaussian_mixture.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `combinations.__new__` matches arguments

sklearn/model_selection/_split.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Unknown | None`

sklearn/model_selection/tests/test_search.py

[error] no-matching-overload - No overload of bound method `repeat` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.repeat` matches arguments
[error] no-matching-overload - No overload of bound method `repeat` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.repeat` matches arguments
[error] no-matching-overload - No overload of bound method `repeat` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.repeat` matches arguments

sklearn/preprocessing/tests/test_encoders.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | ndarray[tuple[int], dtype[Any]] | ndarray[tuple[Any, ...], dtype[Any]]`

sklearn/tests/test_metadata_routing.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `set_fit_request`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_MetadataRequester.set_fit_request`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `set_fit_request`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_MetadataRequester.set_fit_request`: expected 1, got 2

sklearn/utils/_encode.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Array`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Array`

sklearn/utils/_param_validation.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[_InstancesOf | Interval | _NanConstraint | _PandasNAConstraint]`, found `list[_InstancesOf | _NoneConstraint]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[_InstancesOf | Interval | _NanConstraint | _PandasNAConstraint]`, found `list[_InstancesOf | _NoneConstraint]`

sklearn/utils/estimator_checks.py

[error] no-matching-overload - No overload of bound method `repeat` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.repeat` matches arguments
[error] no-matching-overload - No overload of bound method `repeat` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.repeat` matches arguments
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'str'> | <class 'int'> | <class 'float'> | ... omitted 4 union elements]`, found `dict_values[str, type[generic[Any]]]`
[error] invalid-argument-type - Argument to bound method `set.update` is incorrect: Expected `Iterable[<class 'str'> | <class 'int'> | <class 'float'> | ... omitted 4 union elements]`, found `dict_values[str, type[generic[Any]]]`

sklearn/utils/fixes.py

[error] no-matching-overload - No overload of bound method `asformat` matches arguments
[error] no-matching-overload - No overload of bound method `_spbase.asformat` matches arguments
[error] no-matching-overload - No overload of bound method `asformat` matches arguments
[error] no-matching-overload - No overload of bound method `_spbase.asformat` matches arguments

sklearn/utils/tests/test_multiclass.py

[error] no-matching-overload - No overload of `lil_array.__init__` matches arguments
[error] no-matching-overload - No overload of `lil_matrix.__init__` matches arguments

sklearn/utils/validation.py

[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `object` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Any | None`

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

benchmarks/benchmarks/lsq_problems.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_SupportsArray[dtype[number[Any, int | float | complex] | numpy.bool[builtins.bool] | object_]] | Sequence[int | float | complex | ... omitted 4 union elements]`, found `Literal[1]`
[error] invalid-argument-type - Argument to `ABCPolyBase.__init__` is incorrect: Expected `_SupportsArray[dtype[number[Any, int | float | complex] | numpy.bool[builtins.bool] | object_]] | Sequence[int | float | complex | ... omitted 4 union elements]`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] missing-argument - No arguments provided for required parameters `m`, `fopt`, `x0` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `m`, `fopt`, `x0` of `LSQBenchmarkProblem.__init__`

benchmarks/benchmarks/sparse_linalg_lobpcg.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`

benchmarks/benchmarks/spatial.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `setup`: expected 5, got 6
[error] too-many-positional-arguments - Too many positional arguments to bound method `PresortedDataSetup.setup`: expected 5, got 6
[error] too-many-positional-arguments - Too many positional arguments to bound method `setup`: expected 5, got 6
[error] too-many-positional-arguments - Too many positional arguments to bound method `PresortedDataSetup.setup`: expected 5, got 6

benchmarks/benchmarks/stats.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

benchmarks/benchmarks/stats_sampling.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - Argument to `SimpleRatioUniforms.__init__` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Unknown | None`
[error] invalid-argument-type - Argument to `SimpleRatioUniforms.__init__` is incorrect: Expected `int | float`, found `Unknown | None`

benchmarks/benchmarks/tests/test_go_benchmark_functions.py

[error] missing-argument - No argument provided for required parameter `dimensions` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dimensions` of `Benchmark.__init__`

doc/source/tutorial/examples/newton_krylov_preconditioning.py

[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

doc/source/tutorial/stats/plots/hinv_plot.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`

scipy/_build_utils/tempita.py

[error] missing-argument - No argument provided for required parameter `filename` of function `from_filename`
[error] missing-argument - No argument provided for required parameter `filename` of function `Template.from_filename`

scipy/_build_utils/tempita/_tempita.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def from_filename(cls, filename, namespace=None, encoding=None, default_inherit=None, get_template=...) -> Unknown`
[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def from_filename(cls, filename, namespace=None, encoding=None, default_inherit=None, get_template=...) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `(Unknown & ~None) | str`
[error] invalid-argument-type - Argument to constructor `bytes.__new__` is incorrect: Expected `Iterable[SupportsIndex] | SupportsIndex | SupportsBytes | Buffer`, found `(Unknown & ~None) | str`
[error] missing-argument - No arguments provided for required parameters `object`, `start`, `end`, `reason` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `object`, `start`, `end`, `reason` of `UnicodeDecodeError.__init__`
[error] missing-argument - No arguments provided for required parameters `object`, `start`, `end`, `reason` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `object`, `start`, `end`, `reason` of `UnicodeEncodeError.__init__`

scipy/_lib/_array_api.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/_lib/_array_api_docs_tables.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/_lib/_uarray/_backend.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(...) -> Any`, found `ModuleType | Any`
[error] invalid-argument-type - Argument to constructor `MethodType.__new__` is incorrect: Expected `(...) -> Any`, found `ModuleType | Any`

scipy/_lib/_util.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(object, /) -> int`, found `def len(obj: Sized, /) -> int`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(object, /) -> int`, found `def len(obj: Sized, /) -> int`

scipy/differentiate/tests/test_differentiate.py

[error] invalid-argument-type - Argument to function `df5` is incorrect: Expected `TestJacobian`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to function `TestJacobian.df5` is incorrect: Expected `TestJacobian`, found `ndarray[tuple[Any, ...], dtype[float64]]`

scipy/fft/tests/test_basic.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[int, int]]`, found `list[tuple[int] | None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[int, int]]`, found `list[tuple[int] | None]`

scipy/integrate/_ivp/ivp.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | float`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/integrate/tests/test_banded_ode_solvers.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | int | float`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Unknown | int | float`

scipy/integrate/tests/test_quadrature.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `int`, found `slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `slice[Any, Any, Any]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `int`, found `slice[Any, Any, Any]`

scipy/interpolate/_bary_rational.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `_compute_weights`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `_BarycentricRational._compute_weights`: expected 2, got 3

scipy/interpolate/tests/test_rgi.py

[error] unknown-argument - Argument `woof` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `woof` does not match any known parameter of `RegularGridInterpolator.__init__`

scipy/io/_netcdf.py

[error] no-matching-overload - No overload of bound method `view` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.view` matches arguments

scipy/io/matlab/tests/test_mio5_utils.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[float64]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[float64]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[float64]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[str, Unknown] | tuple[str, dtype[float64]]`, found `tuple[Literal["padding"], Literal["u1"], int & ~AlwaysFalsy]`

scipy/linalg/_basic.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

scipy/linalg/_decomp.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

scipy/linalg/tests/test_decomp_ldl.py

[error] no-matching-overload - No overload of bound method `integers` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.integers` matches arguments
[error] no-matching-overload - No overload of bound method `integers` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.integers` matches arguments
[error] no-matching-overload - No overload of bound method `integers` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.integers` matches arguments
[error] no-matching-overload - No overload of bound method `integers` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.integers` matches arguments

scipy/linalg/tests/test_lapack.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `float | complex`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `float | complex`

scipy/ndimage/tests/test_measurements.py

[error] invalid-argument-type - Argument to bound method `rand` is incorrect: Expected `int`, found `signedinteger[_64Bit]`
[error] invalid-argument-type - Argument to bound method `RandomState.rand` is incorrect: Expected `int`, found `signedinteger[_64Bit]`

scipy/odr/_odrpack.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[int, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[int, Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown | Literal[1], Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, Unknown | int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Unknown | int, int, Unknown]`, found `tuple[Unknown]`

scipy/optimize/_lsq/common.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`

scipy/optimize/_lsq/dogbox.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`

scipy/optimize/_nonlin.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | None`

scipy/optimize/_numdiff.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `generic[Any] | int | float | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to `RandomState.__init__` is incorrect: Expected `_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool] | integer[Any]]]] | int | ... omitted 3 union elements`, found `generic[Any] | int | float | ... omitted 5 union elements`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/optimize/_optimize.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `ndarray[tuple[int], dtype[Unknown]]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `ndarray[tuple[int], dtype[Unknown]]`, found `None | Unknown`

scipy/optimize/_shgo.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | tuple[Unknown, ...] | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[Unknown] | tuple[Unknown, ...] | None`

scipy/optimize/_shgo_lib/_vertex.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

scipy/optimize/_trustregion_constr/minimize_trustregion_constr.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/optimize/tests/test_linprog.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/signal/_arraytools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/signal/_spectral_py.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`

scipy/signal/tests/_scipy_spectral_test_shim.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `str`

scipy/signal/tests/test_short_time_fft.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `scale_to` is incorrect: Expected `Literal["magnitude", "psd"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.scale_to` is incorrect: Expected `Literal["magnitude", "psd"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `_x_slices` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT._x_slices` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft_detrend` is incorrect: Expected `((ndarray[tuple[Any, ...], dtype[Any]], /) -> ndarray[tuple[Any, ...], dtype[Any]]) | Literal["linear", "constant"] | None`, found `int | float`
[error] invalid-argument-type - Argument to bound method `extent` is incorrect: Expected `Literal["tf", "ft"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.extent` is incorrect: Expected `Literal["tf", "ft"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `from_win_equals_dual` is incorrect: Expected `Literal["magnitude", "psd", "unitary"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_win_equals_dual` is incorrect: Expected `Literal["magnitude", "psd", "unitary"] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["twosided", "centered", "onesided", "onesided2X"]`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `Literal["twosided", "centered", "onesided", "onesided2X"]`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int | float`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to `ShortTimeFFT.__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[tuple[Any, ...], dtype[Any]] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_dual` is incorrect: Expected `Literal["magnitude", "psd"] | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `Literal["twosided", "centered", "onesided", "onesided2X"]`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_dual` is incorrect: Expected `Literal["twosided", "centered", "onesided", "onesided2X"]`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_dual` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `int | None`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_dual` is incorrect: Expected `int | float`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `int | float`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.from_dual` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `from_dual` is incorrect: Expected `int`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `t` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.t` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `stft` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`
[error] invalid-argument-type - Argument to bound method `ShortTimeFFT.stft_detrend` is incorrect: Expected `Literal["zeros", "edge", "even", "odd"]`, found `int`

scipy/signal/tests/test_signaltools.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `tuple[int, int, int] | tuple[int, int | float] | tuple[None, int | float]`

scipy/sparse/_base.py

[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `_spbase.__init__`
[error] unknown-argument - Argument `copy` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `copy` does not match any known parameter of `_spbase.__init__`

scipy/sparse/_construct.py

[error] no-matching-overload - No overload of `iinfo.__init__` matches arguments
[error] no-matching-overload - No overload of `iinfo.__init__` matches arguments

scipy/sparse/_dok.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/sparse/_index.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `dtype` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `dtype` does not match any known parameter of `object.__init__`

scipy/sparse/_sputils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Sized`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Sized`

scipy/sparse/csgraph/_laplacian.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_eigen/_svds.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_eigen/arpack/arpack.py

[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`

scipy/sparse/linalg/_eigen/arpack/tests/test_arpack.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_eigen/tests/test_svds.py

[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatmat` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `_FilterwarningsMarkDecorator.__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `_FilterwarningsMarkDecorator.__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `_FilterwarningsMarkDecorator.__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `_FilterwarningsMarkDecorator.__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `reason` does not match any known parameter of bound method `_FilterwarningsMarkDecorator.__call__`

scipy/sparse/linalg/_interface.py

[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatmat` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatmat` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/iterative.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/tests/test_gcrotmk.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/tests/test_iterative.py

[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/tests/test_lgmres.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/tests/test_lsmr.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/tests/test_lsqr.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`

scipy/sparse/linalg/_isolve/utils.py

[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `dtype` of `LinearOperator.__init__`

scipy/sparse/linalg/_matfuncs.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[list[Unknown]]`
[error] invalid-argument-type - Argument to constructor `ndarray.__new__` is incorrect: Expected `SupportsIndex | Sequence[SupportsIndex]`, found `list[list[Unknown]]`

scipy/sparse/linalg/tests/test_interface.py

[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dtype` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] missing-argument - No argument provided for required parameter `shape` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `shape` of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `matvec` does not match any known parameter of `LinearOperator.__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `rmatvec` does not match any known parameter of `LinearOperator.__init__`

scipy/spatial/tests/test_qhull.py

[error] invalid-argument-type - Argument to bound method `find_simplex` is incorrect: Expected `ArrayLike`, found `Delaunay`
[error] invalid-argument-type - Argument to bound method `Delaunay.find_simplex` is incorrect: Expected `ArrayLike`, found `Delaunay`

scipy/spatial/transform/tests/test_rigid_transform.py

[error] too-many-positional-arguments - Too many positional arguments to function `identity`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `RigidTransform.identity`: expected 1, got 2
[error] invalid-argument-type - Argument to function `identity` is incorrect: Expected `int | tuple[int, ...] | None`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to function `RigidTransform.identity` is incorrect: Expected `int | tuple[int, ...] | None`, found `Literal["invalid"]`

scipy/spatial/transform/tests/test_rotation.py

[error] invalid-argument-type - Argument to function `identity` is incorrect: Expected `int | tuple[int, ...] | None`, found `float`
[error] invalid-argument-type - Argument to function `Rotation.identity` is incorrect: Expected `int | tuple[int, ...] | None`, found `float`
[error] too-many-positional-arguments - Too many positional arguments to function `identity`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `Rotation.identity`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `mean` is incorrect: Expected `None | int | tuple[int, ...]`, found `Literal["0"]`
[error] invalid-argument-type - Argument to bound method `Rotation.mean` is incorrect: Expected `None | int | tuple[int, ...]`, found `Literal["0"]`
[error] invalid-argument-type - Argument to bound method `__mul__` is incorrect: Expected `Rotation`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Rotation.__mul__` is incorrect: Expected `Rotation`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `concatenate` is incorrect: Expected `Iterable[Rotation]`, found `list[Rotation | int | None]`
[error] invalid-argument-type - Argument to function `Rotation.concatenate` is incorrect: Expected `Iterable[Rotation]`, found `list[Rotation | int | None]`

scipy/special/_basic.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/special/_orthogonal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

scipy/special/tests/test_cdflib.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | (Unknown & Top[list[Unknown]]) | list[Unknown | None]`

scipy/special/tests/test_nan_inputs.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str`, found `(...) -> Unknown`
[error] invalid-argument-type - Argument to bound method `_XfailMarkDecorator.__call__` is incorrect: Expected `str`, found `(...) -> Unknown`

scipy/stats/_distn_infrastructure.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

scipy/stats/_distribution_infrastructure.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `_validate_order` is incorrect: Expected `UnivariateDistribution`, found `Self@moment`
[error] invalid-argument-type - Argument to function `UnivariateDistribution._validate_order` is incorrect: Expected `UnivariateDistribution`, found `Self@moment`
[error] invalid-argument-type - Argument to function `_validate_kind` is incorrect: Expected `UnivariateDistribution`, found `Self@moment`
[error] invalid-argument-type - Argument to function `UnivariateDistribution._validate_kind` is incorrect: Expected `UnivariateDistribution`, found `Self@moment`

scipy/stats/_mstats_basic.py

[error] invalid-argument-type - Argument to bound method `any` is incorrect: Expected `Literal[0, -1] | tuple[()] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `generic.any` is incorrect: Expected `Literal[0, -1] | tuple[()] | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `argsort` is incorrect: Expected `SupportsIndex | _NoValueType`, found `None`
[error] invalid-argument-type - Argument to bound method `MaskedArray.argsort` is incorrect: Expected `SupportsIndex | _NoValueType`, found `None`

scipy/stats/_multivariate.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `generic[Any] | int | float | ... omitted 4 union elements`

scipy/stats/_new_distributions.py

[error] invalid-argument-type - Argument to function `_logpdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logpdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._logpdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logpdf_formula`
[error] invalid-argument-type - Argument to function `_pdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_pdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._pdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_pdf_formula`
[error] invalid-argument-type - Argument to function `_logcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logcdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._logcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logcdf_formula`
[error] invalid-argument-type - Argument to function `_cdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_cdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._cdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_cdf_formula`
[error] invalid-argument-type - Argument to function `_logccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logccdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._logccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_logccdf_formula`
[error] invalid-argument-type - Argument to function `_ccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ccdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._ccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ccdf_formula`
[error] invalid-argument-type - Argument to function `_icdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_icdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._icdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_icdf_formula`
[error] invalid-argument-type - Argument to function `_ilogcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogcdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._ilogcdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogcdf_formula`
[error] invalid-argument-type - Argument to function `_iccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_iccdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._iccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_iccdf_formula`
[error] invalid-argument-type - Argument to function `_ilogccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogccdf_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._ilogccdf_formula` is incorrect: Expected `StandardNormal`, found `Self@_ilogccdf_formula`
[error] invalid-argument-type - Argument to function `_entropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_entropy_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._entropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_entropy_formula`
[error] invalid-argument-type - Argument to function `_logentropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_logentropy_formula`
[error] invalid-argument-type - Argument to function `StandardNormal._logentropy_formula` is incorrect: Expected `StandardNormal`, found `Self@_logentropy_formula`

scipy/stats/_qmc.py

[error] no-matching-overload - No overload of bound method `uniform` matches arguments
[error] no-matching-overload - No overload of bound method `Generator.uniform` matches arguments
[error] no-matching-overload - No overload of bound method `uniform` matches arguments
[error] no-matching-overload - No overload of bound method `RandomState.uniform` matches arguments
[error] invalid-argument-type - Argument to bound method `random` is incorrect: Expected `IntNumber`, found `int | float`
[error] invalid-argument-type - Argument to bound method `QMCEngine.random` is incorrect: Expected `IntNumber`, found `int | float`

scipy/stats/_sampling.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | int | float`, found `None | Any | int | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `None | int | float`, found `None | Any | int | ... omitted 6 union elements`

scipy/stats/tests/test_axis_nan_policy.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments

scipy/stats/tests/test_continuous.py

[error] invalid-argument-type - Argument to function `contains` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `_Domain.contains` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `get_numerical_endpoints` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `_Domain.get_numerical_endpoints` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `__str__` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `_Domain.__str__` is incorrect: Expected `_Domain`, found `None`
[error] invalid-argument-type - Argument to function `validate` is incorrect: Expected `_Parameter`, found `None`
[error] invalid-argument-type - Argument to function `_Parameter.validate` is incorrect: Expected `_Parameter`, found `None`

scipy/stats/tests/test_discrete_basic.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

scipy/stats/tests/test_distributions.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

scipy/stats/tests/test_fit.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

scipy/stats/tests/test_kdeoth.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `floating.__new__` is incorrect: Expected `SupportsFloat | SupportsIndex | str | bytes | None`, found `list[int]`

scipy/stats/tests/test_resampling.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

scipy/stats/tests/test_sampling.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `Distribution`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `Distribution`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `Distribution`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `Distribution`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] no-matching-overload - No overload of bound method `rvs` matches arguments
[error] no-matching-overload - No overload of bound method `Method.rvs` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `TransformedDensityRejection.__init__` is incorrect: Expected `TDRDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArrayLike | DAUDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `DiscreteAliasUrn.__init__` is incorrect: Expected `ArrayLike | DAUDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ArrayLike | DAUDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `DiscreteAliasUrn.__init__` is incorrect: Expected `ArrayLike | DAUDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `<class 'dist'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `None | tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `BadDist`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `BadDist`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `Distribution`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `Distribution`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `MyDist`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `MyDist`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PINVDist`, found `MyDist`
[error] invalid-argument-type - Argument to `NumericalInversePolynomial.__init__` is incorrect: Expected `PINVDist`, found `MyDist`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `Literal["norm"]`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `Literal["norm"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Literal["ekki"]`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `int | float`, found `Literal["ekki"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] no-matching-overload - No overload of bound method `rvs` matches arguments
[error] no-matching-overload - No overload of bound method `Method.rvs` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] no-matching-overload - No overload of bound method `rvs` matches arguments
[error] no-matching-overload - No overload of bound method `Method.rvs` matches arguments
[error] no-matching-overload - No overload of bound method `rvs` matches arguments
[error] no-matching-overload - No overload of bound method `Method.rvs` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `NumericalInverseHermite.__init__` is incorrect: Expected `HINVDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SROUDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `SimpleRatioUniforms.__init__` is incorrect: Expected `SROUDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SROUDist`, found `StandardNormal`
[error] invalid-argument-type - Argument to `SimpleRatioUniforms.__init__` is incorrect: Expected `SROUDist`, found `StandardNormal`

scipy/stats/tests/test_stats.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `float`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `MaskedArray.__new__` matches arguments
[error] invalid-argument-type - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `TestPMean.pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `TestPMean.pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `TestPMean.pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `TestPMean.pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `TestPMean.pmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] invalid-argument-type - Argument to function `wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `TestPMean.wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to function `TestPMean.wpmean_reference` is incorrect: Expected `TestPMean`, found `ndarray[tuple[Any, ...], dtype[Any]]`

subprojects/array_api_compat/array_api_compat/array_api_compat/dask/array/_info.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

subprojects/array_api_extra/src/array_api_extra/_lib/_lazy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[tuple[int | None, ...]]`, found `tuple[int | None, ...] | Sequence[tuple[int | None, ...]]`

subprojects/cobyqa/doc/source/conf.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

subprojects/highs/highs/highspy/highs.py

[error] invalid-argument-type - Argument to function `internal_get_value` is incorrect: Expected `Integral | highs_var | highs_cons | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `Highs.internal_get_value` is incorrect: Expected `Integral | highs_var | highs_cons | ... omitted 4 union elements`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc]`, found `(highs_var & Iterable[object]) | (int & Iterable[object]) | Iterable[highs_var | int]`

subprojects/highs/tests/test_highspy.py

[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `assertAlmostEqual` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertAlmostEqual` matches arguments

tools/authors.py

[error] no-matching-overload - No overload of `Popen.__init__` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments

tools/generate_f2pymod.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `None | int`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `None | int`

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

tests/cluster/test_hierarchy.pyi

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.add` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.merge` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.merge` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `connected` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.connected` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `connected` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.connected` is incorrect: Expected `str`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `subset` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.subset` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `subset_size` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `DisjointSet.subset_size` is incorrect: Expected `str`, found `Literal[1]`

tests/sparse/test_csr.pyi

[error] no-matching-overload - No overload of bound method `getnnz` matches arguments
[error] no-matching-overload - No overload of bound method `csr_matrix.getnnz` matches arguments
[error] no-matching-overload - No overload of bound method `getnnz` matches arguments
[error] no-matching-overload - No overload of bound method `csr_matrix.getnnz` matches arguments

tests/sparse/test_dok.pyi

[error] invalid-argument-type - Argument to bound method `count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_dok_base.count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_dok_base.count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_dok_base.count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `count_nonzero` is incorrect: Expected `None`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `_dok_base.count_nonzero` is incorrect: Expected `None`, found `Literal[0]`

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

docs/utils/linkfix.py

[error] invalid-argument-type - Argument to bound method `write_text` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `Path.write_text` is incorrect: Expected `str`, found `None | str`

scrapy/core/downloader/contextfactory.py

[error] parameter-already-assigned - Multiple values provided for parameter `method` of bound method `__init__`
[error] parameter-already-assigned - Multiple values provided for parameter `method` of `_ScrapyClientContextFactory.__init__`

scrapy/core/downloader/handlers/__init__.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `download_request`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `DownloadHandlerProtocol.download_request`: expected 2, got 3

scrapy/core/spidermw.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[_T@_process_spider_output] | AsyncIterator[_T@_process_spider_output] | Iterable[Unknown] | AsyncIterator[Unknown]`
[error] invalid-argument-type - Argument to `MutableChain.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Iterable[_T@_process_spider_output] | AsyncIterator[_T@_process_spider_output] | Iterable[Unknown] | AsyncIterator[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableAsyncChain[_T@_process_spider_output] | MutableChain[_T@_process_spider_output]`
[error] invalid-argument-type - Argument to `MutableChain.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableAsyncChain[_T@_process_spider_output] | MutableChain[_T@_process_spider_output]`

scrapy/exporters.py

[error] invalid-argument-type - Argument to bound method `serialize_field` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `BaseItemExporter.serialize_field` is incorrect: Expected `str`, found `object`

scrapy/extensions/httpcache.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `bytes | None`

scrapy/http/cookies.py

[error] invalid-argument-type - Argument to bound method `extract_cookies` is incorrect: Expected `HTTPResponse`, found `WrappedResponse`
[error] invalid-argument-type - Argument to bound method `CookieJar.extract_cookies` is incorrect: Expected `HTTPResponse`, found `WrappedResponse`
[error] invalid-argument-type - Argument to bound method `extract_cookies` is incorrect: Expected `Request`, found `WrappedRequest`
[error] invalid-argument-type - Argument to bound method `CookieJar.extract_cookies` is incorrect: Expected `Request`, found `WrappedRequest`
[error] invalid-argument-type - Argument to bound method `make_cookies` is incorrect: Expected `HTTPResponse`, found `WrappedResponse`
[error] invalid-argument-type - Argument to bound method `CookieJar.make_cookies` is incorrect: Expected `HTTPResponse`, found `WrappedResponse`
[error] invalid-argument-type - Argument to bound method `make_cookies` is incorrect: Expected `Request`, found `WrappedRequest`
[error] invalid-argument-type - Argument to bound method `CookieJar.make_cookies` is incorrect: Expected `Request`, found `WrappedRequest`
[error] invalid-argument-type - Argument to bound method `set_cookie_if_ok` is incorrect: Expected `Request`, found `WrappedRequest`
[error] invalid-argument-type - Argument to bound method `CookieJar.set_cookie_if_ok` is incorrect: Expected `Request`, found `WrappedRequest`

scrapy/http/headers.py

[error] invalid-argument-type - Argument to bound method `normkey` is incorrect: Argument type `str | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to bound method `Headers.normkey` is incorrect: Argument type `str | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to bound method `title` is incorrect: Expected `bytes`, found `AnyStr@normkey`
[error] invalid-argument-type - Argument to bound method `bytes.title` is incorrect: Expected `bytes`, found `AnyStr@normkey`
[error] no-matching-overload - No overload of bound method `title` matches arguments
[error] no-matching-overload - No overload of bound method `str.title` matches arguments

scrapy/item.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[type, ...]`, found `tuple[object, ...]`
[error] invalid-argument-type - Argument to constructor `ABCMeta.__new__` is incorrect: Expected `tuple[type, ...]`, found `tuple[object, ...]`

scrapy/pipelines/files.py

[error] invalid-argument-type - Argument to bound method `_get_store` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (PathLike[str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `FilesPipeline._get_store` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | (PathLike[str] & ~AlwaysFalsy)`

scrapy/spiders/crawl.py

[error] invalid-argument-type - Argument to bound method `process_results` is incorrect: Expected `Iterable[Any]`, found `object`
[error] invalid-argument-type - Argument to bound method `CrawlSpider.process_results` is incorrect: Expected `Iterable[Any]`, found `object`

scrapy/utils/datatypes.py

[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@normkey`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@normkey`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments
[error] no-matching-overload - No overload of function `setdefault` matches arguments
[error] no-matching-overload - No overload of function `MutableMapping.setdefault` matches arguments
[error] invalid-argument-type - Argument to bound method `normkey` is incorrect: Argument type `str | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to bound method `CaselessDict.normkey` is incorrect: Argument type `str | int | AnyStr@update` does not satisfy constraints (`str`, `bytes`) of type variable `AnyStr`
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__getitem__`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@__getitem__`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@__setitem__`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__delitem__`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@__delitem__`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments
[error] invalid-argument-type - Argument to bound method `lower` is incorrect: Expected `bytes`, found `AnyStr@__contains__`
[error] invalid-argument-type - Argument to bound method `bytes.lower` is incorrect: Expected `bytes`, found `AnyStr@__contains__`
[error] no-matching-overload - No overload of bound method `lower` matches arguments
[error] no-matching-overload - No overload of bound method `str.lower` matches arguments

tests/spiders.py

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

tests/test_contracts.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound `_TextTestStream` of type variable `_StreamT`
[error] invalid-argument-type - Argument to `TextTestResult.__init__` is incorrect: Argument type `None` does not satisfy upper bound `_TextTestStream` of type variable `_StreamT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WritelnDecorator`, found `None`
[error] invalid-argument-type - Argument to `TextTestResult.__init__` is incorrect: Expected `_WritelnDecorator`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Response`, found `ResponseMock`
[error] invalid-argument-type - Argument to `HttpError.__init__` is incorrect: Expected `Response`, found `ResponseMock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy upper bound `_TextTestStream` of type variable `_StreamT`
[error] invalid-argument-type - Argument to `TextTestResult.__init__` is incorrect: Argument type `None` does not satisfy upper bound `_TextTestStream` of type variable `_StreamT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WritelnDecorator`, found `None`
[error] invalid-argument-type - Argument to `TextTestResult.__init__` is incorrect: Expected `_WritelnDecorator`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPreProcess]`
[error] invalid-argument-type - Argument to `ContractsManager.__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPreProcess]`
[error] invalid-argument-type - Argument to bound method `add_pre_hook` is incorrect: Expected `Request`, found `Request | None`
[error] invalid-argument-type - Argument to bound method `Contract.add_pre_hook` is incorrect: Expected `Request`, found `Request | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPostProcess]`
[error] invalid-argument-type - Argument to `ContractsManager.__init__` is incorrect: Expected `Iterable[type[Contract]]`, found `list[CustomFailContractPostProcess]`
[error] invalid-argument-type - Argument to bound method `add_post_hook` is incorrect: Expected `Request`, found `Request | None`
[error] invalid-argument-type - Argument to bound method `Contract.add_post_hook` is incorrect: Expected `Request`, found `Request | None`

tests/test_crawl.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bool`, found `Literal[1]`

tests/test_crawler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[Spider]`, found `DefaultSpider`
[error] invalid-argument-type - Argument to `Crawler.__init__` is incorrect: Expected `type[Spider]`, found `DefaultSpider`

tests/test_downloadermiddleware.py

[error] invalid-argument-type - Argument to bound method `download` is incorrect: Expected `Spider`, found `Spider | None`
[error] invalid-argument-type - Argument to bound method `DownloaderMiddlewareManager.download` is incorrect: Expected `Spider`, found `Spider | None`

tests/test_downloadermiddleware_ajaxcrawlable.py

[error] invalid-argument-type - Argument to bound method `process_response` is incorrect: Expected `Request`, found `Request | Response`
[error] invalid-argument-type - Argument to bound method `AjaxCrawlMiddleware.process_response` is incorrect: Expected `Request`, found `Request | Response`

tests/test_downloadermiddleware_cookies.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | None] | dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | None] | dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bool]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int | float]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `dict[str, str | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str, str | Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str | Unknown, str | Unknown]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[dict[str | Unknown, str | Unknown]]`

tests/test_downloadermiddleware_httpcompression.py

[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `ResponseTypes.from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `dict[str, str]`

tests/test_downloadermiddleware_offsite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | str | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `bytes | str | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `int`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str] | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `list[str] | None`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `str`, found `dict[Unknown, Unknown]`

tests/test_downloadermiddleware_stats.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StatsCollector`, found `StatsCollector | None`
[error] invalid-argument-type - Argument to `DownloaderStats.__init__` is incorrect: Expected `StatsCollector`, found `StatsCollector | None`

tests/test_exporters.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - Argument to `MarshalItemExporter.__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - Argument to `MarshalItemExporter.__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`
[error] invalid-argument-type - Argument to `CsvItemExporter.__init__` is incorrect: Expected `BytesIO`, found `BufferedRandom`

tests/test_feedexport_storages.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `FTPFeedStorage.__init__` is incorrect: Expected `bool`, found `dict[Unknown, Unknown]`

tests/test_http_headers.py

[error] invalid-argument-type - Argument to bound method `setlist` is incorrect: Expected `Iterable[bytes | str | int]`, found `list[object]`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `Iterable[bytes | str | int]`, found `list[object]`

tests/test_http_request.py

[error] missing-argument - No argument provided for required parameter `url` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `url` of `Request.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `def somecallback() -> Unknown`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `def somecallback() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `def somecallback() -> Unknown`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `def somecallback() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `def a_function() -> Unknown`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `def a_function() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `Literal["a_function"]`

tests/test_http_request_form.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["a"], Literal["one"]], tuple[Literal["a"], Literal["two"]], tuple[Literal["b"], Literal["2"]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str | bytes, bytes | str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[bytes, bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to `FormRequest.__init__` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, str | list[str]]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["foo"], Literal["bar"]], tuple[Literal["foo"], Literal["baz"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["foo"], Literal["bar"]], tuple[Literal["foo"], Literal["baz"]]]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["two"], Literal["2"]], tuple[Literal["two"], Literal["4"]]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[tuple[Literal["two"], Literal["2"]], tuple[Literal["two"], Literal["4"]]]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, Iterable[str] | None]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `dict[str, Iterable[str] | None]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[Literal["a"]]`
[error] invalid-argument-type - Argument to bound method `FormRequest.from_response` is incorrect: Expected `dict[str, Iterable[str]] | list[tuple[str, Iterable[str]]] | None`, found `tuple[Literal["a"]]`

tests/test_http_response.py

[error] missing-argument - No argument provided for required parameter `url` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `url` of `Response.__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"http://example.com"]`
[error] invalid-argument-type - Argument to `Response.__init__` is incorrect: Expected `str`, found `Literal[b"http://example.com"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `Response.__init__` is incorrect: Expected `bytes`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["301"]`
[error] invalid-argument-type - Argument to `Response.__init__` is incorrect: Expected `int`, found `Literal["301"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Literal["lala200"]`
[error] invalid-argument-type - Argument to `Response.__init__` is incorrect: Expected `int`, found `Literal["lala200"]`
[error] invalid-argument-type - Argument to bound method `follow` is incorrect: Expected `str | Link`, found `None`
[error] invalid-argument-type - Argument to bound method `Response.follow` is incorrect: Expected `str | Link`, found `None`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `None`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `Literal[12345]`
[error] invalid-argument-type - Argument to bound method `follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`
[error] invalid-argument-type - Argument to bound method `Response.follow_all` is incorrect: Expected `Iterable[str | Link]`, found `list[None]`

tests/test_link.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[b"http://www.example.com/\xc2\xa3"]`
[error] invalid-argument-type - Argument to `Link.__init__` is incorrect: Expected `str`, found `Literal[b"http://www.example.com/\xc2\xa3"]`

tests/test_loader.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TextResponse | None`, found `Response`
[error] invalid-argument-type - Argument to `ItemLoader.__init__` is incorrect: Expected `TextResponse | None`, found `Response`

tests/test_mail.py

[error] invalid-argument-type - Argument to bound method `_create_sender_factory` is incorrect: Expected `IO[bytes]`, found `Literal["test"]`
[error] invalid-argument-type - Argument to bound method `MailSender._create_sender_factory` is incorrect: Expected `IO[bytes]`, found `Literal["test"]`

tests/test_pipeline_files.py

[error] invalid-argument-type - Argument to bound method `file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FilesPipeline.item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `S3FilesStore.persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `S3FilesStore.stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `GCSFilesStore.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `GCSFilesStore.persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `GCSFilesStore.stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `GCSFilesStore.persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `GCSFilesStore.stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FTPFilesStore.stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FTPFilesStore.persist_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `stat_file` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `FTPFilesStore.stat_file` is incorrect: Expected `SpiderInfo`, found `None`

tests/test_pipeline_images.py

[error] invalid-argument-type - Argument to bound method `file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.file_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `thumb_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.thumb_path` is incorrect: Expected `SpiderInfo | None`, found `object`
[error] invalid-argument-type - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_images` is incorrect: Expected `SpiderInfo`, found `object`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.get_media_requests` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, dict[str, str]]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `SpiderInfo`, found `None`
[error] invalid-argument-type - Argument to bound method `ImagesPipeline.item_completed` is incorrect: Expected `SpiderInfo`, found `None`

tests/test_pipeline_media.py

[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `MediaPipeline.item_completed` is incorrect: Expected `list[tuple[Literal[True], FileInfo] | tuple[Literal[False], Unknown]]`, found `list[tuple[bool, int] | tuple[bool, Unknown]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Crawler`, found `Unknown | None`
[error] invalid-argument-type - Argument to `MediaPipeline.__init__` is incorrect: Expected `Crawler`, found `Unknown | None`

tests/test_request_dict.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `() -> Unknown`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Response, /, *args: Any, **kwargs: Any) -> Any) | None`, found `() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `() -> Unknown`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `((Unknown, /) -> Any) | None`, found `() -> Unknown`
[error] invalid-argument-type - Argument to bound method `to_dict` is incorrect: Expected `Spider | None`, found `SpiderDelegation`
[error] invalid-argument-type - Argument to bound method `Request.to_dict` is incorrect: Expected `Spider | None`, found `SpiderDelegation`

tests/test_responsetypes.py

[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `ResponseTypes.from_args` is incorrect: Expected `Mapping[bytes, bytes] | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `bytes | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `ResponseTypes.from_args` is incorrect: Expected `bytes | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `from_args` is incorrect: Expected `str | None`, found `str | Headers`
[error] invalid-argument-type - Argument to bound method `ResponseTypes.from_args` is incorrect: Expected `str | None`, found `str | Headers`

tests/test_settings/__init__.py

[error] invalid-argument-type - Argument to bound method `setmodule` is incorrect: Expected `ModuleType | str`, found `ModuleMock`
[error] invalid-argument-type - Argument to bound method `BaseSettings.setmodule` is incorrect: Expected `ModuleType | str`, found `ModuleMock`
[error] missing-argument - No argument provided for required parameter `values` of bound method `update`
[error] missing-argument - No argument provided for required parameter `values` of bound method `BaseSettings.update`
[error] unknown-argument - Argument `key` does not match any known parameter of bound method `update`
[error] unknown-argument - Argument `key` does not match any known parameter of bound method `BaseSettings.update`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[tuple[str, int]]`
[error] invalid-argument-type - Argument to bound method `BaseSettings.update` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `list[tuple[str, int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `dict[<class 'Component1'> | str, int]`
[error] invalid-argument-type - Argument to `BaseSettings.__init__` is incorrect: Expected `SupportsItems[int | float | str | None, Any] | str | None`, found `dict[<class 'Component1'> | str, int]`

tests/test_spider.py

[error] invalid-argument-type - Argument to bound method `log` is incorrect: Expected `int`, found `Literal["INFO"]`
[error] invalid-argument-type - Argument to bound method `Spider.log` is incorrect: Expected `int`, found `Literal["INFO"]`

tests/test_spider_crawl.py

[error] invalid-argument-type - Argument to bound method `_parse_response` is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `CrawlSpider._parse_response` is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `parse_with_rules` is incorrect: Expected `dict[str, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `CrawlSpider.parse_with_rules` is incorrect: Expected `dict[str, Any]`, found `None`

tests/test_spidermiddleware_base.py

[error] invalid-argument-type - Argument to bound method `process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `BaseSpiderMiddleware.process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `BaseSpiderMiddleware.process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `BaseSpiderMiddleware.process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `process_start_requests` is incorrect: Expected `Spider`, found `None`
[error] invalid-argument-type - Argument to bound method `BaseSpiderMiddleware.process_start_requests` is incorrect: Expected `Spider`, found `None`

tests/test_utils_datatypes.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Any]`, found `set[str]`
[error] invalid-argument-type - Argument to `SequenceExclude.__init__` is incorrect: Expected `Sequence[Any]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Any]`, found `set[int | str | float]`
[error] invalid-argument-type - Argument to `SequenceExclude.__init__` is incorrect: Expected `Sequence[Any]`, found `set[int | str | float]`

tests/test_utils_iterators.py

[error] invalid-argument-type - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `TestXmliterBase.xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `TestLxmlXmliter.xmliter` is incorrect: Expected `Response | str | bytes`, found `Literal[42]`

tests/test_utils_request.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[VerboseCookie | dict[str, str]]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `dict[str, str] | list[VerboseCookie] | None`, found `list[VerboseCookie | dict[str, str]]`

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

setuptools/__init__.py

[error] unknown-argument - Argument `ignore_option_errors` does not match any known parameter of bound method `parse_config_files`
[error] unknown-argument - Argument `ignore_option_errors` does not match any known parameter of bound method `Distribution.parse_config_files`

setuptools/_distutils/archive_util.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] no-matching-overload - No overload of bound method `open` matches arguments
[error] no-matching-overload - No overload of bound method `TarFile.open` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

setuptools/_distutils/cmd.py

[error] no-matching-overload - No overload of bound method `reinitialize_command` matches arguments
[error] no-matching-overload - No overload of bound method `Distribution.reinitialize_command` matches arguments

setuptools/_distutils/command/bdist_dumb.py

[error] no-matching-overload - No overload of bound method `make_archive` matches arguments
[error] no-matching-overload - No overload of bound method `Command.make_archive` matches arguments

setuptools/_distutils/command/bdist_rpm.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] no-matching-overload - No overload of bound method `move_file` matches arguments
[error] no-matching-overload - No overload of bound method `Command.move_file` matches arguments
[error] no-matching-overload - No overload of bound method `move_file` matches arguments
[error] no-matching-overload - No overload of bound method `Command.move_file` matches arguments

setuptools/_distutils/command/build_clib.py

[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Compiler.compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `create_static_lib` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Compiler.create_static_lib` is incorrect: Expected `bool`, found `None | Unknown`

setuptools/_distutils/command/build_ext.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str | PathLike[str]]`, found `object`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `Iterable[str | PathLike[str]]`, found `object`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["include_dirs", "library_dirs", "libraries", "extra_objects", "extra_compile_args", "extra_link_args"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["include_dirs", "library_dirs", "libraries", "extra_objects", "extra_compile_args", "extra_link_args"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["rpath"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["rpath"]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `Never`, found `Literal["macros"]`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `Never`, found `Literal["macros"]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Any`
[error] invalid-argument-type - Argument to bound method `compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Compiler.compile` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `link_shared_object` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Compiler.link_shared_object` is incorrect: Expected `bool`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown | str]`, found `None | list[Unknown] | Unknown`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Unknown | str]`, found `None | list[Unknown] | Unknown`

setuptools/_distutils/command/build_scripts.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.mkpath` is incorrect: Expected `str`, found `None | Unknown`

setuptools/_distutils/command/config.py

[error] invalid-argument-type - Argument to bound method `set_libraries` is incorrect: Expected `list[str]`, found `(list[Unknown] & ~AlwaysFalsy) | (list[Never] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `Compiler.set_libraries` is incorrect: Expected `list[str]`, found `(list[Unknown] & ~AlwaysFalsy) | (list[Never] & ~AlwaysFalsy)`

setuptools/_distutils/command/install_data.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] no-matching-overload - No overload of bound method `copy_file` matches arguments
[error] no-matching-overload - No overload of bound method `Command.copy_file` matches arguments

setuptools/_distutils/command/install_headers.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.mkpath` is incorrect: Expected `str`, found `None | Unknown`
[error] no-matching-overload - No overload of bound method `copy_file` matches arguments
[error] no-matching-overload - No overload of bound method `Command.copy_file` matches arguments

setuptools/_distutils/command/install_lib.py

[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.copy_tree` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.copy_tree` is incorrect: Expected `str`, found `None | Unknown`

setuptools/_distutils/command/install_scripts.py

[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.copy_tree` is incorrect: Expected `str | PathLike[str]`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `copy_tree` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `Command.copy_tree` is incorrect: Expected `str`, found `None | Unknown`

setuptools/_distutils/command/sdist.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `FileList.append` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[str]`, found `filter[int | str | bytes | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to bound method `FileList.extend` is incorrect: Expected `Iterable[str]`, found `filter[int | str | bytes | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | list[int | None | Unknown] | Unknown`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None | list[int | None | Unknown] | Unknown`
[error] invalid-argument-type - Argument to bound method `exclude_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `FileList.exclude_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `exclude_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `FileList.exclude_pattern` is incorrect: Expected `str`, found `None`

setuptools/_distutils/compilers/C/base.py

[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `list.index` is incorrect: Expected `str`, found `str | None`
[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments
[error] invalid-argument-type - Argument to function `_make_relative` is incorrect: Expected `Path`, found `PurePath`
[error] invalid-argument-type - Argument to function `Compiler._make_relative` is incorrect: Expected `Path`, found `PurePath`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[str, str | None, str]] | None`, found `list[tuple[str, None, str]]`
[error] invalid-argument-type - Argument to `FancyGetopt.__init__` is incorrect: Expected `list[tuple[str, str | None, str]] | None`, found `list[tuple[str, None, str]]`

setuptools/_distutils/compilers/C/unix.py

[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `str`, found `str | int`
[error] invalid-argument-type - Argument to bound method `list.remove` is incorrect: Expected `str`, found `str | int`

setuptools/_distutils/dist.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Distribution`, found `Self@get_command_obj`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `Distribution`, found `Self@get_command_obj`
[error] invalid-argument-type - Argument to bound method `get_command_obj` is incorrect: Expected `str`, found `(str & ~distutils.cmd.Command) | (setuptools._distutils.cmd.Command & ~distutils.cmd.Command)`
[error] invalid-argument-type - Argument to bound method `Distribution.get_command_obj` is incorrect: Expected `str`, found `(str & ~distutils.cmd.Command) | (setuptools._distutils.cmd.Command & ~distutils.cmd.Command)`

setuptools/_distutils/extension.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | PathLike[str | bytes], /) -> str | bytes | PathLike[str | bytes | PathLike[str | bytes]]`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | bytes | PathLike[str | bytes], /) -> str | bytes | PathLike[str | bytes | PathLike[str | bytes]]`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `_S@map`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `_S@map`, found `str`

setuptools/_distutils/filelist.py

[error] invalid-argument-type - Argument to bound method `include_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `FileList.include_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `exclude_pattern` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `FileList.exclude_pattern` is incorrect: Expected `str`, found `None`

setuptools/_distutils/sysconfig.py

[error] invalid-argument-type - Argument to bound method `startswith` is incorrect: Expected `str | tuple[str, ...]`, found `str | int`
[error] invalid-argument-type - Argument to bound method `str.startswith` is incorrect: Expected `str | tuple[str, ...]`, found `str | int`
[error] invalid-argument-type - Argument to bound method `set_executables` is incorrect: Expected `str`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Compiler.set_executables` is incorrect: Expected `str`, found `str | int`
[error] invalid-argument-type - Argument to bound method `set_executables` is incorrect: Expected `str`, found `str | int`
[error] invalid-argument-type - Argument to bound method `Compiler.set_executables` is incorrect: Expected `str`, found `str | int`
[error] unknown-argument - Argument `errors` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `errors` does not match any known parameter of `TextFile.__init__`

setuptools/_distutils/tests/test_dist.py

[error] invalid-argument-type - Argument to bound method `announce` is incorrect: Expected `int`, found `Literal["ok2"]`
[error] invalid-argument-type - Argument to bound method `Distribution.announce` is incorrect: Expected `int`, found `Literal["ok2"]`
[error] invalid-argument-type - Argument to bound method `flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`
[error] invalid-argument-type - Argument to bound method `Generator.flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`

setuptools/_distutils/tests/test_extension.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Literal["file"]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `Literal["file"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str | int]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `list[str | int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str | Path]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `list[str | Path]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `tuple[Literal["file1"], Literal["file2"]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `tuple[Literal["file1"], Literal["file2"]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `set[str]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Iterator[str]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `Iterator[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `list[str | Path]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `list[str | Path]`
[error] unknown-argument - Argument `chic` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `chic` does not match any known parameter of `Extension.__init__`

setuptools/_distutils/tests/test_sysconfig.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `int | str | None`

setuptools/_distutils/tests/test_util.py

[error] invalid-argument-type - Argument to bound method `flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`
[error] invalid-argument-type - Argument to bound method `Generator.flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`

setuptools/_distutils/tests/test_version.py

[error] invalid-argument-type - Argument to bound method `_cmp` is incorrect: Argument type `object` does not satisfy upper bound `StrictVersion` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `StrictVersion._cmp` is incorrect: Argument type `object` does not satisfy upper bound `StrictVersion` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_cmp` is incorrect: Expected `StrictVersion | str`, found `object`
[error] invalid-argument-type - Argument to bound method `StrictVersion._cmp` is incorrect: Expected `StrictVersion | str`, found `object`
[error] invalid-argument-type - Argument to bound method `_cmp` is incorrect: Argument type `object` does not satisfy upper bound `LooseVersion` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `LooseVersion._cmp` is incorrect: Argument type `object` does not satisfy upper bound `LooseVersion` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_cmp` is incorrect: Expected `LooseVersion | str`, found `object`
[error] invalid-argument-type - Argument to bound method `LooseVersion._cmp` is incorrect: Expected `LooseVersion | str`, found `object`

setuptools/_distutils/text_file.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | int | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...]) | int | None`

setuptools/_static.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

setuptools/_vendor/autocommand/autoasync.py

[error] invalid-argument-type - Argument to bound method `replace` is incorrect: Expected `Sequence[Parameter] | type[_void] | None`, found `GeneratorType[Parameter, None, None]`
[error] invalid-argument-type - Argument to bound method `Signature.replace` is incorrect: Expected `Sequence[Parameter] | type[_void] | None`, found `GeneratorType[Parameter, None, None]`

setuptools/_vendor/backports/tarfile/__init__.py

[error] missing-argument - No argument provided for required parameter `size` of function `read`
[error] missing-argument - No argument provided for required parameter `size` of function `_StreamProxy.read`
[error] missing-argument - No argument provided for required parameter `size` of function `read`
[error] missing-argument - No argument provided for required parameter `size` of function `_StreamProxy.read`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `_FileInFile`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Expected `_BufferedReaderStream`, found `_FileInFile`

setuptools/_vendor/importlib_metadata/__init__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] invalid-argument-type - Argument to `PathDistribution.__init__` is incorrect: Expected `SimplePath`, found `Path`
[error] missing-argument - No argument provided for required parameter `child` of function `joinpath`
[error] missing-argument - No argument provided for required parameter `child` of function `FastPath.joinpath`
[error] missing-argument - No argument provided for required parameter `child` of function `joinpath`
[error] missing-argument - No argument provided for required parameter `child` of function `FastPath.joinpath`

setuptools/_vendor/more_itertools/recipes.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int | float | complex | ... omitted 4 union elements, int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], /) -> int | float | complex | ... omitted 4 union elements`, found `Overload[(base: int, exp: int, mod: int) -> int, (base: int, exp: Literal[0], mod: None = None) -> Literal[1], (base: int, exp: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], mod: None = None) -> int, (base: int, exp: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], mod: None = None) -> int | float, (base: int, exp: int, mod: None = None) -> Any, (base: Literal[1, 2, 3, 4, 5, ... omitted 20 literals], exp: int | float, mod: None = None) -> int | float, (base: Literal[-1, -2, -3, -4, -5, ... omitted 15 literals], exp: int | float, mod: None = None) -> int | float | complex, (base: int | float, exp: int, mod: None = None) -> int | float, (base: int | float, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> Any, (base: int | float | complex, exp: int | float | complex | _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], mod: None = None) -> int | float | complex, [_E_contra, _T_co](base: _SupportsPow2[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _T_co](base: _SupportsPow3NoneOnly[_E_contra, _T_co], exp: _E_contra, mod: None = None) -> _T_co, [_E_contra, _M_contra, _T_co](base: _SupportsPow3[_E_contra, _M_contra, _T_co], exp: _E_contra, mod: _M_contra) -> _T_co, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float, mod: None = None) -> Any, (base: _SupportsPow2[Any, Any] | _SupportsPow3[Any, Any, Any], exp: int | float | complex, mod: None = None) -> int | float | complex]`

setuptools/_vendor/packaging/metadata.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `Message[str, str] | bytes | Any | str | list[Message[str, str] | str]`

setuptools/_vendor/wheel/_bdist_wheel.py

[error] invalid-argument-type - Argument to bound method `egg2dist` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `bdist_wheel.egg2dist` is incorrect: Expected `str`, found `None | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | int`
[error] invalid-argument-type - Argument to `WheelFile.__init__` is incorrect: Expected `int`, found `str | int`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `(((...) -> Any, str, tuple[type[BaseException], BaseException, TracebackType], /) -> object) | None`, found `def remove_readonly(func: (...) -> object, path: str, excinfo: tuple[type[Exception], Exception, TracebackType]) -> None`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `(((...) -> Any, str, tuple[type[BaseException], BaseException, TracebackType], /) -> object) | None`, found `def remove_readonly(func: (...) -> object, path: str, excinfo: tuple[type[Exception], Exception, TracebackType]) -> None`
[error] invalid-argument-type - Argument to bound method `flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`
[error] invalid-argument-type - Argument to bound method `Generator.flatten` is incorrect: Expected `EmailMessage`, found `Message[str, str]`

setuptools/_vendor/wheel/wheelfile.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int, int, int, int, int, int]`, found `tuple[int, int, int, int, int]`
[error] invalid-argument-type - Argument to `ZipInfo.__init__` is incorrect: Expected `tuple[int, int, int, int, int, int]`, found `tuple[int, int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int, int, int, int, int, int]`, found `tuple[int, int, int, int, int]`
[error] invalid-argument-type - Argument to `ZipInfo.__init__` is incorrect: Expected `tuple[int, int, int, int, int, int]`, found `tuple[int, int, int, int, int]`

setuptools/_vendor/zipp/__init__.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

setuptools/command/bdist_wheel.py

[error] invalid-argument-type - Argument to bound method `egg2dist` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `bdist_wheel.egg2dist` is incorrect: Expected `str`, found `str | None`

setuptools/command/editable_wheel.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | Path`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | Path`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `None | str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | bytes | PathLike[str | bytes], /) -> str | bytes | PathLike[str | bytes | PathLike[str | bytes]]`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | bytes | PathLike[str | bytes], /) -> str | bytes | PathLike[str | bytes | PathLike[str | bytes]]`, found `Overload[(path: str) -> str, (path: bytes) -> bytes, [AnyStr](path: PathLike[AnyStr]) -> AnyStr]`

setuptools/command/egg_info.py

[error] invalid-argument-type - Argument to bound method `mkpath` is incorrect: Expected `str`, found `None | str`
[error] invalid-argument-type - Argument to bound method `Command.mkpath` is incorrect: Expected `str`, found `None | str`

setuptools/config/_validate_pyproject/error_reporting.py

[error] invalid-argument-type - Argument to function `_simplify_name` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `_ErrorFormatting._simplify_name` is incorrect: Expected `str`, found `Unknown | None`

setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py

[error] no-matching-overload - No overload of bound method `split` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.split` matches arguments

setuptools/config/expand.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & <Protocol with members '__iter__'> & ~str) | (Iterable[str | int] & ~Top[(...) -> object] & ~str)`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & <Protocol with members '__iter__'> & ~str) | (Iterable[str | int] & ~Top[(...) -> object] & ~str)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `RawConfigParser.__init__` is incorrect: Expected `str`, found `None`

setuptools/config/setupcfg.py

[error] invalid-argument-type - Argument to bound method `_parse_attr` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[str] | None`
[error] invalid-argument-type - Argument to bound method `ConfigHandler._parse_attr` is incorrect: Expected `str | PathLike[str]`, found `str | PathLike[str] | None`

setuptools/extension.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[str]`, found `Iterable[str | PathLike[str]]`
[error] invalid-argument-type - Argument to `Extension.__init__` is incorrect: Expected `list[str]`, found `Iterable[str | PathLike[str]]`

setuptools/tests/config/test_setupcfg.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `None` does not satisfy constraints (`Distribution`, `DistributionMetadata`) of type variable `Target`
[error] invalid-argument-type - Argument to `ConfigHandler.__init__` is incorrect: Argument type `None` does not satisfy constraints (`Distribution`, `DistributionMetadata`) of type variable `Target`

setuptools/tests/test_bdist_wheel.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `setuptools.dist.Distribution`, found `distutils.dist.Distribution`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `setuptools.dist.Distribution`, found `distutils.dist.Distribution`

setuptools/tests/test_build_ext.py

[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `int | str | None`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `int | str | None`

setuptools/tests/test_editable_install.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `setuptools.dist.Distribution`, found `distutils.dist.Distribution`
[error] invalid-argument-type - Argument to `Command.__init__` is incorrect: Expected `setuptools.dist.Distribution`, found `distutils.dist.Distribution`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

setuptools/tests/test_warnings.py

[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `SetuptoolsWarning.emit` is incorrect: Expected `int`, found `str`
[error] invalid-argument-type - Argument to bound method `emit` is incorrect: Expected `tuple[int, int, int] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `SetuptoolsWarning.emit` is incorrect: Expected `tuple[int, int, int] | None`, found `str`

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

sockeye/beam_search.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to `GreedySearch.__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | None`
[error] invalid-argument-type - Argument to `BeamSearch.__init__` is incorrect: Expected `int | float`, found `int | float | None`

sockeye/data_io.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[tuple[int | float | None, int | float | None]]`, found `list[tuple[int | float | None, int | float | None]] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[tuple[int | float | None, int | float | None]]`, found `list[tuple[int | float | None, int | float | None]] | None`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `None | int`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `None | int`

sockeye/knn.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `KNNConfig`, found `Config`
[error] invalid-argument-type - Argument to `FaissIndexBuilder.__init__` is incorrect: Expected `KNNConfig`, found `Config`

sockeye/lexicon.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`
[error] invalid-argument-type - Argument to `TopKLexicon.__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`
[error] invalid-argument-type - Argument to `TopKLexicon.__init__` is incorrect: Expected `dict[str, int]`, found `dict[str, int] | None`

sockeye/model.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[int]`, found `list[int] | None`

sockeye/output_handler.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`

sockeye/training.py

[error] invalid-argument-type - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `EarlyStoppingTrainer._create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `EarlyStoppingTrainer._create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `EarlyStoppingTrainer._create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `_create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`
[error] invalid-argument-type - Argument to bound method `EarlyStoppingTrainer._create_checkpoint` is incorrect: Expected `CheckpointDecoder`, found `CheckpointDecoder | None`

sockeye_contrib/plot_metrics.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

test/unit/test_inference.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `CandidateScorer`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `CandidateScorer`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[SockeyeModel]`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `list[SockeyeModel]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `list[dict[str, int]]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to `Translator.__init__` is incorrect: Expected `bool`, found `None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[list[str]]`, found `list[list[str]] | None`

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

lib/spack/spack/audit.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

lib/spack/spack/binary_distribution.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Prefix`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Prefix`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `Sized`
[error] invalid-argument-type - Argument to constructor `PurePath.__new__` is incorrect: Expected `str | PathLike[str]`, found `Sized`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`

lib/spack/spack/ci/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`
[error] invalid-argument-type - Argument to `Request.__init__` is incorrect: Expected `MutableMapping[str, str]`, found `dict[str, LiteralString]`

lib/spack/spack/cmd/blame.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `object`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `object`

lib/spack/spack/cmd/checksum.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `StandardVersion`, found `StandardVersion | GitVersion`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `StandardVersion`, found `StandardVersion | GitVersion`

lib/spack/spack/cmd/create.py

[error] invalid-argument-type - Argument to bound method `get_repo` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Literal[True] | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `RepoPath.get_repo` is incorrect: Expected `str`, found `(str & ~AlwaysFalsy) | Literal[True] | (Unknown & ~AlwaysFalsy)`

lib/spack/spack/cmd/env.py

[error] invalid-argument-type - Argument to function `from_env` is incorrect: Expected `Environment`, found `Environment | None`
[error] invalid-argument-type - Argument to function `MakefileModel.from_env` is incorrect: Expected `Environment`, found `Environment | None`

lib/spack/spack/cmd/find.py

[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `list[str] | None`, found `set[Unknown]`
[error] invalid-argument-type - Argument to bound method `Database.query` is incorrect: Expected `list[str] | None`, found `set[Unknown]`

lib/spack/spack/cmd/solve.py

[error] invalid-argument-type - Argument to bound method `solve_in_rounds` is incorrect: Expected `IOBase | None`, found `TextIO | Any | None`
[error] invalid-argument-type - Argument to bound method `Solver.solve_in_rounds` is incorrect: Expected `IOBase | None`, found `TextIO | Any | None`

lib/spack/spack/cmd/style.py

[error] no-matching-overload - No overload of bound method `search` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.search` matches arguments

lib/spack/spack/database.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to `LockTransaction.__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to `LockTransaction.__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to `SpackJSONError.__init__` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to `LockTransaction.__init__` is incorrect: Expected `lib.spack.spack.llnl.util.lock.Lock`, found `ForbiddenLock | lib.spack.spack.util.lock.Lock`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to `InstallRecord.__init__` is incorrect: Expected `str | None`, found `object`

lib/spack/spack/detection/common.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

lib/spack/spack/directives.py

[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

lib/spack/spack/directives_meta.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `(...) -> Unknown`, found `R@__call__`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `(...) -> Unknown`, found `R@__call__`

lib/spack/spack/fetch_strategy.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Self@expand`
[error] invalid-argument-type - Argument to `SpackError.__init__` is incorrect: Expected `str`, found `Self@expand`

lib/spack/spack/graph.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `None | int`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `None | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IOBase`, found `Any | TextIO`
[error] invalid-argument-type - Argument to `ColorStream.__init__` is incorrect: Expected `IOBase`, found `Any | TextIO`

lib/spack/spack/installer.py

[error] invalid-argument-type - Argument to bound method `get_repo` is incorrect: Expected `str`, found `None | str | bool | Unknown`
[error] invalid-argument-type - Argument to bound method `RepoPath.get_repo` is incorrect: Expected `str`, found `None | str | bool | Unknown`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `set[str] | None`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `set[str] | None`

lib/spack/spack/mirrors/mirror.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to `SpackJSONError.__init__` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to bound method `_update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `Mirror._update_connection_dict` is incorrect: Expected `dict[Unknown, Unknown]`, found `Unknown | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseException`, found `str`
[error] invalid-argument-type - Argument to `SpackJSONError.__init__` is incorrect: Expected `BaseException`, found `str`
[error] missing-argument - No argument provided for required parameter `data` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `data` of `Mirror.__init__`
[error] unknown-argument - Argument `fetch` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `fetch` does not match any known parameter of `Mirror.__init__`

lib/spack/spack/modules/lmod.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `Spec.__init__`: expected 2, got 3

lib/spack/spack/package_base.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `str`, found `~AlwaysFalsy`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `str`, found `~AlwaysFalsy`

lib/spack/spack/reporters/cdash.py

[error] invalid-argument-type - Argument to bound method `add_header` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to bound method `Request.add_header` is incorrect: Expected `str`, found `int`

lib/spack/spack/solver/asp.py

[error] invalid-argument-type - Argument to bound method `unreachable` is incorrect: Expected `Spec`, found `str`
[error] invalid-argument-type - Argument to bound method `PossibleDependencyGraph.unreachable` is incorrect: Expected `Spec`, found `str`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `Spec` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`

lib/spack/spack/solver/requirements.py

[error] invalid-argument-type - Argument to bound method `_parse_and_expand` is incorrect: Expected `str`, found `Unknown | list[Unknown & str]`
[error] invalid-argument-type - Argument to bound method `RequirementParser._parse_and_expand` is incorrect: Expected `str`, found `Unknown | list[Unknown & str]`
[error] invalid-argument-type - Argument to bound method `_parse_and_expand` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown & str] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to bound method `RequirementParser._parse_and_expand` is incorrect: Expected `str`, found `(Unknown & ~AlwaysFalsy) | (list[Unknown & str] & ~AlwaysFalsy)`

lib/spack/spack/spec.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Self@_satisfies, Unknown]`, found `tuple[Spec, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Self@_satisfies, Unknown]`, found `tuple[Spec, Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None`

lib/spack/spack/spec_parser.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Token`, found `None | Token | Unknown | <class 'Token'>`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Token`, found `None | Token | Unknown | <class 'Token'>`

lib/spack/spack/test/binary_distribution.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[str, str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `addinfourl.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`

lib/spack/spack/test/buildrequest.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `BuildRequest.__init__` is incorrect: Expected `PackageBase`, found `Literal["abc"]`

lib/spack/spack/test/buildtask.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase`, found `None | str`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `PackageBase`, found `None | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `BuildRequest`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BuildStatus`, found `Literal["queued"]`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `BuildStatus`, found `Literal["queued"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[str]`, found `Literal["mpileaks"]`
[error] invalid-argument-type - Argument to `Task.__init__` is incorrect: Expected `set[str]`, found `Literal["mpileaks"]`
[error] invalid-argument-type - Argument to bound method `flag_installed` is incorrect: Expected `list[str]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `Task.flag_installed` is incorrect: Expected `list[str]`, found `set[str]`

lib/spack/spack/test/ci.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`

lib/spack/spack/test/cmd/create.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `BuildSystemAndLanguageGuesser.__call__` is incorrect: Expected `str`, found `None`

lib/spack/spack/test/cmd/env.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

lib/spack/spack/test/concretization/core.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `tuple[bool | str, ...] | bool | str`
[error] invalid-argument-type - Argument to bound method `reusable_specs` is incorrect: Expected `list[Spec]`, found `list[Spec | str]`
[error] invalid-argument-type - Argument to bound method `ReusableSpecsSelector.reusable_specs` is incorrect: Expected `list[Spec]`, found `list[Spec | str]`

lib/spack/spack/test/concretization/errors.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[tuple[Spec, Spec | None]]`, found `list[tuple[Spec, Spec] | tuple[Spec, None]]`
[error] invalid-argument-type - Argument to `OutputDoesNotSatisfyInputError.__init__` is incorrect: Expected `list[tuple[Spec, Spec | None]]`, found `list[tuple[Spec, Spec] | tuple[Spec, None]]`

lib/spack/spack/test/config.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | None`

lib/spack/spack/test/conftest.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `set[str]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `Microarchitecture.__init__` is incorrect: Expected `set[str]`, found `list[Unknown]`

lib/spack/spack/test/directory_layout.py

[error] invalid-argument-type - Argument to bound method `copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`
[error] invalid-argument-type - Argument to bound method `Spec.copy` is incorrect: Expected `int | str | list[str] | tuple[str, ...]`, found `SpecHashDescriptor`

lib/spack/spack/test/externals.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`
[error] invalid-argument-type - Argument to `ExternalSpecsParser.__init__` is incorrect: Expected `list[ExternalDict]`, found `list[dict[str, str]]`

lib/spack/spack/test/install.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `PackageInstaller.__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["auto", "cache_only", "source_only"]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `PackageInstaller.__init__` is incorrect: Expected `bool | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `PackageInstaller.__init__` is incorrect: Expected `bool`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `PackageInstaller.__init__` is incorrect: Expected `int | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `PackageInstaller.__init__` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `list[Unknown]`

lib/spack/spack/test/installer.py

[error] invalid-argument-type - Argument to bound method `_complete_task` is incorrect: Expected `InstallStatus`, found `None`
[error] invalid-argument-type - Argument to bound method `PackageInstaller._complete_task` is incorrect: Expected `InstallStatus`, found `None`
[error] invalid-argument-type - Argument to bound method `_requeue_task` is incorrect: Expected `InstallStatus`, found `None`
[error] invalid-argument-type - Argument to bound method `PackageInstaller._requeue_task` is incorrect: Expected `InstallStatus`, found `None`

lib/spack/spack/test/installer_tui.py

[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to `BuildInfo.__init__` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Connection[Any, Any] | None`, found `MockConnection`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `add_build` is incorrect: Expected `Spec`, found `MockSpec`
[error] invalid-argument-type - Argument to bound method `BuildStatus.add_build` is incorrect: Expected `Spec`, found `MockSpec`

lib/spack/spack/test/llnl/util/lock.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str | Unknown`
[error] invalid-argument-type - Argument to bound method `_RmtreeType.__call__` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `None | str | Unknown`
[error] invalid-argument-type - Argument to function `_poll_interval_generator` is incorrect: Expected `tuple[int | float, int | float, int | float] | None`, found `list[int]`
[error] invalid-argument-type - Argument to function `Lock._poll_interval_generator` is incorrect: Expected `tuple[int | float, int | float, int | float] | None`, found `list[int]`

lib/spack/spack/test/patch.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `FilePatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `Patch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`
[error] invalid-argument-type - Argument to `UrlPatch.__init__` is incorrect: Expected `PackageBase | type[PackageBase]`, found `FakePackage`

lib/spack/spack/test/provider_index.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Spec] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `ProviderIndex.__init__` is incorrect: Expected `Iterable[Spec] | None`, found `list[str]`

lib/spack/spack/test/spec_syntax.py

[error] invalid-argument-type - Argument to bound method `intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `Spec.intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `Spec.intersects` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `Spec.satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`
[error] invalid-argument-type - Argument to bound method `Spec.satisfies` is incorrect: Expected `str | Spec`, found `Spec | None`

lib/spack/spack/test/stage.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `Literal["<non-existent URL>"]`
[error] invalid-argument-type - Argument to `FailedDownloadError.__init__` is incorrect: Expected `Exception`, found `Literal["<non-existent URL>"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Exception`, found `Literal["This implementation of FetchStrategy always fails"]`
[error] invalid-argument-type - Argument to `FailedDownloadError.__init__` is incorrect: Expected `Exception`, found `Literal["This implementation of FetchStrategy always fails"]`

lib/spack/spack/test/test_suite.py

[error] invalid-argument-type - Argument to bound method `write_test_result` is incorrect: Expected `TestStatus`, found `Literal["TEST"]`
[error] invalid-argument-type - Argument to bound method `TestSuite.write_test_result` is incorrect: Expected `TestStatus`, found `Literal["TEST"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `PackageBase`, found `MyPackage`
[error] invalid-argument-type - Argument to `PackageTest.__init__` is incorrect: Expected `PackageBase`, found `MyPackage`

lib/spack/spack/test/util/executable.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `BinaryIO | None`, found `Overload[(self: LiteralString, sep: LiteralString | None = None, maxsplit: SupportsIndex = -1) -> list[LiteralString], (self, sep: str | None = None, maxsplit: SupportsIndex = -1) -> list[str]]`
[error] invalid-argument-type - Argument to bound method `Executable.__call__` is incorrect: Expected `BinaryIO | None`, found `Overload[(self: LiteralString, sep: LiteralString | None = None, maxsplit: SupportsIndex = -1) -> list[LiteralString], (self, sep: str | None = None, maxsplit: SupportsIndex = -1) -> list[str]]`

lib/spack/spack/test/util/package_hash.py

[error] invalid-argument-type - Argument to bound method `content_hash` is incorrect: Expected `bytes | None`, found `str`
[error] invalid-argument-type - Argument to bound method `PackageBase.content_hash` is incorrect: Expected `bytes | None`, found `str`
[error] invalid-argument-type - Argument to bound method `content_hash` is incorrect: Expected `bytes | None`, found `str`
[error] invalid-argument-type - Argument to bound method `PackageBase.content_hash` is incorrect: Expected `bytes | None`, found `str`

lib/spack/spack/test/versions.py

[error] invalid-argument-type - Argument to bound method `attach_lookup` is incorrect: Expected `AbstractRefLookup`, found `MockLookup`
[error] invalid-argument-type - Argument to bound method `GitVersion.attach_lookup` is incorrect: Expected `AbstractRefLookup`, found `MockLookup`

lib/spack/spack/test/web.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `HTTPError.__init__` is incorrect: Expected `Message[str, str]`, found `dict[Unknown, Unknown]`

lib/spack/spack/traverse.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Spec`, found `None`
[error] invalid-argument-type - Argument to `DependencySpec.__init__` is incorrect: Expected `Spec`, found `None`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `deque.append` is incorrect: Expected `None`, found `Unknown | int`

lib/spack/spack/util/elf.py

[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `list[Sized]`
[error] invalid-argument-type - Argument to bound method `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `list[Sized]`

lib/spack/spack/util/timer.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments

lib/spack/spack/variant.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[bool | str, ...]`, found `tuple[None]`
[error] invalid-argument-type - Argument to `VariantValue.__init__` is incorrect: Expected `tuple[bool | str, ...]`, found `tuple[None]`

lib/spack/spack/vendor/altgraph/GraphAlgo.py

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

lib/spack/spack/vendor/attr/_compat.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[int]`, found `list[int | bytes | tuple[Any, ...] | tuple[str, ...] | str]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[int]`, found `list[int | bytes | tuple[Any, ...] | tuple[str, ...] | str]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `int`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `bytes`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `int`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `tuple[object, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `tuple[str, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[object, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `int`

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

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

lib/spack/spack/vendor/attr/_version_info.py

[error] unknown-argument - Argument `year` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `year` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `minor` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `minor` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `micro` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `micro` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `releaselevel` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `releaselevel` does not match any known parameter of `object.__init__`

lib/spack/spack/vendor/attr/validators.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

lib/spack/spack/vendor/distro/distro.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

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

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `str`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `str`

lib/spack/spack/vendor/jinja2/debug.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int`, found `bytes`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `int`, found `bytes`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `tuple[Any, ...]`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `bytes`, found `tuple[Any, ...]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[str, ...]`, found `str`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `tuple[str, ...]`, found `str`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `str`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int`, found `bytes`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `int`, found `bytes`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bytes`, found `tuple[str, ...]`
[error] invalid-argument-type - Argument to constructor `CodeType.__new__` is incorrect: Expected `bytes`, found `tuple[str, ...]`

lib/spack/spack/vendor/jinja2/environment.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `Mapping[str, Any]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[str, Any]`, found `Mapping[str, Any]`
[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[Buffer]`, found `GeneratorType[bytes, None, None] | Self@dump`
[error] invalid-argument-type - Argument to bound method `_IOBase.writelines` is incorrect: Expected `Iterable[Buffer]`, found `GeneratorType[bytes, None, None] | Self@dump`

lib/spack/spack/vendor/jinja2/ext.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, int, /) -> str) | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `<class 'range'> | <class 'dict'> | ((n: int = ..., html: bool = ..., min: int = ..., max: int = ...) -> str) | ... omitted 3 union elements`, found `((str, str, str, int, /) -> str) | None | ((...) -> str)`

lib/spack/spack/vendor/jinja2/lexer.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

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

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_ctx]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_lineno]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`
[error] invalid-argument-type - Argument to bound method `deque.extend` is incorrect: Expected `Iterable[Self@set_environment]`, found `Iterator[Node]`

lib/spack/spack/vendor/jinja2/parser.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Node]`, found `(Node & Top[list[Unknown]]) | list[Node]`

lib/spack/spack/vendor/jsonschema/_format.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def checks(self, format, raises=...) -> Unknown`
[error] invalid-argument-type - Argument to `classmethod.__init__` is incorrect: Expected `(type[Unknown], /, *args: Unknown, **kwargs: Unknown) -> Unknown`, found `def checks(self, format, raises=...) -> Unknown`

lib/spack/spack/vendor/macholib/MachO.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | list[Unknown]`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | list[Unknown]`

lib/spack/spack/vendor/ruamel/yaml/comments.py

[error] invalid-argument-type - Argument to function `__delitem__` is incorrect: Expected `SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `list.__delitem__` is incorrect: Expected `SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None]`, found `Unknown | None`
[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments

lib/spack/spack/vendor/ruamel/yaml/constructor.py

[error] too-many-positional-arguments - Too many positional arguments to function `construct_scalar`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `BaseConstructor.construct_scalar`: expected 2, got 3

lib/spack/spack/vendor/ruamel/yaml/main.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `loader` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `loader` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] unknown-argument - Argument `canonical` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `canonical` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `indent` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `indent` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `width` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `width` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `encoding` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `encoding` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `allow_unicode` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `allow_unicode` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `line_break` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `line_break` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `explicit_start` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `explicit_start` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `explicit_end` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `explicit_end` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `version` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `version` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `tags` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `tags` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `default_style` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default_style` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `default_flow_style` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `default_flow_style` does not match any known parameter of `object.__init__`

lib/spack/spack/vendor/ruamel/yaml/resolver.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[list[tuple[int, int]], str, LazyEval, list[str]]`, found `tuple[list[tuple[int, int]], Unknown, Unknown, (Unknown & ~None) | list[None | Unknown]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[list[tuple[int, int]], str, LazyEval, list[str]]`, found `tuple[list[tuple[int, int]], Unknown, Unknown, (Unknown & ~None) | list[None | Unknown]]`

lib/spack/spack/vendor/typing_extensions.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] unknown-argument - Argument `doc` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `doc` does not match any known parameter of `object.__init__`

lib/spack/spack/verify_libraries.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | UnspecializedTypeVar | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to `Problem.__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | UnspecializedTypeVar | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | Unknown | str | PathLike[str] | PathLike[bytes]]`
[error] invalid-argument-type - Argument to `Problem.__init__` is incorrect: Expected `list[bytes]`, found `list[bytes | Unknown | str | PathLike[str] | PathLike[bytes]]`

var/spack/test_repos/spack_repo/builtin_mock/packages/compiler_wrapper/package.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_Printer.__call__`: expected 1, got 2

var/spack/test_repos/spack_repo/builtin_mock/packages/diff_test/package.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_Printer.__call__`: expected 1, got 2

var/spack/test_repos/spack_repo/builtin_mock/packages/gcc_runtime/package.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_Printer.__call__`: expected 1, got 2

var/spack/test_repos/spack_repo/builtin_mock/packages/licenses_1/package.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_Printer.__call__`: expected 1, got 2
[error] unknown-argument - Argument `when` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `when` does not match any known parameter of bound method `_Printer.__call__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `_Printer.__call__`: expected 1, got 2
[error] unknown-argument - Argument `when` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `when` does not match any known parameter of bound method `_Printer.__call__`

var/spack/test_repos/spack_repo/builtin_mock/packages/llvm/package.py

[error] no-matching-overload - No overload of bound method `group` matches arguments
[error] no-matching-overload - No overload of bound method `Match.group` matches arguments

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/domains/cpp/_ast.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

sphinx/domains/std/__init__.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

sphinx/util/matching.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

sphinx/writers/text.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

starlette (https://github.com/encode/starlette)

starlette/datastructures.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]]`, found `Mapping[Any, Any] | list[tuple[Any, Any]] | str | bytes`
[error] invalid-argument-type - Argument to `ImmutableMultiDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]]`, found `Mapping[Any, Any] | list[tuple[Any, Any]] | str | bytes`

starlette/formparsers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`
[error] invalid-argument-type - Argument to `UploadFile.__init__` is incorrect: Expected `BinaryIO`, found `SpooledTemporaryFile[bytes]`

starlette/middleware/errors.py

[error] invalid-argument-type - Argument to bound method `format_line` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `ServerErrorMiddleware.format_line` is incorrect: Expected `int`, found `int | None`

starlette/testclient.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(MutableMapping[str, Any], /) -> ((() -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None])`, found `(MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None]`
[error] invalid-argument-type - Argument to `_WrapASGI2.__init__` is incorrect: Expected `(MutableMapping[str, Any], /) -> ((() -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None])`, found `(MutableMapping[str, Any], () -> Awaitable[MutableMapping[str, Any]], (MutableMapping[str, Any], /) -> Awaitable[None], /) -> Awaitable[None]`

tests/test_datastructures.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

tests/test_exceptions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Any, ((Request[State], Exception, /) -> Response | Awaitable[Response]) | ((WebSocket[State], Exception, /) -> Awaitable[None])] | None`, found `dict[Any, (request: Request[State], exc: BadBodyException) -> CoroutineType[Any, Any, JSONResponse]]`
[error] invalid-argument-type - Argument to `ExceptionMiddleware.__init__` is incorrect: Expected `Mapping[Any, ((Request[State], Exception, /) -> Response | Awaitable[Response]) | ((WebSocket[State], Exception, /) -> Awaitable[None])] | None`, found `dict[Any, (request: Request[State], exc: BadBodyException) -> CoroutineType[Any, Any, JSONResponse]]`

tests/test_formparsers.py

[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field0"\r\n\r\nvalue0\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="file.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field1"\r\n\r\nvalue1\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field0"\r\n\r\nvalue0\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="file.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="field1"\r\n\r\nvalue1\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe7\x94\xbb\xe5\x83\x8f.jpg"\r\nContent-Type: image/jpeg\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; name="file"; filename="\xe7\x94\xbb\xe5\x83\x8f.jpg"\r\nContent-Type: image/jpeg\r\n\r\n<file content>\r\n--a7f7ac8d4e2e437c877bb7b8d7cc549c--\r\n']`
[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--20b303e711c4ab8c443184ac833ab00f\r\nContent-Disposition: form-data; name="value"\r\n\r\nTransf\xc3\xa9rer\r\n--20b303e711c4ab8c443184ac833ab00f--\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--20b303e711c4ab8c443184ac833ab00f\r\nContent-Disposition: form-data; name="value"\r\n\r\nTransf\xc3\xa9rer\r\n--20b303e711c4ab8c443184ac833ab00f--\r\n']`
[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'Content-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'Content-Disposition: form-data; name="file"; filename="\xe6\x96\x87\xe6\x9b\xb8.txt"\r\nContent-Type: text/plain\r\n\r\n<file content>\r\n']`
[error] invalid-argument-type - Argument to bound method `post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; ="field0"\r\n\r\nvalue0\r\n']`
[error] invalid-argument-type - Argument to bound method `TestClient.post` is incorrect: Expected `Mapping[str, Iterable[str] | bytes] | None`, found `Literal[b'--a7f7ac8d4e2e437c877bb7b8d7cc549c\r\nContent-Disposition: form-data; ="field0"\r\n\r\nvalue0\r\n']`

tests/test_templates.py

[error] no-matching-overload - No overload of `Jinja2Templates.__init__` matches arguments
[error] no-matching-overload - No overload of `Jinja2Templates.__init__` matches arguments

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

static_frame/core/container_util.py

[error] invalid-argument-type - Argument to function `to_index` is incorrect: Expected `Iterable[Hashable]`, found `(Iterable[Hashable] & ~IndexAutoFactory) | type[IndexAutoFactory] | None`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `Iterable[Hashable]`, found `(Iterable[Hashable] & ~IndexAutoFactory) | type[IndexAutoFactory] | None`
[error] invalid-argument-type - Argument to function `to_index` is incorrect: Expected `type[IndexBase]`, found `((...) -> IndexBase) | type[Index[Any]] | None`
[error] invalid-argument-type - Argument to function `IndexAutoConstructorFactory.to_index` is incorrect: Expected `type[IndexBase]`, found `((...) -> IndexBase) | type[Index[Any]] | None`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of `Index.__init__`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of `Index.__init__`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of bound method `from_labels`
[error] unknown-argument - Argument `index_constructors` does not match any known parameter of bound method `IndexBase.from_labels`
[error] unknown-argument - Argument `depth_reference` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `depth_reference` does not match any known parameter of `Index.__init__`
[error] unknown-argument - Argument `depth_reference` does not match any known parameter of bound method `from_labels`
[error] unknown-argument - Argument `depth_reference` does not match any known parameter of bound method `IndexBase.from_labels`

static_frame/core/display_visidata.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `from_concat`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Frame.from_concat`: expected 2, got 3

static_frame/core/frame.py

[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `reindex`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `Series.reindex`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `GeneratorType[((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[((...) -> IndexBase) | type[Index[Any]] | None] & Top[(...) -> object]), None, None]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `GeneratorType[((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | (Iterable[((...) -> IndexBase) | type[Index[Any]] | None] & Top[(...) -> object]), None, None]`
[error] no-matching-overload - No overload of bound method `_extract` matches arguments
[error] no-matching-overload - No overload of bound method `Frame._extract` matches arguments
[error] invalid-argument-type - Argument to bound method `_drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `IndexBase._drop_iloc` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`

static_frame/core/index_hierarchy.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> Index[Any] | list[Index[Any]]`, found `Overload[(i: SupportsIndex, /) -> Index[Any], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Index[Any]]]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(SupportsIndex | slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> Index[Any] | list[Index[Any]]`, found `Overload[(i: SupportsIndex, /) -> Index[Any], (s: slice[SupportsIndex | None, SupportsIndex | None, SupportsIndex | None], /) -> list[Index[Any]]]`

static_frame/core/interface.py

[error] invalid-argument-type - Argument to bound method `gen_from_dict_like` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_dict_like` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_dict_like` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_dict_like` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_dict_like` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_dict_like` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_display` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_display` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_display` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_display` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_display` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_display` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_astype` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_astype` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_astype` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_astype` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_persist` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_persist` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_persist` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_persist` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_consolidate` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_consolidate` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_consolidate` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_consolidate` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_constructor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_constructor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_constructor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_constructor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_constructor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_constructor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_exporter` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_exporter` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_exporter` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_exporter` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_exporter` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_exporter` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_iterator` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_iterator` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_iterator` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_iterator` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_iterator` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_iterator` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_getitem` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_getitem` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_getitem` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_getitem` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_getitem` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_getitem` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_selection` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_selection` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_selection` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_selection` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_selection` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_selection` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_assignment` is incorrect: Expected `InterfaceAssignTrio[Unknown] | InterfaceAssignQuartet[Unknown]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_assignment` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_assignment` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_assignment` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_assignment` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_accessor` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_class` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_class` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_class` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_class` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_class` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_class` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_method` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_method` is incorrect: Expected `(...) -> Any`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_method` is incorrect: Expected `int`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_method` is incorrect: Expected `str`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `InterfaceRecord.gen_from_method` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`
[error] invalid-argument-type - Argument to bound method `gen_from_method` is incorrect: Expected `type[ContainerBase]`, found `str | type[ContainerBase] | Any | int`

static_frame/core/node_selector.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILoc.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLoc.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemILocReduces.__init__` is incorrect: Expected `((int | integer[Any], /) -> Any) | ((ndarray[Any, Any] | list[int] | slice[Any, Any, Any] | None, /) -> Unknown)`, found `TILocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`
[error] invalid-argument-type - Argument to `InterGetItemLocReduces.__init__` is incorrect: Expected `(Hashable, /) -> Unknown`, found `TLocSelectorFunc@__init__`

static_frame/core/pivot.py

[error] invalid-argument-type - Argument to bound method `_extract_array_column` is incorrect: Expected `int | integer[Any]`, found `list[int] | int`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._extract_array_column` is incorrect: Expected `int | integer[Any]`, found `list[int] | int`

static_frame/core/quilt.py

[error] missing-argument - No argument provided for required parameter `index` of bound method `relabel`
[error] missing-argument - No argument provided for required parameter `index` of bound method `Series.relabel`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `relabel`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `Series.relabel`
[error] missing-argument - No argument provided for required parameter `level` of bound method `relabel_level_add`
[error] missing-argument - No argument provided for required parameter `level` of bound method `Series.relabel_level_add`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `relabel_level_add`
[error] unknown-argument - Argument `columns` does not match any known parameter of bound method `Series.relabel_level_add`
[error] no-matching-overload - No overload of bound method `_extract` matches arguments
[error] no-matching-overload - No overload of bound method `Quilt._extract` matches arguments

static_frame/core/series.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Series[Index[Any], TVDtype@Series]`, found `Self@via_mapping`
[error] invalid-argument-type - Argument to `SeriesMapping.__init__` is incorrect: Expected `Series[Index[Any], TVDtype@Series]`, found `Self@via_mapping`

static_frame/core/store.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `@Todo | tuple[str, ...]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `@Todo | tuple[str, ...]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `range`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[str, ...]]`, found `range`

static_frame/core/type_blocks.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `BlockIndex`
[error] invalid-argument-type - Argument to `BlockIndex.__init__` is incorrect: Expected `int`, found `BlockIndex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `_mask_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._mask_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_drop_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._drop_blocks` is incorrect: Expected `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Never`, found `ndarray[tuple[Any, ...], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Never`, found `ndarray[tuple[Any, ...], dtype[Any]]`

static_frame/core/type_clinic.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Pattern[str]`, found `Top[Pattern[Unknown]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Pattern[str]`, found `Top[Pattern[Unknown]]`

static_frame/core/util.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.astype` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None]`, found `Sequence[int] | ndarray[tuple[Any, ...], Any]`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[None]`, found `Sequence[int] | ndarray[tuple[Any, ...], Any]`

static_frame/core/yarn.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to `Yarn.__init__` is incorrect: Expected `ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `ndarray[tuple[Any, ...], dtype[float64]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Hashable] | type[IndexAutoFactory] | None`, found `None | IndexBase | (((...) -> Any) & ~<class 'IndexAutoFactory'> & ~AbstractSet[object]) | (Iterable[Hashable] & ~AbstractSet[object]) | (type[IndexAutoFactory] & ~<class 'IndexAutoFactory'> & ~AbstractSet[object])`
[error] invalid-argument-type - Argument to `Yarn.__init__` is incorrect: Expected `Iterable[Hashable] | type[IndexAutoFactory] | None`, found `None | IndexBase | (((...) -> Any) & ~<class 'IndexAutoFactory'> & ~AbstractSet[object]) | (Iterable[Hashable] & ~AbstractSet[object]) | (type[IndexAutoFactory] & ~<class 'IndexAutoFactory'> & ~AbstractSet[object])`

static_frame/profile/__main__.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `DisplayConfig.__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to `DisplayConfig.__init__` is incorrect: Expected `int`, found `int | float`

static_frame/test/unit/test_archive_npy.py

[error] invalid-argument-type - Argument to bound method `from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal[3], Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `ArchiveComponentsConverter.from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal[3], Literal[4], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal["a"], Literal["b"], Literal["c"], Literal["d"], Literal["e"], Literal["f"]]`
[error] invalid-argument-type - Argument to bound method `ArchiveComponentsConverter.from_arrays` is incorrect: Expected `ndarray[Any, Any] | IndexBase | None`, found `tuple[Literal["a"], Literal["b"], Literal["c"], Literal["d"], Literal["e"], Literal["f"]]`

static_frame/test/unit/test_axis_map.py

[error] invalid-argument-type - Argument to bound method `assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `TestCase.assertSequenceEqual` is incorrect: Expected `Sequence[Any]`, found `dict_keys[Hashable, Divergent]`
[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, Index[Any]]]`
[error] invalid-argument-type - Argument to bound method `TestUnit.compare_trees` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, Index[Any]]]`

static_frame/test/unit/test_batch.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `relabel_flat` is incorrect: Expected `bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Batch.relabel_flat` is incorrect: Expected `bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Series[Any, Any]]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Series[Any, Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegateReducible[@Todo]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `InterfaceBatchAsType.__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`

static_frame/test/unit/test_bus.py

[error] invalid-argument-type - Argument to bound method `from_zip_npz` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any]] | None`, found `<class 'IndexAutoConstructorFactory'>`
[error] invalid-argument-type - Argument to bound method `Bus.from_zip_npz` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any]] | None`, found `<class 'IndexAutoConstructorFactory'>`

static_frame/test/unit/test_db_util.py

[error] invalid-argument-type - Argument to bound method `from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `DBQuery.from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `DBQuery.from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `DBQuery.from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `DBQuery.from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `from_db_type` is incorrect: Expected `Connection`, found `None`
[error] invalid-argument-type - Argument to bound method `DBQuery.from_db_type` is incorrect: Expected `Connection`, found `None`

static_frame/test/unit/test_display.py

[error] invalid-argument-type - Argument to bound method `to_category` is incorrect: Expected `type | dtype[Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `DisplayTypeCategoryFactory.to_category` is incorrect: Expected `type | dtype[Any]`, found `None`
[error] invalid-argument-type - Argument to function `in_category` is incorrect: Expected `type | dtype[Any]`, found `None`
[error] invalid-argument-type - Argument to function `DisplayTypeCategory.in_category` is incorrect: Expected `type | dtype[Any]`, found `None`

static_frame/test/unit/test_frame.py

[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[Hashable] | None`, found `<class 'IndexAutoFactory'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]`, found `None`
[error] invalid-argument-type - Argument to `Frame.__init__` is incorrect: Expected `Iterable[Iterable[Any]] | TypeBlocks | Frame | Series[Any, Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `from_parquet` is incorrect: Expected `str | PathLike[Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `Frame.from_parquet` is incorrect: Expected `str | PathLike[Any]`, found `None`
[error] invalid-argument-type - Argument to bound method `astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[int, <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `Series.astype` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[int, <class 'int'> | <class 'bool'>]`
[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `int`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `int`, found `Literal["c"]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `int`, found `Literal["c"]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `Frame.from_delimited` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `list[LiteralString]`
[error] invalid-argument-type - Argument to bound method `from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_xlsx` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[0], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `from_concat` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `Frame.from_concat` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to bound method `from_records_items` is incorrect: Expected `Iterable[tuple[Hashable, Iterable[Any]]]`, found `zip[tuple[Literal["x", "y", "z"], Item]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records_items` is incorrect: Expected `Iterable[tuple[Hashable, Iterable[Any]]]`, found `zip[tuple[Literal["x", "y", "z"], Item]]`
[error] invalid-argument-type - Argument to bound method `from_records` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `Series[Any, Any]`
[error] invalid-argument-type - Argument to bound method `Frame.from_records` is incorrect: Expected `Iterable[str | dtype[Any] | type | None] | dtype[Any] | type | None | dict[Hashable, str | dtype[Any] | type | None]`, found `Series[Any, Any]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `dict[str, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `tuple[<class 'float'>, <class 'float'>, None, <class 'int'>, <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceFrameAsType.__call__` is incorrect: Expected `str | dtype[Any] | type | None`, found `tuple[<class 'float'>, <class 'float'>, None, <class 'int'>, <class 'int'>]`
[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `tuple[Literal["date,currency,price"], Literal["2022-01-01,USD,2.48"], Literal["2022-01-02,USD,2.52"], Literal["2022-01-03,USD,2.49"], Literal["2022-01-04,USD,2.51"]]`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `tuple[Literal["date,currency,price"], Literal["2022-01-01,USD,2.48"], Literal["2022-01-02,USD,2.52"], Literal["2022-01-03,USD,2.49"], Literal["2022-01-04,USD,2.51"]]`
[error] invalid-argument-type - Argument to bound method `rank_ordinal` is incorrect: Expected `bool | Sequence[bool]`, found `GeneratorType[Unknown, None, None]`
[error] invalid-argument-type - Argument to bound method `Frame.rank_ordinal` is incorrect: Expected `bool | Sequence[bool]`, found `GeneratorType[Unknown, None, None]`

static_frame/test/unit/test_frame_iter.py

[error] invalid-argument-type - Argument to bound method `apply_pool` is incorrect: Expected `(...) -> Any`, found `dict[int, str]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegate.apply_pool` is incorrect: Expected `(...) -> Any`, found `dict[int, str]`
[error] invalid-argument-type - Argument to bound method `map_all` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `map_fill` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[int, int]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `IterNodeGroupAxis.__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__call__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `IterNodeDepthLevelAxis.__call__`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `int | list[int]`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `IterNodeDepthLevelAxis.__call__` is incorrect: Expected `int | list[int]`, found `tuple[Literal[2], Literal[1]]`

static_frame/test/unit/test_index.py

[error] invalid-argument-type - Argument to bound method `assertListEqual` is incorrect: Expected `list[Any]`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `TestCase.assertListEqual` is incorrect: Expected `list[Any]`, found `int | Unknown`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Expected `bool`, found `tuple[Literal[True], Literal[False]]`
[error] invalid-argument-type - Argument to bound method `Index.sort` is incorrect: Expected `bool`, found `tuple[Literal[True], Literal[False]]`
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments

static_frame/test/unit/test_index_correspondence.py

[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments

static_frame/test/unit/test_index_hierarchy.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to `IndexHierarchy.__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to `IndexHierarchy.__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, Index[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Any]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to bound method `_extract_getitem_astype` is incorrect: Expected `int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `tuple[Literal["A"], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy._extract_getitem_astype` is incorrect: Expected `int | list[int] | slice[Any, Any, Any] | ndarray[Any, dtype[signedinteger[_64Bit]]] | None`, found `tuple[Literal["A"], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, tuple[int, int, int, int] | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, tuple[int, int, int, int] | tuple[int, int]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int] | tuple[int, int, int]] | OrderedDict[str, tuple[int, int, int] | tuple[int]]]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, tuple[int, int, int]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int] | tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `OrderedDict[str, OrderedDict[str, tuple[int] | tuple[int, int]]]`
[error] invalid-argument-type - Argument to bound method `from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, tuple[str]]]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.from_tree` is incorrect: Expected `dict[Hashable, Divergent]`, found `dict[str, dict[str, tuple[str]]]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `Literal["datetime64[M]"]`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `Literal["datetime64[M]"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `dict[int, <class 'str'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `tuple[<class 'float'>, <class 'datetime64'>, <class 'float'>]`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `tuple[<class 'float'>, <class 'datetime64'>, <class 'float'>]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `<class 'float'>`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any]`, found `<class 'IndexDate'>`
[error] invalid-argument-type - Argument to bound method `InterfaceIndexHierarchyAsType.__call__` is incorrect: Expected `dtype[Any]`, found `<class 'IndexDate'>`
[error] invalid-argument-type - Argument to bound method `insert_before` is incorrect: Expected `Iterable[Iterable[Hashable]]`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `IndexHierarchy.insert_before` is incorrect: Expected `Iterable[Iterable[Hashable]]`, found `Index[Any]`

static_frame/test/unit/test_interface.py

[error] invalid-argument-type - Argument to bound method `to_frame` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `InterfaceSummary.to_frame` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'FillValueAuto'>`
[error] invalid-argument-type - Argument to bound method `InterfaceSummary.to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'FillValueAuto'>`
[error] invalid-argument-type - Argument to bound method `to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'WWW'>`
[error] invalid-argument-type - Argument to bound method `InterfaceSummary.to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'WWW'>`
[error] invalid-argument-type - Argument to bound method `to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'Require'>`
[error] invalid-argument-type - Argument to bound method `InterfaceSummary.to_frame` is incorrect: Expected `type[ContainerBase]`, found `<class 'Require'>`

static_frame/test/unit/test_loc_map.py

[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `LocMap.loc_to_iloc` is incorrect: Expected `FrozenAutoMap`, found `FrozenAutoMap | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[Any, Any]]`
[error] invalid-argument-type - Argument to `HierarchicalLocMap.__init__` is incorrect: Expected `ndarray[Any, Any]`, found `list[ndarray[Any, Any]]`

static_frame/test/unit/test_protocol_dfi.py

[error] invalid-argument-type - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `DFIBuffer.__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `DFIColumn.__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `DFIDataFrame.__array__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `select_columns_by_name` is incorrect: Expected `Sequence[str]`, found `GeneratorType[Literal["ztsv", "zkuW"], None, None]`
[error] invalid-argument-type - Argument to bound method `DFIDataFrame.select_columns_by_name` is incorrect: Expected `Sequence[str]`, found `GeneratorType[Literal["ztsv", "zkuW"], None, None]`

static_frame/test/unit/test_quilt.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`
[error] invalid-argument-type - Argument to `Batch.__init__` is incorrect: Expected `Iterator[tuple[Hashable, Frame | Series[Any, Any]]]`, found `IterNodeDelegate[Quilt]`

static_frame/test/unit/test_reduce.py

[error] invalid-argument-type - Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `_derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]], tuple[Literal[1], Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`
[error] invalid-argument-type - Argument to function `ReduceAxis._derive_row_dtype_array` is incorrect: Expected `list[tuple[int | integer[Any], (...) -> ndarray[Any, Any]]]`, found `tuple[tuple[Literal[0], Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], axis: None = None, dtype: None = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: Literal[False] | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT, [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, *, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ScalarT | ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, out: None = None, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 5 union elements, axis: SupportsIndex | Sequence[SupportsIndex] | None = None, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = None, *, out: _ArrayT, keepdims: bool | _NoValueType = ..., initial: int | float | complex | ... omitted 3 union elements = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]], tuple[Literal[1], Overload[(a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: None = None, out: None = None, keepdims: Literal[False, 0] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> bool[bool], (a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, out: None = None, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> Any, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., *, where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT, [_ArrayT](a: _Buffer | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | ... omitted 6 union elements, axis: int | tuple[int, ...] | None = None, *, out: _ArrayT, keepdims: bool | bool[bool] | _NoValueType = ..., where: _SupportsArray[dtype[bool[bool]]] | _NestedSequence[_SupportsArray[dtype[bool[bool]]]] | bool | _NestedSequence[bool] | _NoValueType = ...) -> _ArrayT]]]`

static_frame/test/unit/test_series.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `apply` is incorrect: Expected `(...) -> Any`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegate.apply` is incorrect: Expected `(...) -> Any`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `map_any_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_any_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `map_all_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_all_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `map_fill_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `IterNodeDelegateMapable.map_fill_iter` is incorrect: Expected `Mapping[Hashable, Any] | Series[Any, Any]`, found `dict[tuple[str, int], int]`
[error] invalid-argument-type - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `tuple[Literal[False], Literal[True]]`
[error] invalid-argument-type - Argument to bound method `Series.sort_values` is incorrect: Expected `bool`, found `tuple[Literal[False], Literal[True]]`
[error] invalid-argument-type - Argument to bound method `clip` is incorrect: Expected `int | float | Series[Any, Any] | None`, found `tuple[Literal[2], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `Series.clip` is incorrect: Expected `int | float | Series[Any, Any] | None`, found `tuple[Literal[2], Literal[5]]`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `float`
[error] invalid-argument-type - Argument to bound method `assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `TestCase.assertAlmostEqualArray` is incorrect: Expected `ndarray[Any, Any]`, found `int | float`
[error] invalid-argument-type - Argument to bound method `contains` is incorrect: Expected `str`, found `Literal[b"cd"]`
[error] invalid-argument-type - Argument to bound method `InterfaceString.contains` is incorrect: Expected `str`, found `Literal[b"cd"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] invalid-argument-type - Argument to bound method `InterfaceValues.__call__` is incorrect: Expected `dtype[Any] | None`, found `<class 'str'>`
[error] too-many-positional-arguments - Too many positional arguments to bound method `hexdigest`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `HASH.hexdigest`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `hexdigest`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `HASH.hexdigest`: expected 1, got 2

static_frame/test/unit/test_store.py

[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `StoreConfigMap.from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `((Hashable, /) -> str) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Hashable, /) -> str) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `((Hashable, Frame, /) -> Frame) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Hashable, Frame, /) -> Frame) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `((str, /) -> Hashable) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((str, /) -> Hashable) | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `StoreFilter | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `StoreFilter | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `bool`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `int | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | ((x) -> Unknown)`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to `StoreConfig.__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((...) -> IndexBase) | type[Index[Any] | IndexAutoConstructorFactory] | None | Iterable[((...) -> IndexBase) | type[Index[Any]] | None]`, found `int`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["fork", "forkserver", "spawn"] | None`, found `int`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `int | list[int] | None`, found `None | Literal[1] | list[int] | tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to `StoreConfigHE.__init__` is incorrect: Expected `int | list[int] | None`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to `StoreConfigMap.__init__` is incorrect: Expected `Mapping[Hashable, StoreConfig] | None`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `StoreConfigMap.from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`
[error] invalid-argument-type - Argument to bound method `StoreConfigMap.from_initializer` is incorrect: Expected `StoreConfig | Mapping[Hashable, StoreConfig] | None | StoreConfigMap`, found `dict[str, StoreConfig]`

static_frame/test/unit/test_type_blocks.py

[error] invalid-argument-type - Argument to bound method `from_blocks` is incorrect: Expected `Iterable[ndarray[Any, Any]]`, found `tuple[Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks.from_blocks` is incorrect: Expected `Iterable[ndarray[Any, Any]]`, found `tuple[Literal[3], Literal[4]]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks.from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[ndarray[tuple[int, int], dtype[Any]], ndarray[tuple[int], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[ndarray[tuple[int, int], dtype[Any]], ndarray[tuple[int], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `_assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[ndarray[tuple[int, int], dtype[Any]], ndarray[tuple[int], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._assign_from_boolean_blocks_by_unit` is incorrect: Expected `ndarray[Any, Any] | None`, found `tuple[ndarray[tuple[int, int], dtype[Any]], ndarray[tuple[int], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `_assign_from_iloc_by_sequence` is incorrect: Expected `Sequence[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks._assign_from_iloc_by_sequence` is incorrect: Expected `Sequence[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`
[error] invalid-argument-type - Argument to bound method `TypeBlocks.from_element_items` is incorrect: Expected `Iterable[tuple[tuple[int, int], Any]]`, found `list[tuple[tuple[int, ...], Any]]`

static_frame/test/unit/test_type_clinic.py

[error] no-matching-overload - No overload of function `warn` matches arguments
[error] no-matching-overload - No overload of function `CallGuard.warn` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to `LabelsOrder.__init__` is incorrect: Expected `Sequence[Hashable]`, found `EllipsisType`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[30]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[30]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Literal[10]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `Pattern[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to `LabelsMatch.__init__` is incorrect: Expected `Sequence[Hashable]`, found `set[str]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | EllipsisType`, found `None`
[error] invalid-argument-type - Argument to `Shape.__init__` is incorrect: Expected `int | EllipsisType`, found `None`
[error] no-matching-overload - No overload of function `warn` matches arguments
[error] no-matching-overload - No overload of function `CallGuard.warn` matches arguments

static_frame/test/unit/test_util.py

[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments
[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments

static_frame/test/unit/test_www.py

[error] invalid-argument-type - Argument to bound method `from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to bound method `Frame.from_csv` is incorrect: Expected `str | PathLike[Any] | Iterator[str]`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to `StringIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to `BytesIOTemporaryFile.__init__` is incorrect: Expected `Path`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `from_zip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `WWW.from_zip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `from_gzip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `WWW.from_gzip` is incorrect: Expected `Path | str | None`, found `str | PathLike[Any]`
[error] invalid-argument-type - Argument to bound method `from_json_records` is incorrect: Expected `str | StringIO`, found `Path | StringIO | BytesIO`
[error] invalid-argument-type - Argument to bound method `Frame.from_json_records` is incorrect: Expected `str | StringIO`, found `Path | StringIO | BytesIO`

static_frame/test/unit/test_yarn.py

[error] invalid-argument-type - Argument to bound method `sort_values` is incorrect: Expected `bool`, found `list[bool]`
[error] invalid-argument-type - Argument to bound method `Yarn.sort_values` is incorrect: Expected `bool`, found `list[bool]`
[error] missing-argument - No argument provided for required parameter `label` of bound method `sort_values`
[error] missing-argument - No argument provided for required parameter `label` of bound method `Frame.sort_values`

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

stone/frontend/ir_generator.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `TagRef | (Unknown & ~AstTagRef)`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `TagRef | (Unknown & ~AstTagRef)`

stone/ir/data_types.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `filter.__new__` matches arguments

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

strawberry/codegen/plugins/python.py

[error] invalid-argument-type - Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `_print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`
[error] invalid-argument-type - Argument to bound method `PythonPlugin._print_argument_value` is incorrect: Expected `GraphQLStringValue | GraphQLNullValue | GraphQLIntValue | ... omitted 6 union elements`, found `object`

strawberry/experimental/pydantic/conversion.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`

strawberry/federation/schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[LinkImport | None] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `Link.__init__` is incorrect: Expected `list[LinkImport | None] | None`, found `list[str]`

strawberry/http/async_base_view.py

[error] invalid-argument-type - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - Argument to bound method `AsyncBaseHTTPView.execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`

strawberry/http/sync_base_view.py

[error] invalid-argument-type - Argument to bound method `execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - Argument to bound method `SyncBaseHTTPView.execute_single` is incorrect: Expected `GraphQLRequestData`, found `object`
[error] invalid-argument-type - Argument to bound method `process_result` is incorrect: Expected `ExecutionResult`, found `object`
[error] invalid-argument-type - Argument to bound method `SyncBaseHTTPView.process_result` is incorrect: Expected `ExecutionResult`, found `object`

strawberry/schema/schema.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 3 union elements`, found `GraphQLNamedType`
[error] invalid-argument-type - Argument to `GraphQLField.__init__` is incorrect: Expected `GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | ... omitted 3 union elements`, found `GraphQLNamedType`

strawberry/schema/schema_converter.py

[error] invalid-argument-type - Argument to bound method `from_scalar` is incorrect: Expected `type`, found `<NewType pseudo-class 'ID'>`
[error] invalid-argument-type - Argument to bound method `GraphQLCoreConverter.from_scalar` is incorrect: Expected `type`, found `<NewType pseudo-class 'ID'>`

strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `BaseGraphQLTransportWSHandler[None, None]`, found `Self@handle_subscribe`
[error] invalid-argument-type - Argument to `Operation.__init__` is incorrect: Expected `BaseGraphQLTransportWSHandler[None, None]`, found `Self@handle_subscribe`

strawberry/types/object_type.py

[error] parameter-already-assigned - Multiple values provided for parameter `cls` of function `__new__`
[error] parameter-already-assigned - Multiple values provided for parameter `cls` of constructor `BaseException.__new__`

strawberry/types/type_resolver.py

[error] parameter-already-assigned - Multiple values provided for parameter `cls` of function `__new__`
[error] parameter-already-assigned - Multiple values provided for parameter `cls` of constructor `BaseException.__new__`
[error] parameter-already-assigned - Multiple values provided for parameter `cls` of function `__new__`
[error] parameter-already-assigned - Multiple values provided for parameter `cls` of constructor `BaseException.__new__`

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

sympy/physics/quantum/circuitplot.py

[error] no-matching-overload - No overload of `type.__init__` matches arguments

sympy/algebras/quaternion.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Expr | int | float | complex`

sympy/assumptions/cnf.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

sympy/codegen/algorithms.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Assignment`, found `AddAugmentedAssignment`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Assignment`, found `AddAugmentedAssignment`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Declaration`, found `Print`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Declaration`, found `Print`

sympy/combinatorics/coset_table.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `scan_and_fill`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `CosetTable.scan_and_fill`: expected 3, got 4
[error] missing-argument - No argument provided for required parameter `y` of bound method `modified_scan_and_fill`
[error] missing-argument - No argument provided for required parameter `y` of bound method `CosetTable.modified_scan_and_fill`
[error] too-many-positional-arguments - Too many positional arguments to bound method `scan_and_fill`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `CosetTable.scan_and_fill`: expected 3, got 4
[error] missing-argument - No argument provided for required parameter `y` of bound method `modified_scan_and_fill`
[error] missing-argument - No argument provided for required parameter `y` of bound method `CosetTable.modified_scan_and_fill`

sympy/combinatorics/perm_groups.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`

sympy/combinatorics/polyhedron.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Permutation]`, found `list[None | Permutation]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Permutation]`, found `list[None | Permutation]`

sympy/combinatorics/prufer.py

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

sympy/combinatorics/tests/test_graycode.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to constructor `GrayCode.__new__` is incorrect: Expected `int`, found `float`

sympy/combinatorics/util.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

sympy/concrete/gosper.py

[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Poly.shift` is incorrect: Expected `Expr`, found `Literal[1]`

sympy/core/containers.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `tuple.index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `tuple.index` is incorrect: Expected `SupportsIndex`, found `Unknown | None`

sympy/core/expr.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/core/function.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Basic & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Unknown`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | Unknown`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Unknown & Expr`, found `Basic`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Unknown & Expr`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | int`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic | int`

sympy/core/mul.py

[error] invalid-argument-type - Argument to function `_eval_evalf` is incorrect: Expected `AssocOp`, found `Expr`
[error] invalid-argument-type - Argument to function `AssocOp._eval_evalf` is incorrect: Expected `AssocOp`, found `Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'factorial'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'factorial'>`

sympy/core/numbers.py

[error] invalid-argument-type - Argument to bound method `limit_denominator` is incorrect: Expected `int`, found `Fraction`
[error] invalid-argument-type - Argument to bound method `Fraction.limit_denominator` is incorrect: Expected `int`, found `Fraction`

sympy/core/operations.py

[error] no-matching-overload - No overload of bound method `make_args` matches arguments
[error] no-matching-overload - No overload of bound method `AssocOp.make_args` matches arguments

sympy/core/tests/test_args.py

[error] missing-argument - No arguments provided for required parameters `start`, `end` of function `__new__`
[error] missing-argument - No arguments provided for required parameters `start`, `end` of constructor `Interval.__new__`
[error] missing-argument - No arguments provided for required parameters `signature`, `expr` of function `__new__`
[error] missing-argument - No arguments provided for required parameters `signature`, `expr` of constructor `Lambda.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableSparseMatrix`

sympy/core/tests/test_arit.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/core/tests/test_assumptions.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Dummy.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Dummy.__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `bool | None`, found `Literal[0]`

sympy/core/tests/test_basic.py

[error] invalid-argument-type - Argument to function `is_same` is incorrect: Expected `Basic`, found `Integer | int | float | Float`
[error] invalid-argument-type - Argument to function `Basic.is_same` is incorrect: Expected `Basic`, found `Integer | int | float | Float`
[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `Literal["bad arg"]`
[error] invalid-argument-type - Argument to bound method `Basic.subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `Literal["bad arg"]`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Basic.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Basic.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] missing-argument - No argument provided for required parameter `rule` of bound method `xreplace`
[error] missing-argument - No argument provided for required parameter `rule` of bound method `Basic.xreplace`
[error] unknown-argument - Argument `hack2` does not match any known parameter of bound method `xreplace`
[error] unknown-argument - Argument `hack2` does not match any known parameter of bound method `Basic.xreplace`
[error] unknown-argument - Argument `hack2` does not match any known parameter of bound method `xreplace`
[error] unknown-argument - Argument `hack2` does not match any known parameter of bound method `Basic.xreplace`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/core/tests/test_containers.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`

sympy/core/tests/test_eval.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/core/tests/test_evalf.py

[error] unknown-argument - Argument `method` does not match any known parameter of bound method `evalf`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `Expr.evalf`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `bool`, found `int`
[error] invalid-argument-type - Argument to bound method `evalf` is incorrect: Expected `dict[Basic, Basic | int | float] | None`, found `tuple[Symbol, Literal[1]]`
[error] invalid-argument-type - Argument to bound method `Expr.evalf` is incorrect: Expected `dict[Basic, Basic | int | float] | None`, found `tuple[Symbol, Literal[1]]`

sympy/core/tests/test_expr.py

[error] invalid-argument-type - Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Basic.has_xfree` is incorrect: Expected `set[Basic]`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `has_xfree` is incorrect: Expected `set[Basic]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `Basic.has_xfree` is incorrect: Expected `set[Basic]`, found `list[Symbol]`

sympy/core/tests/test_match.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[<class 'sin'> | Symbol]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[<class 'sin'> | Symbol]`

sympy/core/tests/test_multidimensional.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/core/tests/test_operations.py

[error] no-matching-overload - No overload of bound method `make_args` matches arguments
[error] no-matching-overload - No overload of bound method `AssocOp.make_args` matches arguments

sympy/core/tests/test_relational.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | BooleanFalse | BooleanTrue | Unequality | Unknown`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | BooleanFalse | BooleanTrue | Unequality | Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | BooleanFalse | BooleanTrue | Unequality | Unknown`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Equality | BooleanFalse | BooleanTrue | Unequality | Unknown`
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `equals`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Boolean.equals`: expected 2, got 3

sympy/core/tests/test_subs.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] invalid-argument-type - Argument to function `is_same` is incorrect: Expected `Basic`, found `<class 'cos'>`
[error] invalid-argument-type - Argument to function `Basic.is_same` is incorrect: Expected `Basic`, found `<class 'cos'>`
[error] invalid-argument-type - Argument to function `is_same` is incorrect: Expected `Basic`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `Basic.is_same` is incorrect: Expected `Basic`, found `Literal[1]`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/core/tests/test_symbol.py

[error] missing-argument - No argument provided for required parameter `name` of function `__new__`
[error] missing-argument - No argument provided for required parameter `name` of constructor `Str.__new__`
[error] missing-argument - No argument provided for required parameter `name` of function `__new__`
[error] missing-argument - No argument provided for required parameter `name` of constructor `Symbol.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `str`, found `Literal[1]`

sympy/diffgeom/diffgeom.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | list[Unknown]`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `int | list[Unknown]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `ImmutableDenseMatrix`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2

sympy/functions/combinatorial/factorials.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer | SupportsInt | ... omitted 4 union elements, /) -> int`, found `<class 'int'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer | SupportsInt | ... omitted 4 union elements, /) -> int`, found `<class 'int'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer | SupportsInt | ... omitted 3 union elements, /) -> int`, found `<class 'int'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer | SupportsInt | ... omitted 3 union elements, /) -> int`, found `<class 'int'>`

sympy/functions/combinatorial/numbers.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`

sympy/functions/elementary/complexes.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `Expr._eval_nseries`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/functions/elementary/exponential.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`

sympy/functions/elementary/integers.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments

sympy/functions/elementary/miscellaneous.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `bool`, found `Unknown | None`

sympy/functions/elementary/tests/test_complexes.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments

sympy/functions/elementary/tests/test_exponential.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/functions/elementary/tests/test_miscellaneous.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/functions/elementary/tests/test_piecewise.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/functions/special/bessel.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`
[error] invalid-argument-type - Argument to constructor `Wild.__new__` is incorrect: Expected `Iterable[Expr | int | float | complex]`, found `list[Basic]`

sympy/functions/special/beta_functions.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Basic`, found `<class 'conjugate'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Basic, /) -> Basic`, found `<class 'conjugate'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Basic`, found `<class 'conjugate'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Basic, /) -> Basic`, found `<class 'conjugate'>`

sympy/functions/special/error_functions.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `Expr._eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `Expr._eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `_eval_nseries`
[error] missing-argument - No argument provided for required parameter `cdir` of bound method `Expr._eval_nseries`

sympy/functions/special/gamma_functions.py

[error] invalid-argument-type - Argument to function `_eval_is_meromorphic` is incorrect: Expected `lowergamma`, found `Self@_eval_is_meromorphic`
[error] invalid-argument-type - Argument to function `lowergamma._eval_is_meromorphic` is incorrect: Expected `lowergamma`, found `Self@_eval_is_meromorphic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`

sympy/functions/special/tests/test_gamma_functions.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/functions/special/tests/test_tensor_functions.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/functions/special/zeta_functions.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `floor | Unknown`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `floor | Unknown`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `ceiling`

sympy/geometry/line.py

[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`

sympy/geometry/plane.py

[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`

sympy/geometry/tests/test_entity.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Basic.subs` matches arguments
[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `Basic.subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `Literal[1]`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Basic.subs` matches arguments

sympy/geometry/tests/test_line.py

[error] invalid-argument-type - Argument to function `is_parallel` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `LinearEntity.is_parallel` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `is_perpendicular` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `LinearEntity.is_perpendicular` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `angle_between` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `LinearEntity.angle_between` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `smallest_angle_between` is incorrect: Expected `LinearEntity`, found `Point`
[error] invalid-argument-type - Argument to function `LinearEntity.smallest_angle_between` is incorrect: Expected `LinearEntity`, found `Point`

sympy/geometry/tests/test_point.py

[error] invalid-argument-type - Argument to function `is_collinear` is incorrect: Expected `Point`, found `Line`
[error] invalid-argument-type - Argument to function `Point.is_collinear` is incorrect: Expected `Point`, found `Line`

sympy/holonomic/holonomic.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `_T@list`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments

sympy/holonomic/tests/test_holonomic.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Pi`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | float`, found `Pi`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int | float`, found `Pi`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int | float`, found `Pi`

sympy/integrals/laplace.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `One`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Expr`

sympy/integrals/manualintegrate.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `AlternativeRule.__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `AlternativeRule.__init__`: expected 4, got 5
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `Expr`, found `Literal[1]`
[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[tuple[type, Expr, ((...) -> Unknown) | None, tuple[Unknown, ...]]]`, found `tuple[tuple[<class 'Mul'>, Unknown, None, <class 'EiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'CiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'ChiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'SiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'ShiRule'>], tuple[<class 'Pow'>, Unknown, None, <class 'LiRule'>], tuple[<class 'exp'>, exp, None, <class 'ErfRule'>], tuple[<class 'sin'>, sin, None, <class 'FresnelSRule'>], tuple[<class 'cos'>, cos, None, <class 'FresnelCRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'UpperGammaRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'PolylogRule'>], tuple[<class 'Pow'>, Unknown, (a, d) -> Unknown, <class 'EllipticFRule'>], tuple[<class 'Pow'>, Unknown, (a, d) -> Unknown, <class 'EllipticERule'>]]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[tuple[type, Expr, ((...) -> Unknown) | None, tuple[Unknown, ...]]]`, found `tuple[tuple[<class 'Mul'>, Unknown, None, <class 'EiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'CiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'ChiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'SiRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'ShiRule'>], tuple[<class 'Pow'>, Unknown, None, <class 'LiRule'>], tuple[<class 'exp'>, exp, None, <class 'ErfRule'>], tuple[<class 'sin'>, sin, None, <class 'FresnelSRule'>], tuple[<class 'cos'>, cos, None, <class 'FresnelCRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'UpperGammaRule'>], tuple[<class 'Mul'>, Unknown, None, <class 'PolylogRule'>], tuple[<class 'Pow'>, Unknown, (a, d) -> Unknown, <class 'EllipticFRule'>], tuple[<class 'Pow'>, Unknown, (a, d) -> Unknown, <class 'EllipticERule'>]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Expr`, found `None`
[error] invalid-argument-type - Argument to `PartsRule.__init__` is incorrect: Expected `Expr`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Symbol`, found `None`
[error] invalid-argument-type - Argument to `PartsRule.__init__` is incorrect: Expected `Symbol`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Expr`, found `Literal[-1]`
[error] invalid-argument-type - Argument to `ConstantTimesRule.__init__` is incorrect: Expected `Expr`, found `Literal[-1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[Rule]`, found `list[ReciprocalRule | ConstantTimesRule]`
[error] invalid-argument-type - Argument to `AddRule.__init__` is incorrect: Expected `list[Rule]`, found `list[ReciprocalRule | ConstantTimesRule]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Expr`, found `Basic`
[error] invalid-argument-type - Argument to `DiracDeltaRule.__init__` is incorrect: Expected `Expr`, found `Basic`
[error] too-many-positional-arguments - Too many positional arguments to bound method `xreplace`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Basic.xreplace`: expected 2, got 3

sympy/integrals/tests/test_meijerint.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/integrals/transforms.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Abs`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Abs`

sympy/logic/boolalg.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`

sympy/logic/tests/test_boolalg.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Literal[2]`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Literal[2]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Literal[2]`
[error] invalid-argument-type - Argument to constructor `Or.__new__` is incorrect: Expected `Boolean | bool`, found `Literal[2]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `BooleanTrue | BooleanFalse | Zero | One | Any`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `BooleanTrue | BooleanFalse | Zero | One | Any`

sympy/matrices/common.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_extract`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_extract`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_row_insert`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_eval_row_insert`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `indices` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] invalid-argument-type - Argument to bound method `slice.indices` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Any | None | int`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__eq__`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__eq__`

sympy/matrices/eigen.py

[error] invalid-argument-type - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] invalid-argument-type - Argument to bound method `MatrixBase._as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/matrices/expressions/companion.py

[error] invalid-argument-type - Argument to bound method `companion` is incorrect: Expected `Poly`, found `Basic`
[error] invalid-argument-type - Argument to bound method `MatrixBase.companion` is incorrect: Expected `Poly`, found `Basic`

sympy/matrices/expressions/kronecker.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'adjoint'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Basic, /) -> Unknown`, found `<class 'adjoint'>`

sympy/matrices/expressions/tests/test_applyfunc.py

[error] invalid-argument-type - Argument to bound method `applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `<class 'sin'>`
[error] invalid-argument-type - Argument to bound method `MatrixBase.applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `<class 'sin'>`

sympy/matrices/expressions/tests/test_matexpr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `MutableDenseMatrix`

sympy/matrices/matrixbase.py

[error] invalid-argument-type - Argument to bound method `applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `<class 'im'>`
[error] invalid-argument-type - Argument to bound method `MatrixBase.applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `<class 'im'>`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Self@berkowitz`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Self@berkowitz`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `MatrixBase`, found `MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `MatrixBase`, found `MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`

sympy/matrices/solvers.py

[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] invalid-argument-type - Argument to bound method `solve` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.solve` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `MatrixBase.solve` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_commonmatrix.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_MinimalMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `_MinimalMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `_MinimalMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `_MinimalMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `PropertiesOnlyMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `PropertiesOnlyMatrix`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `diagonal` is incorrect: Expected `int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diagonal` is incorrect: Expected `int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `companion` is incorrect: Expected `Poly`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.companion` is incorrect: Expected `Poly`, found `Literal[1]`

sympy/matrices/tests/test_immutable.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments

sympy/matrices/tests/test_matrices.py

[error] invalid-argument-type - Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `MatrixBase.multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `row_insert` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `MatrixBase.row_insert` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `col_insert` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `MatrixBase.col_insert` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.hstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `MatrixBase.hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `hstack` is incorrect: Argument type `SubspaceOnlyMatrix` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.hstack` is incorrect: Argument type `SubspaceOnlyMatrix` does not satisfy upper bound `MatrixBase` of type variable `Self`

sympy/matrices/tests/test_matrixbase.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] invalid-argument-type - Argument to bound method `permute` is incorrect: Expected `list[int] | list[list[int]] | Permutation`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `MatrixBase.permute` is incorrect: Expected `list[int] | list[list[int]] | Permutation`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[int | list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[int | list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diag` is incorrect: Expected `Expr | int | float | ... omitted 3 union elements`, found `list[list[list[int]]]`
[error] invalid-argument-type - Argument to bound method `diagonal` is incorrect: Expected `int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diagonal` is incorrect: Expected `int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `jordan_block` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jordan_block` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `Expr`, found `Literal[5]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.limit` is incorrect: Expected `Expr`, found `Literal[5]`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `companion` is incorrect: Expected `Poly`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.companion` is incorrect: Expected `Poly`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.limit` is incorrect: Expected `Expr`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.applyfunc` is incorrect: Expected `(Expr, /) -> Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `Literal["a"]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.dot` is incorrect: Expected `MatrixBase | Expr`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `row_insert` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `MatrixBase.row_insert` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `col_insert` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `MatrixBase.col_insert` is incorrect: Expected `int`, found `int | float`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.diff` is incorrect: Expected `Expr | int | tuple[Expr, int]`, found `list[list[Symbol]]`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `int | Infinity | NegativeInfinity | Pi`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Quaternion.from_axis_angle` is incorrect: Expected `tuple[Expr | int | float | complex, Expr | int | float | complex, Expr | int | float | complex]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `hstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.hstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `MatrixBase.hstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Argument type `Basic` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `MatrixBase.vstack` is incorrect: Expected `MutableDenseMatrix`, found `Basic`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | MutableSparseMatrix | ImmutableDenseMatrix | ImmutableSparseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/matrices/tests/test_sparse.py

[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `list[Symbol]`
[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `Literal[1]`

sympy/ntheory/ecm.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `int`, found `MPZ | Unknown | Literal[4999]`
[error] invalid-argument-type - Argument to bound method `Sieve.extend` is incorrect: Expected `int`, found `MPZ | Unknown | Literal[4999]`

sympy/ntheory/factor_.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `int`, found `Unknown | MPZ`
[error] invalid-argument-type - Argument to bound method `FactorCache.get` is incorrect: Expected `int`, found `Unknown | MPZ`
[error] invalid-argument-type - Argument to bound method `primerange` is incorrect: Expected `int | None`, found `int | Unknown | MPZ`
[error] invalid-argument-type - Argument to bound method `Sieve.primerange` is incorrect: Expected `int | None`, found `int | Unknown | MPZ`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[NegativeOne]`, found `list[Pow]`

sympy/parsing/latex/_parse_latex_antlr.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/parsing/tests/test_latex.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/parsing/tests/test_sympy_parser.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `type[Exception]`, found `tuple[<class 'TokenError'>, <class 'SyntaxError'>]`
[error] invalid-argument-type - Argument to bound method `_RaisesType.__call__` is incorrect: Expected `type[Exception]`, found `tuple[<class 'TokenError'>, <class 'SyntaxError'>]`

sympy/physics/biomechanics/tests/test_musculotendon.py

[error] missing-argument - No arguments provided for required parameters `name`, `pathway`, `activation_dynamics` of bound method `__init__`
[error] missing-argument - No arguments provided for required parameters `name`, `pathway`, `activation_dynamics` of `MusculotendonBase.__init__`

sympy/physics/continuum_mechanics/arch.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] missing-argument - No argument provided for required parameter `rhs` of function `__new__`
[error] missing-argument - No argument provided for required parameter `rhs` of constructor `Equality.__new__`

sympy/physics/control/routh_table.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_handle_special_cases`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Self@_handle_special_cases`

sympy/physics/hep/gamma_matrices.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`

sympy/physics/mechanics/kane.py

[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `fromkeys` matches arguments
[error] no-matching-overload - No overload of bound method `dict.fromkeys` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/physics/mechanics/lagrange.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments

sympy/physics/mechanics/linearize.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `intersection` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `set.intersection` is incorrect: Expected `Iterable[object]`, found `MutableDenseMatrix`

sympy/physics/mechanics/models.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[Point, Unknown]`, found `tuple[ReferenceFrame, Unknown]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[Point, Unknown]`, found `tuple[ReferenceFrame, Unknown]`

sympy/physics/mechanics/system.py

[error] invalid-argument-type - Argument to bound method `union` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `set.union` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/physics/mechanics/tests/test_pathway.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `WrappingPathway.__init__`: expected 4, got 5
[error] missing-argument - No argument provided for required parameter `geometry` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `geometry` of `WrappingPathway.__init__`

sympy/physics/optics/gaussopt.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Unknown | None`

sympy/physics/quantum/cg.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/physics/quantum/grover.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `(Unknown & ~None) | floor`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `(Unknown & ~None) | floor`

sympy/physics/quantum/matrixutils.py

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

sympy/physics/quantum/qft.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Basic`

sympy/physics/quantum/shor.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | float`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | float`

sympy/physics/quantum/spin.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `binomial`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `binomial`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `binomial`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `binomial`

sympy/physics/quantum/tensorproduct.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Unknown | Basic`

sympy/physics/quantum/trace.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/physics/secondquant.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`

sympy/physics/tests/test_secondquant.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/physics/units/util.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`

sympy/physics/vector/functions.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/plotting/intervalmath/tests/test_interval_membership.py

[error] missing-argument - No argument provided for required parameter `b` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `b` of `intervalMembership.__init__`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to `intervalMembership.__init__`: expected 3, got 4

sympy/plotting/pygletplot/plot_interval.py

[error] invalid-argument-type - Argument to function `require_all_args` is incorrect: Expected `PlotInterval`, found `def get_v_len(self) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotInterval.require_all_args` is incorrect: Expected `PlotInterval`, found `def get_v_len(self) -> Unknown`
[error] invalid-argument-type - Argument to function `require_all_args` is incorrect: Expected `PlotInterval`, found `def assert_complete(self) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotInterval.require_all_args` is incorrect: Expected `PlotInterval`, found `def assert_complete(self) -> Unknown`
[error] invalid-argument-type - Argument to function `require_all_args` is incorrect: Expected `PlotInterval`, found `def vrange(self) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotInterval.require_all_args` is incorrect: Expected `PlotInterval`, found `def vrange(self) -> Unknown`
[error] invalid-argument-type - Argument to function `require_all_args` is incorrect: Expected `PlotInterval`, found `def vrange2(self) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotInterval.require_all_args` is incorrect: Expected `PlotInterval`, found `def vrange2(self) -> Unknown`

sympy/plotting/pygletplot/plot_mode_base.py

[error] invalid-argument-type - Argument to function `synchronized` is incorrect: Expected `PlotModeBase`, found `def push_wireframe(self, function) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotModeBase.synchronized` is incorrect: Expected `PlotModeBase`, found `def push_wireframe(self, function) -> Unknown`
[error] invalid-argument-type - Argument to function `synchronized` is incorrect: Expected `PlotModeBase`, found `def push_solid(self, function) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotModeBase.synchronized` is incorrect: Expected `PlotModeBase`, found `def push_solid(self, function) -> Unknown`
[error] invalid-argument-type - Argument to function `synchronized` is incorrect: Expected `PlotModeBase`, found `def draw(self) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotModeBase.synchronized` is incorrect: Expected `PlotModeBase`, found `def draw(self) -> Unknown`
[error] invalid-argument-type - Argument to function `synchronized` is incorrect: Expected `PlotModeBase`, found `def _set_style(self, v) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotModeBase.synchronized` is incorrect: Expected `PlotModeBase`, found `def _set_style(self, v) -> Unknown`
[error] invalid-argument-type - Argument to function `synchronized` is incorrect: Expected `PlotModeBase`, found `def _set_color(self, v) -> Unknown`
[error] invalid-argument-type - Argument to function `PlotModeBase.synchronized` is incorrect: Expected `PlotModeBase`, found `def _set_color(self, v) -> Unknown`

sympy/polys/domains/compositedomain.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 4

sympy/polys/domains/domain.py

[error] invalid-argument-type - Argument to bound method `from_sympy` is incorrect: Expected `Expr`, found `(Es@convert & Basic & ~Er@Domain & ~MPZ & ~DomainElement) | (Expr & ~Er@Domain & ~MPZ & ~DomainElement)`
[error] invalid-argument-type - Argument to bound method `Domain.from_sympy` is incorrect: Expected `Expr`, found `(Es@convert & Basic & ~Er@Domain & ~MPZ & ~DomainElement) | (Expr & ~Er@Domain & ~MPZ & ~DomainElement)`
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `Domain.__init__`: expected 1, got 2
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Argument type `Iterable[int | Er@Domain]` does not satisfy upper bound `RingElement` of type variable `Er`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Argument type `Iterable[int | Er@Domain]` does not satisfy upper bound `RingElement` of type variable `Er`

sympy/polys/domains/gmpyfinitefield.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to `FiniteField.__init__`: expected 3, got 4

sympy/polys/domains/gmpyrationalfield.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `_GMPYRational.__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to `_GMPYRational.__init__`: expected 2, got 3

sympy/polys/domains/old_fractionfield.py

[error] missing-argument - No argument provided for required parameter `dom` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `dom` of `DMF.__init__`

sympy/polys/domains/polynomialring.py

[error] missing-argument - No argument provided for required parameter `init` of bound method `__init__`
[error] missing-argument - No argument provided for required parameter `init` of `PolyElement.__init__`

sympy/polys/domains/pythonfinitefield.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to `FiniteField.__init__`: expected 3, got 4

sympy/polys/domains/tests/test_domains.py

[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.to_sympy` is incorrect: Expected `GaussianInteger`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.to_sympy` is incorrect: Expected `GaussianRational`, found `MPZ | MPQ | GaussianInteger | GaussianRational | Unknown`
[error] invalid-argument-type - Argument to bound method `convert_from` is incorrect: Expected `Domain[MPZ | MPQ | GaussianInteger | GaussianRational | Unknown]`, found `IntegerRing | RationalField | GaussianIntegerRing | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Domain.convert_from` is incorrect: Expected `Domain[MPZ | MPQ | GaussianInteger | GaussianRational | Unknown]`, found `IntegerRing | RationalField | GaussianIntegerRing | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPQ] | int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `GaussianElement._get_xy` is incorrect: Expected `GaussianElement[MPQ] | int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `_get_xy` is incorrect: Expected `GaussianElement[MPZ] | int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `GaussianElement._get_xy` is incorrect: Expected `GaussianElement[MPZ] | int`, found `Pi`
[error] invalid-argument-type - Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianIntegerRing.gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianIntegerRing.gcdex` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianIntegerRing.gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianIntegerRing.gcd` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.to_sympy` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `to_sympy` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.to_sympy` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_negative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_negative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_negative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_positive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_positive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_positive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_nonnegative` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonnegative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_nonnegative` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_nonpositive` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `is_nonpositive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.is_nonpositive` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `convert` is incorrect: Expected `Domain[GaussianInteger | GaussianRational] | None`, found `GaussianIntegerRing | GaussianRationalField`
[error] invalid-argument-type - Argument to bound method `Domain.convert` is incorrect: Expected `Domain[GaussianInteger | GaussianRational] | None`, found `GaussianIntegerRing | GaussianRationalField`
[error] invalid-argument-type - Argument to bound method `numer` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `Domain.numer` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `numer` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianRationalField.numer` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `denom` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `Domain.denom` is incorrect: Expected `GaussianInteger`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `denom` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `GaussianRationalField.denom` is incorrect: Expected `GaussianRational`, found `GaussianRational | GaussianInteger`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `Domain.canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `Domain.canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `Domain.canonical_unit` is incorrect: Expected `MPQ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `Domain.canonical_unit` is incorrect: Expected `MPZ`, found `MPZ | MPQ | Unknown`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianInteger`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`
[error] invalid-argument-type - Argument to bound method `GaussianDomain.canonical_unit` is incorrect: Expected `GaussianRational`, found `GaussianInteger | GaussianRational`

sympy/polys/euclidtools.py

[error] invalid-argument-type - Argument to bound method `quo` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `Domain.quo` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `quo` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `Domain.quo` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `Er@dup_inner_subresultants`, found `RingElement`

sympy/polys/factortools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | None`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | None`

sympy/polys/fields.py

[error] invalid-argument-type - Argument to bound method `evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `PolyElement.evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `PolyElement.evaluate` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement]`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `FracField.new` is incorrect: Expected `PolyElement[Er@FracElement]`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `new` is incorrect: Expected `PolyElement[Er@FracElement] | None`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `FracField.new` is incorrect: Expected `PolyElement[Er@FracElement] | None`, found `PolyElement[Er@FracElement] | Er@FracElement | Unknown`
[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `PolyElement.subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `PolyElement.subs` is incorrect: Expected `Er@FracElement | int`, found `Unknown | None`

sympy/polys/matrices/domainmatrix.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] too-many-positional-arguments - Too many positional arguments to bound method `from_list_sympy`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `DomainMatrix.from_list_sympy`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `from_dict_sympy`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `DomainMatrix.from_dict_sympy`: expected 4, got 5

sympy/polys/matrices/tests/test_xxm.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<class 'DDM'>`, found `<class 'DFM'> | <class 'DFM_dummy'>`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `<class 'DDM'>`, found `<class 'DFM'> | <class 'DFM_dummy'>`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `DDM | SDM | DomainMatrix`, found `DFM | DFM_dummy`

sympy/polys/numberfields/minpoly.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `object`

sympy/polys/polyclasses.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to `DMF.__init__`: expected 4, got 5

sympy/polys/polyoptions.py

[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.poly_ring` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Domain.frac_field` is incorrect: Expected `str | Expr`, found `Basic | int | float | complex | Any`

sympy/polys/polyroots.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

sympy/polys/polytools.py

[error] invalid-argument-type - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`
[error] invalid-argument-type - Argument to bound method `Poly.per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`
[error] invalid-argument-type - Argument to bound method `per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`
[error] invalid-argument-type - Argument to bound method `Poly.per` is incorrect: Expected `tuple[Expr, ...] | None`, found `list[Expr]`
[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `DMP.count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `DMP.count_real_roots` is incorrect: Expected `MPQ | None`, found `None | MPQ | list[MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], MPQ]`
[error] invalid-argument-type - Argument to bound method `DMP.count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], MPQ]`
[error] invalid-argument-type - Argument to bound method `count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], MPQ]`
[error] invalid-argument-type - Argument to bound method `DMP.count_complex_roots` is incorrect: Expected `tuple[MPQ, MPQ] | None`, found `None | MPQ | list[MPQ] | tuple[MPQ | list[MPQ], MPQ]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `(Unknown & int) | Literal[0] | Expr`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `(Unknown & int) | Literal[0] | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`

sympy/polys/rings.py

[error] no-matching-overload - No overload of bound method `clone` matches arguments
[error] no-matching-overload - No overload of bound method `PolyRing.clone` matches arguments

sympy/polys/rootconditions.py

[error] invalid-argument-type - Argument to bound method `is_zero` is incorrect: Expected `Er@_dup_schur_conditions`, found `RingElement`
[error] invalid-argument-type - Argument to bound method `Domain.is_zero` is incorrect: Expected `Er@_dup_schur_conditions`, found `RingElement`

sympy/polys/rootoftools.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~None) | Basic`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `(Unknown & ~None) | Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Rational'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Rational'>`

sympy/polys/series/ring.py

[error] invalid-argument-type - Argument to bound method `equal_repr` is incorrect: Expected `TSeriesElement[Er@PowerSeriesElement]`, found `TSeriesElement[Never]`
[error] invalid-argument-type - Argument to bound method `PowerSeriesRingProto.equal_repr` is incorrect: Expected `TSeriesElement[Er@PowerSeriesElement]`, found `TSeriesElement[Never]`

sympy/polys/subresultants_qq_zz.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | int | float | complex`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | int | float | complex`

sympy/polys/tests/test_densearith.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int] | list[Unknown]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int] | list[Unknown]]`

sympy/polys/tests/test_galoistools.py

[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`
[error] invalid-argument-type - Argument to bound method `Domain.map` is incorrect: Expected `Iterable[int | MPZ]`, found `list[list[int]]`

sympy/polys/tests/test_polyclasses.py

[error] invalid-argument-type - Argument to bound method `mul_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DMP.mul_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `quo_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `DMP.quo_ground` is incorrect: Expected `MPZ`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `exquo_ground` is incorrect: Expected `MPZ`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `DMP.exquo_ground` is incorrect: Expected `MPZ`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `pow` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `DMP.pow` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `nth` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `DMP.nth` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `DMP.diff` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `trunc` is incorrect: Expected `MPZ`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `DMP.trunc` is incorrect: Expected `MPZ`, found `Literal[3]`

sympy/polys/tests/test_polymatrix.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutablePolyDenseMatrix`

sympy/polys/tests/test_polyroots.py

[error] invalid-argument-type - Argument to bound method `subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `dict[str, Rational] | dict[str, Rational | int]`
[error] invalid-argument-type - Argument to bound method `Basic.subs` is incorrect: Expected `_SupportsItems[Basic | int | float | complex, Basic | int | float | complex] | Iterable[tuple[Basic | int | float | complex, Basic | int | float | complex]]`, found `dict[str, Rational] | dict[str, Rational | int]`

sympy/polys/tests/test_polytools.py

[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Literal["x"]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Literal["y"]`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Literal["y"]`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `Poly.degree` is incorrect: Expected `int`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `shift` is incorrect: Expected `Expr`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `Poly.shift` is incorrect: Expected `Expr`, found `Literal[2]`
[error] invalid-argument-type - Argument to bound method `shift_list` is incorrect: Expected `list[Expr]`, found `list[Expr | int]`
[error] invalid-argument-type - Argument to bound method `Poly.shift_list` is incorrect: Expected `list[Expr]`, found `list[Expr | int]`

sympy/polys/tests/test_rings.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `PolyRing.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `PolyRing.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `PolyRing.__new__` matches arguments
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int, int], int]`
[error] invalid-argument-type - Argument to bound method `PolyRing.from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int, int], int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PolyRing.from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `PolyRing.from_dict` is incorrect: Expected `Mapping[tuple[int, ...], int | MPZ | Expr]`, found `dict[tuple[int], int]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `PolyRing.index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `float`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `PolyRing.index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `PolyRing.index` is incorrect: Expected `PolyElement[MPZ] | int | str | None`, found `Symbol`
[error] invalid-argument-type - Argument to bound method `to_ground` is incorrect: Expected `PolyRing[PolyElement[Unknown]]`, found `PolyRing[MPZ]`
[error] invalid-argument-type - Argument to bound method `PolyRing.to_ground` is incorrect: Expected `PolyRing[PolyElement[Unknown]]`, found `PolyRing[MPZ]`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `PolyRing.__new__` matches arguments

sympy/polys/tests/test_rootoftools.py

[error] invalid-argument-type - Argument to bound method `count` is incorrect: Expected `Equality | BooleanFalse | BooleanTrue`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `list.count` is incorrect: Expected `Equality | BooleanFalse | BooleanTrue`, found `Literal[True]`

sympy/printing/conventions.py

[error] no-matching-overload - No overload of bound method `match` matches arguments
[error] no-matching-overload - No overload of bound method `Pattern.match` matches arguments

sympy/printing/cxx.py

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

sympy/printing/latex.py

[error] invalid-argument-type - Argument to bound method `endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Sized`
[error] invalid-argument-type - Argument to bound method `str.endswith` is incorrect: Expected `str | tuple[str, ...]`, found `Sized`

sympy/printing/mathml.py

[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str | Element` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str | Element` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `Element | str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`
[error] invalid-argument-type - Argument to bound method `Element.appendChild` is incorrect: Argument type `str` does not satisfy upper bound `Element | ProcessingInstruction | Comment | Text | DocumentFragment` of type variable `_ElementChildrenPlusFragment`

sympy/printing/pretty/pretty.py

[error] invalid-argument-type - Argument to function `right` is incorrect: Expected `stringPict`, found `Literal["I + "]`
[error] invalid-argument-type - Argument to function `stringPict.right` is incorrect: Expected `stringPict`, found `Literal["I + "]`
[error] invalid-argument-type - Argument to function `right` is incorrect: Expected `stringPict`, found `Literal["I - "]`
[error] invalid-argument-type - Argument to function `stringPict.right` is incorrect: Expected `stringPict`, found `Literal["I - "]`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `prettyForm.__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__add__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `prettyForm.__add__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `str`
[error] invalid-argument-type - Argument to function `prettyForm.__mul__` is incorrect: Expected `prettyForm`, found `str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `prettyForm.__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `prettyForm.__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`
[error] invalid-argument-type - Argument to function `prettyForm.__mul__` is incorrect: Expected `prettyForm`, found `prettyForm | str`

sympy/printing/pretty/stringpict.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `stringPict`, found `Literal[" + "]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `stringPict`, found `Literal[" + "]`
[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `stringPict`, found `Literal["-"]`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `stringPict`, found `Literal["-"]`

sympy/printing/pycode.py

[error] missing-argument - No argument provided for required parameter `args` of bound method `_expand_reduce_binary_op`
[error] missing-argument - No argument provided for required parameter `args` of bound method `AbstractPythonCodePrinter._expand_reduce_binary_op`
[error] missing-argument - No argument provided for required parameter `args` of bound method `_expand_reduce_binary_op`
[error] missing-argument - No argument provided for required parameter `args` of bound method `AbstractPythonCodePrinter._expand_reduce_binary_op`

sympy/printing/smtlib.py

[error] invalid-argument-type - Argument to bound method `_print_Unequality` is incorrect: Expected `Unequality`, found `Unequality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `SMTLibPrinter._print_Unequality` is incorrect: Expected `Unequality`, found `Unequality | BooleanFalse | BooleanTrue`

sympy/printing/tableform.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

sympy/printing/tests/test_aesaracode.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`

sympy/printing/tests/test_repr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[0]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Literal[1]`

sympy/printing/tests/test_theanocode.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `def theq(a, b) -> Unknown`

sympy/series/formal.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/fourier.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/order.py

[error] invalid-argument-type - Argument to bound method `as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `Expr.as_independent` is incorrect: Expected `Basic | type[Basic]`, found `Basic | int | float | complex | Any`
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments

sympy/series/sequences.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Self@coeff_mul`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Self@coeff_mul`

sympy/sets/conditionset.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Boolean | bool`, found `Basic`
[error] invalid-argument-type - Argument to constructor `And.__new__` is incorrect: Expected `Boolean | bool`, found `Basic`

sympy/sets/sets.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `FiniteSet`, found `Intersection`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `FiniteSet`, found `Intersection`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str`, found `str | Symbol`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `str`, found `str | Symbol`

sympy/sets/tests/test_conditionset.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 4, got 5
[error] too-many-positional-arguments - Too many positional arguments to constructor `ConditionSet.__new__`: expected 4, got 5
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[0]`

sympy/sets/tests/test_contains.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Set`, found `Literal[1]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Set`, found `Literal[1]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[2]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[2]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[-2]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[-2]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[2]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[2]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Set`, found `None`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Set`, found `None`

sympy/sets/tests/test_fancysets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `float`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `float`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `float`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `float`

sympy/sets/tests/test_powerset.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[2]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[2]`

sympy/sets/tests/test_sets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `bool | None`, found `Boolean`
[error] invalid-argument-type - Argument to constructor `Symbol.__new__` is incorrect: Expected `bool | None`, found `Boolean`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `tuple[Literal[1], Literal[2]]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Literal[0]`
[error] invalid-argument-type - Argument to constructor `Contains.__new__` is incorrect: Expected `Basic`, found `Literal[0]`

sympy/simplify/_cse_diff.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `enumerate.__new__` is incorrect: Expected `Iterable[Unknown]`, found `(Unknown & MatrixBase) | MutableDenseMatrix`

sympy/simplify/hyperexpand.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | Unknown | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | Unknown | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix | Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `floor`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to bound method `list.pop` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`

sympy/simplify/tests/test_cse.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Basic.subs` matches arguments

sympy/simplify/tests/test_simplify.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/simplify/tests/test_trigsimp.py

[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `acos`, found `None`
[error] invalid-argument-type - Argument to function `acos.inverse` is incorrect: Expected `acos`, found `None`
[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `acot`, found `None`
[error] invalid-argument-type - Argument to function `acot.inverse` is incorrect: Expected `acot`, found `None`
[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `acsc`, found `None`
[error] invalid-argument-type - Argument to function `acsc.inverse` is incorrect: Expected `acsc`, found `None`
[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `asec`, found `None`
[error] invalid-argument-type - Argument to function `asec.inverse` is incorrect: Expected `asec`, found `None`
[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `asin`, found `None`
[error] invalid-argument-type - Argument to function `asin.inverse` is incorrect: Expected `asin`, found `None`
[error] invalid-argument-type - Argument to function `inverse` is incorrect: Expected `atan`, found `None`
[error] invalid-argument-type - Argument to function `atan.inverse` is incorrect: Expected `atan`, found `None`

sympy/solvers/diophantine/diophantine.py

[error] no-matching-overload - No overload of bound method `make_args` matches arguments
[error] no-matching-overload - No overload of bound method `AssocOp.make_args` matches arguments

sympy/solvers/diophantine/tests/test_diophantine.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] unknown-argument - Argument `t` does not match any known parameter of bound method `__call__`
[error] unknown-argument - Argument `t` does not match any known parameter of bound method `DiophantineSolutionSet.__call__`

sympy/solvers/ode/lie_group.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Mul.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/solvers/ode/nonhomogeneous.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `int | NegativeInfinity`
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/solvers/ode/systems.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/solvers/recurr.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/solvers/simplex.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MutableDenseMatrix`

sympy/solvers/solvers.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] no-matching-overload - No overload of bound method `setdefault` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.setdefault` matches arguments

sympy/solvers/solveset.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `re.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`
[error] invalid-argument-type - Argument to constructor `Add.__new__` is incorrect: Expected `Expr | int | float | complex`, found `Basic`

sympy/solvers/tests/test_pde.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`

sympy/solvers/tests/test_solvers.py

[error] no-matching-overload - No overload of `set.__init__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str, /) -> Unknown`, found `<class 'Function'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `MutableDenseMatrix`

sympy/solvers/tests/test_solveset.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Set.subs` matches arguments

sympy/stats/frv_types.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(int, /) -> Unknown`, found `<class 'Integer'>`

sympy/stats/joint_rv_types.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'gamma'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'gamma'>`

sympy/stats/rv.py

[error] invalid-argument-type - Argument to function `conditional_space` is incorrect: Expected `FinitePSpace`, found `Self@conditional_space`
[error] invalid-argument-type - Argument to function `FinitePSpace.conditional_space` is incorrect: Expected `FinitePSpace`, found `Self@conditional_space`

sympy/stats/stochastic_process_types.py

[error] missing-argument - No argument provided for required parameter `expr` of function `__new__`
[error] missing-argument - No argument provided for required parameter `expr` of constructor `Density.__new__`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(Unknown, /) -> Unknown`, found `<class 'Integer'>`

sympy/stats/tests/test_stochastic_process.py

[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Expr.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `MatrixBase.subs` matches arguments
[error] no-matching-overload - No overload of bound method `subs` matches arguments
[error] no-matching-overload - No overload of bound method `Set.subs` matches arguments

sympy/strategies/branch/traverse.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `product.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | type | bool`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | type | bool`

sympy/strategies/traverse.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | type | bool`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | type | bool`

sympy/tensor/array/expressions/array_expressions.py

[error] missing-argument - No argument provided for required parameter `ndim` of bound method `_push_indices_up`
[error] missing-argument - No argument provided for required parameter `ndim` of bound method `ArrayDiagonal._push_indices_up`

sympy/tensor/array/expressions/from_array_to_matrix.py

[error] invalid-argument-type - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_EditArrayContraction.count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_EditArrayContraction.count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `insert_after` is incorrect: Expected `_ArgE`, found `OneArray`
[error] invalid-argument-type - Argument to bound method `_EditArrayContraction.insert_after` is incorrect: Expected `_ArgE`, found `OneArray`
[error] invalid-argument-type - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_EditArrayContraction.count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `count_args_with_index` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `_EditArrayContraction.count_args_with_index` is incorrect: Expected `int`, found `int | None`

sympy/tensor/array/expressions/from_matrix_to_array.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `Expr`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `Expr`

sympy/tensor/array/ndim_array.py

[error] invalid-argument-type - Argument to function `_eval_derivative_n_times` is incorrect: Expected `Basic`, found `Self@_eval_derivative_n_times`
[error] invalid-argument-type - Argument to function `Basic._eval_derivative_n_times` is incorrect: Expected `Basic`, found `Self@_eval_derivative_n_times`

sympy/tensor/array/tests/test_arrayop.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `conjugate.__new__` matches arguments

sympy/tensor/indexed.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | ... omitted 3 union elements`
[error] invalid-argument-type - Argument to constructor `Expr.__new__` is incorrect: Expected `Basic`, found `Basic | int | float | ... omitted 3 union elements`

sympy/tensor/tensor.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Basic`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `Unknown | TensMul`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `Unknown | TensMul`

sympy/testing/runtests.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to `Tuple.__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to `Compare.__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] invalid-argument-type - Argument to `Tuple.__init__` is incorrect: Expected `list[expr]`, found `list[Name]`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & ~AlwaysFalsy) | tuple[Literal[3], Literal[5]]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Unknown & ~AlwaysFalsy) | tuple[Literal[3], Literal[5]]`

sympy/testing/tests/test_pytest.py

[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `type[Exception]`, found `Literal["irrelevant"]`
[error] invalid-argument-type - Argument to bound method `_RaisesType.__call__` is incorrect: Expected `type[Exception]`, found `Literal["irrelevant"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `() -> object`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `_RaisesType.__call__` is incorrect: Expected `() -> object`, found `Literal[42]`

sympy/utilities/_compilation/runners.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(str | Buffer, /) -> Match[str] | None | Match[bytes]`, found `Overload[(string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None, (string: Buffer, pos: int = 0, endpos: int = ...) -> Match[bytes] | None, (string: str, pos: int = 0, endpos: int = ...) -> Match[str] | None]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[str | Buffer]`, found `Unknown | None`

sympy/utilities/autowrap.py

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

sympy/utilities/codegen.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[str]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | list[str]`

sympy/utilities/misc.py

[error] invalid-argument-type - Argument to function `maketrans` is incorrect: Expected `str`, found `Unknown | None | Literal[""]`
[error] invalid-argument-type - Argument to function `str.maketrans` is incorrect: Expected `str`, found `Unknown | None | Literal[""]`

sympy/utilities/tests/test_lambdify.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[Any, Any]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[Any, Any]`
[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `<module 'math'>`, found `Literal["numpy"]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `<module 'math'>`, found `Literal["numpy"]`

sympy/utilities/tests/test_matchpy_connector.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `Replacer.add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `list[Expr]`, found `list[Expr | Unequality | BooleanFalse | BooleanTrue]`
[error] invalid-argument-type - Argument to bound method `Replacer.add` is incorrect: Expected `list[Expr]`, found `list[Expr | Unequality | BooleanFalse | BooleanTrue]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `Replacer.add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `Replacer.add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`
[error] invalid-argument-type - Argument to bound method `Replacer.add` is incorrect: Expected `Expr`, found `Equality | BooleanFalse | BooleanTrue`

sympy/utilities/tests/test_wester.py

[error] invalid-argument-type - Argument to bound method `cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `MatrixBase.cross` is incorrect: Expected `MatrixExpr`, found `MutableDenseMatrix`
[error] invalid-argument-type - Argument to bound method `norm` is incorrect: Expected `int | str | None`, found `Infinity`
[error] invalid-argument-type - Argument to bound method `MatrixBase.norm` is incorrect: Expected `int | str | None`, found `Infinity`

sympy/vector/coordsysrect.py

[error] invalid-argument-type - Argument to bound method `jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[BaseScalar, BaseScalar, BaseScalar]`
[error] invalid-argument-type - Argument to bound method `MatrixBase.jacobian` is incorrect: Expected `MatrixBase | list[Expr]`, found `tuple[BaseScalar, BaseScalar, BaseScalar]`

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

tornado/gen.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `Generator[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown], Any, Unknown]`, found `(Generator[Any, Any, _T@coroutine] & Generator[object, None, None]) | (_T@coroutine & Generator[object, None, None])`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`
[error] invalid-argument-type - Argument to `Runner.__init__` is incorrect: Expected `None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]`, found `_T@next | _T@next | _VT@next`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]]`, found `dict_values[object, object] | (Sequence[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Mapping[Any, None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]]`, found `dict_values[object, object] | (Sequence[None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]]) | (Mapping[Any, None | Awaitable[Unknown] | list[Awaitable[Unknown]] | dict[Any, Awaitable[Unknown]] | Future[Unknown]] & ~Top[dict[Unknown, Unknown]])`
[error] invalid-argument-type - Argument to bound method `remove` is incorrect: Expected `_S@map`, found `Future[Unknown]`
[error] invalid-argument-type - Argument to bound method `set.remove` is incorrect: Expected `_S@map`, found `Future[Unknown]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `Future[Unknown]`, found `_S@map`
[error] invalid-argument-type - Argument to bound method `set.add` is incorrect: Expected `Future[Unknown]`, found `_S@map`

tornado/ioloop.py

[error] invalid-argument-type - Argument to bound method `call_at` is incorrect: Expected `int | float`, found `(int & Real) | (float & Real) | (timedelta & Real)`
[error] invalid-argument-type - Argument to bound method `IOLoop.call_at` is incorrect: Expected `int | float`, found `(int & Real) | (float & Real) | (timedelta & Real)`

tornado/iostream.py

[error] invalid-argument-type - Argument to bound method `remove_handler` is incorrect: Expected `int | _Selectable`, found `socket | None`
[error] invalid-argument-type - Argument to bound method `IOLoop.remove_handler` is incorrect: Expected `int | _Selectable`, found `socket | None`

tornado/options.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

tornado/routing.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Matcher`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `Matcher`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `dict[str, Any] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(HTTPServerRequest, /) -> None`, found `partial[object]`
[error] invalid-argument-type - Argument to `_CallableAdapter.__init__` is incorrect: Expected `(HTTPServerRequest, /) -> None`, found `partial[object]`

tornado/test/simple_httpclient_test.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

tornado/web.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, type[UIModule]]`, found `dict[str, <class '_linkify'> | <class '_xsrf_form_html'> | <class 'TemplateModule'>]`
[error] invalid-argument-type - Argument to `_UIModuleNamespace.__init__` is incorrect: Expected `dict[str, type[UIModule]]`, found `dict[str, <class '_linkify'> | <class '_xsrf_form_html'> | <class 'TemplateModule'>]`
[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

tornado/websocket.py

[error] invalid-argument-type - Argument to bound method `_handle_message` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `WebSocketProtocol13._handle_message` is incorrect: Expected `int`, found `int | None`

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

src/trio/_core/_run.py

[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Iterable[Self@recalculate]`, found `set[CancelStatus]`
[error] invalid-argument-type - Argument to bound method `list.extend` is incorrect: Expected `Iterable[Self@recalculate]`, found `set[CancelStatus]`
[error] invalid-argument-type - Argument to bound method `reschedule` is incorrect: Expected `Outcome[object]`, found `None`
[error] invalid-argument-type - Argument to bound method `Runner.reschedule` is incorrect: Expected `Outcome[object]`, found `None`
[error] invalid-argument-type - Argument to bound method `reschedule` is incorrect: Expected `Outcome[object]`, found `TypeError`
[error] invalid-argument-type - Argument to bound method `Runner.reschedule` is incorrect: Expected `Outcome[object]`, found `TypeError`

src/trio/_core/_tests/test_ki.py

[error] invalid-argument-type - Argument to bound method `send` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `CoroutineType.send` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `send` is incorrect: Expected `Never`, found `None`
[error] invalid-argument-type - Argument to bound method `GeneratorType.send` is incorrect: Expected `Never`, found `None`

src/trio/_core/_tests/test_local.py

[error] invalid-argument-type - Argument to bound method `reset` is incorrect: Expected `RunVarToken[str]`, found `None`
[error] invalid-argument-type - Argument to bound method `RunVar.reset` is incorrect: Expected `RunVarToken[str]`, found `None`

src/trio/_core/_tests/test_parking_lot.py

[error] invalid-argument-type - Argument to bound method `repark` is incorrect: Expected `ParkingLot`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ParkingLot.repark` is incorrect: Expected `ParkingLot`, found `list[Unknown]`

src/trio/_core/_tests/test_run.py

[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `None`, found `Literal["nullio"]`
[error] invalid-argument-type - Argument to bound method `ContextVar.set` is incorrect: Expected `None`, found `Literal["nullio"]`

src/trio/_socket.py

[error] invalid-argument-type - Argument to bound method `_nonblocking_helper` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to bound method `_SocketType._nonblocking_helper` is incorrect: Expected `Buffer`, found `object`
[error] invalid-argument-type - Argument to bound method `_nonblocking_helper` is incorrect: Expected `tuple[Any, ...] | str | Buffer`, found `object`
[error] invalid-argument-type - Argument to bound method `_SocketType._nonblocking_helper` is incorrect: Expected `tuple[Any, ...] | str | Buffer`, found `object`

src/trio/_tests/test_fakenet.py

[error] no-matching-overload - No overload of bound method `sendto` matches arguments
[error] no-matching-overload - No overload of bound method `SocketType.sendto` matches arguments

src/trio/_tests/test_highlevel_socket.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SocketType`, found `socket`
[error] invalid-argument-type - Argument to `SocketStream.__init__` is incorrect: Expected `SocketType`, found `socket`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `SocketType`, found `socket`
[error] invalid-argument-type - Argument to `SocketListener.__init__` is incorrect: Expected `SocketType`, found `socket`

src/trio/_tests/test_socket.py

[error] invalid-argument-type - Argument to bound method `setsockopt` is incorrect: Expected `None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `SocketStream.setsockopt` is incorrect: Expected `None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `setsockopt` is incorrect: Expected `None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `SocketType.setsockopt` is incorrect: Expected `None`, found `Literal[False]`
[error] invalid-argument-type - Argument to bound method `setsockopt` is incorrect: Expected `int | Buffer`, found `None`
[error] invalid-argument-type - Argument to bound method `SocketStream.setsockopt` is incorrect: Expected `int | Buffer`, found `None`
[error] invalid-argument-type - Argument to bound method `setsockopt` is incorrect: Expected `int | Buffer`, found `None`
[error] invalid-argument-type - Argument to bound method `SocketType.setsockopt` is incorrect: Expected `int | Buffer`, found `None`
[error] invalid-argument-type - Argument to bound method `recv` is incorrect: Expected `int`, found `Literal["haha"]`
[error] invalid-argument-type - Argument to bound method `SocketType.recv` is incorrect: Expected `int`, found `Literal["haha"]`

src/trio/_tests/test_sync.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to `Semaphore.__init__` is incorrect: Expected `int`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to `Semaphore.__init__` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Lock | None`, found `Semaphore`
[error] invalid-argument-type - Argument to `Condition.__init__` is incorrect: Expected `Lock | None`, found `Semaphore`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Lock | None`, found `<class 'StrictFIFOLock'>`
[error] invalid-argument-type - Argument to `Condition.__init__` is incorrect: Expected `Lock | None`, found `<class 'StrictFIFOLock'>`

src/trio/_tests/test_testing.py

[error] invalid-argument-type - Argument to bound method `put` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["string"]`
[error] invalid-argument-type - Argument to bound method `_UnboundedByteQueue.put` is incorrect: Expected `bytes | bytearray | memoryview[int]`, found `Literal["string"]`

src/trio/_tests/test_testing_raisesgroup.py

[error] no-matching-overload - No overload of `RaisesGroup.__init__` matches arguments
[error] no-matching-overload - No overload of `RaisesGroup.__init__` matches arguments
[error] no-matching-overload - No overload of `RaisesGroup.__init__` matches arguments
[error] no-matching-overload - No overload of `Matcher.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `object` does not satisfy upper bound `BaseException` of type variable `MatchE`
[error] invalid-argument-type - Argument to `Matcher.__init__` is incorrect: Argument type `object` does not satisfy upper bound `BaseException` of type variable `MatchE`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[BaseException]`, found `<class 'object'>`
[error] invalid-argument-type - Argument to `Matcher.__init__` is incorrect: Expected `type[BaseException]`, found `<class 'object'>`

src/trio/testing/_check_streams.py

[error] invalid-argument-type - Argument to bound method `receive_some` is incorrect: Expected `int | None`, found `float`
[error] invalid-argument-type - Argument to bound method `ReceiveStream.receive_some` is incorrect: Expected `int | None`, found `float`

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

twine/repository.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

dummyserver/socketserver.py

[error] invalid-argument-type - Argument to bound method `load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `_SSLContext.load_cert_chain` is incorrect: Expected `str | bytes | PathLike[str] | PathLike[bytes]`, found `Unknown | None`

dummyserver/testcase.py

[error] invalid-argument-type - Argument to bound method `_get_socket_mark` is incorrect: Expected `socket`, found `socket | Any | None`
[error] invalid-argument-type - Argument to bound method `ConnectionMarker._get_socket_mark` is incorrect: Expected `socket`, found `socket | Any | None`

src/urllib3/_collections.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `object`

src/urllib3/_request_methods.py

[error] invalid-argument-type - Argument to bound method `request_encode_url` is incorrect: Expected `Sequence[tuple[str, str | bytes]] | Mapping[str, str | bytes] | None`, found `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request_encode_url` is incorrect: Expected `Sequence[tuple[str, str | bytes]] | Mapping[str, str | bytes] | None`, found `Sequence[tuple[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | RequestField] | Mapping[str, str | bytes | tuple[str, str | bytes] | tuple[str, str | bytes, str]] | None`

src/urllib3/connection.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `socket | Any | None`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `socket | Any | None`

src/urllib3/connectionpool.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to `HTTPConnectionPool.__init__` is incorrect: Expected `str`, found `str | None`

src/urllib3/response.py

[error] invalid-argument-type - Argument to bound method `appendleft` is incorrect: Expected `bytes | memoryview[bytes]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `deque.appendleft` is incorrect: Expected `bytes | memoryview[bytes]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `(Mapping[str, str] & ~HTTPHeaderDict) | (Mapping[bytes, bytes] & ~HTTPHeaderDict) | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `HTTPConnectionPool | None`
[error] invalid-argument-type - Argument to `RequestError.__init__` is incorrect: Expected `ConnectionPool`, found `HTTPConnectionPool | None`

src/urllib3/util/retry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `Collection[int] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `Collection[str] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[str]`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `Collection[str]`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `bool`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `int | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `int | float`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `int`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `tuple[RequestHistory, ...] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[RequestHistory, ...] | None`, found `int | None | Collection[str] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `ConnectionPool`, found `ConnectionPool | None`
[error] invalid-argument-type - Argument to `MaxRetryError.__init__` is incorrect: Expected `ConnectionPool`, found `ConnectionPool | None`

src/urllib3/util/ssltransport.py

[error] invalid-argument-type - Argument to bound method `send` is incorrect: Expected `bytes`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `SSLTransport.send` is incorrect: Expected `bytes`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `Self@makefile`
[error] invalid-argument-type - Argument to `SocketIO.__init__` is incorrect: Expected `socket`, found `Self@makefile`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`
[error] invalid-argument-type - Argument to `SocketIO.__init__` is incorrect: Expected `Literal["r", "w", "rw", "rb", "wb", "rwb"]`, found `Literal["", "r", "w", "rw"]`

test/test_collections.py

[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Literal[b"BAR"]`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `Literal[b"BAR"]`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys`, found `int`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.extend` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys`, found `int`
[error] invalid-argument-type - Argument to bound method `getlist` is incorrect: Expected `str`, found `Literal[b"cookie"]`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.getlist` is incorrect: Expected `str`, found `Literal[b"cookie"]`
[error] invalid-argument-type - Argument to bound method `add` is incorrect: Expected `str`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `HTTPHeaderDict.add` is incorrect: Expected `str`, found `Literal[3]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `dict[int, int]`
[error] invalid-argument-type - Argument to `HTTPHeaderDict.__init__` is incorrect: Expected `Mapping[str, str] | Iterable[tuple[str, str]] | HasGettableStringKeys | None`, found `dict[int, int]`

test/test_compatibility.py

[error] invalid-argument-type - Argument to bound method `extract_cookies` is incorrect: Expected `http.client.HTTPResponse`, found `urllib3.response.HTTPResponse`
[error] invalid-argument-type - Argument to bound method `CookieJar.extract_cookies` is incorrect: Expected `http.client.HTTPResponse`, found `urllib3.response.HTTPResponse`

test/test_connectionpool.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to `HTTPConnectionPool.__init__` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | Mapping[bytes, bytes] | None`, found `HTTPMessage`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `Mapping[str, str] | Mapping[bytes, bytes] | None`, found `HTTPMessage`

test/test_poolmanager.py

[error] invalid-argument-type - Argument to bound method `connection_from_url` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `PoolManager.connection_from_url` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str`
[error] invalid-argument-type - Argument to `PoolManager.__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str`

test/test_response.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `None`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Argument type `HTTPResponse` does not satisfy upper bound `_WrappedBuffer` of type variable `_BufferT_co`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to `TextIOWrapper.__init__` is incorrect: Expected `_WrappedBuffer`, found `HTTPResponse`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `MockHTTPRequest`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str]`, found `MockHTTPRequest`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`
[error] invalid-argument-type - Argument to `HTTPResponse.__init__` is incorrect: Expected `socket`, found `<class 'MockSock'>`

test/test_retry.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Collection[int] | None`, found `list[str]`
[error] invalid-argument-type - Argument to `Retry.__init__` is incorrect: Expected `Collection[int] | None`, found `list[str]`

test/test_ssltransport.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `Buffer`, found `str`
[error] invalid-argument-type - Argument to bound method `SocketIO.write` is incorrect: Expected `Buffer`, found `str`
[error] invalid-argument-type - Argument to bound method `sendall` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `SSLTransport.sendall` is incorrect: Expected `bytes`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `send` is incorrect: Expected `bytes`, found `None`
[error] invalid-argument-type - Argument to bound method `SSLTransport.send` is incorrect: Expected `bytes`, found `None`

test/with_dummyserver/test_proxy_poolmanager.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `HTTPConnectionPool`
[error] invalid-argument-type - Argument to `ProxyManager.__init__` is incorrect: Expected `str`, found `HTTPConnectionPool`

test/with_dummyserver/test_socketlevel.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, str] | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `Retry | int | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Retry | int | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `TLSVersion | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TLSVersion | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `Url | None`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Timeout | int | float | _TYPE_DEFAULT | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Url | None`, found `str | Any`
[error] invalid-argument-type - Argument to `HTTPSConnectionPool.__init__` is incorrect: Expected `int`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `str | Any`
[error] invalid-argument-type - Argument to bound method `request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str] | None`, found `Generator[bytes, None, None] | BytesIO | StringIO | bytearray | bytes`
[error] invalid-argument-type - Argument to bound method `RequestMethods.request` is incorrect: Expected `bytes | IO[Any] | Iterable[bytes | str] | None`, found `Generator[bytes, None, None] | BytesIO | StringIO | bytearray | bytes`

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

test/datasets_utils.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `None | Unknown`
[error] no-matching-overload - No overload of bound method `open` matches arguments
[error] no-matching-overload - No overload of bound method `TarFile.open` matches arguments

test/test_datasets.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to constructor `chain.__new__` is incorrect: Expected `Iterable[Unknown]`, found `str | tuple[str, ...] | int`
[error] no-matching-overload - No overload of bound method `randint` matches arguments
[error] no-matching-overload - No overload of bound method `RandomState.randint` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `SupportsIndex`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to constructor `range.__new__` is incorrect: Expected `SupportsIndex`, found `str | tuple[str, ...] | int`
[error] invalid-argument-type - Argument to function `_make_scene_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to function `FallingThingsStereoTestCase._make_scene_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to function `_create_scene_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to function `ETH3DStereoestCase._create_scene_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to function `_create_annotation_folder` is incorrect: Expected `str`, found `Path`
[error] invalid-argument-type - Argument to function `ETH3DStereoestCase._create_annotation_folder` is incorrect: Expected `str`, found `Path`

test/test_models_detection_negative_samples.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `Literal[2000]`
[error] invalid-argument-type - Argument to `RegionProposalNetwork.__init__` is incorrect: Expected `dict[str, int]`, found `Literal[2000]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, int]`, found `Literal[2000]`
[error] invalid-argument-type - Argument to `RegionProposalNetwork.__init__` is incorrect: Expected `dict[str, int]`, found `Literal[2000]`

test/test_ops.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `PSRoIPool.__init__` is incorrect: Expected `int`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Unknown | Literal[5], Unknown | Literal[5]]`
[error] invalid-argument-type - Argument to `PSRoIPool.__init__` is incorrect: Expected `int`, found `tuple[Unknown | Literal[5], Unknown | Literal[5]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `PSRoIAlign.__init__` is incorrect: Expected `int`, found `tuple[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Unknown | Literal[5], Unknown | Literal[5]]`
[error] invalid-argument-type - Argument to `PSRoIAlign.__init__` is incorrect: Expected `int`, found `tuple[Unknown | Literal[5], Unknown | Literal[5]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | tuple[int] | list[int]`, found `Unknown | tuple[Literal[7], Literal[7]]`
[error] invalid-argument-type - Argument to `MultiScaleRoIAlign.__init__` is incorrect: Expected `int | tuple[int] | list[int]`, found `Unknown | tuple[Literal[7], Literal[7]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `Unknown | tuple[Literal[3], Literal[2]]`
[error] invalid-argument-type - Argument to `DeformConv2d.__init__` is incorrect: Expected `int`, found `Unknown | tuple[Literal[3], Literal[2]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to `DeformConv2d.__init__` is incorrect: Expected `int`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Literal[1], Literal[0]]`
[error] invalid-argument-type - Argument to `DeformConv2d.__init__` is incorrect: Expected `int`, found `tuple[Literal[1], Literal[0]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to `DeformConv2d.__init__` is incorrect: Expected `int`, found `tuple[Literal[2], Literal[1]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `tuple[Literal[3], Literal[2]]`
[error] invalid-argument-type - Argument to `DeformConv2d.__init__` is incorrect: Expected `int`, found `tuple[Literal[3], Literal[2]]`

test/test_transforms.py

[error] invalid-argument-type - Argument to function `get_params` is incorrect: Expected `list[int | float]`, found `tuple[Unknown | float, Unknown]`
[error] invalid-argument-type - Argument to function `RandomResizedCrop.get_params` is incorrect: Expected `list[int | float]`, found `tuple[Unknown | float, Unknown]`
[error] invalid-argument-type - Argument to function `get_params` is incorrect: Expected `list[int | float]`, found `tuple[Unknown | float, Unknown]`
[error] invalid-argument-type - Argument to function `RandomResizedCrop.get_params` is incorrect: Expected `list[int | float]`, found `tuple[Unknown | float, Unknown]`

test/test_transforms_v2.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `BoundingBoxes.__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `BoundingBoxes.__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to constructor `BoundingBoxes.__new__` is incorrect: Expected `tuple[int, int]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `object`
[error] invalid-argument-type - Argument to `Resize.__init__` is incorrect: Expected `int | Sequence[int] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Sequence[int | float] | None`, found `int | tuple[int | float, int | float] | tuple[int, int, int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[-1]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[-1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `bool`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `list[int | float] | None`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `InterpolationMode | int`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to `RandomRotation.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `int | tuple[int, int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[-1]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[-1]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `Number | Sequence[Unknown]`, found `Literal[0]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to `RandomAffine.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["fill"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to `Compose.__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to `RandomChoice.__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to `RandomOrder.__init__` is incorrect: Expected `Sequence[(...) -> Unknown]`, found `(x) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `tuple[int, int]`, found `Literal[12]`
[error] invalid-argument-type - Argument to constructor `BoundingBoxes.__new__` is incorrect: Expected `tuple[int, int]`, found `Literal[12]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `list[int] | Unknown`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `list[int] | Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | Sequence[int] | None`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `float`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | Sequence[int] | None`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | Sequence[int] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `RandomCrop.__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `RandomErasing.__init__` is incorrect: Expected `int | float`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `RandomErasing.__init__` is incorrect: Expected `int | float`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to `RandomErasing.__init__` is incorrect: Expected `Sequence[int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to `RandomErasing.__init__` is incorrect: Expected `Sequence[int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomErasing.__init__` is incorrect: Expected `int | float`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `GaussianBlur.__init__` is incorrect: Expected `int | float | Sequence[int | float]`, found `dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `AutoAugmentPolicy`, found `None`
[error] invalid-argument-type - Argument to `AutoAugment.__init__` is incorrect: Expected `AutoAugmentPolicy`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `InterpolationMode | int`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `InterpolationMode | int`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool | None`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `bool | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to `RandomResizedCrop.__init__` is incorrect: Expected `tuple[int | float, int | float]`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | Sequence[int]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `float`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | Sequence[int]`, found `float`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | Sequence[int]`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None | dict[type | str, int | float | Sequence[int | float] | None]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to `Pad.__init__` is incorrect: Expected `Literal["constant", "edge", "reflect", "symmetric"]`, found `Literal["abc"]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `object`
[error] invalid-argument-type - Argument to `ColorJitter.__init__` is incorrect: Expected `int | float | Sequence[int | float] | None`, found `object`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Sequence[int | float]`, found `None | int | list[int]`
[error] invalid-argument-type - Argument to `RandomZoomOut.__init__` is incorrect: Expected `Sequence[int | float]`, found `None | int | list[int]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int] | tuple[int] | int`, found `tuple[Literal[480], Literal[512], Literal[544], Literal[576], Literal[608], Literal[640], Literal[672], Literal[704], Literal[736], Literal[768], Literal[800]]`
[error] invalid-argument-type - Argument to `RandomShortestSize.__init__` is incorrect: Expected `list[int] | tuple[int] | int`, found `tuple[Literal[480], Literal[512], Literal[544], Literal[576], Literal[608], Literal[640], Literal[672], Literal[704], Literal[736], Literal[768], Literal[800]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `((Any, /) -> Any) | str | None`, found `Literal[12]`
[error] invalid-argument-type - Argument to `SanitizeBoundingBoxes.__init__` is incorrect: Expected `((Any, /) -> Any) | str | None`, found `Literal[12]`

torchvision/datasets/utils.py

[error] no-matching-overload - No overload of bound method `open` matches arguments
[error] no-matching-overload - No overload of bound method `TarFile.open` matches arguments

torchvision/models/densenet.py

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

torchvision/models/detection/fcos.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `FCOSClassificationHead.__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | None`
[error] invalid-argument-type - Argument to `FCOSRegressionHead.__init__` is incorrect: Expected `int`, found `int | None`

torchvision/models/detection/ssd.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to `SSD.__init__` is incorrect: Expected `int | float`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to `SSD.__init__` is incorrect: Expected `int`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `list[int | float] | Any`

torchvision/models/detection/ssdlite.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to `SSD.__init__` is incorrect: Expected `int | float`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to `SSD.__init__` is incorrect: Expected `int`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | float`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to `SSD.__init__` is incorrect: Expected `list[int | float] | None`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | float | list[int | float] | Any`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `list[int | float] | None`, found `int | float | list[int | float] | Any`

torchvision/prototype/datasets/_builtin/caltech.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/celeba.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/coco.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/cub200.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/gtsrb.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/stanford_cars.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/_builtin/voc.py

[error] missing-argument - No argument provided for required parameter `canvas_size` of function `__new__`
[error] missing-argument - No argument provided for required parameter `canvas_size` of constructor `BoundingBoxes.__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `spatial_size` does not match any known parameter of constructor `BoundingBoxes.__new__`

torchvision/prototype/datasets/utils/_resource.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `str`, found `str | None`
[error] invalid-argument-type - Argument to bound method `dict.get` is incorrect: Expected `str`, found `str | None`

torchvision/transforms/_functional_pil.py

[error] invalid-argument-type - Argument to bound method `putpalette` is incorrect: Expected `ImagePalette | Sequence[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `Image.putpalette` is incorrect: Expected `ImagePalette | Sequence[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `putpalette` is incorrect: Expected `ImagePalette | Sequence[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `Image.putpalette` is incorrect: Expected `ImagePalette | Sequence[int]`, found `list[int] | None`
[error] invalid-argument-type - Argument to bound method `resize` is incorrect: Expected `tuple[int, int] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `tuple[int, ...]`
[error] invalid-argument-type - Argument to bound method `Image.resize` is incorrect: Expected `tuple[int, int] | list[int] | ndarray[tuple[Any, ...], dtype[Any]]`, found `tuple[int, ...]`
[error] invalid-argument-type - Argument to bound method `rotate` is incorrect: Expected `Resampling`, found `int`
[error] invalid-argument-type - Argument to bound method `Image.rotate` is incorrect: Expected `Resampling`, found `int`

torchvision/transforms/functional.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`

torchvision/transforms/v2/_auto_augment.py

[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(num_bins, height, width) -> None, bool] | tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_AutoAugmentBase._get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(num_bins, height, width) -> None, bool] | tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(num_bins, height, width) -> None, bool] | tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_AutoAugmentBase._get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(num_bins, height, width) -> None, bool] | tuple[(num_bins, height, width) -> Unknown, bool]]`
[error] invalid-argument-type - Argument to bound method `_get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(int, int, int, /) -> Unknown | None, bool]] | dict[str, tuple[(num_bins, height, width) -> Unknown, bool] | tuple[(num_bins, height, width) -> None, bool]]`
[error] invalid-argument-type - Argument to bound method `_AutoAugmentBase._get_random_item` is incorrect: Expected `dict[str, tuple[(...) -> Unknown, bool]]`, found `dict[str, tuple[(int, int, int, /) -> Unknown | None, bool]] | dict[str, tuple[(num_bins, height, width) -> Unknown, bool] | tuple[(num_bins, height, width) -> None, bool]]`

torchvision/transforms/v2/functional/_geometry.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `list[int] & Number`

torchvision/utils.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `list[str | tuple[int, int, int]] | str | tuple[int, int, int] | None`

websockets (https://github.com/aaugustin/websockets)

src/websockets/asyncio/server.py

[error] no-matching-overload - No overload of bound method `create_server` matches arguments
[error] no-matching-overload - No overload of bound method `AbstractEventLoop.create_server` matches arguments

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

src/werkzeug/datastructures/headers.py

[error] invalid-argument-type - Argument to bound method `setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `getlist` is incorrect: Expected `Never`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.getlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `getlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `MultiDict.getlist` is incorrect: Expected `Never`, found `object`
[error] invalid-argument-type - Argument to bound method `setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.setlist` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `set` is incorrect: Expected `str`, found `object`
[error] invalid-argument-type - Argument to bound method `Headers.set` is incorrect: Expected `str`, found `object`

src/werkzeug/datastructures/mixins.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__reduce_ex__`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `Self@__reduce_ex__`

src/werkzeug/datastructures/structures.py

[error] invalid-argument-type - Argument to bound method `getlist` is incorrect: Expected `(V@CombinedMultiDict, /) -> T@getlist`, found `((V@CombinedMultiDict, /) -> T@getlist) | None`
[error] invalid-argument-type - Argument to bound method `MultiDict.getlist` is incorrect: Expected `(V@CombinedMultiDict, /) -> T@getlist`, found `((V@CombinedMultiDict, /) -> T@getlist) | None`

src/werkzeug/local.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `LocalStack[Any] | (Iterable[Local | LocalStack[Any]] & ~Local)`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `LocalStack[Any] | (Iterable[Local | LocalStack[Any]] & ~Local)`

src/werkzeug/serving.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes]`, found `BufferedIOBase`
[error] invalid-argument-type - Argument to `DechunkedInput.__init__` is incorrect: Expected `IO[bytes]`, found `BufferedIOBase`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `tuple[str | bytes | bytearray, int] | tuple[str | bytes | bytearray, int, int, int]`, found `tuple[str, int] | str`
[error] invalid-argument-type - Argument to `TCPServer.__init__` is incorrect: Expected `tuple[str | bytes | bytearray, int] | tuple[str | bytes | bytearray, int, int, int]`, found `tuple[str, int] | str`

src/werkzeug/test.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `dict[str, str | None] | None`, found `dict[str, object]`
[error] invalid-argument-type - Argument to `Authorization.__init__` is incorrect: Expected `dict[str, str | None] | None`, found `dict[str, object]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to `EnvironBuilder.__init__` is incorrect: Expected `Authorization | tuple[str, str] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to `EnvironBuilder.__init__` is incorrect: Expected `IO[bytes] | str | bytes | Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to `EnvironBuilder.__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to `EnvironBuilder.__init__` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any] | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to `EnvironBuilder.__init__` is incorrect: Expected `str | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int | None`, found `str | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `str | Any | None | Headers`
[error] invalid-argument-type - Argument to bound method `add_file` is incorrect: Expected `str | None`, found `bytes | str`
[error] invalid-argument-type - Argument to bound method `FileMultiDict.add_file` is incorrect: Expected `str | None`, found `bytes | str`
[error] invalid-argument-type - Argument to bound method `add_file` is incorrect: Expected `str | None`, found `bytes | str`
[error] invalid-argument-type - Argument to bound method `FileMultiDict.add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `bytes | IO[bytes]`
[error] invalid-argument-type - Argument to bound method `add_file` is incorrect: Expected `str | PathLike[str] | IO[bytes] | FileStorage`, found `bytes | IO[bytes]`

src/werkzeug/wrappers/response.py

[error] invalid-argument-type - Argument to bound method `set_data` is incorrect: Expected `bytes | str`, found `str | bytes | (Iterable[bytes] & bytearray) | (Iterable[str] & bytearray)`
[error] invalid-argument-type - Argument to bound method `Response.set_data` is incorrect: Expected `bytes | str`, found `str | bytes | (Iterable[bytes] & bytearray) | (Iterable[str] & bytearray)`

src/werkzeug/wsgi.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`
[error] invalid-argument-type - Argument to constructor `int.__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Any | None`

tests/conftest.py

[error] invalid-argument-type - Argument to bound method `enter_context` is incorrect: Expected `AbstractContextManager[Unknown, bool | None]`, found `DevServerClient`
[error] invalid-argument-type - Argument to bound method `_BaseExitStack.enter_context` is incorrect: Expected `AbstractContextManager[Unknown, bool | None]`, found `DevServerClient`

tests/middleware/test_profiler.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `def filename_format(env) -> Unknown`
[error] invalid-argument-type - Argument to `ProfilerMiddleware.__init__` is incorrect: Expected `str`, found `def filename_format(env) -> Unknown`

tests/middleware/test_shared_data.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`, found `None`
[error] invalid-argument-type - Argument to `SharedDataMiddleware.__init__` is incorrect: Expected `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`, found `None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
[error] invalid-argument-type - Argument to `closing.__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `_SupportsCloseT@closing`
[error] invalid-argument-type - Argument to bound method `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `_SupportsCloseT@closing`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
[error] invalid-argument-type - Argument to `closing.__init__` is incorrect: Argument type `Iterable[bytes]` does not satisfy upper bound `_SupportsClose` of type variable `_SupportsCloseT`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `Iterable[Buffer]`, found `_SupportsCloseT@closing`
[error] invalid-argument-type - Argument to bound method `bytes.join` is incorrect: Expected `Iterable[Buffer]`, found `_SupportsCloseT@closing`

tests/test_datastructures.py

[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `TypeConversionDict.get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `TypeConversionDict.get` is incorrect: Expected `(str | None, /) -> Literal[-1]`, found `<class 'int'>`
[error] invalid-argument-type - Argument to bound method `extend` is incorrect: Expected `str`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `Headers.extend` is incorrect: Expected `str`, found `list[str]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Headers.extend`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `extend`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Headers.extend`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `best_match` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `Accept.best_match` is incorrect: Expected `str`, found `None`

tests/test_debug.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `int`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `int`, found `list[int]`

tests/test_formparser.py

[error] invalid-argument-type - Argument to bound method `parse` is incorrect: Expected `IO[bytes]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `FormDataParser.parse` is incorrect: Expected `IO[bytes]`, found `Literal[""]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `TStreamFactory | None`, found `def stream_factory() -> Unknown`
[error] invalid-argument-type - Argument to `MultiPartParser.__init__` is incorrect: Expected `TStreamFactory | None`, found `def stream_factory() -> Unknown`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `type[MultiDict[str, Any]] | None`, found `<class 'dict'>`
[error] invalid-argument-type - Argument to `MultiPartParser.__init__` is incorrect: Expected `type[MultiDict[str, Any]] | None`, found `<class 'dict'>`

tests/test_routing.py

[error] invalid-argument-type - Argument to bound method `force_type` is incorrect: Expected `Response`, found `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `Response.force_type` is incorrect: Expected `Response`, found `(dict[str, Any], StartResponse, /) -> Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Submount | EndpointPrefix | Subdomain]`
[error] invalid-argument-type - Argument to `RuleTemplate.__init__` is incorrect: Expected `Iterable[Rule]`, found `list[Submount | EndpointPrefix | Subdomain]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to `Rule.__init__` is incorrect: Expected `str`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Any]`, found `None`
[error] invalid-argument-type - Argument to `BuildError.__init__` is incorrect: Expected `Mapping[str, Any]`, found `None`

tests/test_test.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

tests/test_utils.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `(Any, /) -> Unknown`, found `def foo() -> Unknown`
[error] invalid-argument-type - Argument to `cached_property.__init__` is incorrect: Expected `(Any, /) -> Unknown`, found `def foo() -> Unknown`

tests/test_wrappers.py

[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.write` is incorrect: Expected `bytes`, found `Literal["bar"]`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to bound method `force_type` is incorrect: Expected `Response`, found `(def wsgi_application(environ, start_response) -> Unknown) | Response`
[error] invalid-argument-type - Argument to bound method `Response.force_type` is incorrect: Expected `Response`, found `(def wsgi_application(environ, start_response) -> Unknown) | Response`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["Hello "]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.write` is incorrect: Expected `bytes`, found `Literal["Hello "]`
[error] invalid-argument-type - Argument to bound method `write` is incorrect: Expected `bytes`, found `Literal["World!"]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.write` is incorrect: Expected `bytes`, found `Literal["World!"]`
[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `ResponseStream.writelines` is incorrect: Expected `Iterable[bytes]`, found `list[str]`

tests/test_wsgi.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `LimitedStream` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Argument type `LimitedStream` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `LimitedStream`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Expected `_BufferedReaderStream`, found `LimitedStream`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] invalid-argument-type - Argument to `_RangeWrapper.__init__` is incorrect: Expected `Iterable[bytes]`, found `Iterable[str] | Iterable[bytes]`
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

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

asv_bench/benchmarks/dataset_io.py

[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_netcdf` matches arguments
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `DataArray | slice[int, int, Any]`
[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_netcdf` matches arguments

asv_bench/benchmarks/indexing.py

[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `int | slice[int, int, Any] | slice[Any, Any, int] | slice[int, int, int] | slice[Any, int, int]`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Literal["raise", "warn", "ignore"]`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `Mapping[Any, Any] | None`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Expected `bool`, found `Unknown | int`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Expected `bool`, found `Unknown | int`

doc/examples/weather-data.ipynb:cell 14

[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`

xarray/backends/common.py

[error] invalid-argument-type - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.store` is incorrect: Expected `dict[str, Any]`, found `Unknown | None`
[error] invalid-argument-type - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Unknown | Literal[True]`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.store` is incorrect: Expected `dict[str, Any]`, found `Unknown | Literal[True]`
[error] invalid-argument-type - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.store` is incorrect: Expected `dict[str, Any]`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `store` is incorrect: Expected `dict[str, Any]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.store` is incorrect: Expected `dict[str, Any]`, found `list[Unknown]`

xarray/backends/pydap_.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to `Frozen.__init__` is incorrect: Expected `Mapping[Unknown, Unknown]`, found `list[Unknown]`

xarray/backends/scipy_.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (ReadBuffer[Unknown] & PathLike[object]) | (AbstractDataStore & PathLike[object])`
[error] invalid-argument-type - Argument to constructor `Path.__new__` is incorrect: Expected `str | PathLike[str]`, found `str | (ReadBuffer[Unknown] & PathLike[object]) | (AbstractDataStore & PathLike[object])`

xarray/coding/strings.py

[error] invalid-argument-type - Argument to bound method `map_blocks` is incorrect: Argument type `Literal["S1"]` does not satisfy upper bound `dtype[Any]` of type variable `_DType_co`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.map_blocks` is incorrect: Argument type `Literal["S1"]` does not satisfy upper bound `dtype[Any]` of type variable `_DType_co`

xarray/coding/times.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments

xarray/computation/computation.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 4
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 4

xarray/conventions.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `Mapping.get` matches arguments

xarray/core/accessor_str.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `str | bytes | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to `StringAccessor.__init__` is incorrect: Argument type `str | bytes | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `str | bytes | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to `StringAccessor.__init__` is incorrect: Argument type `str | bytes | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `int | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`
[error] invalid-argument-type - Argument to `StringAccessor.__init__` is incorrect: Argument type `int | Any` does not satisfy upper bound `DataArray` of type variable `T_DataArray`

xarray/core/common.py

[error] no-matching-overload - No overload of bound method `get` matches arguments
[error] no-matching-overload - No overload of bound method `dict.get` matches arguments

xarray/core/dataset.py

[error] invalid-argument-type - Argument to bound method `insert` is incorrect: Expected `SupportsIndex`, found `object`
[error] invalid-argument-type - Argument to bound method `list.insert` is incorrect: Expected `SupportsIndex`, found `object`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Expected `Iterable[Hashable] | ((Self@drop, /) -> Iterable[Hashable])`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Any | dict[Any, Any] | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Any | dict[Any, Any] | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `pad` is incorrect: Expected `Literal["even", "odd"] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `Literal["even", "odd"] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `pad` is incorrect: Expected `int | tuple[int, int] | Mapping[Any, tuple[int, int]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | tuple[int, int] | Mapping[Any, tuple[int, int]] | None`, found `int | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]]] | ... omitted 4 union elements`

xarray/core/datatree.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[str, Self@__init__] | None`, found `Mapping[str, DataTree] | None`
[error] invalid-argument-type - Argument to `NamedNode.__init__` is incorrect: Expected `Mapping[str, Self@__init__] | None`, found `Mapping[str, DataTree] | None`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[Hashable, Variable]`, found `Mapping[Hashable, Variable]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[Hashable, Variable]`, found `Mapping[Hashable, Variable]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Unknown]`, found `Self@_item_sources`
[error] invalid-argument-type - Argument to `FilteredMapping.__init__` is incorrect: Expected `Mapping[Hashable, Unknown]`, found `Self@_item_sources`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[str]`, found `DataTreeCoordinates | list[Unknown]`
[error] invalid-argument-type - Argument to `set.__init__` is incorrect: Expected `Iterable[str]`, found `DataTreeCoordinates | list[Unknown]`

xarray/core/duck_array_ops.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments

xarray/core/extension_array.py

[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `ExtensionArray.astype` matches arguments
[error] invalid-argument-type - Argument to bound method `where` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `Series[Any] | Series[builtins.bool] | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ((Series[Any], /) -> Series[builtins.bool]) | ((Any, /) -> builtins.bool)`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] invalid-argument-type - Argument to bound method `where` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`
[error] invalid-argument-type - Argument to bound method `Series.where` is incorrect: Expected `str | bytes | date | ... omitted 11 union elements`, found `T_ExtensionArray@__extension_duck_array__where | _Buffer | _SupportsArray[dtype[Any]] | ... omitted 7 union elements`

xarray/core/formatting.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Any & ~AlwaysFalsy) | (tuple[Hashable, ...] & ~AlwaysFalsy)`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `Iterable[Buffer]`, found `(Any & ~AlwaysFalsy) | (tuple[Hashable, ...] & ~AlwaysFalsy)`

xarray/core/groupby.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `T_DataWithCoords@_resolve_group` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - Argument to `_DummyGroup.__init__` is incorrect: Argument type `T_DataWithCoords@_resolve_group` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_to_temp_dataset` is incorrect: Expected `DataArray`, found `T_Xarray@GroupBy`
[error] invalid-argument-type - Argument to bound method `DataArray._to_temp_dataset` is incorrect: Expected `DataArray`, found `T_Xarray@GroupBy`
[error] invalid-argument-type - Argument to bound method `_shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray._shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset._shuffle` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_from_temp_dataset` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray._from_temp_dataset` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.isel` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.transpose` is incorrect: Argument type `T_Xarray@GroupBy` does not satisfy upper bound `Dataset` of type variable `Self`

xarray/core/indexes.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Hashable`
[error] invalid-argument-type - Argument to `PandasMultiIndexingAdapter.__init__` is incorrect: Expected `str | None`, found `Hashable`

xarray/core/indexing.py

[error] invalid-argument-type - Argument to bound method `from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `list[Unknown]`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `list[Unknown]`

xarray/core/resample.py

[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_vars` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.reindex` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.interp` is incorrect: Argument type `T_Xarray@Resample` does not satisfy upper bound `Dataset` of type variable `Self`

xarray/core/resample_cftime.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments

xarray/core/treenode.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `__repr__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `object.__repr__`: expected 1, got 2
[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

xarray/core/utils.py

[error] no-matching-overload - No overload of bound method `tolist` matches arguments
[error] no-matching-overload - No overload of bound method `ndarray.tolist` matches arguments

xarray/core/variable.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[False] | list[Hashable]`
[error] invalid-argument-type - Argument to constructor `zip.__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | Literal[False] | list[Hashable]`
[error] invalid-argument-type - Argument to bound method `pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Unknown | ReprObject`
[error] invalid-argument-type - Argument to bound method `Variable.pad` is incorrect: Expected `int | float | tuple[int | float, int | float] | Mapping[Any, int | float | tuple[int | float, int | float]] | None`, found `Unknown | ReprObject`

xarray/groupers.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `Index.__new__` matches arguments

xarray/indexes/nd_point_index.py

[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Argument type `object` does not satisfy upper bound `TreeAdapter` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `TreeAdapter.equals` is incorrect: Argument type `object` does not satisfy upper bound `TreeAdapter` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Expected `T_TreeAdapter@NDPointIndex`, found `object`
[error] invalid-argument-type - Argument to bound method `TreeAdapter.equals` is incorrect: Expected `T_TreeAdapter@NDPointIndex`, found `object`

xarray/namedarray/core.py

[error] invalid-argument-type - Argument to bound method `rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.rechunk` is incorrect: Expected `tuple[tuple[int, ...], ...] | tuple[int, ...]`, found `(Mapping[Any, str | int | tuple[int, ...] | None] & float) | str | int | ... omitted 5 union elements`
[error] invalid-argument-type - Argument to bound method `from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `Mapping[Any, str | int | tuple[int, ...] | None] | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `ChunkManagerEntrypoint.from_array` is incorrect: Expected `tuple[tuple[int, ...], ...]`, found `Mapping[Any, str | int | tuple[int, ...] | None] | str | int | ... omitted 4 union elements`
[error] invalid-argument-type - Argument to bound method `todense` is incorrect: Argument type `_sparsearrayapi[object, object]` does not satisfy upper bound `_sparsearrayapi[_ShapeType_co@_sparsearrayapi, _DType_co@_sparsearrayapi]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_sparsearrayapi.todense` is incorrect: Argument type `_sparsearrayapi[object, object]` does not satisfy upper bound `_sparsearrayapi[_ShapeType_co@_sparsearrayapi, _DType_co@_sparsearrayapi]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `todense` is incorrect: Argument type `_sparsearrayfunction[object, object]` does not satisfy upper bound `_sparsearrayfunction[_ShapeType_co@_sparsearrayfunction, _DType_co@_sparsearrayfunction]` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `_sparsearrayfunction.todense` is incorrect: Argument type `_sparsearrayfunction[object, object]` does not satisfy upper bound `_sparsearrayfunction[_ShapeType_co@_sparsearrayfunction, _DType_co@_sparsearrayfunction]` of type variable `Self`

xarray/plot/utils.py

[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `timedelta64.__new__` matches arguments
[error] no-matching-overload - No overload of function `__new__` matches arguments
[error] no-matching-overload - No overload of constructor `datetime64.__new__` matches arguments

xarray/tests/test_backends.py

[error] no-matching-overload - No overload of bound method `to_zarr` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_zarr` matches arguments
[error] no-matching-overload - No overload of bound method `to_zarr` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_zarr` matches arguments
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, dict[str, dict[str, int]]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, dict[str, dict[str, int]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, bool]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, dict[str, dict[str, int]]]`
[error] invalid-argument-type - Argument to `ChainMap.__init__` is incorrect: Expected `MutableMapping[str, bool | dict[str, dict[str, int]]]`, found `dict[str, dict[str, dict[str, int]]]`
[error] no-matching-overload - No overload of bound method `to_netcdf` matches arguments
[error] no-matching-overload - No overload of bound method `Dataset.to_netcdf` matches arguments

xarray/tests/test_backends_file_manager.py

[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments
[error] no-matching-overload - No overload of bound method `write` matches arguments
[error] no-matching-overload - No overload of bound method `IO.write` matches arguments

xarray/tests/test_backends_lru_cache.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `int`, found `None`
[error] invalid-argument-type - Argument to `LRUCache.__init__` is incorrect: Expected `int`, found `None`

xarray/tests/test_coding.py

[error] no-matching-overload - No overload of `iinfo.__init__` matches arguments

xarray/tests/test_combine.py

[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Argument type `Dataset | DataArray` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.broadcast_equals` is incorrect: Argument type `Dataset | DataArray` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Expected `Dataset`, found `Dataset | DataArray`
[error] invalid-argument-type - Argument to bound method `Dataset.broadcast_equals` is incorrect: Expected `Dataset`, found `Dataset | DataArray`

xarray/tests/test_coordinates.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Any, Index] | None`, found `dict[Any, str]`
[error] invalid-argument-type - Argument to `Coordinates.__init__` is incorrect: Expected `Mapping[Any, Index] | None`, found `dict[Any, str]`

xarray/tests/test_dataarray.py

[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Argument type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Argument type `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Expected `DataArray`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `DataArray.equals` is incorrect: Expected `DataArray`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `identical` is incorrect: Argument type `Literal[123]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.identical` is incorrect: Argument type `Literal[123]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `identical` is incorrect: Expected `DataArray`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `DataArray.identical` is incorrect: Expected `DataArray`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Argument type `dict[int, int]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `DataArray.broadcast_equals` is incorrect: Argument type `dict[int, int]` does not satisfy upper bound `DataArray` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Expected `DataArray`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `DataArray.broadcast_equals` is incorrect: Expected `DataArray`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `DataArray.chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, Resampler | str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `head` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataArray.head` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `tail` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataArray.tail` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `thin` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataArray.thin` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `get_level_values` is incorrect: Expected `str | int`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `MultiIndex.get_level_values` is incorrect: Expected `str | int`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `get_level_values` is incorrect: Expected `str | int`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `MultiIndex.get_level_values` is incorrect: Expected `str | int`, found `Hashable`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `Sequence[SequenceNotStr[Hashable]] | None`, found `list[Index[int]]`
[error] invalid-argument-type - Argument to constructor `MultiIndex.__new__` is incorrect: Expected `Sequence[SequenceNotStr[Hashable]] | None`, found `list[Index[int]]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataArray.drop` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `dot` is incorrect: Argument type `ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - Argument to bound method `DataArray.dot` is incorrect: Argument type `ndarray[tuple[Any, ...], dtype[Any]]` does not satisfy constraints (`DataArray`, `Dataset`) of type variable `T_Xarray`
[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["a > 5"]`
[error] invalid-argument-type - Argument to bound method `DataArray.query` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["a > 5"]`

xarray/tests/test_dataset.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | Series[Any] | DataFrame`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray | Series[Any] | DataFrame`
[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Argument type `Literal["foo"]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.equals` is incorrect: Argument type `Literal["foo"]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `equals` is incorrect: Expected `Dataset`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Dataset.equals` is incorrect: Expected `Dataset`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `identical` is incorrect: Argument type `Literal[123]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.identical` is incorrect: Argument type `Literal[123]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `identical` is incorrect: Expected `Dataset`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `Dataset.identical` is incorrect: Expected `Dataset`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Argument type `dict[int, int]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `Dataset.broadcast_equals` is incorrect: Argument type `dict[int, int]` does not satisfy upper bound `Dataset` of type variable `Self`
[error] invalid-argument-type - Argument to bound method `broadcast_equals` is incorrect: Expected `Dataset`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `Dataset.broadcast_equals` is incorrect: Expected `Dataset`, found `dict[int, int]`
[error] invalid-argument-type - Argument to bound method `sel` is incorrect: Expected `int | float | Iterable[int | float] | None`, found `Literal["nearest"]`
[error] invalid-argument-type - Argument to bound method `Dataset.sel` is incorrect: Expected `int | float | Iterable[int | float] | None`, found `Literal["nearest"]`
[error] invalid-argument-type - Argument to bound method `head` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Dataset.head` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `tail` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Dataset.tail` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `thin` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Dataset.thin` is incorrect: Expected `Mapping[Any, int] | int | None`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `sel` is incorrect: Expected `str | None`, found `Dataset`
[error] invalid-argument-type - Argument to bound method `Dataset.sel` is incorrect: Expected `str | None`, found `Dataset`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `Dataset.reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `drop` is incorrect: Expected `Literal["raise", "ignore"]`, found `Literal["wrong_value"]`
[error] invalid-argument-type - Argument to bound method `Dataset.drop` is incorrect: Expected `Literal["raise", "ignore"]`, found `Literal["wrong_value"]`
[error] invalid-argument-type - Argument to bound method `drop_dims` is incorrect: Expected `Iterable[Hashable]`, found `None`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_dims` is incorrect: Expected `Iterable[Hashable]`, found `None`
[error] invalid-argument-type - Argument to bound method `drop_dims` is incorrect: Expected `Iterable[Hashable]`, found `None`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_dims` is incorrect: Expected `Iterable[Hashable]`, found `None`
[error] invalid-argument-type - Argument to bound method `drop_dims` is incorrect: Expected `Literal["raise", "ignore"]`, found `Literal["wrong_value"]`
[error] invalid-argument-type - Argument to bound method `Dataset.drop_dims` is incorrect: Expected `Literal["raise", "ignore"]`, found `Literal["wrong_value"]`
[error] invalid-argument-type - Argument to bound method `copy` is incorrect: Expected `Mapping[Any, Any] | None`, found `ndarray[tuple[int, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `Dataset.copy` is incorrect: Expected `Mapping[Any, Any] | None`, found `ndarray[tuple[int, ...], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `rename` is incorrect: Expected `Mapping[Any, Hashable] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `Dataset.rename` is incorrect: Expected `Mapping[Any, Hashable] | None`, found `str`
[error] invalid-argument-type - Argument to bound method `set_xindex` is incorrect: Expected `type[Index] | None`, found `<class 'NotAnIndex'>`
[error] invalid-argument-type - Argument to bound method `Dataset.set_xindex` is incorrect: Expected `type[Index] | None`, found `<class 'NotAnIndex'>`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["somehow"]`
[error] invalid-argument-type - Argument to bound method `Dataset.dropna` is incorrect: Expected `Literal["any", "all"]`, found `Literal["somehow"]`
[error] invalid-argument-type - Argument to bound method `dropna` is incorrect: Expected `Literal["any", "all"]`, found `None`
[error] invalid-argument-type - Argument to bound method `Dataset.dropna` is incorrect: Expected `Literal["any", "all"]`, found `None`
[error] invalid-argument-type - Argument to bound method `diff` is incorrect: Expected `Literal["upper", "lower"]`, found `Literal["raise_me"]`
[error] invalid-argument-type - Argument to bound method `Dataset.diff` is incorrect: Expected `Literal["upper", "lower"]`, found `Literal["raise_me"]`
[error] invalid-argument-type - Argument to bound method `query` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["a > 5"]`
[error] invalid-argument-type - Argument to bound method `Dataset.query` is incorrect: Expected `Mapping[Any, Any] | None`, found `Literal["a > 5"]`

xarray/tests/test_datatree.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `str | None`, found `Literal[5]`
[error] invalid-argument-type - Argument to `DataTree.__init__` is incorrect: Expected `str | None`, found `Literal[5]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Dataset | Coordinates | None`, found `DataArray`
[error] invalid-argument-type - Argument to `DataTree.__init__` is incorrect: Expected `Dataset | Coordinates | None`, found `DataArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Dataset | Coordinates | None`, found `Literal["junk"]`
[error] invalid-argument-type - Argument to `DataTree.__init__` is incorrect: Expected `Dataset | Coordinates | None`, found `Literal["junk"]`
[error] invalid-argument-type - Argument to bound method `to_dataset` is incorrect: Expected `bool | Literal["all_coords", "indexes"]`, found `Literal["invalid"]`
[error] invalid-argument-type - Argument to bound method `DataTree.to_dataset` is incorrect: Expected `bool | Literal["all_coords", "indexes"]`, found `Literal["invalid"]`

xarray/tests/test_deprecation_helpers.py

[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `A1.method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `A1.method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 3, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `A1.method`: expected 3, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `A2.method`: expected 3, got 4
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 3, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `A2.method`: expected 3, got 5
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `A3.method`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `A3.method`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `method`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `A4.method`: expected 2, got 3

xarray/tests/test_eval.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Dataset | DataArray`
[error] invalid-argument-type - Argument to constructor `float.__new__` is incorrect: Expected `str | Buffer | SupportsFloat | SupportsIndex`, found `Dataset | DataArray`

xarray/tests/test_groupby.py

[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `UniqueGrouper`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `UniqueGrouper`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]]`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Sequence[Hashable] | DataArray | IndexVariable | Mapping[Any, Grouper] | None`, found `Index[Any]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray`
[error] invalid-argument-type - Argument to `Dataset.__init__` is incorrect: Expected `Mapping[Any, Any] | None`, found `DataArray`
[error] invalid-argument-type - Argument to bound method `map` is incorrect: Expected `(...) -> DataArray`, found `Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], dtype: None = None, order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: Any, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: Any, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = ..., order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]`
[error] invalid-argument-type - Argument to bound method `DataArrayGroupByBase.map` is incorrect: Expected `(...) -> DataArray`, found `Overload[[_ScalarT](a: _SupportsArray[dtype[_ScalarT]] | _NestedSequence[_SupportsArray[dtype[_ScalarT]]], dtype: None = None, order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], [_ScalarT](a: Any, dtype: type[_ScalarT] | dtype[_ScalarT] | _HasDType[dtype[_ScalarT]] | _HasNumPyDType[dtype[_ScalarT]], order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[_ScalarT]], (a: Any, dtype: type[Any] | dtype[Any] | _HasDType[dtype[Any]] | ... omitted 6 union elements = ..., order: Literal["K", "A", "C", "F"] | None = ..., *, device: Literal["cpu"] | None = ..., copy: bool | None = ..., like: _SupportsArrayFunc | None = ...) -> ndarray[tuple[Any, ...], dtype[Any]]]`
[error] too-many-positional-arguments - Too many positional arguments to bound method `groupby`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `DataArray.groupby`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `groupby`: expected 2, got 3
[error] too-many-positional-arguments - Too many positional arguments to bound method `Dataset.groupby`: expected 2, got 3
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Grouper`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `DataArray.groupby` is incorrect: Expected `Grouper`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Grouper`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Grouper`, found `Literal["bar"]`
[error] invalid-argument-type - Argument to bound method `groupby` is incorrect: Expected `Literal[False] | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby` is incorrect: Expected `Literal[False] | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `groupby_bins` is incorrect: Expected `Literal[False] | None`, found `Literal[True]`
[error] invalid-argument-type - Argument to bound method `Dataset.groupby_bins` is incorrect: Expected `Literal[False] | None`, found `Literal[True]`

xarray/tests/test_interp.py

[error] invalid-argument-type - Argument to bound method `interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interp` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["boo"]`

xarray/tests/test_merge.py

[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `str`
[error] invalid-argument-type - Argument to bound method `Dataset.merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `str`
[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `str`
[error] invalid-argument-type - Argument to bound method `Dataset.merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `str`
[error] invalid-argument-type - Argument to bound method `merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `Literal["foobar"]`
[error] invalid-argument-type - Argument to bound method `Dataset.merge` is incorrect: Expected `Literal["identical", "equals", "broadcast_equals", "no_conflicts", "override", "minimal"] | CombineKwargDefault`, found `Literal["foobar"]`

xarray/tests/test_missing.py

[error] invalid-argument-type - Argument to bound method `interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["index"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["index"]`
[error] invalid-argument-type - Argument to bound method `interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `Literal["foo"]`
[error] invalid-argument-type - Argument to bound method `interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`
[error] invalid-argument-type - Argument to bound method `DataArray.interpolate_na` is incorrect: Expected `Literal["linear", "nearest", "zero", "slinear", "quadratic", ... omitted 9 literals]`, found `str`

xarray/tests/test_namedarray.py

[error] invalid-argument-type - Argument to bound method `permute_dims` is incorrect: Expected `Iterable[Hashable] | EllipsisType`, found `Hashable`
[error] invalid-argument-type - Argument to bound method `NamedArray.permute_dims` is incorrect: Expected `Iterable[Hashable] | EllipsisType`, found `Hashable`

xarray/tests/test_plot.py

[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `str`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `str`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["ro"]`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["ro"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DataArrayPlotAccessor`, found `Literal["period"]`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] invalid-argument-type - Argument to bound method `__call__` is incorrect: Expected `DatasetPlotAccessor`, found `Literal["A"]`
[error] invalid-argument-type - Argument to bound method `_Wrapped.__call__` is incorrect: Expected `DatasetPlotAccessor`, found `Literal["A"]`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`

xarray/tests/test_sparse.py

[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `bool`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `bool`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Literal["nearest", "pad", "ffill", "backfill", "bfill"] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `Mapping[Any, Any] | None`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `reindex` is incorrect: Expected `bool`, found `list[int] | list[int | float]`
[error] invalid-argument-type - Argument to bound method `DataArray.reindex` is incorrect: Expected `bool`, found `list[int] | list[int | float]`

xarray/tests/test_units.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `Mapping[Hashable, Index] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `Mapping[Unknown, Unknown] | None`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] invalid-argument-type - Argument to `DataArray.__init__` is incorrect: Expected `bool`, found `Unknown | str | dict[str, Unknown] | dict[str, tuple[str, Unknown]] | dict[Unknown, Unknown]`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `__call__`
[error] missing-argument - No argument provided for required parameter `self` of bound method `_Wrapped.__call__`

xarray/tests/test_variable.py

[error] invalid-argument-type - Argument to bound method `copy` is incorrect: Expected `_arrayfunction[Unknown, Unknown] | _arrayapi[Unknown, Unknown] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `NamedArray.copy` is incorrect: Expected `_arrayfunction[Unknown, Unknown] | _arrayapi[Unknown, Unknown] | None`, found `list[int | float]`
[error] invalid-argument-type - Argument to bound method `chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `Variable.chunk` is incorrect: Expected `str | int | tuple[int, ...] | None | Mapping[Any, str | int | tuple[int, ...] | None]`, found `tuple[tuple[Literal[2], Literal[1]], tuple[Literal[2], Literal[2]]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Index[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to `PandasIndexingAdapter.__init__` is incorrect: Expected `Index[Any]`, found `ndarray[tuple[int], dtype[signedinteger[_64Bit]]] | DatetimeIndex | ndarray[tuple[int], dtype[Any]]`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `LazilyIndexedArray`
[error] invalid-argument-type - Argument to `CopyOnWriteArray.__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `LazilyIndexedArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `MemoryCachedArray`
[error] invalid-argument-type - Argument to `CopyOnWriteArray.__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `MemoryCachedArray`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `DaskIndexingAdapter`
[error] invalid-argument-type - Argument to `CopyOnWriteArray.__init__` is incorrect: Expected `_arrayfunction[Any, Any] | _arrayapi[Any, Any]`, found `DaskIndexingAdapter`
[error] no-matching-overload - No overload of bound method `astype` matches arguments
[error] no-matching-overload - No overload of bound method `Series.astype` matches arguments

xarray/tests/test_weighted.py

[error] invalid-argument-type - Argument to bound method `weighted` is incorrect: Expected `DataArray`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `DataArray.weighted` is incorrect: Expected `DataArray`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `weighted` is incorrect: Expected `DataArray`, found `list[int]`
[error] invalid-argument-type - Argument to bound method `Dataset.weighted` is incorrect: Expected `DataArray`, found `list[int]`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `quantile`
[error] unknown-argument - Argument `method` does not match any known parameter of bound method `Weighted.quantile`

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

tests/test_pickle.py

[error] invalid-argument-type - Argument to bound method `__setstate__` is incorrect: Expected `tuple[tuple[str, str, str, str, str]] | tuple[None, _InternalURLCache]`, found `tuple[None, dict[str, tuple[str, str, str, str, str]]]`
[error] invalid-argument-type - Argument to bound method `URL.__setstate__` is incorrect: Expected `tuple[tuple[str, str, str, str, str]] | tuple[None, _InternalURLCache]`, found `tuple[None, dict[str, tuple[str, str, str, str, str]]]`

tests/test_update_query.py

[error] no-matching-overload - No overload of bound method `update_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.update_query` matches arguments
[error] no-matching-overload - No overload of bound method `update_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.update_query` matches arguments
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[str]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[str]`
[error] no-matching-overload - No overload of bound method `with_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.with_query` matches arguments
[error] no-matching-overload - No overload of bound method `with_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.with_query` matches arguments
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `object`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `object`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, int | float | None]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, int | float | None]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, bool | None]]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, bool | None]]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"123"]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"123"]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, ...]] | dict[str, str]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `list[tuple[str, ...]] | dict[str, str]`
[error] no-matching-overload - No overload of bound method `extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `extend_query` matches arguments
[error] no-matching-overload - No overload of bound method `URL.extend_query` matches arguments

tests/test_url.py

[error] invalid-argument-type - Argument to bound method `with_fragment` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_fragment` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_name` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_name` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_suffix` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_suffix` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `str | SplitResult | URL | UndefinedType`, found `Literal[1234]`
[error] invalid-argument-type - Argument to constructor `URL.__new__` is incorrect: Expected `str | SplitResult | URL | UndefinedType`, found `Literal[1234]`
[error] invalid-argument-type - Argument to bound method `with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, None | Unknown]`
[error] invalid-argument-type - Argument to bound method `URL.with_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `dict[str, None | Unknown]`
[error] invalid-argument-type - Argument to bound method `join` is incorrect: Expected `URL`, found `Literal["path/to"]`
[error] invalid-argument-type - Argument to bound method `URL.join` is incorrect: Expected `URL`, found `Literal["path/to"]`

tests/test_url_build.py

[error] invalid-argument-type - Argument to bound method `build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `URL.build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `URL.build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `URL.build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `build` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `URL.build` is incorrect: Expected `str`, found `None`

tests/test_url_query.py

[error] invalid-argument-type - Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"foo=bar"]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[b"foo=bar"]`
[error] invalid-argument-type - Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `bytearray`
[error] invalid-argument-type - Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `memoryview[int]`
[error] invalid-argument-type - Argument to bound method `update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[42]`
[error] invalid-argument-type - Argument to bound method `URL.update_query` is incorrect: Expected `None | str | Mapping[str, Sequence[str | SupportsInt] | SupportsInt] | Sequence[tuple[str, Sequence[str | SupportsInt] | SupportsInt]]`, found `Literal[42]`

tests/test_url_update_netloc.py

[error] invalid-argument-type - Argument to bound method `with_scheme` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_scheme` is incorrect: Expected `str`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_user` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_user` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_password` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `URL.with_password` is incorrect: Expected `str | None`, found `Literal[123]`
[error] invalid-argument-type - Argument to bound method `with_host` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `URL.with_host` is incorrect: Expected `str`, found `None`
[error] invalid-argument-type - Argument to bound method `with_port` is incorrect: Expected `int | None`, found `Literal["123"]`
[error] invalid-argument-type - Argument to bound method `URL.with_port` is incorrect: Expected `int | None`, found `Literal["123"]`

zipp (https://github.com/jaraco/zipp)

zipp/__init__.py

[error] no-matching-overload - No overload of bound method `format` matches arguments
[error] no-matching-overload - No overload of bound method `str.format` matches arguments

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

src/zope/interface/common/tests/test_builtins.py

[error] invalid-argument-type - Argument to bound method `append` is incorrect: Expected `tuple[<class 'IList'>, tuple[<class 'list'>]] | tuple[<class 'ITuple'>, tuple[<class 'tuple'>]] | tuple[<class 'ITextString'>, tuple[<class 'str'>]] | ... omitted 4 union elements`, found `tuple[<class 'IByteString'>, tuple[<class 'bytes'>]]`
[error] invalid-argument-type - Argument to bound method `list.append` is incorrect: Expected `tuple[<class 'IList'>, tuple[<class 'list'>]] | tuple[<class 'ITuple'>, tuple[<class 'tuple'>]] | tuple[<class 'ITextString'>, tuple[<class 'str'>]] | ... omitted 4 union elements`, found `tuple[<class 'IByteString'>, tuple[<class 'bytes'>]]`

src/zope/interface/common/tests/test_collections.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `Iterable[<class 'memoryview'> | str | <class 'array'>]`, found `set[<class 'deque'> | <class 'range'>]`
[error] invalid-argument-type - Argument to bound method `set.update` is incorrect: Expected `Iterable[<class 'memoryview'> | str | <class 'array'>]`, found `set[<class 'deque'> | <class 'range'>]`

src/zope/interface/common/tests/test_io.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `StringIO`
[error] invalid-argument-type - Argument to `BufferedWriter.__init__` is incorrect: Expected `RawIOBase`, found `StringIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Argument type `StringIO` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Argument type `StringIO` does not satisfy upper bound `_BufferedReaderStream` of type variable `_BufferedReaderStreamT`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `_BufferedReaderStream`, found `StringIO`
[error] invalid-argument-type - Argument to `BufferedReader.__init__` is incorrect: Expected `_BufferedReaderStream`, found `StringIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`
[error] invalid-argument-type - Argument to `BufferedRandom.__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`
[error] invalid-argument-type - Argument to `BufferedRWPair.__init__` is incorrect: Expected `RawIOBase`, found `BytesIO`

src/zope/interface/interface.py

[error] missing-argument - No arguments provided for required parameters `name`, `bases`, `attrs` of function `__new__`
[error] missing-argument - No arguments provided for required parameters `name`, `bases`, `attrs` of constructor `_InterfaceMetaClass.__new__`

src/zope/interface/tests/test_declarations.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((*interfaces) -> Unknown) | InterfaceClass`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `str | ((*interfaces) -> Unknown) | InterfaceClass`

src/zope/interface/tests/test_interface.py

[error] invalid-argument-type - Argument to bound method `assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertNotIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `TestCase.assertIn` is incorrect: Expected `Iterable[Any] | Container[Any]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IEmpty'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'ISimple'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDerived'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IHaveADocString'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstring'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstring'>`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstringAndAttribute'>`
[error] invalid-argument-type - Argument to `list.__init__` is incorrect: Expected `Iterable[Unknown]`, found `<class 'IDocstringAndAttribute'>`

src/zope/interface/tests/test_sorting.py

[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'I1'> | <class 'I3'> | <class 'I5'> | ... omitted 3 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | <class 'I3'> | <class 'I5'> | ... omitted 3 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'I1'> | None | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'I1'> | None | <class 'I3'> | ... omitted 4 union elements` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `sort` is incorrect: Argument type `<class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] invalid-argument-type - Argument to bound method `list.sort` is incorrect: Argument type `<class 'zope.interface.tests.test_sorting.I1'> | <class 'zope.interface.tests.m1.I1'>` does not satisfy upper bound `SupportsDunderLT[Any] | SupportsDunderGT[Any]` of type variable `SupportsRichComparisonT`
[error] no-matching-overload - No overload of bound method `assertLess` matches arguments
[error] no-matching-overload - No overload of bound method `TestCase.assertLess` matches arguments

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

corporate/lib/stripe.py

[error] no-matching-overload - No overload of bound method `update` matches arguments
[error] no-matching-overload - No overload of bound method `MutableMapping.update` matches arguments

corporate/tests/test_stripe.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteRealmBillingSession.__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteServerBillingSession.__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteRealmBillingSession.__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteServerBillingSession.__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealmBillingUser | None`, found `RemoteRealmBillingUser | RemoteServerBillingUser`
[error] invalid-argument-type - Argument to `RemoteRealmBillingSession.__init__` is incorrect: Expected `RemoteRealmBillingUser | None`, found `RemoteRealmBillingUser | RemoteServerBillingUser`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteServerBillingUser | None`, found `RemoteRealmBillingUser | RemoteServerBillingUser`
[error] invalid-argument-type - Argument to `RemoteServerBillingSession.__init__` is incorrect: Expected `RemoteServerBillingUser | None`, found `RemoteRealmBillingUser | RemoteServerBillingUser`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteRealmBillingSession.__init__` is incorrect: Expected `RemoteRealm`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`
[error] invalid-argument-type - Argument to `RemoteServerBillingSession.__init__` is incorrect: Expected `RemoteZulipServer`, found `RemoteRealm | RemoteZulipServer`

corporate/views/billing_page.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to `RealmBillingSession.__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`

corporate/views/portico.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to `RealmBillingSession.__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to `RealmBillingSession.__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`

corporate/views/sponsorship.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to `RealmBillingSession.__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`

corporate/views/upgrade.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to `RealmBillingSession.__init__` is incorrect: Expected `UserProfile | None`, found `AbstractBaseUser | AnonymousUser`

zerver/lib/markdown/__init__.py

[error] invalid-argument-type - Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `InlineInterestingLinkProcessor.handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `handle_video_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `InlineInterestingLinkProcessor.handle_video_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None]] | ResultWithFamily[tuple[str, str]]`
[error] invalid-argument-type - Argument to bound method `InlineInterestingLinkProcessor.handle_image_inlining` is incorrect: Expected `ResultWithFamily[tuple[str, str | None]]`, found `ResultWithFamily[tuple[str, str | None]] | ResultWithFamily[tuple[str, str]]`

zerver/lib/markdown/fenced_code.py

[error] invalid-argument-type - Argument to bound method `__init__` is incorrect: Expected `bool`, found `Any | str`
[error] invalid-argument-type - Argument to `FencedBlockPreprocessor.__init__` is incorrect: Expected `bool`, found `Any | str`

zerver/lib/message_cache.py

[error] invalid-argument-type - Argument to function `sew_submessages_and_reactions_to_msgs` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Message, dict[str, Any]]`
[error] invalid-argument-type - Argument to function `MessageDict.sew_submessages_and_reactions_to_msgs` is incorrect: Expected `list[dict[str, Any]]`, found `QuerySet[Message, dict[str, Any]]`

zerver/lib/user_topics.py

[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`
[error] invalid-argument-type - Argument to function `__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`
[error] invalid-argument-type - Argument to constructor `map.__new__` is incorrect: Expected `(RecipientTopicDict | dict[str, Any], /) -> Unknown`, found `def topic_cond(row: RecipientTopicDict) -> Unknown`

zerver/lib/validator.py

[error] no-matching-overload - No overload of bound method `join` matches arguments
[error] no-matching-overload - No overload of bound method `str.join` matches arguments

zerver/tests/test_auth_backends.py

[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_decorators.py

[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `client_name` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_docs.py

[error] unknown-argument - Argument `host` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `host` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_event_queue.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`
[error] invalid-argument-type - Argument to bound method `tornado_call` is incorrect: Expected `(HttpRequest, UserProfile, /) -> HttpResponse`, found `(HttpRequest, /, user_profile: UserProfile, *, queue_id: str) -> HttpResponse`
[error] invalid-argument-type - Argument to bound method `MissedMessageHookTest.tornado_call` is incorrect: Expected `(HttpRequest, UserProfile, /) -> HttpResponse`, found `(HttpRequest, /, user_profile: UserProfile, *, queue_id: str) -> HttpResponse`

zerver/tests/test_event_system.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `tornado_handler` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_import_export.py

[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `sender` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `message_id` does not match any known parameter of `object.__init__`

zerver/tests/test_message_fetch.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 3

zerver/tests/test_middleware.py

[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `remote_server` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `remote_server` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_slack_importer.py

[error] unknown-argument - Argument `content_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `content_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `content_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `file_type_extension` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `url` does not match any known parameter of `object.__init__`

zerver/tests/test_subs.py

[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`

zerver/tests/test_typed_endpoint.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 3
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 3
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to bound method `__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to `object.__init__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] unknown-argument - Argument `error_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `param_type` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `input_data` does not match any known parameter of `object.__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of bound method `__init__`
[error] unknown-argument - Argument `error_message` does not match any known parameter of `object.__init__`
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2

zerver/tornado/handlers.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2

zerver/transaction_tests/test_user_groups.py

[error] too-many-positional-arguments - Too many positional arguments to function `__new__`: expected 1, got 2
[error] too-many-positional-arguments - Too many positional arguments to constructor `HttpRequest.__new__`: expected 1, got 2

zerver/views/auth.py

[error] no-matching-overload - No overload of `dict.__init__` matches arguments

zerver/views/registration.py

[error] invalid-argument-type - Argument to bound method `update` is incorrect: Expected `SupportsGetItem[str, str]`, found `QueryDict`
[error] invalid-argument-type - Argument to bound method `MutableMapping.update` is incorrect: Expected `SupportsGetItem[str, str]`, found `QueryDict`

zilencer/management/commands/profile_request.py

[error] invalid-argument-type - Argument to bound method `runcall` is incorrect: Expected `UserProfile | AnonymousUser`, found `AbstractBaseUser | AnonymousUser`
[error] invalid-argument-type - Argument to bound method `Profile.runcall` is incorrect: Expected `UserProfile | AnonymousUser`, found `AbstractBaseUser | AnonymousUser`
[error] unknown-argument - Argument `post_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `post_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `user_profile` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `meta_data` does not match any known parameter of constructor `HttpRequest.__new__`
[error] unknown-argument - Argument `path` does not match any known parameter of function `__new__`
[error] unknown-argument - Argument `path` does not match any known parameter of constructor `HttpRequest.__new__`